diff --git a/libupnp-1.6.18.tar.bz2 b/libupnp-1.6.18.tar.bz2 deleted file mode 100644 index efb9cb4..0000000 --- a/libupnp-1.6.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b21bc676365622d3ace1b25292dab8d4d23f6e6a80ddc8f029b765d39797e934 -size 1201056 diff --git a/libupnp-1.6.19.tar.bz2 b/libupnp-1.6.19.tar.bz2 new file mode 100644 index 0000000..24d8e00 --- /dev/null +++ b/libupnp-1.6.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a +size 1213439 diff --git a/libupnp-1.6.19.tar.bz2.sha1 b/libupnp-1.6.19.tar.bz2.sha1 new file mode 100644 index 0000000..f43e8eb --- /dev/null +++ b/libupnp-1.6.19.tar.bz2.sha1 @@ -0,0 +1 @@ +ee9e16ff42808521b62b7fc664fc9cba479ede88 libupnp-1.6.19.tar.bz2 diff --git a/libupnp-configure.patch b/libupnp-configure.patch index 4b11510..aae4ed6 100644 --- a/libupnp-configure.patch +++ b/libupnp-configure.patch @@ -7,8 +7,8 @@ -AC_PREREQ(2.60) +AC_PREREQ([2.60]) --AC_INIT([libupnp], [1.6.18], [mroberto@users.sourceforge.net]) -+AC_INIT([libupnp],[1.6.18],[mroberto@users.sourceforge.net]) +-AC_INIT([libupnp], [1.6.19], [mroberto@users.sourceforge.net]) ++AC_INIT([libupnp],[1.6.19],[mroberto@users.sourceforge.net]) dnl ############################################################################ dnl # *Independently* of the above libupnp package version, the libtool version dnl # of the 3 libraries need to be updated whenever there is a change released: @@ -20,7 +20,7 @@ AC_REVISION([$Revision: 1.11 $]) -@@ -506,9 +505,12 @@ +@@ -519,10 +519,13 @@ # # Checks for programs # @@ -29,6 +29,7 @@ +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE AM_PROG_CC_C_O + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -AC_PROG_LIBTOOL +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +LT_INIT diff --git a/libupnp.changes b/libupnp.changes index fde126c..2f0922f 100644 --- a/libupnp.changes +++ b/libupnp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 19 20:29:34 UTC 2015 - p.drouand@gmail.com + +- Update to version 1.6.19 + * Fix access violation due to changed usage of pthreads-win32 + (closes SF Bug Tracker #119) +- Update libupnp-configure.patch +- added baselibs.conf to sources +- add .sha1 download from sf ... (not much useful) + ------------------------------------------------------------------- Tue Feb 5 21:10:59 UTC 2013 - zaitor@opensuse.org diff --git a/libupnp.spec b/libupnp.spec index 989febc..ca01f62 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,7 +1,7 @@ # # spec file for package libupnp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011, Sascha Peilicke # # All modifications and additions to the file contributed by third parties @@ -20,13 +20,15 @@ %define lname libupnp6 Name: libupnp -Version: 1.6.18 +Version: 1.6.19 Release: 0 Summary: Portable Universal Plug and Play (UPnP) SDK License: BSD-3-Clause Group: System/Libraries Url: http://sourceforge.net/projects/pupnp/ Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2 +Source1: http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20%version/libupnp-%version.tar.bz2.sha1 +Source42: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: pkgconfig