From f5c6abb1f4cc10424feb6e4ecfa0634e7fb8560ec7a13eecaadedf6309327cdd Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 20 Feb 2015 11:32:08 +0000 Subject: [PATCH] Accepting request 286873 from home:posophe:branches:devel:libraries:c_c++ update OBS-URL: https://build.opensuse.org/request/show/286873 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=12 --- libupnp-1.6.18.tar.bz2 | 3 --- libupnp-1.6.19.tar.bz2 | 3 +++ libupnp-configure.patch | 7 ++++--- libupnp.changes | 8 ++++++++ libupnp.spec | 4 ++-- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 libupnp-1.6.18.tar.bz2 create mode 100644 libupnp-1.6.19.tar.bz2 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-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..055d8dc 100644 --- a/libupnp.changes +++ b/libupnp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Feb 5 21:10:59 UTC 2013 - zaitor@opensuse.org diff --git a/libupnp.spec b/libupnp.spec index 989febc..cd4c1fa 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 Products GmbH, Nuernberg, Germany. # Copyright (c) 2011, Sascha Peilicke # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %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