forked from pool/gupnp
Accepting request 109814 from home:dimstar:branches:GNOME:Factory
Update to 0.18.2 OBS-URL: https://build.opensuse.org/request/show/109814 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=39
This commit is contained in:
parent
3f9b0ea922
commit
861df4a988
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13b6f1a4e8e721e03ff22846c6e0e4d7ea3992245976a18e028fc54f7845c9ae
|
|
||||||
size 350952
|
|
3
gupnp-0.18.2.tar.xz
Normal file
3
gupnp-0.18.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3715fa56c1f351132cffe7d69127da1daada7ff50481838c6dbfd17d7182743d
|
||||||
|
size 357828
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 17 16:02:35 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.18.2:
|
||||||
|
+ Revert the charset quoting patch from 0.18.1. Apparently this
|
||||||
|
issue was only present in a special version of libsoup.
|
||||||
|
+ Fix subscription timeout calculation.
|
||||||
|
+ Minor fixes from static code analysis.
|
||||||
|
+ Fix byte-range requests.
|
||||||
|
+ Add a unit-test for byte-range requests.
|
||||||
|
+ Bugs fixed: bgo#670518
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 10 19:00:38 UTC 2011 - dimstar@opensuse.org
|
Sat Dec 10 19:00:38 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp
|
# spec file for package gupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products 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
|
||||||
@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.18.1
|
Version: 0.18.2
|
||||||
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,8 +29,8 @@ BuildRequires: libgssdp-devel >= 0.11.2
|
|||||||
BuildRequires: libsoup-devel >= 2.28.2
|
BuildRequires: libsoup-devel >= 2.28.2
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
# Needed for the GTest
|
||||||
BuildRequires: xz
|
BuildRequires: pkgconfig(glib-2.0) >= 2.16
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user