[Reproducible-commits] [rdfind] 06/06: Imported Upstream version 1.3.4
Reiner Herrmann
reiner at reiner-h.de
Sun Aug 16 19:52:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch upstream
in repository rdfind.
commit 8da7a7461712fe4af3ed3dbd17e4d46d59113134
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Thu Jun 20 20:06:39 2013 +0900
Imported Upstream version 1.3.4
---
ChangeLog | 7 ++++++-
configure | 20 ++++++++++----------
configure.in | 6 +++---
rdfind.1 | 10 +++++-----
testcases/largefilesupport.sh | 13 ++++++++++---
5 files changed, 34 insertions(+), 22 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bbf767b..8ec9729 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-19 Paul Dreik <rdfind at pauldreik.se>
+ * release of 1.3.4
+ workaround for unit test for filesize which did not run on Hurd
+ because of insufficient large file support. See the discussion on
+ debian bug #711793. no other changes.
2013-06-18 Paul Dreik <rdfind at pauldreik.se>
* release of 1.3.3
now builds on GNU/Hurd (see debian bug #711793) using the patch by
@@ -129,4 +134,4 @@
2006-01-05 Paul Sundvall <rdfind at paulsundvall.net>
*started. first version.
- CHANGELOG $Revision: 824 $
+ CHANGELOG $Revision: 825 $
diff --git a/configure b/configure
index a3aac2f..dd2c06b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for rdfind.cc 1.3.3.
+# Generated by GNU Autoconf 2.68 for rdfind.cc 1.3.4.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -557,8 +557,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rdfind.cc'
PACKAGE_TARNAME='rdfind-cc'
-PACKAGE_VERSION='1.3.3'
-PACKAGE_STRING='rdfind.cc 1.3.3'
+PACKAGE_VERSION='1.3.4'
+PACKAGE_STRING='rdfind.cc 1.3.4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1250,7 +1250,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures rdfind.cc 1.3.3 to adapt to many kinds of systems.
+\`configure' configures rdfind.cc 1.3.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1316,7 +1316,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of rdfind.cc 1.3.3:";;
+ short | recursive ) echo "Configuration of rdfind.cc 1.3.4:";;
esac
cat <<\_ACEOF
@@ -1407,7 +1407,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-rdfind.cc configure 1.3.3
+rdfind.cc configure 1.3.4
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1810,7 +1810,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by rdfind.cc $as_me 1.3.3, which was
+It was created by rdfind.cc $as_me 1.3.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2628,7 +2628,7 @@ fi
# Define the identity of the package.
PACKAGE=rdfind
- VERSION=1.3.3
+ VERSION=1.3.4
cat >>confdefs.h <<_ACEOF
@@ -5395,7 +5395,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by rdfind.cc $as_me 1.3.3, which was
+This file was extended by rdfind.cc $as_me 1.3.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5461,7 +5461,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-rdfind.cc config.status 1.3.3
+rdfind.cc config.status 1.3.4
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index 3cf87ba..3b1b5a1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
dnl configure.in for rdfind.
-VERSION="1.3.3"
-AC_INIT(rdfind.cc,1.3.3)
+VERSION="1.3.4"
+AC_INIT(rdfind.cc,1.3.4)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(rdfind,1.3.3)
+AM_INIT_AUTOMAKE(rdfind,1.3.4)
dnl find and test the C compiler
diff --git a/rdfind.1 b/rdfind.1
index 86904c4..5320a3a 100644
--- a/rdfind.1
+++ b/rdfind.1
@@ -3,9 +3,9 @@
.\"
.\" Author Paul Dreik 2006
.\" see LICENSE for details.
-.\" $Revision: 824 $
-.\" $Id: rdfind.1 824 2013-06-18 10:43:10Z paul $
-.TH rdfind "1" 1.3.3 "Jun 2013" rdfind
+.\" $Revision: 825 $
+.\" $Id: rdfind.1 825 2013-06-19 18:50:29Z paul $
+.TH rdfind "1" 1.3.4 "Jun 2013" rdfind
.SH NAME
rdfind \- finds duplicate files
.SH SYNOPSIS
@@ -150,8 +150,8 @@ Several persons have helped with suggestions and improvements:
Niels Möller, Carl Payne and Salvatore Ansani. Thanks also to you
who tested the program and sent me feedback.
.SH VERSION
-1.3.3 (release date 2013-06-18)
-svn id: $Id: rdfind.1 824 2013-06-18 10:43:10Z paul $
+1.3.4 (release date 2013-06-19)
+svn id: $Id: rdfind.1 825 2013-06-19 18:50:29Z paul $
.SH COPYRIGHT
This program is distributed under GPLv2 or later, at your option.
.SH "SEE ALSO"
diff --git a/testcases/largefilesupport.sh b/testcases/largefilesupport.sh
index 1ea2276..f4e22ef 100755
--- a/testcases/largefilesupport.sh
+++ b/testcases/largefilesupport.sh
@@ -29,14 +29,21 @@ trap cleanup 0
cd $datadir
#create a large file, sparse.
-filesize=$((2147483647+1)) #size, in bytes. This is a problematic value.
+filesizem1=2147483647 #size, in bytes. This is no problem.
+filesize=$(($filesizem1+1)) #size, in bytes. This is a problematic value.
+
+#below, dd is used and the file is later appended to, to avoid problems
+#on Hurd which currently (20130619) can not take $filesize as argument to
+#dd without complaining and erroring out.
#make two files, which differ at the first byte to make
#rdfind return fast after comparing the initial part.
echo "a">sparse-file1
echo "b">sparse-file2
-dd if=/dev/null of=sparse-file1 bs=1 seek=$filesize count=1
-dd if=/dev/null of=sparse-file2 bs=1 seek=$filesize count=1
+dd if=/dev/null of=sparse-file1 bs=1 seek=$filesizem1 count=1
+dd if=/dev/null of=sparse-file2 bs=1 seek=$filesizem1 count=1
+head -c1 /dev/zero >>sparse-file1
+head -c1 /dev/zero >>sparse-file2
#let the filesystem settle
sync
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/rdfind.git
More information about the Reproducible-commits
mailing list