Accepting request 90529 from home:dimstar:branches:GNOME:Factory
Update to 0.2.1 OBS-URL: https://build.opensuse.org/request/show/90529 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=22
This commit is contained in:
parent
373c91ad70
commit
c378e034c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb12eed910d5ede08c4e83a611a019567619bf3f18f03b65cca9b970863376cd
|
|
||||||
size 307003
|
|
3
gupnp-igd-0.2.1.tar.gz
Normal file
3
gupnp-igd-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:023ae08200ff14ebfee7d3113c25047dd585087252bc65dbf8d42f4804452aa2
|
||||||
|
size 378358
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 8 10:10:50 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.1:
|
||||||
|
+ Restore the "main-context" property so that outsider can use
|
||||||
|
the GUPnPIgdThread's GMainContext for timers, etc
|
||||||
|
- Changes from version 0.2.0:
|
||||||
|
+ Use the thread current GMainContext instead of passing it as a
|
||||||
|
parameter
|
||||||
|
+ Make the GUPnPIgdThread object work with the new GUPnP 0.18
|
||||||
|
- Re-enabled parallel build.
|
||||||
|
- Rename libgupnp-igd-1_0-3 to libgupnp-igd-1_0-4, following
|
||||||
|
upstreams soname change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 16 18:28:48 CEST 2011 - dimstar@opensuse.org
|
Thu Jun 16 18:28:48 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,17 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp-igd
|
Name: gupnp-igd
|
||||||
Version: 0.1.11
|
Version: 0.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: Check if parallel build works again (broken since 0.1.10)
|
|
||||||
Summary: Library to handle UPnP IGD port mapping
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libgupnp-devel
|
BuildRequires: libgupnp-devel >= 0.18
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-gobject2-devel
|
BuildRequires: python-gobject2-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -37,12 +36,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
||||||
to have a very simple API.
|
to have a very simple API.
|
||||||
|
|
||||||
%package -n libgupnp-igd-1_0-3
|
%package -n libgupnp-igd-1_0-4
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Library to handle UPnP IGD port mapping
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n libgupnp-igd-1_0-3
|
%description -n libgupnp-igd-1_0-4
|
||||||
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
gupnp-igd is a library to handle UPnP IGD port mapping. It is supposed
|
||||||
to have a very simple API.
|
to have a very simple API.
|
||||||
|
|
||||||
@ -60,7 +59,7 @@ to have a very simple API.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Library to handle UPnP IGD port mapping - Development Files
|
Summary: Library to handle UPnP IGD port mapping - Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgupnp-igd-1_0-3 = %{version}
|
Requires: libgupnp-igd-1_0-4 = %{version}
|
||||||
Requires: libgupnp-devel
|
Requires: libgupnp-devel
|
||||||
|
|
||||||
%description -n libgupnp-igd-devel
|
%description -n libgupnp-igd-devel
|
||||||
@ -72,7 +71,7 @@ to have a very simple API.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%__make
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -81,11 +80,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
|
%post -n libgupnp-igd-1_0-4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgupnp-igd-1_0-3 -p /sbin/ldconfig
|
%postun -n libgupnp-igd-1_0-4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libgupnp-igd-1_0-3
|
%files -n libgupnp-igd-1_0-4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user