SHA256
1
0
forked from pool/gupnp

Accepting request 352087 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/352087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2016-01-09 22:12:41 +00:00 committed by Git OBS Bridge
commit b4c941d9f0
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd
size 396764

3
gupnp-0.20.15.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2
size 403812

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Jan 3 14:29:49 UTC 2016 - zaitor@opensuse.org
- Update to version 0.20.15:
+ Remove gnome-common
+ Fix issue with gupnp_service_signals_autoconnect() blocking
endlessly.
+ Fix return type for BIN_HEX.
+ Update some m4 macros.
+ Fix typos in API docs.
+ NetworkManager context manager:
- Fix use-after-free issue.
- Fix various static code analysis findings.
+ Netlink context manager:
- Use proper macros for RTM_*ADDRESS messages.
- Use device name from netlink.
- Add possibility to dump received netlink packets for
debugging.
- Fix issues with losing contexts after DHCP renew happens.
- Some style fixes.
+ Bugs fixed: bgo#736365, bgo#741257, bgo#750936, bgo#752490,
bgo#759000.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 11 07:11:56 UTC 2015 - dimstar@opensuse.org Mon May 11 07:11:56 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package gupnp # spec file for package gupnp
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gupnp Name: gupnp
Version: 0.20.14 Version: 0.20.15
Release: 0 Release: 0
Summary: Implementation of the UPnP specification Summary: Implementation of the UPnP specification
License: LGPL-2.0+ License: LGPL-2.0+
@ -28,7 +28,7 @@ Source1: baselibs.conf
# Needed for the GTest # Needed for the GTest
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires: pkgconfig(gssdp-1.0) >= 0.13.0 BuildRequires: pkgconfig(gssdp-1.0) >= 0.14.13
BuildRequires: pkgconfig(libsoup-2.4) >= 2.28.2 BuildRequires: pkgconfig(libsoup-2.4) >= 2.28.2
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(uuid)