From 861df4a988bd784e5ad4bb898564522a82a9450bc33093f502f09b24c2753b06 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 11:05:07 +0000 Subject: [PATCH 1/2] 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 --- gupnp-0.18.1.tar.xz | 3 --- gupnp-0.18.2.tar.xz | 3 +++ gupnp.changes | 12 ++++++++++++ gupnp.spec | 9 +++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 gupnp-0.18.1.tar.xz create mode 100644 gupnp-0.18.2.tar.xz diff --git a/gupnp-0.18.1.tar.xz b/gupnp-0.18.1.tar.xz deleted file mode 100644 index 26a4493..0000000 --- a/gupnp-0.18.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13b6f1a4e8e721e03ff22846c6e0e4d7ea3992245976a18e028fc54f7845c9ae -size 350952 diff --git a/gupnp-0.18.2.tar.xz b/gupnp-0.18.2.tar.xz new file mode 100644 index 0000000..9be1e71 --- /dev/null +++ b/gupnp-0.18.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3715fa56c1f351132cffe7d69127da1daada7ff50481838c6dbfd17d7182743d +size 357828 diff --git a/gupnp.changes b/gupnp.changes index 3ab6ad7..29d67a7 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -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 diff --git a/gupnp.spec b/gupnp.spec index 32af97c..e372457 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gupnp -Version: 0.18.1 +Version: 0.18.2 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0+ @@ -28,8 +29,8 @@ BuildRequires: libgssdp-devel >= 0.11.2 BuildRequires: libsoup-devel >= 2.28.2 BuildRequires: libuuid-devel BuildRequires: libxml2-devel -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz +# Needed for the GTest +BuildRequires: pkgconfig(glib-2.0) >= 2.16 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description From 28b40e1931836a4a4e51490f458d2b0f0e176e89a0de7082885cf932d4133dab Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 11:06:20 +0000 Subject: [PATCH 2/2] Accepting request 110359 from home:vuntz:branches:GNOME:Factory Add notes about BuildRequires OBS-URL: https://build.opensuse.org/request/show/110359 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=40 --- gupnp.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gupnp.changes b/gupnp.changes index 29d67a7..c9242e4 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -9,6 +9,10 @@ Sat Mar 17 16:02:35 UTC 2012 - dimstar@opensuse.org + Fix byte-range requests. + Add a unit-test for byte-range requests. + Bugs fixed: bgo#670518 +- Remove xz BuildRequires now that it comes for free in the build + system. +- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be + versioned. ------------------------------------------------------------------- Sat Dec 10 19:00:38 UTC 2011 - dimstar@opensuse.org