From 815bfc579f174822cbd834728748d8171d922c11 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Mon, 14 Mar 2005 18:58:48 +0000 Subject: [PATCH] Fixed from parted CVS to fix building with gcc4. --- parted.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/parted.spec b/parted.spec index 5d35b7e..397a736 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.21 -Release: 2 +Release: 3 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch Patch3: parted-1.6.19-sx8.patch @@ -14,6 +14,7 @@ Patch150: parted-1.6.3-iseries.patch Patch151: parted-1.6.3-aix.patch Patch152: parted-1.6.15-dasd_geometry.patch Patch153: parted-1.6.21-mac-lvm.patch +Patch154: parted-1.6.21-gcc4.patch Buildroot: %{_tmppath}/%{name}-root License: GPL @@ -51,6 +52,7 @@ Parted library, you need to install this package. %patch151 -p1 -b .aix %patch152 -p1 -b .dasd_geometry %patch153 -p1 -b .mac-lvm +%patch154 -p1 -b .gcc4 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 @@ -99,6 +101,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Mon Mar 14 2005 Chris Lumens 1.6.21-3 +- Include patches from parted CVS for new gcc4 warnings. + * Sun Feb 20 2005 Paul Nasrat 1.6.21-2 - Support lvm flags on mac partitions (#121266)