Hello community,

here is the log from the commit of package libupnp for openSUSE:Factory checked 
in at 2018-12-05 09:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libupnp (Old)
 and      /work/SRC/openSUSE:Factory/.libupnp.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libupnp"

Wed Dec  5 09:37:13 2018 rev:17 rq:652810 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libupnp/libupnp.changes  2018-11-20 
22:27:27.746775671 +0100
+++ /work/SRC/openSUSE:Factory/.libupnp.new.19453/libupnp.changes       
2018-12-05 09:37:21.573101347 +0100
@@ -1,0 +2,13 @@
+Thu Nov 29 19:32:02 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update descriptions. "Portable" is part of the proper noun,
+  and needs an uppercase P here.
+
+-------------------------------------------------------------------
+Wed Nov 28 10:53:06 UTC 2018 - davejpla...@gmail.com
+
+- Split off libixml10 and renamed libupnp6 to it's correct name
+  libupnp13. Major version 6 was last seen long ago.
+- libthreadutil was merged with libupnp in version 1.8.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libupnp.spec ++++++
--- /var/tmp/diff_new_pack.BcZJR4/_old  2018-12-05 09:37:23.705099012 +0100
+++ /var/tmp/diff_new_pack.BcZJR4/_new  2018-12-05 09:37:23.705099012 +0100
@@ -17,11 +17,12 @@
 #
 
 
-%define lname libupnp6
+%define pnpver 13
+%define ixmlver 10
 Name:           libupnp
 Version:        1.8.4
 Release:        0
-Summary:        Portable Universal Plug and Play (UPnP) SDK
+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
@@ -33,30 +34,35 @@
 BuildRequires:  pkgconfig
 
 %description
-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
 systems.
 
-%package -n %{lname}
-Summary:        Portable Universal Plug and Play (UPnP) SDK
+%package -n %{name}%{pnpver}
+Summary:        An implementation of Universal Plug and Play (UPnP)
 Group:          System/Libraries
-Provides:       libixml2 = %{version}-%{release}
-Obsoletes:      libixml2 < %{version}
-Provides:       libthreadutil6 = %{version}-%{release}
-Obsoletes:      libthreadutil6 < %{version}
 
-%description -n %{lname}
-The portable Universal Plug and Play (UPnP) SDK provides support for building
+%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 libupnp-devel
-Summary:        Portable Universal Plug and Play (UPnP) SDK
+%package -n libixml%{ixmlver}
+Summary:        The Portable UPnP SDK's XML library
+Group:          System/Libraries
+
+%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++
-Requires:       %{lname} = %{version}
+Provides:       libixml-devel = %{version}-%{release}
+Requires:       %{name}%{pnpver} = %{version}
+Requires:       libixml%{ixmlver} = %{version}
 
-%description -n libupnp-devel
-The portable Universal Plug and Play (UPnP) SDK provides support for building
+%description devel
+The Portable Universal Plug and Play (UPnP) SDK provides support for building
 UPnP-compliant control points, devices, and bridges on several operating
 systems.
 
@@ -80,14 +86,21 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -p /sbin/ldconfig -n %{lname}
-%postun -p /sbin/ldconfig -n %{lname}
+%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}
+
+%files -n %{name}%{pnpver}
+%doc ChangeLog
+%license COPYING
+%{_libdir}/libupnp.so.%{pnpver}*
 
-%files -n %{lname}
+%files -n libixml%{ixmlver}
 %doc ChangeLog
 %license COPYING
-%{_libdir}/libixml.so.*
-%{_libdir}/libupnp.so.*
+%{_libdir}/libixml.so.%{ixmlver}*
 
 %files -n libupnp-devel
 %{_libdir}/pkgconfig/libupnp.pc

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.BcZJR4/_old  2018-12-05 09:37:23.733098981 +0100
+++ /var/tmp/diff_new_pack.BcZJR4/_new  2018-12-05 09:37:23.733098981 +0100
@@ -1 +1,2 @@
-libupnp6
+libupnp13
+libixml10


Reply via email to