forked from pool/libupnp
Accepting request 286946 from devel:libraries:c_c++
- 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) OBS-URL: https://build.opensuse.org/request/show/286946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libupnp?expand=0&rev=11
This commit is contained in:
commit
939d73cf10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b21bc676365622d3ace1b25292dab8d4d23f6e6a80ddc8f029b765d39797e934
|
||||
size 1201056
|
3
libupnp-1.6.19.tar.bz2
Normal file
3
libupnp-1.6.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a
|
||||
size 1213439
|
1
libupnp-1.6.19.tar.bz2.sha1
Normal file
1
libupnp-1.6.19.tar.bz2.sha1
Normal file
@ -0,0 +1 @@
|
||||
ee9e16ff42808521b62b7fc664fc9cba479ede88 libupnp-1.6.19.tar.bz2
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <saschpe@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user