update to 1.66 [release 1.66-1mamba;Thu Jun 13 2024]
This commit is contained in:
parent
b5ca623cef
commit
b9a57622fb
@ -1,5 +1,5 @@
|
|||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.65
|
Version: 1.66
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
|
Summary: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://invisible-island.net/diffstat/
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -16,6 +16,8 @@ BuildRequires: glibc-devel
|
|||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -34,9 +36,12 @@ diffstat reads the output of diff and displays a histogram of the insertions, de
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/diffstat
|
%{_bindir}/diffstat
|
||||||
%{_mandir}/man1/diffstat.1*
|
%{_mandir}/man1/diffstat.1*
|
||||||
%doc CHANGES README
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 10 2022 Automatic Build System <autodist@mambasoft.it> 1.65-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user