Hello community,

here is the log from the commit of package gupnp for openSUSE:Factory checked 
in at 2013-04-02 11:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2012-10-03 
07:35:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2013-04-02 
11:51:31.000000000 +0200
@@ -1,0 +2,67 @@
+Wed Mar  6 12:30:37 UTC 2013 - [email protected]
+
+- Update to version 0.20.1:
+  + Fix suspicious use of va_list in the code.
+  + Bugs fixed: bgo#689813.
+
+-------------------------------------------------------------------
+Wed Feb 20 19:38:50 UTC 2013 - [email protected]
+
+- Update to version 0.20.0:
+  + Fix Accept-Language header generation.
+  + Fix some issues with Windows support on mingw64.
+  + Bugs fixed: bgo#683199.
+
+-------------------------------------------------------------------
+Sat Jan 12 16:56:52 UTC 2013 - [email protected]
+
+- Update to version 0.19.4:
+  + Shuffle around some test data.
+  + Fix a GError leak in the linux cm.
+  + Fix a leak in variable notification.
+  + Clarify usage of gupnp_service_proxy_remove_notify.
+
+-------------------------------------------------------------------
+Wed Dec 26 10:43:01 UTC 2012 - [email protected]
+
+- Update to version 0.19.3:
+  + Work-around missing notification messages.
+- Changes from version 0.19.1:
+  + Support Windows.
+  + Fix searching for services in ControlPoint.
+  + Drop deprecated calls to g_type_init on glib >= 2.35.
+  + Fix LD_LIBRARY_PATH in make check.
+  + Explicitly use IPv4 in tests.
+  + Allow autogen.sh to be run out-of-tree.
+  + Expose GSSDPResourceGroup of a root device.
+  + Bugs fixed: bgo#687320, bgo#687621, bgo#689028, bgo#688411,
+    bgo#685643, bgo#682580, bgo#672830.
+
+-------------------------------------------------------------------
+Wed Oct 24 22:06:03 UTC 2012 - [email protected]
+
+- Update to version 0.19.1:
+  + Include m4 macro for finding vapigen.
+  + Run introspection with make distcheck.
+  + Lower G-I requirement again.
+  + Add gupnp_context_manager_get_port.
+  + Don't stop configure if vapigen can't be found.
+  + Drop some deprecated stuff from VAPI.
+
+-------------------------------------------------------------------
+Sun Oct  7 09:46:32 UTC 2012 - [email protected]
+
+- Update to version 0.19.0:
+  + Add an abstract base class for simple context managers.
+  + Clean-up pkg-config files to not leak libraries.
+  + Generate VAPI from GIR file.
+  + Bugs fixed: bgo#680322, bgo#681963, bgo#673100, bgo#673933,
+    bgo#676803, bgo#682005, bgo#679204.
+- Add pkgconfig(vapigen) BuildRequires, needed to build the new
+  vala bindings.
+- Replace gobject-introspection-devel, libgssdp-devel,
+  libsoup-devel, libuuid-devel and libxml2-devel BuildRequires for
+  their pkgconfig counterparts, gobject-introspection-1.0,
+  gssdp-1.0, libsoup-2.4, libxml-2.0, uuid.
+ 
+-------------------------------------------------------------------

Old:
----
  gupnp-0.18.4.tar.xz

New:
----
  gupnp-0.20.1.tar.xz

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

Other differences:
------------------
++++++ gupnp.spec ++++++
--- /var/tmp/diff_new_pack.M7a0hG/_old  2013-04-02 11:51:32.000000000 +0200
+++ /var/tmp/diff_new_pack.M7a0hG/_new  2013-04-02 11:51:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
 
 
 Name:           gupnp
-Version:        0.18.4
+Version:        0.20.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.xz
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  libgssdp-devel >= 0.11.2
-BuildRequires:  libsoup-devel >= 2.28.2
-BuildRequires:  libuuid-devel
-BuildRequires:  libxml2-devel
+Source:         
http://download.gnome.org/sources/gupnp/0.20/%{name}-%{version}.tar.xz
 # Needed for the GTest
 BuildRequires:  pkgconfig(glib-2.0) >= 2.16
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.6.4
+BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.0
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.28.2
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(uuid)
+BuildRequires:  pkgconfig(vapigen)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -121,5 +122,7 @@
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/%{name}
+%{_datadir}/vala/vapi/gupnp-1.0.deps
+%{_datadir}/vala/vapi/gupnp-1.0.vapi
 
 %changelog

++++++ gupnp-0.18.4.tar.xz -> gupnp-0.20.1.tar.xz ++++++
++++ 7620 lines of diff (skipped)

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

Reply via email to