diff --git a/.gitignore b/.gitignore index 89f4985..1e8ab8f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ photorec_611_exif_bound_checking_v2.patch /testdisk-6.13.tar.bz2 /testdisk-6.14.tar.bz2 /testdisk_614_docdir.patch +/testdisk_614_fix_ext2_check.patch diff --git a/sources b/sources index e7fb204..56753a2 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ b1f0edabc9035e9ec9c8e0a95059ff3f testdisk-6.14.tar.bz2 7bef71b92299213e9617d9f300811387 testdisk_614_docdir.patch +5124496be718ceae87f21e70c26d1a1d testdisk_614_fix_ext2_check.patch diff --git a/testdisk.spec b/testdisk.spec index edd1b42..8a5bd76 100644 --- a/testdisk.spec +++ b/testdisk.spec @@ -4,11 +4,12 @@ Summary(fr.UTF8): Outil pour vérifier et restaurer des partitions Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска Name: testdisk Version: 6.14 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source0: http://www.cgsecurity.org/testdisk-%{version}.tar.bz2 Patch0: http://www.cgsecurity.org/testdisk_614_docdir.patch +Patch1: http://www.cgsecurity.org/testdisk_614_fix_ext2_check.patch URL: http://www.cgsecurity.org/wiki/TestDisk BuildRequires: ncurses-devel >= 5.2 BuildRequires: e2fsprogs-devel @@ -53,6 +54,7 @@ PhotoRec is a signature based file recovery utility. It handles more than %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure @@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/testdisk.8* %changelog +* Wed Nov 06 2013 Christophe Grenier - 6.14-2 +- Patch for additional ext2 check (Bug #1027026) + * Mon Sep 09 2013 Christophe Grenier - 6.14-1 - Update to latest version http://www.cgsecurity.org/wiki/TestDisk_6.14_Release