From 4907a0a88725081b07056b33700306bed32f51d226dbbd6554f5be7851347e1d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 15:24:29 +0000 Subject: [PATCH] Accepting request 133109 from GNOME:Next Repush ... comments fixed OBS-URL: https://build.opensuse.org/request/show/133109 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=34 --- gssdp-0.12.1.tar.xz | 3 --- gssdp-0.12.2.1.tar.xz | 3 +++ gssdp.changes | 23 +++++++++++++++++++++++ gssdp.spec | 11 +++++++---- 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 gssdp-0.12.1.tar.xz create mode 100644 gssdp-0.12.2.1.tar.xz diff --git a/gssdp-0.12.1.tar.xz b/gssdp-0.12.1.tar.xz deleted file mode 100644 index 7d3bfcc..0000000 --- a/gssdp-0.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16acb4cc5249836ebe0e1758b75b85b8d529b51f72d9f68d8e4ae524d55f3347 -size 264524 diff --git a/gssdp-0.12.2.1.tar.xz b/gssdp-0.12.2.1.tar.xz new file mode 100644 index 0000000..5e582df --- /dev/null +++ b/gssdp-0.12.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414 +size 271976 diff --git a/gssdp.changes b/gssdp.changes index be34081..eb116de 100644 --- a/gssdp.changes +++ b/gssdp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Aug 20 21:04:14 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.12.2.1: + + Add missing gssdp-1.0.deps file to tarball (bgo#682228). + +------------------------------------------------------------------- +Sun Aug 19 21:50:06 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.12.2: + + Functional tests. + + Regression tests. + + Ignore announcements from services with a lower version. + + Make internal resource cache version-independant. + + Update gtk-doc annotations. + + Update pkg-config files. + + Create Vala bindings from GIR + + Bugs fixed: bgo#675355, bgo#673150, bgo#678744, bgo#679781, + bgo#682099, +- Add vala BuildRequires: needed to build the new vala bindings. +- Drop xz BuildRequires as it now comes for free in the build + system. + ------------------------------------------------------------------- Wed Dec 21 00:20:28 UTC 2011 - vuntz@opensuse.org diff --git a/gssdp.spec b/gssdp.spec index 783323b..d979099 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,7 +1,7 @@ # # spec file for package gssdp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gssdp -Version: 0.12.1 +Version: 0.12.2.1 Release: 0 Summary: Library for resource discovery and announcement over SSDP License: LGPL-2.0+ @@ -27,8 +28,7 @@ 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 +BuildRequires: vala BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -114,5 +114,8 @@ rm -rf %{buildroot} %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/%{name} +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/gssdp-1.0.deps +%{_datadir}/vala/vapi/gssdp-1.0.vapi %changelog