Accepting request 161804 from GNOME:Factory
Update OBS-URL: https://build.opensuse.org/request/show/161804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gssdp?expand=0&rev=24
This commit is contained in:
commit
1744dc1a0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414
|
||||
size 271976
|
3
gssdp-0.14.2.tar.xz
Normal file
3
gssdp-0.14.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1a255ed45b45fbf0004dfc5d8e566551f4857bc16599e7f756965733f9411fc
|
||||
size 274208
|
@ -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
|
||||
|
||||
|
16
gssdp.spec
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user