[nntpgrab/f12/master: 1/4] Force the use of libsoup >= 2.28.2 on Fedora 12 for gzip content-encoding support

epienbro epienbro at fedoraproject.org
Sat Sep 11 12:39:09 UTC 2010


commit f495c510d918f016803cdf03c75a0ebfa2917f96
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Sep 11 14:32:26 2010 +0200

    Force the use of libsoup >= 2.28.2 on Fedora 12 for gzip content-encoding support

 nntpgrab.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/nntpgrab.spec b/nntpgrab.spec
index 38921cb..212a42a 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -1,7 +1,7 @@
 Summary: Download files from the usenet
 Name: nntpgrab
 Version: 0.6.90
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Source0: http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
@@ -60,6 +60,12 @@ Obsoletes:	nntpgrab-plugins <= 0.3.3-2%{?dist}
 Provides:	nntpgrab-plugins = %{version}-%{release}
 Obsoletes:	nntpgrab-core-libs <= 0.4.2-3%{?dist}
 Provides:	nntpgrab-core-libs = %{version}-%{release}
+# The original version of libsoup bundled with Fedora 12 doesn't
+# have gzip content-encoding support so we need to force the use of
+# libsoup >= 2.28.2 here (which is in the fedora-12-updates repository)
+%if 0%{?fedora} = 12
+Requires:	libsoup >= 2.28.2
+%endif
 
 %post	core -p /sbin/ldconfig
 %postun	core -p /sbin/ldconfig
@@ -406,6 +412,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Aug 11 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-4
+- Force the use of libsoup >= 2.28.2 on Fedora 12 for gzip content-encoding support
+
 * Mon Sep  6 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-3
 - Fixed a plugin dependency resolving issue
 


More information about the scm-commits mailing list