[packages/libteam] - updated to 1.15 - removed obsolete missing patch

qboosh qboosh at pld-linux.org
Sat Jan 17 08:23:13 CET 2015


commit 2419f5468bba4341eb2e84d841933aafb2121700
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 17 08:24:52 2015 +0100

    - updated to 1.15
    - removed obsolete missing patch

 libteam-missing.patch | 61 ---------------------------------------------------
 libteam.spec          |  8 +++----
 2 files changed, 3 insertions(+), 66 deletions(-)
---
diff --git a/libteam.spec b/libteam.spec
index 003424e..b78aa8d 100644
--- a/libteam.spec
+++ b/libteam.spec
@@ -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}
diff --git a/libteam-missing.patch b/libteam-missing.patch
deleted file mode 100644
index de83770..0000000
--- a/libteam-missing.patch
+++ /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 at 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_ */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libteam.git/commitdiff/2419f5468bba4341eb2e84d841933aafb2121700



More information about the pld-cvs-commit mailing list