Hello community,

here is the log from the commit of package gupnp.3696 for openSUSE:13.2:Update 
checked in at 2015-04-21 10:46:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.2:Update/gupnp.3696 (Old)
 and      /work/SRC/openSUSE:13.2:Update/.gupnp.3696.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp.3696"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.gupnp.3696.new/gupnp.changes        
2015-04-21 10:46:48.000000000 +0200
@@ -0,0 +1,549 @@
+-------------------------------------------------------------------
+Sat Mar 28 04:48:47 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.20.13 (boo#924072):
+  + Fix cyclic includes.
+  + Avoid redefinition of symbols.
+  + Fix missing function declaration.
+  + Don't check von connman.pc.
+  + Allow actions without arguments.
+  + Respect "prefer_bigger" even if there is no icon size.
+  + DOAP fixes.
+  + Fix VAPI generation.
+  + Fix reference counting.
+  + Port to new libsoup API.
+  + Bugs fixed: bgo#722696, bgo#731209, bgo#731457, bgo#733241,
+    bgo#740267, bgo#742075.
+
+-------------------------------------------------------------------
+Mon Jun 30 20:48:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.20.12:
+  + Several documentation fixes.
+  + Fix warning from clang.
+  + Prevent a critical if there's no DBus available and a
+    DBus-based context manager is used.
+  + Don't try to use a DBus context manager if we don't have a
+    system bus.
+  + Use g_return_val_if_fail.
+  + Fix a small leak of CallbackData in GUPnPServiceProxy.
+  + Add a gupnp_service_proxy_add_notify_full variant to be nice to
+    gobject-introspection.
+  + Several code cleanups.
+  + Fix a reference leak in ACL.
+  + Make "document" property of GUPnPDeviceInfo readable.
+  + Add gupnp_service_proxy_add_raw_notify which can be used to get
+    the raw xmlDoc received through notification.
+  + Bugs fixed: bgo#701446, bgo#706123, bgo#706127, bgo#727709,
+    bgo#729827, bgo#730359, bgo#730690.
+
+-------------------------------------------------------------------
+Sun May  4 14:53:26 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.20.11:
+  + Disable the Unix context manager on Android.
+  + Fix Windows compilation.
+  + Fix a memory leak in Linux context manager.
+  + Fix libuuid dependencies in pkg-config files.
+  + Implement a simple ACL infrastructure.
+  + Bugs fixed: bgo#711027, bgo#723715, bgo#727539, bgo#728889.
+
+-------------------------------------------------------------------
+Mon Feb  3 17:53:25 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.20.10:
+  + Make sure ResourceFactory creates proxies with the correct
+    GType.
+  + Make it possible to unsubscribe from a service proxy during a
+    call-back.
+  + Disable managed RootDevices on WL change in addition to
+    ControlPoints.
+  + Bugs fixed: bgo#678701, bgo#690400, bgo#711332.
+
+-------------------------------------------------------------------
+Sat Dec 14 22:09:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.9:
+  + Enforce HTTP 1.1 for device description requests.
+  + Add libuuid to Requires.private of pkg-config file.
+  + Deprecate gupnp_service_proxy_{begin,send}_action_hash as they
+    cannot guarantee the argument order.
+  + Add gupnp_service_info_get_introspection_async_full() that
+    makes it possible to cancel an introspcetion request using
+    GCancellable.
+  + Fix a crash when running with GSSDP < 0.14.6.
+  + Bugs fixed: bgo#704867, bgo#710491, bgo#711027, bgo#711167,
+    bgo#720369, bgo#720372.
+
+-------------------------------------------------------------------
+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
+
++++ 352 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:13.2:Update/.gupnp.3696.new/gupnp.changes

New:
----
  gupnp-0.20.13.tar.xz
  gupnp.changes
  gupnp.spec

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

Other differences:
------------------
++++++ gupnp.spec ++++++
#
# spec file for package gupnp
#
# Copyright (c) 2015 SUSE LINUX 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.13
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

Reply via email to