converted link to branch
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=9
This commit is contained in:
parent
dabceaf6a4
commit
83f495d783
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6607536f29040a67ed10fa789277e6d389a7047161512b639bb5c9c830e1677
|
|
||||||
size 297089
|
|
3
gssdp-0.7.1.tar.bz2
Normal file
3
gssdp-0.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0995a68ba811c40fe17a0084504234c431ce62ebdb15ec917237d9c2df885aa
|
||||||
|
size 297610
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 4 20:00:39 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.1:
|
||||||
|
+ Don't leak target regex.
|
||||||
|
+ Make GSSDPClient ignore Point to Point interfaces.
|
||||||
|
+ Use SO_REUSEPORT if present. Darwin and some BSDs don't have
|
||||||
|
SO_REUSEADDR, but SO_REUSEPORT.
|
||||||
|
+ If we can't create a request socket don't try to create a
|
||||||
|
multicast socket.
|
||||||
|
+ Have specific GError code for interfaces without an IP address.
|
||||||
|
+ Actually remove gssdp_client_new_full().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 1 14:35:17 CEST 2009 - dimstar@opensuse.org
|
Thu Oct 1 14:35:17 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gssdp (Version 0.7.0)
|
# spec file for package gssdp (Version 0.7.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library for resource discovery and announcement over SSDP
|
Summary: Library for resource discovery and announcement over SSDP
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user