diff --git a/.cvsignore b/.cvsignore index c2617d5..d7ba142 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-1.6.7.tar.gz +pyparted-1.6.8.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 1c107d4..5ae3795 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,13 +1,13 @@ Summary: python module for parted Name: pyparted -Version: 1.6.7 -Release: 3 +Version: 1.6.8 +Release: 1 License: GPL Group: System Environment/Libraries Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: parted >= 1.6 -BuildRequires: parted-devel >= 1.6, python-devel +Requires: parted >= 1.6.12 +BuildRequires: parted-devel >= 1.6.12, python-devel %description Python modules for the parted library. It is used for manipulation @@ -37,6 +37,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 17 2004 Jeremy Katz - 1.6.8-1 +- update for new parted ABI + - device -> heads, sectors, cylinders now refer to the bios geometry +- require parted >= 1.6.12 + * Thu Jul 22 2004 Jeremy Katz - 1.6.7-3 - build on ppc64 again diff --git a/sources b/sources index 219bfbe..d2b01b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8caa884c5c0db167310ee10e27e29157 pyparted-1.6.7.tar.gz +6c092a58955d23b3e9287a36cacc2628 pyparted-1.6.8.tar.gz