forked from pool/libupnp
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
This commit is contained in:
parent
c7eb1f99fa
commit
f5c6abb1f4
@ -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
|
@ -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,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
|
||||
|
||||
|
@ -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 <saschpe@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user