[kde-partitionmanager] Fix to enable udisks2 backend compatibility for F18 and higher

mattia mattia at fedoraproject.org
Sun Jun 23 10:57:03 UTC 2013


commit d23f53c78501a9de83ce84294dd4804ca446bc5c
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Sun Jun 23 10:55:59 2013 +0200

    Fix to enable udisks2 backend compatibility for F18 and higher

 kde-partitionmanager.spec |   11 +++++++----
 sources                   |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/kde-partitionmanager.spec b/kde-partitionmanager.spec
index d006ac9..72d8b62 100644
--- a/kde-partitionmanager.spec
+++ b/kde-partitionmanager.spec
@@ -1,9 +1,9 @@
-%global svn_date 20121209
+%global svn_date 20130624
 %define _hardened_build 1
 
 Name:           kde-partitionmanager
 Version:        1.0.3
-Release:        10.%{svn_date}svn%{?dist}
+Release:        11.%{svn_date}svn%{?dist}
 Summary:        KDE Partition Manager
 
 Group:          Applications/System
@@ -11,7 +11,7 @@ License:        GPLv2+
 URL:            http://www.kde.org/applications/system/kdepartitionmanager/
 Source0:        %{name}-%{version}-%{svn_date}svn.tar.gz
 Source1:        kdepm-generate-tarball.sh
-# Source built using the following commands : sh kdepm-generate-tarball.sh 20121209
+# Source built using the following commands : sh kdepm-generate-tarball.sh 20130624
 
 BuildRequires:  parted-devel, libblkid-devel, libatasmart-devel, kdelibs4-devel, gettext, cmake, desktop-file-utils
 Requires:       parted, e2fsprogs
@@ -41,7 +41,7 @@ sed -i 's,partitionmanager.desktop,kde-partitionmanager.desktop,' src/CMakeLists
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake_kde4} ..
+%{cmake_kde4} -DENABLE_UDISKS2=ON ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -83,6 +83,9 @@ fi
 %{_kde4_datadir}/kde4/apps/partitionmanager
 
 %changelog
+* Sun Jun 23 2013 Mattia Verga <mattia.verga at tiscali.it> - 1.0.3-11.20130624svn
+- Fix to enable udisks2 backend compatibility
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-10.20121209svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index e652b82..d45367d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab10a14179f6937e71093ebcd82cc29e  kde-partitionmanager-1.0.3-20121209svn.tar.gz
+129f1900a2c91bc505f45c29dc5a5958  kde-partitionmanager-1.0.3-20130624svn.tar.gz


More information about the scm-commits mailing list