RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/diffstat#2d6db4ba6181befc4643d7cd6bc01ec2d00f8d84
This commit is contained in:
parent
5ad07b622b
commit
4c85f788d4
17
.gitignore
vendored
17
.gitignore
vendored
@ -0,0 +1,17 @@
|
||||
diffstat-1.31.tar.gz
|
||||
diffstat-1.38.tgz
|
||||
diffstat-1.41.tgz
|
||||
diffstat-1.43.tar.gz
|
||||
diffstat-1.43.tgz
|
||||
diffstat-1.50.tgz
|
||||
diffstat-1.51.tgz
|
||||
/diffstat-1.54.tgz
|
||||
/diffstat-1.55.tgz
|
||||
/diffstat-1.56.tgz
|
||||
/diffstat-1.57.tgz
|
||||
/diffstat-1.58.tgz
|
||||
/diffstat-1.59.tgz
|
||||
/diffstat-1.60.tgz
|
||||
/diffstat-1.61.tgz
|
||||
/diffstat-1.62.tgz
|
||||
/diffstat-1.63.tgz
|
20
COPYING
Normal file
20
COPYING
Normal file
@ -0,0 +1,20 @@
|
||||
/******************************************************************************
|
||||
* Copyright 1994-2012,2013 by Thomas E. Dickey *
|
||||
* All Rights Reserved. *
|
||||
* *
|
||||
* Permission to use, copy, modify, and distribute this software and its *
|
||||
* documentation for any purpose and without fee is hereby granted, provided *
|
||||
* that the above copyright notice appear in all copies and that both that *
|
||||
* copyright notice and this permission notice appear in supporting *
|
||||
* documentation, and that the name of the above listed copyright holder(s) *
|
||||
* not be used in advertising or publicity pertaining to distribution of the *
|
||||
* software without specific, written prior permission. *
|
||||
* *
|
||||
* THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD *
|
||||
* TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND *
|
||||
* FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE *
|
||||
* FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES *
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN *
|
||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR *
|
||||
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
|
||||
******************************************************************************/
|
7
diffstat-1.63.tgz.asc
Normal file
7
diffstat-1.63.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: See https://invisible-island.net/public/public.html for info
|
||||
|
||||
iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCXeGYRQAKCRBwI1Pg9+SO
|
||||
29QtAJ4jcpgT5E+3G9dgHnT0wpeOI69t4ACeIrzV2f57MMoOyOhGvLhxRreTszo=
|
||||
=6K+F
|
||||
-----END PGP SIGNATURE-----
|
280
diffstat.spec
Normal file
280
diffstat.spec
Normal file
@ -0,0 +1,280 @@
|
||||
Summary: A utility which provides statistics based on the output of diff
|
||||
Name: diffstat
|
||||
Version: 1.63
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
URL: http://invisible-island.net/diffstat
|
||||
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
|
||||
# Taken from diffstat.c.
|
||||
Source1: COPYING
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
The diff command compares files line by line. Diffstat reads the
|
||||
output of the diff command and displays a histogram of the insertions,
|
||||
deletions and modifications in each file. Diffstat is commonly used
|
||||
to provide a summary of the changes in large, complex patch files.
|
||||
|
||||
Install diffstat if you need a program which provides a summary of the
|
||||
diff command's output.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc CHANGES README
|
||||
%{_bindir}/diffstat
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- fixed source url
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jan 14 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.61-1
|
||||
- Update to 1.61 (#1298544)
|
||||
|
||||
* Tue Jul 07 2015 Tim Waugh <twaugh@redhat.com> - 1.60-1
|
||||
- Update to 1.60 (#1240643)
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jun 10 2014 Tim Waugh <twaugh@redhat.com> - 1.59-1
|
||||
- 1.59 (bug #1105788).
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.58-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Oct 29 2013 Tim Waugh <twaugh@redhat.com> - 1.58-1
|
||||
- 1.58 (bug #1024191).
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.57-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu Jul 4 2013 Tim Waugh <twaugh@redhat.com> - 1.57-2
|
||||
- Updated COPYING to reflect copyright dates in source.
|
||||
|
||||
* Mon Apr 22 2013 Tim Waugh <twaugh@redhat.com> - 1.57-1
|
||||
- 1.57 (bug #952558).
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2013 Tim Waugh <twaugh@redhat.com> - 1.56-1
|
||||
- 1.56 (bug #910255).
|
||||
|
||||
* Wed Sep 19 2012 Tim Waugh <twaugh@redhat.com> - 1.55-4
|
||||
- Run 'make check'.
|
||||
|
||||
* Wed Aug 29 2012 Tim Waugh <twaugh@redhat.com> - 1.55-3
|
||||
- Make the --help output consistent with the man page (bug #852770).
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.55-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Tim Waugh <twaugh@redhat.com> - 1.55-1
|
||||
- 1.55 (bug #781350).
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.54-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.54-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Dec 13 2010 Tim Waugh <twaugh@redhat.com> 1.54-1
|
||||
- 1.54.
|
||||
|
||||
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 1.51-2
|
||||
- Added comment for COPYING file.
|
||||
|
||||
* Mon Nov 9 2009 Tim Waugh <twaugh@redhat.com> 1.51-1
|
||||
- 1.51.
|
||||
|
||||
* Sat Oct 31 2009 Tim Waugh <twaugh@redhat.com> 1.50-1
|
||||
- 1.50 (bug #527702).
|
||||
- Ship CHANGES and README (bug #527703).
|
||||
- Build requires xz (bug #527708).
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.43-8
|
||||
- fix license tag
|
||||
|
||||
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 1.43-7
|
||||
- Rebuild for GCC 4.3.
|
||||
|
||||
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-6
|
||||
- Rebuilt.
|
||||
|
||||
* Fri Mar 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-5
|
||||
- Fixed description (bug #225695).
|
||||
|
||||
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 1.43-4
|
||||
- Removed unnecessary comment (bug #225695).
|
||||
- Fixed license tag (bug #225695).
|
||||
|
||||
* Tue Mar 6 2007 Tim Waugh <twaugh@redhat.com> 1.43-3
|
||||
- Fixed source0 (bug #225695).
|
||||
- Added COPYING file, taken from diffstat.c.
|
||||
|
||||
* Tue Mar 6 2007 Tim Waugh <twaugh@redhat.com> 1.43-2
|
||||
- Fixed buildroot (bug #225695).
|
||||
- Build should not require gzip or bzip2 as these are exceptions (bug #225695).
|
||||
- Added SMP make flags (bug #225695).
|
||||
- Avoid makeinstall macro (bug #225695).
|
||||
- Better defattr (bug #225695).
|
||||
- Fixed summary (bug #225695).
|
||||
- Avoid macros in changelog (bug #225695).
|
||||
|
||||
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 1.43-1
|
||||
- 1.43. Fixes bug #187350. No longer need compress patch.
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
|
||||
- rebuild
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Dec 2 2005 Tim Waugh <twaugh@redhat.com> 1.41-1
|
||||
- 1.41.
|
||||
- Corrected URL.
|
||||
|
||||
* Wed Aug 10 2005 Tim Waugh <twaugh@redhat.com> 1.38-4
|
||||
- Handle .Z files (bug #165507).
|
||||
|
||||
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 1.38-3
|
||||
- Fixed man page location (bug #164296).
|
||||
|
||||
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-2
|
||||
- Rebuild for new GCC.
|
||||
|
||||
* Wed Feb 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-1
|
||||
- 1.38 (bug #146857).
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
|
||||
- 1.31. Fixes bug #74971.
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Thu May 3 2001 Tim Waugh <twaugh@redhat.com>
|
||||
- Fix URL.
|
||||
- 1.28. Makefile patch no longer needed.
|
||||
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
|
||||
- use rpm macros
|
||||
|
||||
* Wed May 31 2000 Ngo Than <than@redhat.de>
|
||||
- rebuild for 7.0
|
||||
- put man page in /usr/share/man/*
|
||||
- use %%configure
|
||||
- fix makefile.in
|
||||
- cleanup specfile
|
||||
|
||||
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
||||
- gzip man page.
|
||||
|
||||
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
|
||||
- upgrade to 1.27, add URL tag.
|
||||
|
||||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||||
- auto rebuild in the new build environment (release 7)
|
||||
|
||||
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
|
||||
- build for glibc 2.1
|
||||
|
||||
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- build root
|
||||
|
||||
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
||||
- translations modified for de, fr, tr
|
||||
|
||||
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
||||
- built against glibc
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (diffstat-1.63.tgz) = e1319f95088e615d442b0b02af922605d0c76e15ba2f0e8cf8c4db56949ac63f4a6e3e42099254480b9aab388cbd6550f515ed4d4995c6723d24f392d1872b16
|
24
upstream-key.gpg
Normal file
24
upstream-key.gpg
Normal file
@ -0,0 +1,24 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Version: GnuPG v1.2.3 (GNU/Linux)
|
||||
|
||||
mQGiBD/4r7IRBADFuacEqf9fye+NQSm7xjNP705aq75VrUd2hJyPmSiFUIyQEfc4
|
||||
4GQXGdFg+/Apq4iq/50/8pR8YXOKwP5OE69emEp7IxjST41orGUk5ZwcnlSkaruN
|
||||
WLTe/lN3e0oOIVbYig1lUbU5IxZu03KfNg2DZ9JiZdNBlzlqx1+oFlWFLwCg3awg
|
||||
EfOUfbe4kVxNrsnxaCJYJ38EAMRVyUOfhkm9l0YuiC4ebOHrdmn9jFVW+XZPZDeb
|
||||
8DcyTBNrgvVTnEmrNzVJgOyZIW+uraBVitak+No1kwXvC/i0kZEzYqfG87EdJSfe
|
||||
OV7axIRisiTrcbZdRJ3CBDtGvLqJ9OuGFHPQmntnZfhiwJTR79hepndEQYyV5eQb
|
||||
oQ+aA/0bI+/odyRDefc9HF1EhOcz8E76QP+VlvUfIDUJrmwv/3gLZ968HACOe0DE
|
||||
+bcUockLJxoNwQFwCQPjm5S2+Ba2uY4hRhOA+MResZWlPouoosay2ADfiU7pdBCx
|
||||
nbcLAuezgnZg4jcXvLl1QiAihxaEI2jqgZBnnierWzqRzRZM4LQrVGhvbWFzIERp
|
||||
Y2tleSA8ZGlja2V5QGludmlzaWJsZS1pc2xhbmQubmV0PoheBBMRAgAeBQI/+K+y
|
||||
AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHAjU+D35I7bejEAnRYLqlswwk+F
|
||||
+pWcppXLnsskhTfSAKCrg23hTwzaaW9mlbmDavid+QQu3bkBDQQ/+K+0EAQAjTl1
|
||||
EeUt5EUq8tiGBq+KtFo3TxIdJKBtVFQ4btETdF23dkZ1o1642GmF7JJgn6PKUcJD
|
||||
UlHhUO4IEcpHABAiU4HweoWh8yT/yaA9AXqRKcJpMQ5bEGoooHBIg0Uh8ahG6Q1c
|
||||
HzgsGOaOK9YzFSvSIRXryMlrh1oITzvwEkXRfOcAAwcD/iRaNtGYaS05FwaaVvm0
|
||||
Eexhhw2JzSaRP6PY3r/BGmgPVG9Uk9huk+Yk/pdW9Pa3KRj37ANK2svfwHx9A077
|
||||
Ma9GoupZ/rjP01WO0ur8tzC7KsqCep9m33K9kdAeJZ0Ud+AwsnAEy/Q1XZin/jUU
|
||||
5L1lzko010LXY9CqdrmCXhaqiEkEGBECAAkFAj/4r7QCGwwACgkQcCNT4Pfkjtuu
|
||||
ngCg2es41JEYaarCcT+gFpyM0WCqAU8An3L0pkO4wtZ8SejpHa7WSR9M54xd
|
||||
=VWbi
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
Loading…
Reference in New Issue
Block a user