Accepting request 43366 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gupnp-igd via accept of submit request 43366 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43366 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=11
This commit is contained in:
parent
b17edb4431
commit
2c9b67645b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c9392e4b84782d6f6d2b746dda490c9f856910dc89348b91a6ad3585a590b552
|
|
||||||
size 289034
|
|
3
gupnp-igd-0.1.7.tar.bz2
Normal file
3
gupnp-igd-0.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e882e6231e7e178631f653d74981133a636bb5d8bfe13979a3325fbc5e181439
|
||||||
|
size 295667
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 21 12:48:54 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.7:
|
||||||
|
+ Fix race if g_main_loop_quit() is called just before
|
||||||
|
g_main_loop_run()
|
||||||
|
+ override the main-context construct time property in the
|
||||||
|
constructor
|
||||||
|
+ Fixed installation of python bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 5 16:46:33 CET 2010 - vuntz@opensuse.org
|
Tue Jan 5 16:46:33 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp-igd (Version 0.1.6)
|
# spec file for package gupnp-igd (Version 0.1.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp-igd
|
Name: gupnp-igd
|
||||||
Version: 0.1.6
|
Version: 0.1.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library to handle UPnP IGD port mapping
|
Summary: Library to handle UPnP IGD port mapping
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
@ -89,8 +89,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n python-gupnp-id
|
%files -n python-gupnp-id
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/gupnp
|
%{python_sitearch}/gupnp
|
||||||
%{python_sitearch}/gupnp/igd.so
|
|
||||||
|
|
||||||
%files -n libgupnp-igd-devel
|
%files -n libgupnp-igd-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user