From 9fff8b1d68c413aed3b591b6c6139d22252b0cdc Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 17 Jul 2009 00:55:14 +0000 Subject: [PATCH] - Upgrade to pyparted-2.1.0, requires parted-1.9.0-1 or higher --- .cvsignore | 2 +- pyparted.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8669a23..d9627ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-2.0.12.tar.gz +pyparted-2.1.0.tar.gz diff --git a/pyparted.spec b/pyparted.spec index dc53f43..6b034f0 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,8 +2,8 @@ Summary: Python module for GNU parted Name: pyparted -Version: 2.0.12 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://fedorahosted.org/pyparted @@ -14,6 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel BuildRequires: parted-devel >= 1.9.0 BuildRequires: pkgconfig +BuildRequires: python-decorator + +Requires: python-decorator %description Python module for the parted library. It is used for manipulating @@ -41,6 +44,9 @@ partition tables. %{python_sitearch}/parted %changelog +* Thu Jul 16 2009 David Cantrell - 2.1.0-1 +- Upgrade to pyparted-2.1.0, requires parted-1.9.0-1 or higher + * Fri Jul 10 2009 David Cantrell - 2.0.12-2 - Rebuild for new parted diff --git a/sources b/sources index 46275d1..1b3f5b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fc485db0b88e59bbdfc4be8ba4068fa pyparted-2.0.12.tar.gz +6f78f2f4d5b936bce915d6bfb6785c58 pyparted-2.1.0.tar.gz