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

Update to 0.12.1

OBS-URL: https://build.opensuse.org/request/show/96251
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=31
This commit is contained in:
Vincent Untz 2011-12-12 16:04:06 +00:00 committed by Git OBS Bridge
parent 05a1156dce
commit 4d5e8b7aaf
4 changed files with 41 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 10 18:54:59 UTC 2011 - dimstar@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 - dimstar@opensuse.org
- Split typelib file into typelib-1_0-GSSDP-1_0.
-------------------------------------------------------------------
Tue Aug 30 17:02:56 CEST 2011 - vuntz@opensuse.org

View File

@ -18,17 +18,19 @@
Name: gssdp
Version: 0.12.0
Version: 0.12.1
Release: 1
Summary: Library for resource discovery and announcement over SSDP
License: LGPL v2 or later
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.bz2
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
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -36,7 +38,7 @@ gssdp offers a GObject-based API for handling resource discovery and
announcement over SSDP.
%package utils
License: LGPL v2 or later
License: LGPL-2.0+
Summary: Utilities for resource discovery and announcement over SSDP
Group: Productivity/Networking/Other
@ -47,7 +49,7 @@ announcement over SSDP.
This package contains a device sniffer.
%package -n libgssdp-1_0-3
License: LGPL v2 or later
License: LGPL-2.0+
Summary: Library for resource discovery and announcement over SSDP
Group: Development/Libraries/C and C++
@ -55,11 +57,20 @@ Group: Development/Libraries/C and C++
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
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.
%package -n libgssdp-devel
License: LGPL v2 or later
License: LGPL-2.0+
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}
Requires: glib2-devel
%description -n libgssdp-devel
@ -91,8 +102,11 @@ rm -rf %{buildroot}
%files -n libgssdp-1_0-3
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%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