Accepting request 48332 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/48332
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2010-09-17 08:22:38 +00:00 committed by Git OBS Bridge
parent 9bc53b55fc
commit f55c3a5d3e
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07d5d32d704cd112e37f297eef56d2c6b214f6593420d33d694de7b7acd9a06d
size 410175

3
gupnp-0.14.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8191b2ef1ce157783f4622d1ec5d8b1c9b04fd957d019c93f6c3ee32cf9ca474
size 410441

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Sep 17 09:33:32 CEST 2010 - vuntz@opensuse.org
- Update to version 0.14.0:
+ Don't use deprecated glib, gobject and libsoup APIs.
+ Check for libuuid only on platforms where we need it.
+ Explicitly link example apps to needed libraries.
+ Fix some potential crashes and leaks.
+ Fix pointer to/from integer conversion on 64-bit machines.
+ Fix parsing of unsigned integers.
+ Use locale-independent float <-> string conversions.
+ Remove some redundant functions and variables.
+ Remove some unused variables noticed.
+ Use correct mime-type for XML data.
+ Various non-functional improvements.
-------------------------------------------------------------------
Wed Sep 1 15:27:42 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gupnp (Version 0.13.5)
# spec file for package gupnp (Version 0.14.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
Name: gupnp
Version: 0.13.5
Release: 2
Version: 0.14.0
Release: 1
Summary: Implementation of the UPnP specification
License: LGPL v2 or later
Group: Development/Libraries/C and C++