update to 1.66 [release 1.66-1mamba;Thu Jun 13 2024]

This commit is contained in:
Silvan Calarco 2024-06-14 09:36:26 +02:00
parent b5ca623cef
commit b9a57622fb

View File

@ -1,5 +1,5 @@
Name: diffstat
Version: 1.65
Version: 1.66
Release: 1mamba
Summary: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
Group: Development/Tools
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invisible-island.net/diffstat/
Source: ftp://ftp.invisible-island.net/diffstat/diffstat-%{version}.tgz
Source: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -16,6 +16,8 @@ BuildRequires: glibc-devel
%description
diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files.
%debug_package
%prep
%setup -q
@ -34,9 +36,12 @@ diffstat reads the output of diff and displays a histogram of the insertions, de
%defattr(-,root,root)
%{_bindir}/diffstat
%{_mandir}/man1/diffstat.1*
%doc CHANGES README
%doc COPYING
%changelog
* Thu Jun 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66-1mamba
- update to 1.66
* Mon Oct 10 2022 Automatic Build System <autodist@mambasoft.it> 1.65-1mamba
- automatic version update by autodist