[Reproducible-commits] [rdfind] 04/06: Imported Upstream version 1.3.2

Reiner Herrmann reiner at reiner-h.de
Sun Aug 16 19:52:07 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 25bad2366e815c0a30f64a51923130dc7b700b22
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue May 7 11:57:02 2013 +0900

    Imported Upstream version 1.3.2
---
 ChangeLog    |  8 +++++++-
 configure    | 20 ++++++++++----------
 configure.in |  8 ++++----
 rdfind.1     | 12 ++++++------
 4 files changed, 27 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0fa7034..a64dc63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-11-27  Paul Dreik  <rdfind at pauldreik.se>
+	* corrected typo in manpage example, which incorrectly used
+	-deletefiles instead of -deleteduplicates. Thanks KC for reporting
+	this!
+	* release of 1.3.2
+	
 2012-05-07  Paul Dreik  <rdfind at pauldreik.se>
 
 	* release of 1.3.1. No changes except the gcc 4.7 related changes.
@@ -109,4 +115,4 @@
 
 2006-01-05  Paul Sundvall  <rdfind at paulsundvall.net>  
 	*started. first version.
-	CHANGELOG $Revision: 766 $
+	CHANGELOG $Revision: 798 $
diff --git a/configure b/configure
index 89c21e6..b5d1cd5 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.1.
+# Generated by GNU Autoconf 2.68 for rdfind.cc 1.3.2.
 #
 #
 # 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.1'
-PACKAGE_STRING='rdfind.cc 1.3.1'
+PACKAGE_VERSION='1.3.2'
+PACKAGE_STRING='rdfind.cc 1.3.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1249,7 +1249,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.1 to adapt to many kinds of systems.
+\`configure' configures rdfind.cc 1.3.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1315,7 +1315,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of rdfind.cc 1.3.1:";;
+     short | recursive ) echo "Configuration of rdfind.cc 1.3.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1405,7 +1405,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-rdfind.cc configure 1.3.1
+rdfind.cc configure 1.3.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1808,7 +1808,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.1, which was
+It was created by rdfind.cc $as_me 1.3.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2626,7 +2626,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=rdfind
- VERSION=1.3.1
+ VERSION=1.3.2
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5195,7 +5195,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.1, which was
+This file was extended by rdfind.cc $as_me 1.3.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5261,7 +5261,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.1
+rdfind.cc config.status 1.3.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.in b/configure.in
index 7ca040b..68b7355 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
 dnl configure.in for rdfind. Written By Paul Sundvall.
-dnl This file is cvs version $Revision: 766 $
+dnl This file is cvs version $Revision: 798 $
 
-VERSION="1.3.1"
-AC_INIT(rdfind.cc,1.3.1)
+VERSION="1.3.2"
+AC_INIT(rdfind.cc,1.3.2)
 AM_CONFIG_HEADER(config.h)       
 
-AM_INIT_AUTOMAKE(rdfind,1.3.1)
+AM_INIT_AUTOMAKE(rdfind,1.3.2)
 
 
 dnl find and test the C compiler
diff --git a/rdfind.1 b/rdfind.1
index 868a0f7..3675d68 100644
--- a/rdfind.1
+++ b/rdfind.1
@@ -3,9 +3,9 @@
 .\"
 .\" Author Paul Dreik 2006
 .\" see LICENSE for details.
-.\" $Revision: 766 $
-.\" $Id: rdfind.1 766 2012-05-07 17:26:17Z pauls $
-.TH rdfind "1" 1.3.1 "May 2012" rdfind
+.\" $Revision: 798 $
+.\" $Id: rdfind.1 798 2012-11-27 19:52:04Z paul $
+.TH rdfind "1" 1.3.2 "Nov 2012" rdfind
 .SH NAME
 rdfind \- finds duplicate files
 .SH SYNOPSIS
@@ -95,7 +95,7 @@ Search for duplicate files in home directory and a backup directory:
 .B rdfind ~ /mnt/backup
 .TP
 Delete duplicate in a backup directory:
-.B rdfind -deletefiles true /mnt/backup
+.B rdfind -deleteduplicates true /mnt/backup
 .TP
 Search for duplicate files in directories called foo:
 .B find . -type d -name foo -print0 |xargs -0 rdfind
@@ -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.1 (release date 2012-05-07)
-svn id: $Id: rdfind.1 766 2012-05-07 17:26:17Z pauls $
+1.3.2 (release date 2012-11-27)
+svn id: $Id: rdfind.1 798 2012-11-27 19:52:04Z paul $
 .SH COPYRIGHT
 This program is distributed under GPLv2 or later, at your option.
 .SH "SEE ALSO"

-- 
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