[volume_key/f14/master] Update to volume_key-0.3.4

Miloslav Trmac mitr at fedoraproject.org
Thu Aug 26 22:43:03 UTC 2010


commit 62a674eb0bf22e3a75609511d8e164dd32fd9707
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Aug 27 00:42:46 2010 +0200

    Update to volume_key-0.3.4

 .gitignore                   |    1 +
 sources                      |    2 +-
 volume_key-0.3.3-off_t.patch |   20 --------------------
 volume_key.spec              |   13 +++++--------
 4 files changed, 7 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e1711d..b241d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 volume_key-0.3.3.tar.xz
+/volume_key-0.3.4.tar.xz
diff --git a/sources b/sources
index 7222df6..f895001 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d2d902e9f17d5c4a0d8fe7e907660a0  volume_key-0.3.3.tar.xz
+d11c119ae250b771fa24796df096ac49  volume_key-0.3.4.tar.xz
diff --git a/volume_key.spec b/volume_key.spec
index 7831bc1..e6eccf9 100644
--- a/volume_key.spec
+++ b/volume_key.spec
@@ -2,20 +2,16 @@
 
 Summary: An utility for manipulating storage encryption keys and passphrases
 Name: volume_key
-Version: 0.3.3
-Release: 4%{?dist}
+Version: 0.3.4
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: https://fedorahosted.org/volume_key/
 Requires: volume_key-libs = %{version}-%{release}
 
 Source0: https://fedorahosted.org/releases/v/o/volume_key/volume_key-%{version}.tar.xz
-# Upstream commit 6c31fc813c5329b343a44822eb04ef27f07b3367
-Patch0: volume_key-0.3.3-off_t.patch
 BuildRequires: cryptsetup-luks-devel, gettext-devel, glib2-devel, gnupg
 BuildRequires: gpgme-devel, libblkid-devel, nss-devel, python-devel
-# For patch0
-BuildRequires: autoconf automake gettext-autopoint libtool
 
 %description
 This package provides a command-line tool for manipulating storage volume
@@ -77,8 +73,6 @@ for other formats is possible, some formats are planned for future releases.
 
 %prep
 %setup -q
-%patch0 -p1
-autoreconf -fis
 
 %build
 %configure
@@ -119,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/volume_key.py*
 
 %changelog
+* Fri Aug 27 2010 Miloslav Trmač <mitr at redhat.com> - 0.3.4-1
+- Update to volume_key-0.3.4
+
 * Mon Jul 26 2010 Miloslav Trmač <mitr at redhat.com> - 0.3.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list