Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory checked 
in at 2012-01-09 15:42:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp/gupnp.changes      2011-09-23 
02:02:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2012-01-09 
15:42:12.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Dec 10 19:00:38 UTC 2011 - [email protected]
+
+- Update to version 0.18.1:
+  + Properly quote charset in SOAP requests.
+  + Fix GUPnPContextManager documentation.
+  + Fix several build warnings.
+  + Several documentation fixes.
+  + Error handling fix in gupnp-binding-tool.
+  + Always send the initial event after a subscribtion even if the
+    client immediately unsubscribes.
+  + Some minor code clean-up.
+  + Bugs fixed: bgo#658633, bgo#658486.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Fri Dec  9 09:22:21 UTC 2011 - [email protected]
+
+- Split typelib file into typelib-1_0-GUPnP-1_0 subpackage.
+- Add typelib-1_0-GUPnP-1_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------

Old:
----
  gupnp-0.18.0.tar.bz2

New:
----
  gupnp-0.18.1.tar.xz

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

Other differences:
------------------
++++++ gupnp.spec ++++++
--- /var/tmp/diff_new_pack.hCttbz/_old  2012-01-09 15:42:13.000000000 +0100
+++ /var/tmp/diff_new_pack.hCttbz/_new  2012-01-09 15:42:13.000000000 +0100
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           gupnp
-Version:        0.18.0
-Release:        1
+Version:        0.18.1
+Release:        0
 Summary:        Implementation of the UPnP specification
 License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
 Url:            http://www.gupnp.org/
-Source:         
http://download.gnome.org/sources/gupnp/0.18/%{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gupnp/0.18/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  libsoup-devel >= 2.28.2
 BuildRequires:  libgssdp-devel >= 0.11.2
+BuildRequires:  libsoup-devel >= 2.28.2
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,7 +41,6 @@
 libraries utilizing the GUPnP framework.
 
 %package -n libgupnp-1_0-4
-License:        LGPL-2.0+
 Summary:        Implementation of the UPnP specification
 Group:          Development/Libraries/C and C++
 # This is the default context manager we want
@@ -55,11 +54,25 @@
 standardized resources (e.g. MediaServer); this is left for higher level
 libraries utilizing the GUPnP framework.
 
+%package -n typelib-1_0-GUPnP-1_0
+Summary:        Implementation of the UPnP specification -- Introspection 
bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GUPnP-1_0
+GUPnP implements the UPnP specification: resource announcement and
+discovery, description, control, event notification, and presentation
+(GUPnP includes basic web server functionality through libsoup). GUPnP
+does not include helpers for construction or control of specific
+standardized resources (e.g. MediaServer); this is left for higher level
+libraries utilizing the GUPnP framework.
+
+This package provides the GObject Introspection bindings for GUPnP.
+
 %package -n libgupnp-devel
-License:        LGPL-2.0+
 Summary:        Implementation of the UPnP specification - Development Files
 Group:          Development/Libraries/C and C++
 Requires:       libgupnp-1_0-4 = %{version}
+Requires:       typelib-1_0-GUPnP-1_0 = %{version}
 
 %description -n libgupnp-devel
 GUPnP implements the UPnP specification: resource announcement and
@@ -92,6 +105,9 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.*
+
+%files -n typelib-1_0-GUPnP-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUPnP-1.0.typelib
 
 %files -n libgupnp-devel

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to