Accepting request 136720 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gssdp?expand=0&rev=22
This commit is contained in:
commit
640530e999
@ -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
3
gssdp-0.12.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414
|
||||
size 271976
|
@ -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
|
||||
|
||||
|
11
gssdp.spec
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user