diff --git a/diffstat-1.60.tgz b/diffstat-1.60.tgz deleted file mode 100644 index d89e608..0000000 --- a/diffstat-1.60.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123 -size 255922 diff --git a/diffstat-1.60.tgz.asc b/diffstat-1.60.tgz.asc deleted file mode 100644 index ab64189..0000000 --- a/diffstat-1.60.tgz.asc +++ /dev/null @@ -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----- diff --git a/diffstat-1.61.tgz b/diffstat-1.61.tgz new file mode 100644 index 0000000..c5d045e --- /dev/null +++ b/diffstat-1.61.tgz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..b87a0b5 --- /dev/null +++ b/diffstat-1.61.tgz.asc @@ -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----- diff --git a/diffstat.changes b/diffstat.changes index 09991dd..8af7231 100644 --- a/diffstat.changes +++ b/diffstat.changes @@ -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 diff --git a/diffstat.spec b/diffstat.spec index 5425883..ffa4a8b 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -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