diff --git a/gupnp-igd-0.1.3.tar.bz2 b/gupnp-igd-0.1.3.tar.bz2 deleted file mode 100644 index 766ce33..0000000 --- a/gupnp-igd-0.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d82d3742e107150e0a3567ec3aa14a709627d8b261fc8425fd0b60cd92427a1 -size 269337 diff --git a/gupnp-igd-0.1.5.tar.bz2 b/gupnp-igd-0.1.5.tar.bz2 new file mode 100644 index 0000000..709ba61 --- /dev/null +++ b/gupnp-igd-0.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3329d2993b1ade7bec786b4563c2f41952ef0c510e829b1411b603be148de6 +size 273627 diff --git a/gupnp-igd.changes b/gupnp-igd.changes index ea8512c..71bc4d8 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -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 diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 801c366..23ddcb0 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -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.*