Accepting request 25643 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gupnp via accept of submit request 25643 revision 2. Request was accepted with message: Accepting OBS-URL: https://build.opensuse.org/request/show/25643 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=8
This commit is contained in:
parent
cd3765cf17
commit
ccaaadcf41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e02a3c62495c74d29c557d50d7779fe3c0953e22b4442aa951b3f69a8e03eb38
|
|
||||||
size 363352
|
|
3
gupnp-0.13.2.tar.bz2
Normal file
3
gupnp-0.13.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:682b1898a155fc25b80bc50409bd5f60eef1ecefdd3fe786e3b5ebcc2f1e9399
|
||||||
|
size 419786
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.13.2:
|
||||||
|
+ Utilize libconic (Maemo5) if available.
|
||||||
|
+ Unix context manager must signal the unavailibility of all
|
||||||
|
contexts when disposed.
|
||||||
|
+ Enable silent build rules if they are available.
|
||||||
|
+ Fix race-conditions in client-side notification handling.
|
||||||
|
+ Unix context manager ignores point-to-point interfaces.
|
||||||
|
+ Context manager ignores interfaces without IP addresses.
|
||||||
|
+ Don't require timeouts to be specified in subscription
|
||||||
|
requests.
|
||||||
|
+ Fix build against gcc 4.[1,2].
|
||||||
|
+ Make network manager thread-safe.
|
||||||
|
+ Remove idle source on dispose in context manager
|
||||||
|
implementations.
|
||||||
|
+ Warn in docs that gupnp_service_info_get_introspection() is
|
||||||
|
evil and why.
|
||||||
|
+ Service retrieves introspection data in truly async way.
|
||||||
|
+ Fix some leaks.
|
||||||
|
+ A bunch of code clean-ups.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 30 19:56:33 CET 2009 - dimstar@opensuse.org
|
Mon Nov 30 19:56:33 CET 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp (Version 0.13.1)
|
# spec file for package gupnp (Version 0.13.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.13.1
|
Version: 0.13.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
|
Loading…
Reference in New Issue
Block a user