Accepting request 158407 from GNOME:Next

Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158407
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=46
This commit is contained in:
2013-03-13 22:50:42 +00:00
committed by Git OBS Bridge
parent 9f53974e3c
commit 47c1c925d7
4 changed files with 81 additions and 11 deletions

View File

@@ -1,3 +1,70 @@
-------------------------------------------------------------------
Wed Mar 6 12:30:37 UTC 2013 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - zaitor@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - zaitor@opensuse.org
- 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.
-------------------------------------------------------------------
Sun Aug 19 22:07:30 UTC 2012 - dimstar@opensuse.org