From 5f417b26fb10c79ea7013ee043bfe613b55c4899 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 4 Nov 2009 00:09:19 +0000 Subject: [PATCH] - Upgrade to pyparted-2.3: Remove root user requirement in _ped Add testcases for new _ped device methods Add python wrapper for new PedDisk partition alignment info function Add support for new PedDisk parition alignment info function Add python wrappers for new PedDevice alignment info functions Add support for new PedDevice alignment info functions Fix a whole pile of test cases. Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh() Fix error in Constraint __str__ method Make _ped_Device2PedDevice properly set / throw exceptions Fixup various errorhandling issues in pydisk.c Add missing _ped_Device2PedDevice() retval checks Use libparted commit() for parted.disk.Disk.commit() (hdegoede). - BR parted-devel >= 1.9.0-20 --- pyparted.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index d0aed39..9594a16 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -12,7 +12,7 @@ Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: parted-devel >= 1.9.0 +BuildRequires: parted-devel >= 1.9.0-20 BuildRequires: pkgconfig BuildRequires: python-decorator @@ -44,6 +44,23 @@ partition tables. %{python_sitearch}/parted %changelog +* Tue Nov 03 2009 David Cantrell - 2.3-1 +- Upgrade to pyparted-2.3: + Remove root user requirement in _ped + Add testcases for new _ped device methods + Add python wrapper for new PedDisk partition alignment info function + Add support for new PedDisk parition alignment info function + Add python wrappers for new PedDevice alignment info functions + Add support for new PedDevice alignment info functions + Fix a whole pile of test cases. + Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh() + Fix error in Constraint __str__ method + Make _ped_Device2PedDevice properly set / throw exceptions + Fixup various errorhandling issues in pydisk.c + Add missing _ped_Device2PedDevice() retval checks + Use libparted commit() for parted.disk.Disk.commit() (hdegoede). +- BR parted-devel >= 1.9.0-20 + * Fri Oct 02 2009 David Cantrell - 2.2-1 - Upgrade to pyparted-2.2: Fixes PedDisk2_ped_Disk() and avoids losing disk label data