diff --git a/gssdp-0.12.0.tar.bz2 b/gssdp-0.12.0.tar.bz2 deleted file mode 100644 index b0d4930..0000000 --- a/gssdp-0.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a138b0b7982f3ca71e1753395aaf707ed9782834867adba9188a4a94497f6e -size 303012 diff --git a/gssdp-0.12.1.tar.xz b/gssdp-0.12.1.tar.xz new file mode 100644 index 0000000..7d3bfcc --- /dev/null +++ b/gssdp-0.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16acb4cc5249836ebe0e1758b75b85b8d529b51f72d9f68d8e4ae524d55f3347 +size 264524 diff --git a/gssdp.changes b/gssdp.changes index a431456..78f589f 100644 --- a/gssdp.changes +++ b/gssdp.changes @@ -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 diff --git a/gssdp.spec b/gssdp.spec index a9b0d07..86f652b 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -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