Compare commits
9 Commits
1.59-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
b44ba674cd | |||
628c6ffe0e | |||
b9a57622fb | |||
b5ca623cef | |||
ec30b1b521 | |||
4405ab34f3 | |||
6cbc7b4e44 | |||
7b210652f6 | |||
daa6a59a21 |
@ -2,3 +2,4 @@
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
@ -1,22 +1,22 @@
|
||||
Name: diffstat
|
||||
Version: 1.59
|
||||
Version: 1.68
|
||||
Release: 1mamba
|
||||
Summary: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://invisible-island.net/diffstat/
|
||||
Source: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz
|
||||
URL: https://invisible-island.net/diffstat/
|
||||
Source: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -35,9 +35,36 @@ 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
|
||||
* Fri Apr 25 2025 Automatic Build System <autodist@openmamba.org> 1.68-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 1.67-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.64-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 19 2020 Automatic Build System <autodist@mambasoft.it> 1.63-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.62-1mamba
|
||||
- update to 1.62
|
||||
|
||||
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 1.61-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 1.60-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jul 05 2014 Automatic Build System <autodist@mambasoft.it> 1.59-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user