Accepting request 866405 from home:dirkmueller:branches:devel:tools
- update to 1.64: + recognize binary files mentioned in "git diff --binary", and "git log -p --binary" formatted files (report by Faheem Mitha). OBS-URL: https://build.opensuse.org/request/show/866405 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=36
This commit is contained in:
parent
2f38b8452b
commit
bb67296861
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7eddd53401b99b90bac3f7ebf23dd583d7d99c6106e67a4f1161b7a20110dc6f
|
|
||||||
size 270855
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Comment: See https://invisible-island.net/public/public.html for info
|
|
||||||
|
|
||||||
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXeGYRQAKCRBwI1Pg9+SO
|
|
||||||
29QtAJ4jcpgT5E+3G9dgHnT0wpeOI69t4ACeIrzV2f57MMoOyOhGvLhxRreTszo=
|
|
||||||
=6K+F
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
diffstat-1.64.tgz
Normal file
3
diffstat-1.64.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc
|
||||||
|
size 278873
|
7
diffstat-1.64.tgz.asc
Normal file
7
diffstat-1.64.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Comment: See https://invisible-island.net/public/public.html for info
|
||||||
|
|
||||||
|
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX/5J8gAKCRBwI1Pg9+SO
|
||||||
|
22siAKCw/q78lFA1W9/ubs/aVbnCI7K9EgCgsuAIvsusldq/GFpdyDL4M1eH5zo=
|
||||||
|
=4xNe
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 24 18:43:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.64:
|
||||||
|
+ recognize binary files mentioned in "git diff --binary", and
|
||||||
|
"git log -p --binary" formatted files (report by Faheem Mitha).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 13:11:21 UTC 2019 - pgajdos@suse.com
|
Thu Dec 19 13:11:21 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package diffstat
|
# spec file for package diffstat
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2021 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.63
|
Version: 1.64
|
||||||
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
|
||||||
@ -27,7 +27,6 @@ Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{versio
|
|||||||
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
|
||||||
Patch0: %{name}.diff
|
Patch0: %{name}.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
diffstat reads the output of the diff command and displays a histogram
|
diffstat reads the output of the diff command and displays a histogram
|
||||||
@ -39,18 +38,18 @@ of the insertions, deletions, and modifications in each file.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
%make_build CFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
%make_build check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%doc README CHANGES
|
||||||
%doc README CHANGES COPYING
|
%license COPYING
|
||||||
%{_bindir}/diffstat
|
%{_bindir}/diffstat
|
||||||
%{_mandir}/man1/diffstat.1%{ext_man}
|
%{_mandir}/man1/diffstat.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user