From 421d70fd19aabf8aec6365e8e16b4fd0b36324af Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 17 Nov 2006 21:13:26 +0000 Subject: [PATCH] - Bump version to 1.8.0 and require parted >= 1.8.0 - Remove python-abi Requires line since rpm handles that automatically --- .cvsignore | 2 +- pyparted.spec | 16 ++++++++-------- sources | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index d55b3b2..01e69be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-1.7.3.tar.gz +pyparted-1.8.0.tar.gz diff --git a/pyparted.spec b/pyparted.spec index ae768af..8eff76d 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,16 +1,15 @@ -Summary: python module for parted +Summary: Python module for GNU parted Name: pyparted -Version: 1.7.3 -Release: 2%{?dist} +Version: 1.8.0 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries Source0: http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: parted >= 1.7.1 -BuildRequires: parted-devel >= 1.7.1, python-devel -Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") +BuildRequires: python-devel, parted-devel >= 1.8.0 +Requires: parted >= 1.8.0 %description Python modules for the parted library. It is used for manipulation @@ -41,8 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/*.so %changelog -* Wed Oct 04 2006 David Cantrell - 1.7.3-2 -- Rebuild against newest parted +* Fri Nov 17 2006 David Cantrell - 1.8.0-1 +- Bump version to 1.8.0 and require parted >= 1.8.0 +- Remove python-abi Requires line since rpm handles that automatically * Wed Aug 30 2006 David Cantrell - 1.7.3-1 - Include parted/constraint.h in required header files diff --git a/sources b/sources index fe4fb76..28179f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b156a34096a2661999a66bdfae272e6 pyparted-1.7.3.tar.gz +24530536b583a451a8ab29292c54f4f0 pyparted-1.8.0.tar.gz