Hello community, here is the log from the commit of package gupnp for openSUSE:Factory checked in at 2012-03-29 13:59:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gupnp (Old) and /work/SRC/openSUSE:Factory/.gupnp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gupnp", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gupnp/gupnp.changes 2012-01-09 15:42:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gupnp.new/gupnp.changes 2012-03-29 13:59:16.000000000 +0200 @@ -1,0 +2,16 @@ +Sat Mar 17 16:02:35 UTC 2012 - [email protected] + +- 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 +- 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. + +------------------------------------------------------------------- Old: ---- gupnp-0.18.1.tar.xz New: ---- gupnp-0.18.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gupnp.spec ++++++ --- /var/tmp/diff_new_pack.Bxp0Fv/_old 2012-03-29 13:59:17.000000000 +0200 +++ /var/tmp/diff_new_pack.Bxp0Fv/_new 2012-03-29 13:59:17.000000000 +0200 @@ -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: 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
