Hello community,

here is the log from the commit of package libupnp for openSUSE:Factory checked 
in at 2020-04-27 23:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libupnp (Old)
 and      /work/SRC/openSUSE:Factory/.libupnp.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libupnp"

Mon Apr 27 23:30:02 2020 rev:19 rq:796545 version:1.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libupnp/libupnp.changes  2020-01-02 
14:40:49.676899620 +0100
+++ /work/SRC/openSUSE:Factory/.libupnp.new.2738/libupnp.changes        
2020-04-27 23:30:09.458560478 +0200
@@ -1,0 +2,15 @@
+Tue Apr 21 17:37:33 UTC 2020 - Michal Vyskocil <[email protected]>
+
+- 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
+
+
+-------------------------------------------------------------------

Old:
----
  libupnp-1.10.1.tar.bz2
  libupnp-1.10.1.tar.bz2.sha1

New:
----
  libupnp-1.12.1.tar.bz2
  libupnp-1.12.1.tar.bz2.sha1

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libupnp.spec ++++++
--- /var/tmp/diff_new_pack.nIxBdw/_old  2020-04-27 23:30:10.186561899 +0200
+++ /var/tmp/diff_new_pack.nIxBdw/_new  2020-04-27 23:30:10.190561907 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libupnp
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2011, Sascha Peilicke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,17 +17,17 @@
 #
 
 
-%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
 Group:          Development/Libraries/C and C++
-URL:            https://github.com/mrjimenez/pupnp
-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
+URL:            https://github.com/pupnp/pupnp
+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
 Source42:       baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -37,28 +37,28 @@
 UPnP-compliant control points, devices, and bridges on several operating
 systems.
 
-%package -n %{name}%{pnpver}
+%package -n %name%pnpver
 Summary:        An implementation of Universal Plug and Play (UPnP)
 Group:          System/Libraries
 
-%description -n %{name}%{pnpver}
+%description -n %name%pnpver
 The Portable Universal Plug and Play (UPnP) SDK provides support for building
 UPnP-compliant control points, devices, and bridges on several operating
 systems
 
-%package -n libixml%{ixmlver}
+%package -n libixml%ixmlver
 Summary:        The Portable UPnP SDK's XML library
 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.
 
 %package devel
 Summary:        The Portable Universal Plug and Play (UPnP) SDK
 Group:          Development/Libraries/C and C++
-Provides:       libixml-devel = %{version}-%{release}
-Requires:       %{name}%{pnpver} = %{version}
-Requires:       libixml%{ixmlver} = %{version}
+Provides:       libixml-devel = %version-%release
+Requires:       %name%pnpver = %version
+Requires:       libixml%ixmlver = %version
 
 %description devel
 The Portable Universal Plug and Play (UPnP) SDK provides support for building
@@ -81,28 +81,26 @@
 
 %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}
-%postun -p /sbin/ldconfig -n %{name}%{pnpver}
+%post   -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}
-%postun -p /sbin/ldconfig -n libixml%{ixmlver}
-
-%files -n %{name}%{pnpver}
-%doc ChangeLog
+%files -n %name%pnpver
 %license COPYING
-%{_libdir}/libupnp.so.%{pnpver}*
+%_libdir/libupnp.so.%{pnpver}*
 
-%files -n libixml%{ixmlver}
-%doc ChangeLog
+%files -n libixml%ixmlver
 %license COPYING
-%{_libdir}/libixml.so.%{ixmlver}*
+%_libdir/libixml.so.%{ixmlver}*
 
-%files -n libupnp-devel
-%{_libdir}/pkgconfig/libupnp.pc
-%{_libdir}/libixml.so
-%{_libdir}/libupnp.so
-%{_includedir}/upnp/
+%files devel
+%doc ChangeLog
+%_libdir/pkgconfig/libupnp.pc
+%_libdir/libixml.so
+%_libdir/libupnp.so
+%_includedir/upnp/
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.nIxBdw/_old  2020-04-27 23:30:10.230561985 +0200
+++ /var/tmp/diff_new_pack.nIxBdw/_new  2020-04-27 23:30:10.234561993 +0200
@@ -1,2 +1,2 @@
-libupnp15
+libupnp16
 libixml11

++++++ libupnp-1.10.1.tar.bz2 -> libupnp-1.12.1.tar.bz2 ++++++
++++ 35205 lines of diff (skipped)

++++++ libupnp-1.10.1.tar.bz2.sha1 -> libupnp-1.12.1.tar.bz2.sha1 ++++++
--- /work/SRC/openSUSE:Factory/libupnp/libupnp-1.10.1.tar.bz2.sha1      
2020-01-02 14:40:49.652899611 +0100
+++ /work/SRC/openSUSE:Factory/.libupnp.new.2738/libupnp-1.12.1.tar.bz2.sha1    
2020-04-27 23:30:09.438560439 +0200
@@ -1 +1 @@
-0b4e9f38674b948adc2ca78165fb8d942fa46f38  libupnp-1.10.1.tar.bz2
+08fd7ec2d77ff4e7bc4632bf30695c7af63820ee  libupnp-1.12.1.tar.bz2


Reply via email to