[libqzeitgeist] reduced_linking upstreamed now too

Rex Dieter rdieter at fedoraproject.org
Tue Nov 1 19:21:49 UTC 2011


commit e62eed543cbdd39eb1915022462b8ef11240652a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Nov 1 14:21:34 2011 -0500

    reduced_linking upstreamed now too

 libqzeitgeist.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libqzeitgeist.spec b/libqzeitgeist.spec
index b551306..9d1053a 100644
--- a/libqzeitgeist.spec
+++ b/libqzeitgeist.spec
@@ -9,13 +9,14 @@ URL:     http://projects.kde.org/projects/kdesupport/libqzeitgeist
 Source0: http://download.kde.org/download.php?url=stable/libqzeitgeist/%{version}/src/libqzeitgeist-%{version}.tar.bz2
 
 ## upstreamable patches
-# reduce linking in libqzeitgeist 
-Patch50: libqzeitgeist-0.8.0-reduced_linking.patch
 
 ## upstream patches
 # fix linking (don't link the Qt world, including QtWebkit, only use QT_DECLARATIVE_LIBRARIES)
 # consistently use QT_IMPORTS_DIR
 Patch100: libqzeitgeist-0.8.0-declarative.patch
+# reduce linking in libqzeitgeist too
+Patch101: libqzeitgeist-0.8.0-reduced_linking.patch
+
 
 BuildRequires: automoc4
 BuildRequires: cmake
@@ -35,8 +36,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %prep
 %setup -q 
 
-%patch50 -p1 -b .reduced_linking
 %patch100 -p1 -b .declarative
+%patch101 -p1 -b .reduced_linking
 
 
 %build


More information about the scm-commits mailing list