- Update to 1.62

+ improve checks for unmodified files when -S and -D options are
    given.
  + improve test-packages, to check warning-options.
  + minor fixes for manpage (Debian #895963)
  + minor fixes for prefix-stripping with -S option.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=32
This commit is contained in:
Petr Gajdos 2018-12-31 09:21:17 +00:00 committed by Git OBS Bridge
parent 1f33cf9444
commit 381383cf59
6 changed files with 26 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee
size 257242

View File

@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: See http://invisible-island.net/public/public.html for info
iEYEABECAAYFAlaXdc0ACgkQcCNT4PfkjtvUEwCdGm+0UQ+XByCrK86etset0v5i
WioAoMpKi6IRD+3MtZTc4H+IULfabk05
=mXe6
-----END PGP SIGNATURE-----

3
diffstat-1.62.tgz Normal file
View File

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

8
diffstat-1.62.tgz.asc Normal file
View File

@ -0,0 +1,8 @@
-----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-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 31 09:20:21 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
- Update to 1.62
+ improve checks for unmodified files when -S and -D options are
given.
+ improve test-packages, to check warning-options.
+ minor fixes for manpage (Debian #895963)
+ minor fixes for prefix-stripping with -S option.
-------------------------------------------------------------------
Sun Feb 7 07:51:45 UTC 2016 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package diffstat
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: diffstat
Version: 1.61
Version: 1.62
Release: 0
Summary: Utility That Provides Statistics Based on the Output of diff
License: MIT
Group: Productivity/Text/Utilities
Url: http://dickey.his.com/diffstat/diffstat.html
Source0: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz
Source1: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz.asc
Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz
Source1: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc
Source2: %{name}.keyring
Patch0: %{name}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build