From 4e1808664f4cbc99a02c50f0eeeccc43b528dad35b8c8146f2aad2ea310009a3 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 23 Apr 2020 12:14:19 +0000 Subject: [PATCH] Accepting request 796106 from home:mvyskocil:branches:devel:libraries:c_c++ - 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 OBS-URL: https://build.opensuse.org/request/show/796106 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=31 --- baselibs.conf | 2 +- libupnp-1.10.1.tar.bz2 | 3 --- libupnp-1.10.1.tar.bz2.sha1 | 1 - libupnp-1.12.1.tar.bz2 | 3 +++ libupnp-1.12.1.tar.bz2.sha1 | 1 + libupnp.changes | 15 +++++++++++++++ libupnp.spec | 9 ++++----- 7 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 libupnp-1.10.1.tar.bz2 delete mode 100644 libupnp-1.10.1.tar.bz2.sha1 create mode 100644 libupnp-1.12.1.tar.bz2 create mode 100644 libupnp-1.12.1.tar.bz2.sha1 diff --git a/baselibs.conf b/baselibs.conf index 9547e26..f6dd998 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libupnp15 +libupnp16 libixml11 diff --git a/libupnp-1.10.1.tar.bz2 b/libupnp-1.10.1.tar.bz2 deleted file mode 100644 index 92463ee..0000000 --- a/libupnp-1.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b97dad43f5fbb1dad34384389ab038823862348e9e5f6d649d845d512165ed92 -size 679847 diff --git a/libupnp-1.10.1.tar.bz2.sha1 b/libupnp-1.10.1.tar.bz2.sha1 deleted file mode 100644 index 2d82c3c..0000000 --- a/libupnp-1.10.1.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -0b4e9f38674b948adc2ca78165fb8d942fa46f38 libupnp-1.10.1.tar.bz2 diff --git a/libupnp-1.12.1.tar.bz2 b/libupnp-1.12.1.tar.bz2 new file mode 100644 index 0000000..f49e8bc --- /dev/null +++ b/libupnp-1.12.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e045afb9060d93846b7de7502c01ec5bede259a4c2c58466990c82b51969dfa +size 673056 diff --git a/libupnp-1.12.1.tar.bz2.sha1 b/libupnp-1.12.1.tar.bz2.sha1 new file mode 100644 index 0000000..f5e5853 --- /dev/null +++ b/libupnp-1.12.1.tar.bz2.sha1 @@ -0,0 +1 @@ +08fd7ec2d77ff4e7bc4632bf30695c7af63820ee libupnp-1.12.1.tar.bz2 diff --git a/libupnp.changes b/libupnp.changes index 2ed8905..adfc8cc 100644 --- a/libupnp.changes +++ b/libupnp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 21 17:37:33 UTC 2020 - Michal Vyskocil + +- 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 diff --git a/libupnp.spec b/libupnp.spec index 7ee0f14..34abada 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,7 +1,7 @@ # # spec file for package libupnp # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011, Sascha Peilicke # # All modifications and additions to the file contributed by third parties @@ -17,10 +17,10 @@ # -%define pnpver 15 +%define pnpver 16 %define ixmlver 11 Name: libupnp -Version: 1.10.1 +Version: 1.12.1 Release: 0 Summary: An implementation of Universal Plug and Play (UPnP) License: BSD-3-Clause @@ -90,16 +90,15 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -p /sbin/ldconfig -n libixml%{ixmlver} %files -n %{name}%{pnpver} -%doc ChangeLog %license COPYING %{_libdir}/libupnp.so.%{pnpver}* %files -n libixml%{ixmlver} -%doc ChangeLog %license COPYING %{_libdir}/libixml.so.%{ixmlver}* %files -n libupnp-devel +%doc ChangeLog %{_libdir}/pkgconfig/libupnp.pc %{_libdir}/libixml.so %{_libdir}/libupnp.so