diff --git a/.cvsignore b/.cvsignore index 78a407b..b3ebe87 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -parted-1.2.8.tar.gz +parted-1.4.7.tar.gz diff --git a/parted.spec b/parted.spec index 07da572..9d7dc6b 100644 --- a/parted.spec +++ b/parted.spec @@ -1,13 +1,11 @@ Summary: The GNU disk partition manipulation program. Name: parted -Version: 1.2.8 +Version: 1.4.7 Release: 2 Copyright: GPL Group: Applications/System -Buildroot: %{_tmppath}/%{name}-root +Buildroot: %{_tmppath}/%{name}-%{version}-root Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Patch0: parted-1.0.17-alpha-kernel-header.patch -Patch1: parted-1.2.8-strtok.patch ExclusiveArch: i386 %define _sbindir /sbin @@ -30,8 +28,6 @@ disk partitions and filesystems. %prep %setup -q -%patch0 -p1 -b .alpha -%patch1 -p1 %build autoconf @@ -42,14 +38,15 @@ make [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %makeinstall +%find_lang %name + %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr (-, root, root) %doc AUTHORS BUGS ChangeLog README THANKS TODO doc/USER* %{_mandir}/*/* -%{_datadir}/locale/*/LC_MESSAGES/*.mo %{_sbindir}/* %files devel @@ -58,6 +55,27 @@ make %{_includedir}/parted %changelog +* Fri Feb 23 2001 Trond Eivind Glomsrød +- langify + +* Wed Jan 17 2001 Florian La Roche +- update to 1.4.7 + +* Thu Dec 14 2000 Bill Nottingham +- rebuild because of broken fileutils + +* Fri Nov 03 2000 Florian La Roche +- update to 1.2.12 + +* Wed Nov 01 2000 Florian La Roche +- update to 1.2.11 + +* Tue Oct 17 2000 Florian La Roche +- update to 1.2.10 + +* Sun Sep 10 2000 Florian La Roche +- update to 1.2.9 + * Tue Aug 29 2000 Florian La Roche - fix bug when just hitting "return" with no user input diff --git a/sources b/sources index 82f5913..83e6e0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e2b9806713e9550b311904074f53bdb parted-1.2.8.tar.gz +807a485ef6da87cb384fc0ea05b6988a parted-1.4.7.tar.gz