Accepting request 99077 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=25
This commit is contained in:
commit
05b233d778
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecd45d3f41637082b9f066e8d7fcf380662ce3269f542439ccbabd0621c5a83e
|
||||
size 400212
|
3
gupnp-0.18.1.tar.xz
Normal file
3
gupnp-0.18.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13b6f1a4e8e721e03ff22846c6e0e4d7ea3992245976a18e028fc54f7845c9ae
|
||||
size 350952
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 10 19:00:38 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.18.1:
|
||||
+ Properly quote charset in SOAP requests.
|
||||
+ Fix GUPnPContextManager documentation.
|
||||
+ Fix several build warnings.
|
||||
+ Several documentation fixes.
|
||||
+ Error handling fix in gupnp-binding-tool.
|
||||
+ Always send the initial event after a subscribtion even if the
|
||||
client immediately unsubscribes.
|
||||
+ Some minor code clean-up.
|
||||
+ Bugs fixed: bgo#658633, bgo#658486.
|
||||
- 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:22:21 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file into typelib-1_0-GUPnP-1_0 subpackage.
|
||||
- Add typelib-1_0-GUPnP-1_0 Requires to devel subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 17:01:47 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
32
gupnp.spec
32
gupnp.spec
@ -15,21 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gupnp
|
||||
Version: 0.18.0
|
||||
Release: 1
|
||||
Version: 0.18.1
|
||||
Release: 0
|
||||
Summary: Implementation of the UPnP specification
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gupnp.org/
|
||||
Source: http://download.gnome.org/sources/gupnp/0.18/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gupnp/0.18/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libsoup-devel >= 2.28.2
|
||||
BuildRequires: libgssdp-devel >= 0.11.2
|
||||
BuildRequires: libsoup-devel >= 2.28.2
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-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
|
||||
@ -41,7 +41,6 @@ standardized resources (e.g. MediaServer); this is left for higher level
|
||||
libraries utilizing the GUPnP framework.
|
||||
|
||||
%package -n libgupnp-1_0-4
|
||||
License: LGPL-2.0+
|
||||
Summary: Implementation of the UPnP specification
|
||||
Group: Development/Libraries/C and C++
|
||||
# This is the default context manager we want
|
||||
@ -55,11 +54,25 @@ does not include helpers for construction or control of specific
|
||||
standardized resources (e.g. MediaServer); this is left for higher level
|
||||
libraries utilizing the GUPnP framework.
|
||||
|
||||
%package -n typelib-1_0-GUPnP-1_0
|
||||
Summary: Implementation of the UPnP specification -- Introspection bindings
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-GUPnP-1_0
|
||||
GUPnP implements the UPnP specification: resource announcement and
|
||||
discovery, description, control, event notification, and presentation
|
||||
(GUPnP includes basic web server functionality through libsoup). GUPnP
|
||||
does not include helpers for construction or control of specific
|
||||
standardized resources (e.g. MediaServer); this is left for higher level
|
||||
libraries utilizing the GUPnP framework.
|
||||
|
||||
This package provides the GObject Introspection bindings for GUPnP.
|
||||
|
||||
%package -n libgupnp-devel
|
||||
License: LGPL-2.0+
|
||||
Summary: Implementation of the UPnP specification - Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgupnp-1_0-4 = %{version}
|
||||
Requires: typelib-1_0-GUPnP-1_0 = %{version}
|
||||
|
||||
%description -n libgupnp-devel
|
||||
GUPnP implements the UPnP specification: resource announcement and
|
||||
@ -92,6 +105,9 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-GUPnP-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||
|
||||
%files -n libgupnp-devel
|
||||
|
Loading…
Reference in New Issue
Block a user