Accepting request 176861 from home:dimstar:branches:GNOME:Factory

Update to 0.14.3

OBS-URL: https://build.opensuse.org/request/show/176861
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=38
This commit is contained in:
Bjørn Lie 2013-05-28 16:04:48 +00:00 committed by Git OBS Bridge
parent 2daea31bff
commit c70c1ba28b
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1a255ed45b45fbf0004dfc5d8e566551f4857bc16599e7f756965733f9411fc
size 274208

3
gssdp-0.14.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d
size 274716

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue May 28 11:50:35 UTC 2013 - dimstar@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 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: gssdp
Version: 0.14.2
Version: 0.14.3
Release: 0
Summary: Library for resource discovery and announcement over SSDP
License: LGPL-2.0+
@ -26,7 +26,7 @@ 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+-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: pkgconfig(libsoup-2.4) >= 2.26.1
BuildRequires: pkgconfig(vapigen)
BuildRoot: %{_tmppath}/%{name}-%{version}-build