[kde-partitionmanager: 1/2] Add support for decrypting LUKS volumes Compress source with xz

mattia mattia at fedoraproject.org
Thu Aug 15 08:55:25 UTC 2013


commit 300f96fcde2a46fef4903e62b1a9b5eba34501a8
Author: Mattia Verga <mattia.verga at tiscali.it>
Date:   Thu Aug 15 08:50:52 2013 +0200

    Add support for decrypting LUKS volumes
    Compress source with xz

 .gitignore                |    1 +
 kde-partitionmanager.spec |   12 ++++++++----
 kdepm-generate-tarball.sh |    2 +-
 sources                   |    2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d0cb46..8ef76bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /.directory
 /*.src.rpm
 /kde-partitionmanager-*.tar.gz
+/kde-partitionmanager-1.0.3-20130815svn.tar.xz
diff --git a/kde-partitionmanager.spec b/kde-partitionmanager.spec
index 72d8b62..c3d1634 100644
--- a/kde-partitionmanager.spec
+++ b/kde-partitionmanager.spec
@@ -1,17 +1,17 @@
-%global svn_date 20130624
+%global svn_date 20130815
 %define _hardened_build 1
 
 Name:           kde-partitionmanager
 Version:        1.0.3
-Release:        11.%{svn_date}svn%{?dist}
+Release:        12.%{svn_date}svn%{?dist}
 Summary:        KDE Partition Manager
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://www.kde.org/applications/system/kdepartitionmanager/
-Source0:        %{name}-%{version}-%{svn_date}svn.tar.gz
+Source0:        %{name}-%{version}-%{svn_date}svn.tar.xz
 Source1:        kdepm-generate-tarball.sh
-# Source built using the following commands : sh kdepm-generate-tarball.sh 20130624
+# Source built using the following commands : sh kdepm-generate-tarball.sh 20130815
 
 BuildRequires:  parted-devel, libblkid-devel, libatasmart-devel, kdelibs4-devel, gettext, cmake, desktop-file-utils
 Requires:       parted, e2fsprogs
@@ -83,6 +83,10 @@ fi
 %{_kde4_datadir}/kde4/apps/partitionmanager
 
 %changelog
+* Thu Aug 15 2013 Mattia Verga <mattia.verga at tiscali.it> - 1.0.3-12.20130815svn
+- Upgrade to svn 2013-05-15 - adds support for decrypting LUKS volumes
+- Compress source with xz
+
 * Sun Jun 23 2013 Mattia Verga <mattia.verga at tiscali.it> - 1.0.3-11.20130624svn
 - Fix to enable udisks2 backend compatibility
 
diff --git a/kdepm-generate-tarball.sh b/kdepm-generate-tarball.sh
index 27b553f..956f8da 100755
--- a/kdepm-generate-tarball.sh
+++ b/kdepm-generate-tarball.sh
@@ -16,7 +16,7 @@ rm -R --force ${NAME_VERSION}
 svn -r {${SVN_DATE}} export svn://anonsvn.kde.org/home/kde/trunk/extragear/sysadmin/partitionmanager/ ${NAME_VERSION}
 
 # Create source tarball
-tar zcvf ${NAME_VERSION}-${SVN_DATE}svn.tar.gz ${NAME_VERSION}
+tar cJvf ${NAME_VERSION}-${SVN_DATE}svn.tar.xz ${NAME_VERSION}
 
 # Delete temporary directories
 rm -R --force ${NAME_VERSION}
diff --git a/sources b/sources
index d45367d..cb1ecb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-129f1900a2c91bc505f45c29dc5a5958  kde-partitionmanager-1.0.3-20130624svn.tar.gz
+394bd1746c5fc3333b2adec49701b4a0  kde-partitionmanager-1.0.3-20130815svn.tar.xz


More information about the scm-commits mailing list