Accepting request 358151 from home:pluskalm:branches:devel:tools
- Update to 1.61 * add -T option to show amount of changes next to histogram. * if -S option is given, check for unmodified files and add those to the report. * update configure macros * update config.guess, config.sub OBS-URL: https://build.opensuse.org/request/show/358151 OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=30
This commit is contained in:
parent
7f67a9da31
commit
1f33cf9444
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123
|
||||
size 255922
|
@ -1,8 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.10 (GNU/Linux)
|
||||
Comment: See http://invisible-island.net/public/public.html for info
|
||||
|
||||
iEYEABECAAYFAlWbIXkACgkQcCNT4PfkjtslIQCgnM7m0TxWlbenaKUTZDFxkl3z
|
||||
ejUAoK5QPcA7b8TTILD4G71FK0Gt5wRJ
|
||||
=eAHy
|
||||
-----END PGP SIGNATURE-----
|
3
diffstat-1.61.tgz
Normal file
3
diffstat-1.61.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee
|
||||
size 257242
|
8
diffstat-1.61.tgz.asc
Normal file
8
diffstat-1.61.tgz.asc
Normal file
@ -0,0 +1,8 @@
|
||||
-----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-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 7 07:51:45 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.61
|
||||
* add -T option to show amount of changes next to histogram.
|
||||
* if -S option is given, check for unmodified files and add those
|
||||
to the report.
|
||||
* update configure macros
|
||||
* update config.guess, config.sub
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 14:34:45 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffstat
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: diffstat
|
||||
Version: 1.60
|
||||
Version: 1.61
|
||||
Release: 0
|
||||
Summary: Utility That Provides Statistics Based on the Output of diff
|
||||
License: MIT
|
||||
@ -38,12 +38,11 @@ of the insertions, deletions, and modifications in each file.
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -Wall"
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
@ -52,6 +51,6 @@ make %{?_smp_mflags} check
|
||||
%defattr(-,root,root)
|
||||
%doc README CHANGES COPYING
|
||||
%{_bindir}/diffstat
|
||||
%doc %{_mandir}/man1/diffstat.1*
|
||||
%{_mandir}/man1/diffstat.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user