diff --git a/.cvsignore b/.cvsignore index 0880e0e..9836c8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-1.8.2.tar.gz +pyparted-1.8.3.tar.gz diff --git a/pyparted.spec b/pyparted.spec index be64f0e..c49a1e8 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,6 +1,6 @@ Summary: Python module for GNU parted Name: pyparted -Version: 1.8.2 +Version: 1.8.3 Release: 1%{?dist} License: GPL Group: System Environment/Libraries @@ -8,8 +8,8 @@ Group: System Environment/Libraries Source0: http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python-devel, parted-devel >= 1.8.1 -Requires: parted >= 1.8.1 +BuildRequires: python-devel, parted-devel >= 1.8.2 +Requires: parted >= 1.8.2 %description Python modules for the parted library. It is used for manipulation @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/*.so %changelog +* Fri Jan 12 2007 David Cantrell - 1.8.3-1 +- Required parted-1.8.2 or higher + * Wed Jan 10 2007 Jeremy Katz - 1.8.2-1 - use PyObject_DEL instead of PyMem_DEL diff --git a/sources b/sources index 3fe3a4e..226e1ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6528f359b94a733b0a0d9f9108f3a52b pyparted-1.8.2.tar.gz +db1f292232211808c362b3d3499278f0 pyparted-1.8.3.tar.gz