SHA256
1
0
forked from pool/libupnp

Accepting request 796545 from devel:libraries:c_c++

- Update to version 1.12.1:

OBS-URL: https://build.opensuse.org/request/show/796545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libupnp?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-04-27 21:30:02 +00:00 committed by Git OBS Bridge
commit 49c131b951
7 changed files with 48 additions and 35 deletions

View File

@ -1,2 +1,2 @@
libupnp15 libupnp16
libixml11 libixml11

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97dad43f5fbb1dad34384389ab038823862348e9e5f6d649d845d512165ed92
size 679847

View File

@ -1 +0,0 @@
0b4e9f38674b948adc2ca78165fb8d942fa46f38 libupnp-1.10.1.tar.bz2

3
libupnp-1.12.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc36642b1848fe5a81296d496291d350ecfc12b85fd0b268478ab230976d4009
size 681174

View File

@ -0,0 +1 @@
08fd7ec2d77ff4e7bc4632bf30695c7af63820ee libupnp-1.12.1.tar.bz2

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 21 17:37:33 UTC 2020 - Michal Vyskocil <mvyskocil@opensuse.org>
- Update to version 1.12.1:
* #129: Remove and replace the list.h file
* Reduce spurious HTTP 416 errors due to ill-defined bytes header
* #138: Use stdbool.h instead of BOOL typedef and defines
* #140: Remove IN, OUT and INOUT defines
* #129: Remove and replace the list.h file
* and many more, see ChangeLog
- Bump libpnpn defines to 16 following upstream changes (also in
baselibs.conf).
- ChangeLog installed with devel package, not libXY ones
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 30 14:37:16 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> Mon Dec 30 14:37:16 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libupnp # spec file for package libupnp
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de> # Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -17,17 +17,17 @@
# #
%define pnpver 15 %define pnpver 16
%define ixmlver 11 %define ixmlver 11
Name: libupnp Name: libupnp
Version: 1.10.1 Version: 1.12.1
Release: 0 Release: 0
Summary: An implementation of Universal Plug and Play (UPnP) Summary: An implementation of Universal Plug and Play (UPnP)
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/mrjimenez/pupnp URL: https://github.com/pupnp/pupnp
Source0: https://github.com/pupnp/pupnp/releases/download/release-%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2
Source1: https://github.com/pupnp/pupnp/releases/download/release-%{version}/%{name}-%{version}.tar.bz2.sha1 Source1: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2.sha1
Source42: baselibs.conf Source42: baselibs.conf
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -37,28 +37,28 @@ The Portable Universal Plug and Play (UPnP) SDK provides support for building
UPnP-compliant control points, devices, and bridges on several operating UPnP-compliant control points, devices, and bridges on several operating
systems. systems.
%package -n %{name}%{pnpver} %package -n %name%pnpver
Summary: An implementation of Universal Plug and Play (UPnP) Summary: An implementation of Universal Plug and Play (UPnP)
Group: System/Libraries Group: System/Libraries
%description -n %{name}%{pnpver} %description -n %name%pnpver
The Portable Universal Plug and Play (UPnP) SDK provides support for building The Portable Universal Plug and Play (UPnP) SDK provides support for building
UPnP-compliant control points, devices, and bridges on several operating UPnP-compliant control points, devices, and bridges on several operating
systems systems
%package -n libixml%{ixmlver} %package -n libixml%ixmlver
Summary: The Portable UPnP SDK's XML library Summary: The Portable UPnP SDK's XML library
Group: System/Libraries Group: System/Libraries
%description -n libixml%{ixmlver} %description -n libixml%ixmlver
A C XML parsing library originally created for the Intel UPnP SDK for Linux. A C XML parsing library originally created for the Intel UPnP SDK for Linux.
%package devel %package devel
Summary: The Portable Universal Plug and Play (UPnP) SDK Summary: The Portable Universal Plug and Play (UPnP) SDK
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: libixml-devel = %{version}-%{release} Provides: libixml-devel = %version-%release
Requires: %{name}%{pnpver} = %{version} Requires: %name%pnpver = %version
Requires: libixml%{ixmlver} = %{version} Requires: libixml%ixmlver = %version
%description devel %description devel
The Portable Universal Plug and Play (UPnP) SDK provides support for building The Portable Universal Plug and Play (UPnP) SDK provides support for building
@ -81,28 +81,26 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
find %{buildroot} -type f -name "*.la" -delete -print find %buildroot -type f -name "*.la" -delete -print
%post -p /sbin/ldconfig -n %{name}%{pnpver} %post -p /sbin/ldconfig -n %name%pnpver
%postun -p /sbin/ldconfig -n %{name}%{pnpver} %postun -p /sbin/ldconfig -n %name%pnpver
%post -p /sbin/ldconfig -n libixml%ixmlver
%postun -p /sbin/ldconfig -n libixml%ixmlver
%post -p /sbin/ldconfig -n libixml%{ixmlver} %files -n %name%pnpver
%postun -p /sbin/ldconfig -n libixml%{ixmlver}
%files -n %{name}%{pnpver}
%doc ChangeLog
%license COPYING %license COPYING
%{_libdir}/libupnp.so.%{pnpver}* %_libdir/libupnp.so.%{pnpver}*
%files -n libixml%{ixmlver} %files -n libixml%ixmlver
%doc ChangeLog
%license COPYING %license COPYING
%{_libdir}/libixml.so.%{ixmlver}* %_libdir/libixml.so.%{ixmlver}*
%files -n libupnp-devel %files devel
%{_libdir}/pkgconfig/libupnp.pc %doc ChangeLog
%{_libdir}/libixml.so %_libdir/pkgconfig/libupnp.pc
%{_libdir}/libupnp.so %_libdir/libixml.so
%{_includedir}/upnp/ %_libdir/libupnp.so
%_includedir/upnp/
%changelog %changelog