rpms/fdupes/devel .cvsignore, 1.2, 1.3 fdupes.spec, 1.10, 1.11 sources, 1.2, 1.3 fdupes-1.40-destdir.patch, 1.3, NONE fdupes-1.40-string.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Sat Feb 21 21:14:28 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/fdupes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6352

Modified Files:
	.cvsignore fdupes.spec sources 
Removed Files:
	fdupes-1.40-destdir.patch fdupes-1.40-string.patch 
Log Message:
* Sun Feb 01 2009 Debarshi Ray <rishi at fedoraproject.org> - 1.50-0.1.PR2
- Version bump to 1.50 PR2.
  * Added --noprompt, --recurse and --summarize options
  * Now sorts duplicates (old to new) for consistent order when listing or
    deleting duplicate files.
  * Now tests for early matching of files, which should help speed up the
    matching process when large files are involved.
  * Added warning whenever a file cannot be deleted.
  * Fixed bug where some files would not be closed after failure.
  * Fixed bug where confirmmatch() function wouldn't always deal properly with
    zero-length files.
  * Fixed bug where progress indicator would not be cleared when no files were
    found.
- Inclusion of string.h now added by upstream.
- Added patch to fix file comparisons from Debian. (Debian BTS #213385)
- Added patch to enable large file support on 32-bit systems from Debian.
  (Debian BTS #447601)
- Added patch to fix typo in the online manual page from Debian. (Debian BTS
  #353789)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fdupes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Nov 2005 19:24:20 -0000	1.2
+++ .cvsignore	21 Feb 2009 21:13:54 -0000	1.3
@@ -1 +1 @@
-fdupes-1.40.tar.gz
+fdupes-1.50-PR2.tar.gz


Index: fdupes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fdupes/devel/fdupes.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fdupes.spec	19 Feb 2008 21:41:01 -0000	1.10
+++ fdupes.spec	21 Feb 2009 21:13:57 -0000	1.11
@@ -1,14 +1,19 @@
 Summary:	Finds duplicate files in a given set of directories
 Name:		fdupes
-Version:	1.40
-Release:	12%{?dist}
+Version:	1.50
+Release:	0.1.PR2%{?dist}
 License:	MIT
 Group:		Applications/File
 URL:		http://netdial.caribe.net/~adrian2/fdupes.html
-Source0:	http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}.tar.gz
+Source0:	http://netdial.caribe.net/~adrian2/programs/fdupes/beta/%{name}-%{version}-PR2.tar.gz
 
 Patch0:		%{name}-%{version}-destdir.patch
-Patch1:		%{name}-%{version}-string.patch
+# http://bugs.debian.org/213385
+Patch1:		%{name}-%{version}-compare-file.patch
+# http://bugs.debian.org/447601
+Patch2:		%{name}-%{version}-lfs.patch
+# http://bugs.debian.org/353789
+Patch3:		%{name}-%{version}-typo.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -17,16 +22,14 @@
 directories.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-PR2
 %patch0 -p1
 %patch1 -p1
-
-sed --expression "s/-Wall/$RPM_OPT_FLAGS/" Makefile > Makefile.tmp
-touch --reference Makefile Makefile.tmp
-mv Makefile.tmp Makefile
+%patch2 -p1
+%patch3 -p1
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} COMPILER_OPTIONS="$RPM_OPT_FLAGS"
 
 %check
 ./%{name} testdir
@@ -37,11 +40,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 
-make install INSTALLDIR=%{_bindir} MANPAGEDIR=%{_mandir} \
-  DESTDIR=$RPM_BUILD_ROOT
+make install INSTALL="%{__install} -p" BIN_DIR=%{_bindir} \
+  MAN_BASE_DIR=%{_mandir} DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,12 +53,32 @@
 %doc CONTRIBUTORS
 %doc README
 %doc TODO
+%doc %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.40-12
-- Autorebuild for GCC 4.3
+* Sun Feb 01 2009 Debarshi Ray <rishi at fedoraproject.org> - 1.50-0.1.PR2
+- Version bump to 1.50 PR2.
+  * Added --noprompt, --recurse and --summarize options
+  * Now sorts duplicates (old to new) for consistent order when listing or
+    deleting duplicate files.
+  * Now tests for early matching of files, which should help speed up the
+    matching process when large files are involved.
+  * Added warning whenever a file cannot be deleted.
+  * Fixed bug where some files would not be closed after failure.
+  * Fixed bug where confirmmatch() function wouldn't always deal properly with
+    zero-length files.
+  * Fixed bug where progress indicator would not be cleared when no files were
+    found.
+- Inclusion of string.h now added by upstream.
+- Added patch to fix file comparisons from Debian. (Debian BTS #213385)
+- Added patch to enable large file support on 32-bit systems from Debian.
+  (Debian BTS #447601)
+- Added patch to fix typo in the online manual page from Debian. (Debian BTS
+  #353789)
+
+* Tue Feb 19 2008 Release Engineering <rel-eng at fedoraproject.org> - 1.40-12
+- Autorebuild for gcc-4.3.
 
 * Thu Dec 27 2007 Debarshi Ray <rishi at fedoraproject.org> - 1.40-11
 - Fixed Makefile to preserve timestamps using 'cp -p'.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fdupes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Nov 2005 19:24:20 -0000	1.2
+++ sources	21 Feb 2009 21:13:57 -0000	1.3
@@ -1 +1 @@
-11de9ab4466089b6acbb62816b30b189  fdupes-1.40.tar.gz
+a4f0de2d9a79efce3d712d6520e58c7f  fdupes-1.50-PR2.tar.gz


--- fdupes-1.40-destdir.patch DELETED ---


--- fdupes-1.40-string.patch DELETED ---




More information about the scm-commits mailing list