[kdepim/f14/master] require kdelibs it has been built against (now that we are ahead 1 version in kdepim)

Lukas Tinkl ltinkl at fedoraproject.org
Thu Sep 23 15:47:52 UTC 2010


commit 7c36be50d38b55650dcfde1326a13bfdbf76537c
Author: Lukas Tinkl <lukas at kde.org>
Date:   Thu Sep 23 17:45:49 2010 +0200

    require kdelibs it has been built against (now that we are ahead 1 version in kdepim)

 kdepim.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdepim.spec b/kdepim.spec
index 8b24ae2..c624220 100644
--- a/kdepim.spec
+++ b/kdepim.spec
@@ -5,7 +5,7 @@ Name:    kdepim
 Summary: KDE PIM (Personal Information Manager) applications
 Epoch:   6
 Version: 4.4.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 Group:   Applications/Productivity
@@ -100,7 +100,7 @@ Install %{name}-devel if you want to write or compile %{name} plugins.
 %package libs
 Summary: %{name} runtime libraries
 Group:   System Environment/Libraries
-Requires: kdelibs4%{?_isa} >= %{version}
+Requires: kdelibs4%{?_isa} >= %{_kde4_version}
 Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 %if ! 0%{?devel}
 Obsoletes: kdepim-devel < 6:4.3.95-1
@@ -241,6 +241,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 23 2010 Lukas Tinkl <ltinkl at redhat.com> - 6:4.4.6-3
+- s/%%version/%%_kde4_version/ kdelibs runtime dep 
+
 * Fri Sep 10 2010 Rex Dieter <rdieter at fedoraproject.org> - 6:4.4.6-2
 - s/%%version/%%_kde4_version/ kdepimlibs build dep 
 


More information about the scm-commits mailing list