Accepting request 25854 from GNOME:Factory

Copy from GNOME:Factory/gupnp-igd based on submit request 25854 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/25854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=3
This commit is contained in:
OBS User autobuild 2009-12-08 10:39:31 +00:00 committed by Git OBS Bridge
parent 22410464a4
commit 1eb8539bf4
4 changed files with 30 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d82d3742e107150e0a3567ec3aa14a709627d8b261fc8425fd0b60cd92427a1
size 269337

3
gupnp-igd-0.1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c3329d2993b1ade7bec786b4563c2f41952ef0c510e829b1411b603be148de6
size 273627

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 7 09:19:28 CET 2009 - vuntz@opensuse.org
- Update to version 0.1.5:
+ Use the new GUPnP Context Manager from GUPnP 0.13
- Rename libgupnp-igd-1_0-2 to libgupnp-igd-1_0-3 to follow soname
bump.
-------------------------------------------------------------------
Mon Nov 30 20:13:14 CET 2009 - dimstar@opensuse.org
- Update to version 0.1.4:
+ Make it compatible with the 0.13 API
+ Bug fixes
-------------------------------------------------------------------
Sat Jun 13 23:43:02 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package gupnp-igd (Version 0.1.3)
# spec file for package gupnp-igd (Version 0.1.5)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,10 +18,10 @@
Name: gupnp-igd
Version: 0.1.3
Release: 2
Version: 0.1.5
Release: 1
Summary: Library to handle UPnP IGD port mapping
License: LGPL v2.1 or later
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Url: http://www.gupnp.org/
Source: %{name}-%{version}.tar.bz2
@ -32,20 +32,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
to have a very simple API.
%package -n libgupnp-igd-1_0-2
License: LGPL v2.1 or later
%package -n libgupnp-igd-1_0-3
License: LGPLv2.1+
Summary: Library to handle UPnP IGD port mapping
Group: Development/Libraries/C and C++
%description -n libgupnp-igd-1_0-2
%description -n libgupnp-igd-1_0-3
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
to have a very simple API.
%package -n libgupnp-igd-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Library to handle UPnP IGD port mapping - Development Files
Group: Development/Libraries/C and C++
Requires: libgupnp-igd-1_0-2 = %{version}
Requires: libgupnp-igd-1_0-3 = %{version}
Requires: libgupnp-devel
%description -n libgupnp-igd-devel
@ -66,11 +66,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
%clean
rm -rf %{buildroot}
%post -n libgupnp-igd-1_0-2 -p /sbin/ldconfig
%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
%postun -n libgupnp-igd-1_0-2 -p /sbin/ldconfig
%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
%files -n libgupnp-igd-1_0-2
%files -n libgupnp-igd-1_0-3
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_libdir}/*.so.*