Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory
checked in at Fri Jul 8 15:00:40 CEST 2011.



--------
--- GNOME/gupnp/gupnp.changes   2011-05-05 09:06:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/gupnp/gupnp.changes    2011-07-07 
14:00:56.000000000 +0200
@@ -1,0 +2,45 @@
+Thu Jul  7 13:39:31 CEST 2011 - [email protected]
+
+- Update to version 0.17.1:
+  + Drop deprecated conic support.
+  + A Linux context manager. Unlike the generic static unix
+    context-manager, the Linux context-manager can dynamically
+    react to device and address changes, similar to the
+    NetworkManager-based context-manager, but without depending on
+    DBus or NetworkManager.
+  + Fix for a SOAP action parameter validation regression.
+  + Updates to the build system such as:
+    - Modernized autotools.
+    - xz tarballs as default.
+  + Improved OpenBSD support.
+  + More stable RootDevice URIs.
+- Pass --with-context-manager=network-manager: this will make gupnp
+  try to use NetworkManager if available at runtime, and will
+  fallback on the old code otherwise.
+- Add NetworkManager Recommends to libgupnp-1_0-4 to have
+  NetworkManager available at runtime.
+- Remove libsoup-devel, libgssdp-devel, libxml2-devel Requires from
+  devel subpackage: they will automatically get added the
+  pkgconfig()-way.
+
+-------------------------------------------------------------------
+Thu Jun 16 17:58:18 CEST 2011 - [email protected]
+
+- Update to version 0.17.0:
+  + Fix several crashes during initial introspection.
+  + Several fixes regarding SOAP action parameter validation.
+  + Always append a Content-Language header if the client has an
+    Accept-Language header.
+  + Always append an Ext header in SOAP responses.
+  + Improve introspection support:
+    - Classes that throw an error during construction implement
+      GInitable.
+    - Update gobject-introspection autotools integration.
+    - Many annotation fixes.
+  + Tutorial improvements.
+- Rename libgupnp-1_0-3 to libgupnp-1_0-4, following the sonum
+  change.
+- Remove service usage, following the new consensus on Factory
+  packaging.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service
  _service:recompress:download_url:gupnp-0.16.1.tar.bz2
  _service:set_version:gupnp.spec

New:
----
  gupnp-0.17.1.tar.bz2

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

Other differences:
------------------
++++++ gupnp.spec ++++++
--- /var/tmp/diff_new_pack.F8McAs/_old  2011-07-08 14:58:37.000000000 +0200
+++ /var/tmp/diff_new_pack.F8McAs/_new  2011-07-08 14:58:37.000000000 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           gupnp
-Version:        0.14.1
-Release:        7
+Version:        0.17.1
+Release:        1
 Summary:        Implementation of the UPnP specification
 License:        LGPL v2 or later
 Group:          Development/Libraries/C and C++
 Url:            http://www.gupnp.org/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gupnp/0.17/%{name}-%{version}.tar.bz2
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  libgssdp-devel
@@ -40,12 +40,14 @@
 standardized resources (e.g. MediaServer); this is left for higher level
 libraries utilizing the GUPnP framework.
 
-%package -n libgupnp-1_0-3
+%package -n libgupnp-1_0-4
 License:        LGPL v2 or later
 Summary:        Implementation of the UPnP specification
 Group:          Development/Libraries/C and C++
+# This is the default context manager we want
+Recommends:     NetworkManager
 
-%description -n libgupnp-1_0-3
+%description -n libgupnp-1_0-4
 GUPnP implements the UPnP specification: resource announcement and
 discovery, description, control, event notification, and presentation
 (GUPnP includes basic web server functionality through libsoup). GUPnP
@@ -57,10 +59,7 @@
 License:        LGPL v2 or later
 Summary:        Implementation of the UPnP specification - Development Files
 Group:          Development/Libraries/C and C++
-Requires:       libgupnp-1_0-3 = %{version}
-Requires:       libsoup-devel
-Requires:       libgssdp-devel
-Requires:       libxml2-devel
+Requires:       libgupnp-1_0-4 = %{version}
 
 %description -n libgupnp-devel
 GUPnP implements the UPnP specification: resource announcement and
@@ -74,7 +73,8 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static \
+        --with-context-manager=network-manager
 %__make %{?jobs:-j%jobs}
 
 %install
@@ -84,11 +84,11 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgupnp-1_0-3 -p /sbin/ldconfig
+%post -n libgupnp-1_0-4 -p /sbin/ldconfig
 
-%postun -n libgupnp-1_0-3 -p /sbin/ldconfig
+%postun -n libgupnp-1_0-4 -p /sbin/ldconfig
 
-%files -n libgupnp-1_0-3
+%files -n libgupnp-1_0-4
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*


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



Remember to have fun...

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

Reply via email to