Accepting request 648717 from GNOME:Next

Update to 0.12.11

OBS-URL: https://build.opensuse.org/request/show/648717
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-av?expand=0&rev=63
This commit is contained in:
2018-11-14 16:56:50 +00:00
committed by Git OBS Bridge
parent 78844ee98d
commit 47d9bb754c
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a
size 370552

3
gupnp-av-0.12.11.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc
size 373052

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 13 10:45:38 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.12.11:
+ Fix memory leak in GUPnPAVXMLDoc.
+ Fix parsing of storageUsed.
+ Fix name clash of internal XML utility functions.
+ Fix multiple compiler warnings with recent GCC.
+ Remove deprecated g_type_class_add_private.
+ Bugs fixed: bgo#770174, bgo#778396, bgo#784511.
-------------------------------------------------------------------
Wed Feb 28 16:33:09 UTC 2018 - dimstar@opensuse.org

View File

@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gupnp-av
Version: 0.12.10
Version: 0.12.11
Release: 0
Summary: Library to ease the handling and implementation of UPnP A/V profiles
License: LGPL-2.0-or-later
@@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++
URL: http://www.gupnp.org/
Source: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-2.0) >= 2.34
BuildRequires: pkgconfig(gobject-2.0) >= 2.38
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(vapigen)