]> git.pld-linux.org Git - packages/disc-recovery-utils.git/commitdiff
- rel 3; with patch linux_fs master auto/th/disc-recovery-utils-1_1-3
authorBartłomiej Zimoń <cactus@pld-linux.org>
Fri, 28 Aug 2009 11:51:45 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    disc-recovery-utils-linux_fs.patch -> 1.1
    disc-recovery-utils.spec -> 1.13

disc-recovery-utils-linux_fs.patch [new file with mode: 0644]
disc-recovery-utils.spec

diff --git a/disc-recovery-utils-linux_fs.patch b/disc-recovery-utils-linux_fs.patch
new file mode 100644 (file)
index 0000000..abda3b4
--- /dev/null
@@ -0,0 +1,10 @@
+--- disc-recovery-utils/e2fsfind.c.orig        2009-08-28 13:47:02.000000000 +0200
++++ disc-recovery-utils/e2fsfind.c     2009-08-28 13:47:21.000000000 +0200
+@@ -47,6 +47,7 @@
+ #include <sys/times.h>
+ #include <errno.h>
+ #include <utime.h>
++#include <linux/fs.h>
+ #include <linux/ext2_fs.h>
+ #include "ext2fs/ext2fs.h"
+ #include "version.h"
index 14166b01d0dd95d1b55129546075b7c8c706cdfa..2060847dd7ed37870bd125527453f083b9920249 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Disc recovery tools for EXT2FS
 Summary(pl.UTF-8):     Narzędzia ratunkowe do ext2fs
 Name:          disc-recovery-utils
 Version:       1.1
 Summary(pl.UTF-8):     Narzędzia ratunkowe do ext2fs
 Name:          disc-recovery-utils
 Version:       1.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/%{name}-%{version}.tgz
 # Source0-md5: be974ef7989776755764da70e63354fe
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/%{name}-%{version}.tgz
 # Source0-md5: be974ef7989776755764da70e63354fe
+Patch0:                %{name}-linux_fs.patch
 BuildRequires: e2fsprogs-devel >= 1.07
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: e2fsprogs-devel >= 1.07
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,6 +23,7 @@ narzędzie do odzyskiwania inodów z systemu plików ext2 (e2fsfind).
 
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'< Makefile >GNUmakefile
 
 %build
 sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'< Makefile >GNUmakefile
This page took 0.057087 seconds and 4 git commands to generate.