]> git.pld-linux.org Git - packages/libupnp.git/commitdiff
- updated to 1.6.20 auto/th/libupnp-1.6.20-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Sep 2016 19:16:07 +0000 (21:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Sep 2016 19:16:07 +0000 (21:16 +0200)
- removed obsolete glibc-string patch

glibc-string.patch [deleted file]
libupnp.spec

diff --git a/glibc-string.patch b/glibc-string.patch
deleted file mode 100644 (file)
index e1b77c8..0000000
+++ /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)
-       {
index 13bc675ee57a6d5fbdc7fe456253f5e61c201bda..91cdb2486470e71d94c550ab98d899575ddd65df 100644 (file)
@@ -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}
This page took 0.161347 seconds and 4 git commands to generate.