diff --git a/parted.spec b/parted.spec index 0a04fd2..bdb23b5 100644 --- a/parted.spec +++ b/parted.spec @@ -4,7 +4,7 @@ Summary: The GNU disk partition manipulation program. Name: parted Version: 1.6.16 -Release: 2 +Release: 3 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Patch0: parted-1.6.3-fat.c.patch Patch2: parted-1.6.15-unique-sig.patch @@ -56,6 +56,9 @@ Parted library, you need to install this package. %patch151 -p1 -b .aix %patch152 -p1 -b .dasd_geometry +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 + aclocal autoconf @@ -100,6 +103,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir %{_libdir}/*.a* %changelog +* Sat Nov 20 2004 Miloslav Trmac - 1.6.16-3 +- Convert pt_BR-parted.8 to UTF-8 + * Thu Nov 11 2004 Jeremy Katz - 1.6.16-2 - add patch from Matt Domsch to fix consistency of GPT disk labels with the EFI specification for disks > 2TB (#138480)