From b1c17eebb0e96fa2f1dcf0f628253f511ddc8293 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 7 Nov 2009 02:13:05 +0000 Subject: [PATCH] - Upgrade to pyparted-2.4: Use PedDevice length instead of DIY (#532023) (hdegoede) Use sectorSize not physicalSectorSize for size calculations (hdegoede) --- .cvsignore | 2 +- pyparted.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 343f95b..a9da492 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-2.3.tar.gz +pyparted-2.4.tar.gz diff --git a/pyparted.spec b/pyparted.spec index 743dca7..41e1b4f 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -2,7 +2,7 @@ Summary: Python module for GNU parted Name: pyparted -Version: 2.3 +Version: 2.4 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -44,6 +44,11 @@ partition tables. %{python_sitearch}/parted %changelog +* Fri Nov 06 2009 David Cantrell - 2.4-1 +- Upgrade to pyparted-2.4: + Use PedDevice length instead of DIY (#532023) (hdegoede) + Use sectorSize not physicalSectorSize for size calculations (hdegoede) + * Tue Nov 03 2009 David Cantrell - 2.3-1 - Upgrade to pyparted-2.3: Remove root user requirement in _ped diff --git a/sources b/sources index 844ce88..dbb7e86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f5d06bd6336f3a699840d8639ab8a0d pyparted-2.3.tar.gz +f244958142c9fd3ff5ee95f578e2f76d pyparted-2.4.tar.gz