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
This commit is contained in:
Vincent Untz 2012-09-07 15:24:29 +00:00 committed by Git OBS Bridge
parent f40d4fad28
commit 4907a0a887
4 changed files with 33 additions and 7 deletions

View File

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

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

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

View File

@ -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

View File

@ -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