[kdepim-runtime] fix version

Jaroslav Reznik jreznik at fedoraproject.org
Mon Mar 12 15:05:38 UTC 2012


commit 63060c4e6b2c632435c5f85e0c2bcdd264d7ad11
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Mon Mar 12 16:05:18 2012 +0100

    fix version

 kdepim-runtime-4.8.1-fix-version.patch |   12 ++++++++++++
 kdepim-runtime.spec                    |    9 +++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/kdepim-runtime-4.8.1-fix-version.patch b/kdepim-runtime-4.8.1-fix-version.patch
new file mode 100644
index 0000000..db97ac2
--- /dev/null
+++ b/kdepim-runtime-4.8.1-fix-version.patch
@@ -0,0 +1,12 @@
+diff -up kdepim-runtime-4.8.1/CMakeLists.txt.fix-version kdepim-runtime-4.8.1/CMakeLists.txt
+--- kdepim-runtime-4.8.1/CMakeLists.txt.fix-version	2012-01-18 19:47:34.000000000 +0100
++++ kdepim-runtime-4.8.1/CMakeLists.txt	2012-03-12 16:00:43.760617898 +0100
+@@ -38,7 +38,7 @@ add_definitions( -DDISABLE_NEPOMUK_LEGAC
+ #    set( KDEPIM_RUNTIME_DEV_VERSION "rc2" )
+ #endif ()
+ 
+-set( KDEPIM_RUNTIME_VERSION "4.8.0" )
++set( KDEPIM_RUNTIME_VERSION "4.8.1" )
+ 
+ ############### search-related options ################
+ option(KDEPIM_NO_NEPOMUK "Build without nepomuk dependency" FALSE)
diff --git a/kdepim-runtime.spec b/kdepim-runtime.spec
index d9519b7..5d82785 100644
--- a/kdepim-runtime.spec
+++ b/kdepim-runtime.spec
@@ -5,7 +5,7 @@ Name:    kdepim-runtime
 Summary: KDE PIM Runtime Environment
 Epoch:   1
 Version: 4.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2
 Group: Applications/Productivity
@@ -27,6 +27,8 @@ Patch0: kdepim-runtime-4.4.93-show_akonadi_kcm.patch
 Patch50: 0001-add-sqlite-support-to-akonadi-kcm.patch 
 
 ## upstream patches
+# fix version s/4.8.0/4.8.1
+Patch100: kdepim-runtime-4.8.1-fix-version.patch
 
 # nuke ill-advised -devel pkg
 Obsoletes: kdepim-runtime-devel < 1:4.7.90-3
@@ -66,7 +68,7 @@ Requires: akonadi%{?_isa} >= %{akonadi_version}
 
 %patch0 -p1 -b .show_akonadi_kcm
 %patch50 -p1 -b .akonadi_kcm_sqlite
-
+%patch100 -p1 -b .fix-version
 
 %build
 mkdir -p %{_target_platform}
@@ -152,6 +154,9 @@ fi
 
 
 %changelog
+* Mon Mar 12 2012 Jaroslav Reznik <jreznik at redhat.com> - 1:4.8.1-2
+- fix version
+
 * Mon Mar 05 2012 Jaroslav Reznik <jreznik at redhat.com> - 1:4.8.1-1
 - 4.8.1
 


More information about the scm-commits mailing list