- updated to 1.56:
+ add -K option which attempts to improve the annotation of "only" files by looking for a match in the resulting set of files and inferring whether the file was added or removed (request by Marc Haber). + add check of command-line options for valid numbers. + improve merging of patches for the same filename (report/testcase by Paul E McKenney). + document -d option in manpage. + document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat #852770) + modify configure script as done for byacc in 2012/10/03, making the 2.52-patches the prerequisite and adding support for --datarootdir option. + update config.guess, config.sub + add logic to handle SVN diffs when the pathnames contain spaces (patch by Stuart Prescott, Debian #675475). + fix typo in package/debian/control OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=18
This commit is contained in:
parent
a922fafc8b
commit
b5dc251800
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 07:36:01 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.56:
|
||||
+ add -K option which attempts to improve the annotation of "only"
|
||||
files by looking for a match in the resulting set of files and
|
||||
inferring whether the file was added or removed (request by Marc
|
||||
Haber).
|
||||
+ add check of command-line options for valid numbers.
|
||||
+ improve merging of patches for the same filename (report/testcase by
|
||||
Paul E McKenney).
|
||||
+ document -d option in manpage.
|
||||
+ document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat
|
||||
#852770)
|
||||
+ modify configure script as done for byacc in 2012/10/03, making the
|
||||
2.52-patches the prerequisite and adding support for --datarootdir
|
||||
option.
|
||||
+ update config.guess, config.sub
|
||||
+ add logic to handle SVN diffs when the pathnames contain spaces
|
||||
(patch by Stuart Prescott, Debian #675475).
|
||||
+ fix typo in package/debian/control
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 09:04:33 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffstat
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: diffstat
|
||||
Version: 1.55
|
||||
Version: 1.56
|
||||
Release: 0
|
||||
Url: http://dickey.his.com/diffstat/diffstat.html
|
||||
Summary: Utility That Provides Statistics Based on the Output of diff
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a46c75a99f2c373a81880051adc43a17b71c55478691e702c61c13c6d61b55
|
||||
size 235836
|
||||
oid sha256:6cb2da712036958aff83084e7c140dbdc7ff84025fd33f7ce7826658b9486c8a
|
||||
size 237671
|
||||
|
Loading…
Reference in New Issue
Block a user