[packages/extundelete] Rel 2
arekm
arekm at pld-linux.org
Thu May 21 15:33:50 CEST 2026
commit 0e5e7887e3a9d390e5ccf019700a20a007163feb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:33:34 2026 +0200
Rel 2
extundelete-attrs.patch | 12 ++++++------
extundelete.spec | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/extundelete.spec b/extundelete.spec
index 628ece5..83421bb 100644
--- a/extundelete.spec
+++ b/extundelete.spec
@@ -2,7 +2,7 @@ Summary: Recover deleted files from an ext3 or ext4 partition
Summary(pl.UTF-8): Odtwarzanie usuniętych plików z partycji ext3 lub ext4
Name: extundelete
Version: 0.2.4
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/System
Source0: http://download.sourceforge.net/extundelete/%{name}-%{version}.tar.bz2
diff --git a/extundelete-attrs.patch b/extundelete-attrs.patch
index 3a9bd38..2c7c383 100644
--- a/extundelete-attrs.patch
+++ b/extundelete-attrs.patch
@@ -1,14 +1,14 @@
---- extundelete-0.2.4/src/extundelete.cc.orig 2014-12-24 14:00:40.401233636 +0100
-+++ extundelete-0.2.4/src/extundelete.cc 2014-12-24 14:41:00.240755859 +0100
-@@ -89,6 +89,7 @@ Important future enhancements:
+--- a/src/extundelete.cc
++++ b/src/extundelete.cc
+@@ -90,6 +90,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <utime.h>
+#include <sys/time.h>
- /* GNU headers */
- #ifndef HAVE_GETOPT_H
-@@ -1746,8 +1746,14 @@ errcode_t restore_inode(ext2_filsys fs,
+ /* ext3/4 libraries */
+ #include <ext2fs/ext2fs.h>
+@@ -1746,8 +1747,14 @@
}
tsize = fsize - rsize;
if ((retval = truncate( (outputdir + fname2).c_str(), tsize)) == 0) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/extundelete.git/commitdiff/0e5e7887e3a9d390e5ccf019700a20a007163feb
More information about the pld-cvs-commit
mailing list