jreznik pushed to kdelibs3 (epel7). "- hardcode qt_ver again because 3.3.8b reports itself as 3.3.8 (fixes (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:32:03 UTC 2015


>From 108049f5b5635cbb68cf5e27d43c5bedec079154 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kkofler at fedoraproject.org>
Date: Tue, 4 Mar 2008 23:07:30 +0000
Subject: - hardcode qt_ver again because 3.3.8b reports itself as 3.3.8 (fixes
     apidocs)


diff --git a/kdelibs3.spec b/kdelibs3.spec
index 0ee1085..30a1da8 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -9,8 +9,10 @@
 %define arts_version 1.5.9
 
 %define qt_epoch 1
-%define qt_version 3.3.8
-%global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
+%define qt_version 3.3.8b
+# unfortunately, this doesn't work for 3.3.8b which still identifies as 3.3.8
+#global qt_ver %(pkg-config --modversion qt-mt 2>/dev/null || echo %{qt_version})
+%define qt_ver %{qt_version}
 %define qtdocdir %{_docdir}/qt-devel-%{qt_ver}
 
 %define kde_major_version 3
@@ -21,7 +23,7 @@
 
 Summary: K Desktop Environment 3 - Libraries
 Version: 3.5.9
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs3
@@ -569,6 +571,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 
 
 %changelog
+* Tue Mar 04 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.9-4
+- hardcode qt_ver again because 3.3.8b reports itself as 3.3.8 (fixes apidocs)
+
 * Tue Feb 26 2008 Lukáš Tinkl <ltinkl at redhat.com> - 3.5.9-3
 - #230979: Writes ServerBin into cupsd.conf
 - #416101: unable to print after configuring printing in KDE
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=108049f5b5635cbb68cf5e27d43c5bedec079154


More information about the scm-commits mailing list