rpms/kdelibs/devel kdelibs.spec,1.533,1.534

Than Ngo than at fedoraproject.org
Mon Nov 16 16:51:31 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdelibs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30457

Modified Files:
	kdelibs.spec 
Log Message:
fix conditional




Index: kdelibs.spec
===================================================================
RCS file: /cvs/extras/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -p -r1.533 -r1.534
--- kdelibs.spec	14 Nov 2009 15:50:57 -0000	1.533
+++ kdelibs.spec	16 Nov 2009 16:51:30 -0000	1.534
@@ -1,14 +1,10 @@
 %define phonon_ver 4.3.1
-%define soprano_ver 2.3.0
-%define strigi_ver 0.7
-
-%if 0%{?fedora} > 11
 %define soprano_ver 2.3.1
-%endif
+%define strigi_ver 0.7
 
 Summary: K Desktop Environment 4 - Libraries
 Version: 4.3.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -83,6 +79,7 @@ Patch24: kdelibs-4.3.1-drkonq.patch
 # fix build of fakes.c due to missing #include <string.h>
 Patch25: kdelibs-4.3.3-fix-kdefakes-build.patch
 # use -fno-var-tracking-assignments on khtml/svg bits, use in a pinch on f12+
+# workaound for low-mem systems (ppc64)
 Patch26: kdelibs-4.3.3-khtml_svg_no_var_tracking_assignments.patch
 
 # upstream
@@ -211,7 +208,7 @@ format for easy browsing.
 %patch24 -p1 -b .drkonq
 %endif
 %patch25 -p1 -b .fix-kdefakes-build
-%if 0%{?fedora} > 11
+%ifarch ppc64
 %patch26 -p1 -b .khtml_svg_no_var_tracking_assignments
 %endif
 
@@ -411,9 +408,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 16 2009 Than Ngo <than at redhat.com> - 4.3.3-5
+- fix conditional
+
 * Fri Nov 13 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.3-4
 - kubuntu_80_kaction_qt_keys.diff (#475247)
-- soprano_ver 2.3.1 (f12+)
+- soprano_ver 2.3.1
 
 * Fri Nov 13 2009 Than Ngo <than at redhat.com> - 4.3.3-3
 - rhel cleanup, fix conditional for RHEL




More information about the fedora-extras-commits mailing list