Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
@ -1 +1 @@
|
|||||||
b13d191c046aa8a67a397596a8473a345a25237e SOURCES/diffstat-1.61.tgz
|
15f36ede82c4d3e3a36de769011a8a2c240548b3 SOURCES/diffstat-1.64.tgz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/diffstat-1.61.tgz
|
SOURCES/diffstat-1.64.tgz
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
Summary: A utility which provides statistics based on the output of diff
|
Summary: A utility which provides statistics based on the output of diff
|
||||||
Name: diffstat
|
Name: diffstat
|
||||||
Version: 1.61
|
Version: 1.64
|
||||||
Release: 7%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: Development/Tools
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://invisible-island.net/diffstat
|
URL: https://invisible-island.net/diffstat
|
||||||
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
|
Source0: https://invisible-mirror.net/archives/diffstat/%{name}-%{version}.tgz
|
||||||
# Taken from diffstat.c.
|
# Taken from diffstat.c.
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The diff command compares files line by line. Diffstat reads the
|
The diff command compares files line by line. Diffstat reads the
|
||||||
@ -24,23 +26,59 @@ diff command's output.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING CHANGES README
|
%doc CHANGES README
|
||||||
%{_bindir}/diffstat
|
%{_bindir}/diffstat
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.64-6
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.64-5
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 13 2021 Tim Waugh <twaugh@redhat.com> - 1.64-1
|
||||||
|
- Update to 1.64.
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 2 2019 Tim Waugh <twaugh@redhat.com> - 1.63-1
|
||||||
|
- Update to 1.63 (bug #1778338)
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 16 2018 Tim Waugh <twaugh@redhat.com> - 1.62-1
|
||||||
|
- Update to 1.62 (bug #1618046)
|
||||||
|
|
||||||
|
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.61-8
|
||||||
|
- Add BR:gcc and spec file modernization
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jun 21 2018 Than Ngo <than@redhat.com> - 1.61-7
|
* Thu Jun 21 2018 Than Ngo <than@redhat.com> - 1.61-7
|
||||||
- fixed source url
|
- fixed source url
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user