[nntpgrab/f12/master: 1/2] Force the use of Qt >= 4.6 on Fedora 12 to avoid a segfault when using Qt 4.5

epienbro epienbro at fedoraproject.org
Sat Sep 11 14:09:51 UTC 2010


commit d6cc9b2e94edb86b911bf13e7d099c62833317d6
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Sep 11 16:09:13 2010 +0200

    Force the use of Qt >= 4.6 on Fedora 12 to avoid a segfault when using Qt 4.5

 nntpgrab.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/nntpgrab.spec b/nntpgrab.spec
index e9e2bd7..9661589 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -60,11 +60,15 @@ 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}
+
+%if 0%{?fedora} == 12
 # 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
+
+# Fedora 12 originally bundled with Qt 4.5, but NNTPGrab is built against Qt 4.6
+Requires:	qt >= 4.6
 %endif
 
 %post	core -p /sbin/ldconfig
@@ -412,6 +416,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Sep 11 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-5
+- Force the use of Qt >= 4.6 on Fedora 12 to avoid a segfault when using Qt 4.5
+
 * Sat Sep 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
 


More information about the scm-commits mailing list