]> git.pld-linux.org Git - packages/libteam.git/commitdiff
- updated to 1.15 auto/th/libteam-1.15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2015 07:24:52 +0000 (08:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Jan 2015 07:24:52 +0000 (08:24 +0100)
- removed obsolete missing patch

libteam-missing.patch [deleted file]
libteam.spec

diff --git a/libteam-missing.patch b/libteam-missing.patch
deleted file mode 100644 (file)
index de83770..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
---- libteam-1.11/teamd/teamd_zmq_common.h.orig 1970-01-01 01:00:00.000000000 +0100
-+++ libteam-1.11/teamd/teamd_zmq_common.h      2014-07-05 14:44:36.829477784 +0200
-@@ -0,0 +1,58 @@
-+/*
-+ *   teamd_zmq_common.h - Teamd unix socket api common things
-+ *   Copyright (C) 2013 Jiri Zupka <jzupka@redhat.com>
-+ *
-+ *   This library is free software; you can redistribute it and/or
-+ *   modify it under the terms of the GNU Lesser General Public
-+ *   License as published by the Free Software Foundation; either
-+ *   version 2.1 of the License, or (at your option) any later version.
-+ *
-+ *   This library is distributed in the hope that it will be useful,
-+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+ *   Lesser General Public License for more details.
-+ *
-+ *   You should have received a copy of the GNU Lesser General Public
-+ *   License along with this library; if not, write to the Free Software
-+ *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-+ */
-+
-+#ifndef _TEAMD_ZMQ_COMMON_H_
-+#define _TEAMD_ZMQ_COMMON_H_
-+
-+#include <stdio.h>
-+#include <errno.h>
-+#include <sys/ioctl.h>
-+#include <linux/sockios.h>
-+
-+#include "teamd.h"
-+
-+#define TEAMD_ZMQ_REQUEST_PREFIX      "REQUEST"
-+#define TEAMD_ZMQ_REPLY_ERR_PREFIX    "REPLY_ERROR"
-+#define TEAMD_ZMQ_REPLY_SUCC_PREFIX   "REPLY_SUCCESS"
-+
-+static inline char *teamd_zmq_msg_getline(char **p_rest)
-+{
-+      char *start = NULL;
-+      char *rest = NULL;
-+      char *str = *p_rest;
-+
-+      if (!str)
-+              return NULL;
-+      while (1) {
-+              if (*str == '\0')
-+                      break;
-+              if ((*str != '\n') && !start)
-+                      start = str;
-+              if ((*str == '\n') && start) {
-+                      *str = '\0';
-+                      rest = str + 1;
-+                      break;
-+              }
-+              str++;
-+      }
-+      *p_rest = rest;
-+      return start;
-+}
-+
-+#endif /* _TEAMD_ZMQ_COMMON_H_ */
index 003424efd7c543607dc4c263d2d375140058b812..b78aa8ddc4589fe6bc2edc1259f66b76e533ef42 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Library for controlling team network device
 Summary(pl.UTF-8):     Biblioteka do sterowania grupowymi urzÄ…dzeniami sieciowymi
 Name:          libteam
-Version:       1.11
+Version:       1.15
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: http://libteam.org/
 Source0:       http://libteam.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 21a514f7c206cc0ccc2fd274a32d49fe
-Patch0:                %{name}-missing.patch
-Patch1:                %{name}-link.patch
+# Source0-md5: 4f563df390b4f11e45c030a9ac38a250
+Patch0:                %{name}-link.patch
 URL:           http://libteam.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -81,7 +80,6 @@ Statyczna biblioteka libteam.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.130996 seconds and 4 git commands to generate.