[samefile] Update to 2.14 (which automates the LFS compilation)

Michael Schwendt mschwendt at fedoraproject.org
Sat Feb 23 18:32:15 UTC 2013


commit 1c9418f315ea70e2e95e7b9b63efacee1ca1c25f
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Feb 23 19:31:54 2013 +0100

    Update to 2.14 (which automates the LFS compilation)

 .gitignore                   |    1 +
 samefile-2.13-autoconf.patch |   26 --------------------------
 samefile-2.13-longlong.patch |   41 -----------------------------------------
 samefile.spec                |   17 +++++------------
 sources                      |    2 +-
 5 files changed, 7 insertions(+), 80 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e26221d..dc84da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 samefile-2.12.tar.gz
 /samefile-2.13.tar.gz
+/samefile-2.14.tar.gz
diff --git a/samefile.spec b/samefile.spec
index 5feb444..8e7d158 100644
--- a/samefile.spec
+++ b/samefile.spec
@@ -1,6 +1,6 @@
 Name:		samefile
-Version:	2.13
-Release:	5%{?dist}
+Version:	2.14
+Release:	1%{?dist}
 Summary:	Command-line utility to find identical files on the file system
 
 Group:		Applications/System
@@ -8,9 +8,6 @@ License:	BSD
 URL:		http://www.schweikhardt.net/samefile/
 Source0:	http://www.schweikhardt.net/%{name}-%{version}.tar.gz
 
-# reported
-Patch0: samefile-2.13-longlong.patch
-
 %description
 The samefile utility finds files with identical contents, independent of file 
 name. This program is for you if you are notoriously low on disk space, keep 
@@ -21,12 +18,9 @@ a feeling for how much redundant files are there on your system.
 
 %prep
 %setup -q
-%patch0 -p1 -b .long
 
 
 %build
-# missing AC_SYS_LARGEFILE reported
-CFLAGS="${RPM_OPT_FLAGS} -D_FILE_OFFSET_BITS=64"
 %configure
 make %{?_smp_mflags}
 
@@ -46,12 +40,11 @@ make test
 
 
 %changelog
-* Fri Feb 22 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.13-5
-- Fix a couple of long-casts and %ld usage for off_t, so file sizes
-  are printed correctly, for example.
+* Fri Feb 22 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.14-1
+- Update to 2.14 (which automates the LFS compilation)
 
 * Wed Feb 20 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.13-4
-- Build with -D_FILE_OFFSET_BITS=64 for LFS as well as stat64 usage.
+- Build with -D_FILE_OFFSET_BITS=64 also to get stat64 usage.
 - Minor spec cleanup for modern guidelines.
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.13-3
diff --git a/sources b/sources
index 9c0a9e6..76c64d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d3f616d9079b2d64999c91926767ab4  samefile-2.13.tar.gz
+33c89da50af8ba161fd36fcdd665f84c  samefile-2.14.tar.gz


More information about the scm-commits mailing list