Accepting request 45101 from GNOME:Factory
Copy from GNOME:Factory/gupnp-igd based on submit request 45101 from user vuntz OBS-URL: https://build.opensuse.org/request/show/45101 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=8
This commit is contained in:
commit
a5815388ec
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gupnp-igd
|
||||
Version: 0.1.6
|
||||
Version: 0.1.7
|
||||
Release: 1
|
||||
Summary: Library to handle UPnP IGD port mapping
|
||||
License: LGPLv2.1+
|
||||
@ -89,8 +89,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n python-gupnp-id
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/gupnp
|
||||
%{python_sitearch}/gupnp/igd.so
|
||||
%{python_sitearch}/gupnp/
|
||||
|
||||
%files -n libgupnp-igd-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user