Hello community, here is the log from the commit of package gupnp.2254 for openSUSE:13.1:Update checked in at 2013-12-11 16:31:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1:Update/gupnp.2254 (Old) and /work/SRC/openSUSE:13.1:Update/.gupnp.2254.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp.2254" Changes: -------- New Changes file: --- /dev/null 2013-11-25 01:44:08.036031256 +0100 +++ /work/SRC/openSUSE:13.1:Update/.gupnp.2254.new/gupnp.changes 2013-12-11 16:31:54.000000000 +0100 @@ -0,0 +1,472 @@ +------------------------------------------------------------------- +Thu Oct 31 18:29:48 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.8 (bnc#849913): + + Minor compilation and style fixes in the Linux CM. + + Add gupnp_white_list_add_entryv utility function. + + Use "port" property to set "msearch-port" property on base + class. + + Other style fixes. + + Bugs fixed: bgo#711015. + +------------------------------------------------------------------- +Wed Oct 16 13:49:12 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.7: + + Fix GCC warnings about local includes. + + Do not hand out libxml2-allocated strings. + + Fix a crash when a notification host was not available. + + Always call action call-back asynchronously, even when there + was an error. + + Add performance measurement options to light-server/-client. + + Bugs fixed: bgo#669729, bgo#703263, bgo#708162, bgo#708575, + bgo#708751. + +------------------------------------------------------------------- +Tue Sep 3 13:54:46 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.6: + + Don't do excessive network rescans (bgo#706996). + +------------------------------------------------------------------- +Tue Aug 20 15:48:49 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.5: + + Add some missing G_{BEGIN,END}_DECLS guards. + + Fix uninitialized variable use introduced in previous version. + + Add simple network device whitelisting infrastructure. + + Port gupnp-binding-tool so it's usable with python3. + + Minor code fixes. + + Fix crashes in NetworkManager context manager during some async + calls. + + Fix a small memory leak in the unix and windows CM. + + Always enable GTest tests. + + Upgrade gtk-doc stuff. + + Fix the service example in documentation. + + Remove the test for inverted arguments in the GUPnPContext + tests. + + Bugs fixed: bgo#694454, bgo#704094, bgo#704383, bgo#705712, + bgo#706326. + +------------------------------------------------------------------- +Tue Jul 30 16:29:53 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.4: + + Fix warnings in gtk-doc run. + + Some minor improvements to the documentation. + + Make the user-agent ASCII-only to fix issues with discovery + when g_get_application_name () returned a translated string. + + Force HTTP version to be 1.1 in SOAP requests. + + Fix potential crashes in XML parsing. + + Fix potential memory leak in + gupnp_service_proxy_send_action_valist. + + Some codestyle fixes. + + Add gupnp_device_info_list_dlna_device_class_identifier () to + retrieve the content of <dlna:X_DLNADOC> nodes. + + Bugs fixed: bgo#704953, bgo#702555, bgo#704094, bgo#700947. + +------------------------------------------------------------------- +Thu May 30 07:09:25 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.3: + + Add a gupnp_context_manager_rescan_control_points feature. + + Fix VAPI generation if g-i version is >= 1.36. + + Some internal documentation updates. + + Check SID and return a proper error. + + Fix error code returned on invalid NT and NTS headers. + + Fix SEQ to be a uint32. + + Fall-back to unix static CM if netlink sockets are not availabe + on runtime. + + Prevent some C++ name mangling in the examples. + + Fix compiling with -Wall -Wextra. + + Bugs fixed: bgo#697314, bgo#696289, bgo#698192, bgo#698125. + +------------------------------------------------------------------- +Sat Apr 6 15:10:31 UTC 2013 - dims...@opensuse.org + +- Update to version 0.20.2: + + Fix some typos in docs and warning messages. + + Fix argument order issue introduced with the va_list fix in + 0.20.1. + + Add some tests for this bug. + + Bugs fixed: bgo#695591, bgo#696762. + +------------------------------------------------------------------- +Wed Mar 6 12:30:37 UTC 2013 - dims...@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 - dims...@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 - dims...@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 - zai...@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 - dims...@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 - zai...@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 - dims...@opensuse.org + +- Update to version 0.18.4: + + Make sure that subscribtion timeouts are always removed. + + Update tutorial to use correct upnp.org links. + + Add missing includes. + + Remove deprecated g_thread_init() calls. + + Don't leak internal functions from context managers. + + Make "linux" context manager the default context manager when + building on Linux. + + Fix some more deprecation warnings. + + Connman and NM context managers fall back to linux context + manager now if available. + + Add support for device aliases (such as eth0:1) in the linux + context manager. + + Really report a bug on faulty device descripton XMLs. + + Silence libxml2 console output. + + Bugs fixed: bgo#673100, bgo#673933, bgo#676803, bgo#679204, + bgo#680322, bgo#681963, bgo#682005. + +------------------------------------------------------------------- +Thu May 3 19:09:48 UTC 2012 - dims...@opensuse.org + +- Update to version 0.18.3: + + Add a Connman context manager. + + Add a work-around for one of the lock-ups in bgo#667494. + + Don't leak private symbols. + + Don't leak DBus proxies in network-manager context-manager. + + Fix some g-i annotations. + + Bugs fixed: bgo#672998, bgo#673933, bgo#674410. + +------------------------------------------------------------------- +Sat Mar 17 16:02:35 UTC 2012 - dims...@opensuse.org + +- Update to version 0.18.2: + + Revert the charset quoting patch from 0.18.1. Apparently this ++++ 275 more lines (skipped) ++++ between /dev/null ++++ and /work/SRC/openSUSE:13.1:Update/.gupnp.2254.new/gupnp.changes New: ---- gupnp-0.20.8.tar.xz gupnp.changes gupnp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp.spec ++++++ # # spec file for package gupnp # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gupnp Version: 0.20.8 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.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 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. %package -n libgupnp-1_0-4 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-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 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. %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 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 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. %prep %setup -q %build %configure --disable-static \ --with-context-manager=network-manager %__make %{?jobs:-j%jobs} %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print %clean rm -rf %{buildroot} %post -n libgupnp-1_0-4 -p /sbin/ldconfig %postun -n libgupnp-1_0-4 -p /sbin/ldconfig %files -n libgupnp-1_0-4 %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 %defattr(-,root,root) %{_bindir}/gupnp-binding-tool %{_includedir}/%{name}-1.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/GUPnP-1.0.gir %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 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org