From d10396acf61b2d9ce0b8b224e07e3173bec08228 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 29 May 2006 14:37:54 +0000 Subject: [PATCH] Bump version. --- .cvsignore | 1 + pyparted.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 242ac33..b177ef6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ pyparted-1.6.10.tar.gz pyparted-1.7.0.tar.gz +pyparted-1.7.1.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 1884982..3f1343e 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,13 +1,13 @@ Summary: python module for parted Name: pyparted -Version: 1.7.0 +Version: 1.7.1 Release: 1 License: GPL Group: System Environment/Libraries Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: parted >= 1.7.0 -BuildRequires: parted-devel >= 1.7.0, python-devel +BuildRequires: parted-devel >= 1.7.1, python-devel Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") %description @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 28 2006 David Cantrell - 1.7.1-1 +- Bump version to 1.7.1 and require parted >= 1.7.1 + * Fri May 19 2006 David Cantrell - 1.7.0-1 - Bump version to 1.7.0 and require parted >= 1.7.0 diff --git a/sources b/sources index 107e23a..61bfdd7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13f416eba550f38554fad0d943b4cf29 pyparted-1.7.0.tar.gz +e0adfda76ed5346bf8012b62e0785e31 pyparted-1.7.1.tar.gz