Accepting request 78146 from home:dimstar:branches:GNOME:Factory
Update to 0.17.2 OBS-URL: https://build.opensuse.org/request/show/78146 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=32
This commit is contained in:
parent
eaddc37a63
commit
d3ac2085fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e3b0f1f14515480b60c857e62890ed3937cb48f1aecad1027c780b9254c0e21
|
||||
size 400556
|
3
gupnp-0.17.2.tar.bz2
Normal file
3
gupnp-0.17.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2322eb40ce79e5047e96d98785a39556cd640ea0b9500a9aa570152526653a8b
|
||||
size 400150
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 20:29:23 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.17.2:
|
||||
+ Drop main-context property
|
||||
+ Fix a small leak from the default-language property.
|
||||
+ Refactor and clean-up internals of GUPnPContextManager.
|
||||
- Do not package ChangeLog: It's an empty file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 13:39:31 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gupnp
|
||||
Version: 0.17.1
|
||||
Version: 0.17.2
|
||||
Release: 1
|
||||
Summary: Implementation of the UPnP specification
|
||||
License: LGPL v2 or later
|
||||
@ -26,8 +26,8 @@ Group: Development/Libraries/C and C++
|
||||
Url: http://www.gupnp.org/
|
||||
Source: http://download.gnome.org/sources/gupnp/0.17/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libgssdp-devel
|
||||
BuildRequires: libsoup-devel >= 2.28.2
|
||||
BuildRequires: libgssdp-devel >= 0.11.2
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -90,7 +90,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n libgupnp-1_0-4
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user