2007-03-06 11:21:05 +00:00
|
|
|
Summary: A utility which provides statistics based on the output of diff
|
2004-09-09 04:12:58 +00:00
|
|
|
Name: diffstat
|
2024-01-29 11:42:14 +00:00
|
|
|
Version: 1.66
|
2024-06-24 15:40:12 +00:00
|
|
|
Release: 2%{?dist}
|
2008-07-16 21:06:24 +00:00
|
|
|
License: MIT
|
2021-01-13 10:33:27 +00:00
|
|
|
URL: https://invisible-island.net/diffstat
|
|
|
|
Source0: https://invisible-mirror.net/archives/diffstat/%{name}-%{version}.tgz
|
2010-03-03 13:34:45 +00:00
|
|
|
# Taken from diffstat.c.
|
2007-03-06 16:29:24 +00:00
|
|
|
Source1: COPYING
|
2018-07-19 15:59:09 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc
|
2009-10-31 13:23:35 +00:00
|
|
|
BuildRequires: xz
|
2020-12-17 04:32:39 +00:00
|
|
|
BuildRequires: make
|
2007-01-11 14:12:23 +00:00
|
|
|
|
2004-09-09 04:12:58 +00:00
|
|
|
%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
|
2007-03-23 10:13:01 +00:00
|
|
|
diff command's output.
|
2004-09-09 04:12:58 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2018-07-19 15:59:09 +00:00
|
|
|
%make_build
|
2004-09-09 04:12:58 +00:00
|
|
|
|
|
|
|
%install
|
2018-07-19 15:59:09 +00:00
|
|
|
%make_install
|
2007-03-06 16:29:24 +00:00
|
|
|
cp %{SOURCE1} .
|
2004-09-09 04:12:58 +00:00
|
|
|
|
2012-09-19 15:12:22 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2004-09-09 04:12:58 +00:00
|
|
|
%files
|
2018-07-19 15:59:09 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc CHANGES README
|
2004-09-09 04:12:58 +00:00
|
|
|
%{_bindir}/diffstat
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2024-06-24 15:40:12 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.66-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-29 11:42:14 +00:00
|
|
|
* Mon Jan 29 2024 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.66-1
|
|
|
|
- Update to 1.66 (#2260805)
|
|
|
|
|
2024-01-24 09:27:14 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.65-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 17:10:29 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.65-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-19 17:28:25 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.65-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-19 01:24:47 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.65-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-10-11 10:04:07 +00:00
|
|
|
* Mon Oct 10 2022 Tim Waugh <twaugh@redhat.com> - 1.65-1
|
|
|
|
- Update to 1.65 (bug #2133330).
|
|
|
|
|
2022-07-21 00:28:24 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 00:40:40 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 20:47:54 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 03:25:06 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-13 10:33:27 +00:00
|
|
|
* Wed Jan 13 2021 Tim Waugh <twaugh@redhat.com> - 1.64-1
|
|
|
|
- Update to 1.64.
|
|
|
|
|
2020-07-27 15:24:17 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-28 15:51:38 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-02 12:23:04 +00:00
|
|
|
* Mon Dec 2 2019 Tim Waugh <twaugh@redhat.com> - 1.63-1
|
|
|
|
- Update to 1.63 (bug #1778338)
|
|
|
|
|
2019-07-24 22:00:10 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 17:14:21 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-16 13:09:59 +00:00
|
|
|
* Thu Aug 16 2018 Tim Waugh <twaugh@redhat.com> - 1.62-1
|
|
|
|
- Update to 1.62 (bug #1618046)
|
|
|
|
|
2018-07-19 15:59:09 +00:00
|
|
|
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.61-8
|
|
|
|
- Add BR:gcc and spec file modernization
|
|
|
|
|
2018-07-12 22:53:03 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-21 10:29:30 +00:00
|
|
|
* Thu Jun 21 2018 Than Ngo <than@redhat.com> - 1.61-7
|
|
|
|
- fixed source url
|
|
|
|
|
2018-02-07 06:51:25 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 19:36:08 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 06:13:48 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 08:24:00 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-03 18:44:24 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-15 17:17:13 +00:00
|
|
|
* Thu Jan 14 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.61-1
|
|
|
|
- Update to 1.61 (#1298544)
|
|
|
|
|
2015-07-07 15:20:28 +00:00
|
|
|
* Tue Jul 07 2015 Tim Waugh <twaugh@redhat.com> - 1.60-1
|
|
|
|
- Update to 1.60 (#1240643)
|
|
|
|
|
2015-06-17 04:04:59 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-16 02:49:33 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-10 09:22:36 +00:00
|
|
|
* Tue Jun 10 2014 Tim Waugh <twaugh@redhat.com> - 1.59-1
|
|
|
|
- 1.59 (bug #1105788).
|
|
|
|
|
2014-06-07 07:24:02 +00:00
|
|
|
* 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
|
|
|
|
|
2013-10-29 11:34:12 +00:00
|
|
|
* Tue Oct 29 2013 Tim Waugh <twaugh@redhat.com> - 1.58-1
|
|
|
|
- 1.58 (bug #1024191).
|
|
|
|
|
2013-08-03 07:13:21 +00:00
|
|
|
* 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
|
|
|
|
|
2013-07-04 12:20:35 +00:00
|
|
|
* Thu Jul 4 2013 Tim Waugh <twaugh@redhat.com> - 1.57-2
|
|
|
|
- Updated COPYING to reflect copyright dates in source.
|
|
|
|
|
2013-04-22 10:46:12 +00:00
|
|
|
* Mon Apr 22 2013 Tim Waugh <twaugh@redhat.com> - 1.57-1
|
|
|
|
- 1.57 (bug #952558).
|
|
|
|
|
2013-02-13 19:43:17 +00:00
|
|
|
* 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
|
|
|
|
|
2013-02-13 09:19:13 +00:00
|
|
|
* Wed Feb 13 2013 Tim Waugh <twaugh@redhat.com> - 1.56-1
|
|
|
|
- 1.56 (bug #910255).
|
|
|
|
|
2012-09-19 15:12:22 +00:00
|
|
|
* Wed Sep 19 2012 Tim Waugh <twaugh@redhat.com> - 1.55-4
|
|
|
|
- Run 'make check'.
|
|
|
|
|
2012-08-29 16:27:53 +00:00
|
|
|
* Wed Aug 29 2012 Tim Waugh <twaugh@redhat.com> - 1.55-3
|
|
|
|
- Make the --help output consistent with the man page (bug #852770).
|
|
|
|
|
2012-07-18 20:42:58 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-13 11:26:51 +00:00
|
|
|
* Fri Jan 13 2012 Tim Waugh <twaugh@redhat.com> - 1.55-1
|
|
|
|
- 1.55 (bug #781350).
|
|
|
|
|
2012-01-13 00:38:30 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-08 13:50:32 +00:00
|
|
|
* 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
|
|
|
|
|
2010-12-13 16:01:58 +00:00
|
|
|
* Mon Dec 13 2010 Tim Waugh <twaugh@redhat.com> 1.54-1
|
|
|
|
- 1.54.
|
|
|
|
|
2010-03-03 13:34:45 +00:00
|
|
|
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 1.51-2
|
|
|
|
- Added comment for COPYING file.
|
|
|
|
|
2009-11-09 14:51:13 +00:00
|
|
|
* Mon Nov 9 2009 Tim Waugh <twaugh@redhat.com> 1.51-1
|
|
|
|
- 1.51.
|
|
|
|
|
2009-10-31 13:23:35 +00:00
|
|
|
* 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).
|
|
|
|
|
2009-07-24 20:15:54 +00:00
|
|
|
* 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
|
|
|
|
|
2009-02-24 11:48:34 +00:00
|
|
|
* 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
|
|
|
|
|
2008-07-16 21:06:24 +00:00
|
|
|
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.43-8
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-13 10:44:28 +00:00
|
|
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 1.43-7
|
|
|
|
- Rebuild for GCC 4.3.
|
|
|
|
|
2007-08-23 12:36:52 +00:00
|
|
|
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-6
|
|
|
|
- Rebuilt.
|
|
|
|
|
2007-03-23 10:14:09 +00:00
|
|
|
* Fri Mar 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-5
|
2007-03-23 10:13:01 +00:00
|
|
|
- Fixed description (bug #225695).
|
|
|
|
|
2007-03-12 13:13:43 +00:00
|
|
|
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 1.43-4
|
|
|
|
- Removed unnecessary comment (bug #225695).
|
|
|
|
- Fixed license tag (bug #225695).
|
|
|
|
|
2007-03-06 16:29:24 +00:00
|
|
|
* Tue Mar 6 2007 Tim Waugh <twaugh@redhat.com> 1.43-3
|
|
|
|
- Fixed source0 (bug #225695).
|
|
|
|
- Added COPYING file, taken from diffstat.c.
|
|
|
|
|
2007-03-06 11:21:05 +00:00
|
|
|
* 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).
|
|
|
|
|
2007-01-11 14:12:23 +00:00
|
|
|
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 1.43-1
|
|
|
|
- 1.43. Fixes bug #187350. No longer need compress patch.
|
|
|
|
|
2006-07-12 05:38:48 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 02:26:19 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:23:38 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:12 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-02 13:01:33 +00:00
|
|
|
* Fri Dec 2 2005 Tim Waugh <twaugh@redhat.com> 1.41-1
|
|
|
|
- 1.41.
|
|
|
|
- Corrected URL.
|
|
|
|
|
2005-08-10 08:56:16 +00:00
|
|
|
* Wed Aug 10 2005 Tim Waugh <twaugh@redhat.com> 1.38-4
|
|
|
|
- Handle .Z files (bug #165507).
|
|
|
|
|
2005-07-26 18:20:53 +00:00
|
|
|
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 1.38-3
|
|
|
|
- Fixed man page location (bug #164296).
|
|
|
|
|
2005-03-02 18:08:10 +00:00
|
|
|
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-2
|
|
|
|
- Rebuild for new GCC.
|
|
|
|
|
2005-02-02 13:18:04 +00:00
|
|
|
* Wed Feb 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-1
|
|
|
|
- 1.38 (bug #146857).
|
|
|
|
|
2004-09-09 04:15:53 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:15:49 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:15:23 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:13:40 +00:00
|
|
|
* 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.
|
|
|
|
|
2004-09-09 04:13:34 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:13:31 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:13:13 +00:00
|
|
|
* Thu May 3 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix URL.
|
|
|
|
- 1.28. Makefile patch no longer needed.
|
|
|
|
|
2004-09-09 04:12:58 +00:00
|
|
|
* 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/*
|
2007-03-06 11:21:05 +00:00
|
|
|
- use %%configure
|
2004-09-09 04:12:58 +00:00
|
|
|
- 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
|