[Lunar-commits] <moonbase> diffutils: version bumped to 3.0.
Florin Braescu
florin at lunar-linux.org
Tue May 4 09:16:24 CEST 2010
commit 340cf4f1adf70294aec108224282b22aaf4a9520
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue May 4 10:16:24 2010 +0300
diffutils: version bumped to 3.0.
* Bug fixes
diff once again prints the required "\ No newline at end of file" line
when at least one input lacks a newline-at-EOF and the final hunk plus
context-length aligns exactly with the end of the newline-lacking file.
[bug introduced between 2.8.7 and 2.9]
* Changes in behavior
In context-style diffs, diff prints a portion of a preceding "function"
line for each hunk, with --show-function-line=RE (-F) or
--show-c-function (-p). Now, it trims leading blanks from such lines
before extracting a prefix. This is useful especially when a function
line is so far indented that the name itself would be truncated or not
included in the limited-width substring that diff appends.
diff once again reports a difference with the diagnostic
"Binary files A and B differ" when at least one of the files
appears to be binary. From 2.8.4 through diffutils-2.9, it printed
"Files A and B differ".
---
devel/diffutils/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/devel/diffutils/DETAILS b/devel/diffutils/DETAILS
index ce5a943..bc350e1 100644
--- a/devel/diffutils/DETAILS
+++ b/devel/diffutils/DETAILS
@@ -1,12 +1,12 @@
MODULE=diffutils
- VERSION=2.9
+ VERSION=3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:4fae7102ee8938c9ee1b2ad0bd63230af36975ac
+ SOURCE_VFY=sha1:17fcdcd435ef6b424aa9c7a487ffde408d1a00e6
WEB_SITE=http://www.gnu.org/software/diffutils/diffutils.html
ENTERED=20010922
- UPDATED=20100213
+ UPDATED=20100504
SHORT="finds differences between and among files"
cat << EOF
More information about the Lunar-commits
mailing list