Hello community,

here is the log from the commit of package gssdp.2254 for openSUSE:13.1:Update 
checked in at 2013-12-11 16:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/gssdp.2254 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.gssdp.2254.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gssdp.2254"

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

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.gssdp.2254.new/gssdp.changes        
2013-12-11 16:31:18.000000000 +0100
@@ -0,0 +1,299 @@
+-------------------------------------------------------------------
+Fri Nov  1 10:11:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.6 (bnc#849913):
+  + Add msearch-property to GSSDPClient to use a fixed UDP
+    listening port.
+  + Doc changes.
+  + Marshalling fixes for GSSDPClient::message-received signal.
+  + Bugs fixed: bgo#711015.
+
+-------------------------------------------------------------------
+Tue Sep  3 13:53:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.5:
+  + Port get_host_ip() to Android/Bionic.
+  + Some more gtk-doc updates.
+  + Fix some autoconf warnings.
+  + Bugs fixed: bgo#707161.
+
+-------------------------------------------------------------------
+Tue Jul 30 16:29:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.4:
+  + Fix gtk-doc warnings.
+  + Use SO_REUSEPORT on FreeBSD and Debian/kFreeBSD.
+  + Fix discovery issue with some devices when
+    g_get_application_name returned a non-ASCII translated version
+    of the name.
+  + Fix a compiler warning about parentheses.
+  + Use GNOME_COMPILE_WARNINGS for a safe set of strict compiler
+    warnings.
+  + Remove the use of INCLUDES which has been deprecated for a
+    while.
+
+-------------------------------------------------------------------
+Tue May 28 11:50:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.3:
+  + Add --interface, -i commandline option to gssdp-device-sniffer
+    to specify a network interface for it to run on.
+  + Update the GSSDP device sniffer to GTK+3.
+  + Depend on vapigen >= 0.20 if gobject-introspection is 1.36 or
+    newer.
+  + Some minor UI fixes in gssdp-device-sniffer.
+  + Make it compile with -Wall -Wextra.
+- Replace pkgconfig(gtk+-2.0) BuildRequires with
+  pkgconfig(gtk+-3.0), following upstreams port to GTK+ 3.0.
+
+-------------------------------------------------------------------
+Wed Mar  6 12:28:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.2:
+  + Fix memory leaks on initial interface search.
+  + Make default interface detection a little bit smarter.
+
+-------------------------------------------------------------------
+Fri Feb 22 19:07:36 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.14.1:
+  + Fix a crash on network announcements (bgo#694418).
+
+-------------------------------------------------------------------
+Wed Feb 20 18:56:56 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.14.0:
+  + Don't use inet_netof to filter for correct source networks.
+  + Add gssdp_resource_browser_rescan() function.
+  + Allow custom TTL values for GSSDPClient.
+  + Bugs fixed: bgo#656406, bgo#668922, bgo#692516.
+
+-------------------------------------------------------------------
+Tue Jan  8 20:12:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.13.2:
+  + Fix implementation of GInitable such that _init() is callable
+    multiple times without breaking.
+  + Really ignore invalid MAN headers.
+  + Fix port reuse on NetBSD.
+  + Allow non-sourcedir build from git.
+  + Don't use -Werror by default.
+  + Silence some deprecation warning.
+  + Bugs fixed: bgo#685949, bgo#682576, bgo#682308 and
+    https://github.com/01org/media-service-upnp/issues/54.
+
+-------------------------------------------------------------------
+Wed Oct 24 22:31:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.13.1:
+  + Run introspection in make distcheck.
+  + Don't fail configure if vapigen could not be found
+  + Bugs fixed: bgo#686039.
+
+-------------------------------------------------------------------
+Sun Oct  7 08:56:51 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.13.0:
+  + Add/update license headers.
+  + Fix pkg-config files to not leak libraries.
+  + Add pkg-config name to GIR.
+  + Bugs fixed: bgo#685477.
+- Replace glib2-devel, gobject-introspection-devel, gtk2-devel,
+  libsoup-devel, vala BuildRequires, for their pkgconfig
+  counterparts: glib-2.0, gobject-introspection-1.0, gtk+-2.0,
+  libsoup-2.4, vapigen.
+
+-------------------------------------------------------------------
+Mon Aug 20 21:04:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.2.1:
+  + Add missing gssdp-1.0.deps file to tarball (bgo#682228).
+
+-------------------------------------------------------------------
+Sun Aug 19 21:50:06 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.2:
+  + Functional tests.
+  + Regression tests.
+  + Ignore announcements from services with a lower version.
+  + Make internal resource cache version-independant.
+  + Update gtk-doc annotations.
+  + Update pkg-config files.
+  + Create Vala bindings from GIR
+  + Bugs fixed: bgo#675355, bgo#673150, bgo#678744, bgo#679781,
+    bgo#682099,
+- Add vala BuildRequires: needed to build the new vala bindings.
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+-------------------------------------------------------------------
+Wed Dec 21 00:20:28 UTC 2011 - vu...@opensuse.org
+
+- Remove glib2-devel Requires from devel subpackage: it will
+  automatically be added the pkgconfig() way.
+
+-------------------------------------------------------------------
+Sat Dec 10 18:54:59 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.12.1:
+  + Increase UDP buffer size
+  + Fix searching for UDN that started with [a-f]
+  + Bugs fixed: bgo#664177.
+- Do not package ChangeLog: it's an empty file.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Fri Dec  9 09:18:56 UTC 2011 - dims...@opensuse.org
+
+- Split typelib file into typelib-1_0-GSSDP-1_0 subpackage.
+- Add typelib-1_0-GSSDP-1_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Tue Aug 30 17:02:56 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.12.0:
+  + Remove unnecessary and annoying deprecation warnings.
+  + When sending duplicate announcement packets, always repeat
+    complete sets.
+  + Bugs fixed: bgo#655900.
+
+-------------------------------------------------------------------
+Wed Jul 20 22:20:47 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.2:
+  + Modernize autotools.
+  + Create .xz dist tarballs only.
+  + Deprecate main_context argument and property. Use
+    g_main_context_push_thread_default() instead.
+  + Fix warnings from gtk-doc.
+  + Bugs fixed: bgo#654733, bgo#654178, bgo#654177.
+
+-------------------------------------------------------------------
+Thu Jul  7 13:39:25 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.11.1:
+  + Fullfill restrictions imposed by UPnP CTT 1.5.
+  + Initial OpenBSD support.
+  + Fix a crash on socket creation.
+  + Implement DLNA guideline 7.2.3.4.
+  + Copyright header clean-up.
+
+-------------------------------------------------------------------
+Thu Jun 16 16:10:18 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.11.0:
+  + Many fixes to discovery, discoverability and announcement.
+  + Many introspection improvements such as:
+    - Classes that can throw an error on construction now implement
+      GInitable.
+    - Updated introspection annotations.
+  + Code cleanup.
+- Rename the library packages to libgssdp-1_0-3, following the
+  soname change.
+- Remove source service usage, following the new consensus on
+  Factory packaging.
+
++++ 102 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:13.1:Update/.gssdp.2254.new/gssdp.changes

New:
----
  gssdp-0.14.6.tar.xz
  gssdp.changes
  gssdp.spec

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

Other differences:
------------------
++++++ gssdp.spec ++++++
#
# spec file for package gssdp
#
# 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:           gssdp
Version:        0.14.6
Release:        0
Summary:        Library for resource discovery and announcement over SSDP
License:        LGPL-2.0+
Group:          Development/Libraries/C and C++
Url:            http://www.gupnp.org/
Source:         
http://download.gnome.org/sources/gssdp/0.14/%{name}-%{version}.tar.xz
BuildRequires:  pkgconfig(glib-2.0) >= 2.32
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26.1
BuildRequires:  pkgconfig(vapigen)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.

%package utils
Summary:        Utilities for resource discovery and announcement over SSDP
Group:          Productivity/Networking/Other

%description utils
gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.

This package contains a device sniffer.

%package -n libgssdp-1_0-3
Summary:        Library for resource discovery and announcement over SSDP
Group:          Development/Libraries/C and C++

%description -n libgssdp-1_0-3
gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.

%package -n typelib-1_0-GSSDP-1_0
Summary:        Library for resource discovery and announcement over SSDP -- 
Introspection bindings
Group:          System/Libraries

%description -n typelib-1_0-GSSDP-1_0
gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.

This package provides the GObject Introspection bindings for gssdp.

%package -n libgssdp-devel
Summary:        Library for resource discovery and announcement over SSDP - 
Development Files
Group:          Development/Libraries/C and C++
Requires:       libgssdp-1_0-3 = %{version}
Requires:       typelib-1_0-GSSDP-1_0 = %{version}

%description -n libgssdp-devel
gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.

%prep
%setup -q

%build
%configure --disable-static
%__make %{?jobs:-j%jobs}

%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print

%clean
rm -rf %{buildroot}

%post -n libgssdp-1_0-3 -p /sbin/ldconfig

%postun -n libgssdp-1_0-3 -p /sbin/ldconfig

%files utils
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/%{name}

%files -n libgssdp-1_0-3
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_libdir}/*.so.*

%files -n typelib-1_0-GSSDP-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib

%files -n libgssdp-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/GSSDP-1.0.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gssdp-1.0.deps
%{_datadir}/vala/vapi/gssdp-1.0.vapi

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to