- version update to 1.63

+ eliminate fixed buffer when decoding range.
  + use locale in computing filename column-width.
  + improve parsing for git diffs.
  + use terminal-width as default for -w to tty.
  + minor fix in do_merging (Miloslaw Smyk).
  + improve relative-pathname matching in count_lines()
  + add a parsing-case for svn diff.
  + quote filenames in -t/-T output.
  + fix cppcheck warnings about sscanf.
  + update configure macros
  + update config.guess, config.sub

OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=34
This commit is contained in:
Petr Gajdos 2019-12-19 13:13:13 +00:00 committed by Git OBS Bridge
parent 381383cf59
commit 2f38b8452b
6 changed files with 29 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f
size 263314

View File

@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: See https://invisible-island.net/public/public.html for info
iEYEABECAAYFAlt0fqYACgkQcCNT4PfkjttguACgoX5iueGZ3JPEBPNRsA5uJK2O
QeAAoMNYXQVvVlO7+p4Q+kOYM7cDgvve
=aUW7
-----END PGP SIGNATURE-----

3
diffstat-1.63.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f
size 270855

7
diffstat-1.63.tgz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Comment: See https://invisible-island.net/public/public.html for info
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXeGYRQAKCRBwI1Pg9+SO
29QtAJ4jcpgT5E+3G9dgHnT0wpeOI69t4ACeIrzV2f57MMoOyOhGvLhxRreTszo=
=6K+F
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Dec 19 13:11:21 UTC 2019 - pgajdos@suse.com
- version update to 1.63
+ eliminate fixed buffer when decoding range.
+ use locale in computing filename column-width.
+ improve parsing for git diffs.
+ use terminal-width as default for -w to tty.
+ minor fix in do_merging (Miloslaw Smyk).
+ improve relative-pathname matching in count_lines()
+ add a parsing-case for svn diff.
+ quote filenames in -t/-T output.
+ fix cppcheck warnings about sscanf.
+ update configure macros
+ update config.guess, config.sub
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 31 09:20:21 UTC 2018 - Petr Gajdos <pgajdos@suse.com> Mon Dec 31 09:20:21 UTC 2018 - Petr Gajdos <pgajdos@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package diffstat # spec file for package diffstat
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: diffstat Name: diffstat
Version: 1.62 Version: 1.63
Release: 0 Release: 0
Summary: Utility That Provides Statistics Based on the Output of diff Summary: Utility That Provides Statistics Based on the Output of diff
License: MIT License: MIT
Group: Productivity/Text/Utilities Group: Productivity/Text/Utilities
Url: http://dickey.his.com/diffstat/diffstat.html URL: https://dickey.his.com/diffstat/diffstat.html
Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz
Source1: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc Source1: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc
Source2: %{name}.keyring Source2: %{name}.keyring