[packages/libupnp] - updated to 1.6.20 - removed obsolete glibc-string patch

qboosh qboosh at pld-linux.org
Thu Sep 1 21:14:52 CEST 2016


commit 620ab43e1d4b89feea93eda8b9bbe736e9027be6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Sep 1 21:16:07 2016 +0200

    - updated to 1.6.20
    - removed obsolete glibc-string patch

 glibc-string.patch | 11 -----------
 libupnp.spec       |  8 +++-----
 2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/libupnp.spec b/libupnp.spec
index 13bc675..91cdb24 100644
--- a/libupnp.spec
+++ b/libupnp.spec
@@ -1,14 +1,13 @@
 Summary:	The Universal Plug and Play (UPnP) SDK for Linux
 Summary(pl.UTF-8):	Pakiet programistyczny Universal Plug and Play (UPnP) dla Linuksa
 Name:		libupnp
-Version:	1.6.19
-Release:	2
+Version:	1.6.20
+Release:	1
 License:	BSD
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/pupnp/%{name}-%{version}.tar.bz2
-# Source0-md5:	ee16e5d33a3ea7506f38d71facc057dd
+# Source0-md5:	6839c376b5ec71d2d56f7b64e829c438
 Patch0:		%{name}-opt.patch
-Patch1:		glibc-string.patch
 URL:		http://pupnp.sourceforge.net/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1:1.8
@@ -56,7 +55,6 @@ Statyczne biblioteki upnp.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/glibc-string.patch b/glibc-string.patch
deleted file mode 100644
index e1b77c8..0000000
--- a/glibc-string.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libupnp-1.6.19/upnp/src/api/UpnpString.c~	2012-03-26 18:49:42.000000000 +0200
-+++ libupnp-1.6.19/upnp/src/api/UpnpString.c	2015-03-13 19:37:42.271188730 +0100
-@@ -44,7 +44,7 @@
- 
- /* strndup() is a GNU extension. */
- #if HAVE_STRNDUP && !defined(WIN32)
--	extern char *strndup(__const char *__string, size_t __n);
-+//	extern char *strndup(__const char *__string, size_t __n);
- #else /* HAVE_STRNDUP && !defined(WIN32) */
- 	static char *strndup(const char *__string, size_t __n)
- 	{
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libupnp.git/commitdiff/620ab43e1d4b89feea93eda8b9bbe736e9027be6



More information about the pld-cvs-commit mailing list