From 381383cf596ef6bc5c981155d967c001a242fa28656a1922654c6c2cf4672c85 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 31 Dec 2018 09:21:17 +0000 Subject: [PATCH] - 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 --- diffstat-1.61.tgz | 3 --- diffstat-1.61.tgz.asc | 8 -------- diffstat-1.62.tgz | 3 +++ diffstat-1.62.tgz.asc | 8 ++++++++ diffstat.changes | 10 ++++++++++ diffstat.spec | 10 +++++----- 6 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 diffstat-1.61.tgz delete mode 100644 diffstat-1.61.tgz.asc create mode 100644 diffstat-1.62.tgz create mode 100644 diffstat-1.62.tgz.asc diff --git a/diffstat-1.61.tgz b/diffstat-1.61.tgz deleted file mode 100644 index c5d045e..0000000 --- a/diffstat-1.61.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee -size 257242 diff --git a/diffstat-1.61.tgz.asc b/diffstat-1.61.tgz.asc deleted file mode 100644 index b87a0b5..0000000 --- a/diffstat-1.61.tgz.asc +++ /dev/null @@ -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----- diff --git a/diffstat-1.62.tgz b/diffstat-1.62.tgz new file mode 100644 index 0000000..f560378 --- /dev/null +++ b/diffstat-1.62.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f09183644ed77a156b15346bbad4e89c93543e140add9dab18747e30522591f +size 263314 diff --git a/diffstat-1.62.tgz.asc b/diffstat-1.62.tgz.asc new file mode 100644 index 0000000..2320063 --- /dev/null +++ b/diffstat-1.62.tgz.asc @@ -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----- diff --git a/diffstat.changes b/diffstat.changes index 8af7231..2762502 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 31 09:20:21 UTC 2018 - Petr Gajdos + +- 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 diff --git a/diffstat.spec b/diffstat.spec index ffa4a8b..3564e04 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -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