From 2daea31bffa691cc067efa37a9e665623b4bcaace3d5e811de6a65a6ad35a1ea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 22:52:27 +0000 Subject: [PATCH] Accepting request 158387 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158387 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=36 --- gssdp-0.12.2.1.tar.xz | 3 --- gssdp-0.14.2.tar.xz | 3 +++ gssdp.changes | 57 +++++++++++++++++++++++++++++++++++++++++++ gssdp.spec | 16 ++++++------ 4 files changed, 68 insertions(+), 11 deletions(-) delete mode 100644 gssdp-0.12.2.1.tar.xz create mode 100644 gssdp-0.14.2.tar.xz diff --git a/gssdp-0.12.2.1.tar.xz b/gssdp-0.12.2.1.tar.xz deleted file mode 100644 index 5e582df..0000000 --- a/gssdp-0.12.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414 -size 271976 diff --git a/gssdp-0.14.2.tar.xz b/gssdp-0.14.2.tar.xz new file mode 100644 index 0000000..55aa224 --- /dev/null +++ b/gssdp-0.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a255ed45b45fbf0004dfc5d8e566551f4857bc16599e7f756965733f9411fc +size 274208 diff --git a/gssdp.changes b/gssdp.changes index eb116de..dd2dfa5 100644 --- a/gssdp.changes +++ b/gssdp.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Mar 6 12:28:04 UTC 2013 - dimstar@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 - zaitor@opensuse.org + +- Update to version 0.14.1: + + Fix a crash on network announcements (bgo#694418). + +------------------------------------------------------------------- +Wed Feb 20 18:56:56 UTC 2013 - dimstar@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 - dimstar@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 - dimstar@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 - zaitor@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 - dimstar@opensuse.org diff --git a/gssdp.spec b/gssdp.spec index d979099..6b58ba5 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,7 +1,7 @@ # # spec file for package gssdp # -# 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,18 +17,18 @@ Name: gssdp -Version: 0.12.2.1 +Version: 0.14.2 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.12/%{name}-%{version}.tar.xz -BuildRequires: glib2-devel -BuildRequires: gobject-introspection-devel -BuildRequires: gtk2-devel -BuildRequires: libsoup-devel -BuildRequires: vala +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+-2.0) +BuildRequires: pkgconfig(libsoup-2.4) >= 2.26.1 +BuildRequires: pkgconfig(vapigen) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description