Accepting request 96252 from home:dimstar:branches:GNOME:Factory

Update to 0.18.1

OBS-URL: https://build.opensuse.org/request/show/96252
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=36
This commit is contained in:
Vincent Untz 2011-12-12 16:04:23 +00:00 committed by Git OBS Bridge
parent 2a40161a68
commit 89efd7f281
4 changed files with 48 additions and 8 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13b6f1a4e8e721e03ff22846c6e0e4d7ea3992245976a18e028fc54f7845c9ae
size 350952

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
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 out to typelib-1_0-GUPnP-1_0.
-------------------------------------------------------------------
Tue Aug 30 17:01:47 CEST 2011 - vuntz@opensuse.org

View File

@ -18,18 +18,20 @@
Name: gupnp
Version: 0.18.0
Version: 0.18.1
Release: 1
Summary: Implementation of the UPnP specification
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/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: 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 +43,7 @@ standardized resources (e.g. MediaServer); this is left for higher level
libraries utilizing the GUPnP framework.
%package -n libgupnp-1_0-4
License: LGPL v2 or later
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 +57,24 @@ 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
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.
%package -n libgupnp-devel
License: LGPL v2 or later
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 +107,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