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