From c1d2cfeece1f588925cfac73c6aeace1a2c5dcef Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:24:29 +0000 Subject: [PATCH] auto-import changelog data from e2fsprogs-1.27-2.src.rpm * Thu Apr 04 2002 Florian La Roche - fix man-pages * Thu Mar 21 2002 Florian La Roche - update to 1.27 - patch5 should not be needed anymore * Fri Mar 08 2002 Elliot Lee - Make link for mkfs.ext3 (patch5) - Add man pages for {mkfs,fsck}.{ext2,ext3} * Tue Feb 19 2002 Florian La Roche - update to 1.26 * Wed Jan 09 2002 Tim Powers - automated rebuild * Sun Nov 04 2001 Florian La Roche - update to 1.25 - patch for BLKGETSIZE64 is not needed anymore - adapt autoconf-2.50 patch * Thu Nov 01 2001 Bernhard Rosenkraenzer 1.23-5 - Make the C++ patch work even with g++ 3.1 * Mon Oct 22 2001 Bernhard Rosenkraenzer 1.23-4 - Fix headers of libext2fs - it wasn't possible to include them from C++ code (using private as a variable name isn't a good idea) - Fix build with autoconf 2.5x --- .cvsignore | 2 +- e2fsprogs.spec | 49 +++++++++++++++++++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 45 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7d53e0a..64ea442 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -e2fsprogs-1.23.tar.gz +e2fsprogs-1.27.tar.gz diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 0d76144..98f6958 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -4,13 +4,14 @@ Summary: Utilities for managing the second extended (ext2) filesystem. Name: e2fsprogs -Version: 1.23 -Release: 3 -Copyright: GPL +Version: 1.27 +Release: 2 +License: GPL Group: System Environment/Base Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz Patch1: e2fsprogs-1.19-mountlabel3.patch -Patch2: e2fsprogs-1.23-blkgetsize64.patch +Patch2: e2fsprogs-1.23-c++.patch +Patch3: e2fsprogs-1.23-autoconf.patch Url: http://e2fsprogs.sourceforge.net/ Prereq: /sbin/ldconfig BuildRoot: %{_tmppath}/%{name}-root @@ -45,8 +46,9 @@ also want to install e2fsprogs. %prep %setup -q -%patch1 -p1 -b .mountlabel3 -%patch2 -p1 -b .blkgetsize64 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 chmod 755 configure autoconf @@ -104,6 +106,7 @@ exit 0 %{_root_sbindir}/fsck.ext3 %{_root_sbindir}/mke2fs %{_root_sbindir}/mkfs.ext2 +%{_root_sbindir}/mkfs.ext3 %{_root_sbindir}/resize2fs %{_root_sbindir}/tune2fs %{_sbindir}/mklost+found @@ -135,10 +138,14 @@ exit 0 %{_mandir}/man8/debugfs.8* %{_mandir}/man8/dumpe2fs.8* %{_mandir}/man8/e2fsck.8* +%{_mandir}/man8/fsck.ext2.8* +%{_mandir}/man8/fsck.ext3.8* %{_mandir}/man8/e2image.8* %{_mandir}/man8/e2label.8* %{_mandir}/man8/fsck.8* %{_mandir}/man8/mke2fs.8* +%{_mandir}/man8/mkfs.ext2.8* +%{_mandir}/man8/mkfs.ext3.8* %{_mandir}/man8/mklost+found.8* %{_mandir}/man8/resize2fs.8* %{_mandir}/man8/tune2fs.8* @@ -170,6 +177,36 @@ exit 0 %{_mandir}/man3/com_err.3* %changelog +* Thu Apr 04 2002 Florian La Roche +- fix man-pages + +* Thu Mar 21 2002 Florian La Roche +- update to 1.27 +- patch5 should not be needed anymore + +* Fri Mar 08 2002 Elliot Lee +- Make link for mkfs.ext3 (patch5) +- Add man pages for {mkfs,fsck}.{ext2,ext3} + +* Tue Feb 19 2002 Florian La Roche +- update to 1.26 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Sun Nov 04 2001 Florian La Roche +- update to 1.25 +- patch for BLKGETSIZE64 is not needed anymore +- adapt autoconf-2.50 patch + +* Thu Nov 1 2001 Bernhard Rosenkraenzer 1.23-5 +- Make the C++ patch work even with g++ 3.1 + +* Mon Oct 22 2001 Bernhard Rosenkraenzer 1.23-4 +- Fix headers of libext2fs - it wasn't possible to include them from + C++ code (using private as a variable name isn't a good idea) +- Fix build with autoconf 2.5x + * Mon Sep 17 2001 Florian La Roche - add e2image to filelist diff --git a/sources b/sources index 2da4a49..b68ee19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf1002e594835e7dbdfe09ef782825be e2fsprogs-1.23.tar.gz +485b43875becc98dd11ac4c2a30dd734 e2fsprogs-1.27.tar.gz