From 9d5d08e634ca94b75149cebc5cd5a4c6d1736986 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 19 May 2006 17:05:12 +0000 Subject: [PATCH] Upgraded to parted-1.7.0. Brought forward all parted-1.6.x patches, including all of the IBM DASD patches. Combined DASD fixes in to one patch. --- .cvsignore | 1 + parted.spec | 41 ++++++++++++++++++++++------------------- sources | 2 +- 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/.cvsignore b/.cvsignore index 16dbb8f..216a29e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,3 +10,4 @@ parted-1.6.23.tar.gz parted-1.6.24.tar.gz parted-1.6.25.tar.gz parted-1.6.25.1.tar.gz +parted-1.7.0.tar.bz2 diff --git a/parted.spec b/parted.spec index 0359b77..c67dce2 100644 --- a/parted.spec +++ b/parted.spec @@ -3,18 +3,17 @@ Summary: The GNU disk partition manipulation program. Name: parted -Version: 1.6.25.1 +Version: 1.7.0 Release: 1 -Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Patch0: parted-1.6.3-fat.c.patch -Patch3: parted-1.6.25-sx8.patch -Patch4: parted-1.6.25-mac-swraid.patch - -Patch100: parted-1.6.25-dasd.patch -Patch150: parted-1.6.25-iseries.patch -Patch151: parted-1.6.23-aix.patch -Patch152: parted-1.6.15-dasd_geometry.patch -Patch153: parted-1.6.25-dm.patch +Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 +Patch0: parted-1.7.0-fat.c.patch +Patch1: parted-1.7.0-sx8.patch +Patch2: parted-1.7.0-mac-swraid.patch +Patch3: parted-1.7.0-dasd.patch +Patch4: parted-1.7.0-iseries.patch +Patch5: parted-1.7.0-dasd_geometry.patch +Patch6: parted-1.7.0-dm.patch +Patch7: parted-1.7.0-aix.patch Buildroot: %{_tmppath}/%{name}-root License: GPL @@ -43,16 +42,17 @@ partitions and filesystems using the routines provided by the GNU Parted library, you need to install this package. %prep +#Patch151: parted-1.6.23-aix.patch + %setup -q %patch0 -p1 -b .sigfpe - -%patch100 -p1 -b .dasd -%patch150 -p1 -b .iseries -%patch3 -p1 -b .sx8 -%patch4 -p1 -b .raid -%patch151 -p1 -b .aix -%patch152 -p1 -b .dasd_geometry -%patch153 -p1 -b .dm +%patch1 -p1 -b .sx8 +%patch2 -p1 -b .raid +%patch3 -p1 -b .dasd +%patch4 -p1 -b .iseries +%patch5 -p1 -b .dasd_geometry +%patch6 -p1 -b .dm +%patch7 -p1 -b .aix iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_ mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8 @@ -101,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Fri May 19 2006 David Cantrell - 1.7.0-1 +- Upgraded to parted-1.7.0 + * Thu Apr 13 2006 David Cantrell - 1.6.25.1-1 - Upgraded to parted-1.6.25.1 - BuildRequires libtool diff --git a/sources b/sources index a24e2fd..cf81b73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ad8b2c8aa865d9d6a43a4ecfe021782 parted-1.6.25.1.tar.gz +9404973b3493f75f589eafbf56780bb1 parted-1.7.0.tar.bz2