0489ee8
Summary: GNU collection of diff utilities
cvsdist 70d82c0
Name: diffutils
2b29d95
Version: 3.10
0ea6b50
Release: 3%{?dist}
0489ee8
URL: https://www.gnu.org/software/diffutils/diffutils.html
0489ee8
Source: https://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
2b29d95
Patch0: diffutils-i18n.patch
96115b7
Patch1: 0001-diff-Fix-output-of-diff-l-y-for-non-ASCII-input-file.patch
2de4d2f
License: GPL-3.0-or-later
b11f11b
Provides: bundled(gnulib)
0489ee8
BuildRequires: gcc
ab0dcc7
BuildRequires: help2man
4387dd6
BuildRequires: autoconf, automake, texinfo
7c51935
BuildRequires: make
cvsdist 70d82c0
cvsdist 70d82c0
%description
cvsdist 70d82c0
Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Diff
cvsdist 70d82c0
compares two files and shows the differences, line by line.  The cmp
cvsdist 70d82c0
command shows the offset and line numbers where two files differ, or
cvsdist 70d82c0
cmp can show the characters that differ between the two files.  The
cvsdist 70d82c0
diff3 command shows the differences between three files.  Diff3 can be
cvsdist 70d82c0
used when two people have made independent changes to a common
cvsdist 70d82c0
original; diff3 can produce a merged file that contains both sets of
cvsdist 70d82c0
changes and warnings about conflicts.  The sdiff command can be used
cvsdist 70d82c0
to merge two files interactively.
cvsdist 70d82c0
cvsdist 70d82c0
Install diffutils if you need to compare text files.
cvsdist 70d82c0
cvsdist 70d82c0
%prep
cvsdist 70d82c0
%setup -q
2b29d95
# Multibyte
2b29d95
%patch -P0 -p1 -b .i18n
96115b7
%patch -P1 -p1 -b .fix-output-of-diff-l-y-for-non-ASCII-input-file
445a625
47f8f06
# Run autoreconf for aarch64 support (bug #925256).
47f8f06
autoreconf
47f8f06
cvsdist 70d82c0
%build
cvsdist 70d82c0
%configure
cvsdist 70d82c0
make PR_PROGRAM=%{_bindir}/pr
cvsdist 70d82c0
cvsdist 70d82c0
%install
03744b2
%make_install
cvsdist 70d82c0
cvsdist a2998f5
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
cvsdist a2998f5
%find_lang %{name}
cvsdist a2998f5
780813e
%check
7b8b596
# Disable update-copyright gnulib test (bug #1239428).
7b8b596
>gnulib-tests/test-update-copyright.sh
780813e
make check
780813e
cvsdist a2998f5
%files -f %{name}.lang
54f92ba
%doc NEWS README
54f92ba
%license COPYING
cvsdist 70d82c0
%{_bindir}/*
cvsdist 70d82c0
%{_mandir}/*/*
03744b2
%{_infodir}/diffutils.info*
cvsdist 70d82c0
cvsdist 70d82c0
%changelog
0ea6b50
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.10-3
0ea6b50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
0ea6b50
96115b7
* Wed Jul 05 2023 Than Ngo <than@redhat.com> - 3.10-2
96115b7
- Fix output of "diff -l -y" for non-ASCII input files
96115b7
2b29d95
* Thu Jun 29 2023 Than Ngo <than@redhat.com> - 3.10-1
2b29d95
- Fix bz#2208831, update to 3.10
2b29d95
- Fix bz#2196671, diff -D no longer fails to output #ifndef lines introduced in 3.9
2b29d95
d2e1c85
* Tue Mar 28 2023 Than Ngo <than@redhat.com> - 3.9-4
d2e1c85
- Fix deprecated patch rpm marco
d2e1c85
2de4d2f
* Tue Feb 21 2023 Than Ngo <than@redhat.com> - 3.9-3
2de4d2f
- migrated to SPDX license
2de4d2f
5c22356
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.9-2
5c22356
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
5c22356
b3d7b43
* Mon Jan 16 2023 Tim Waugh <twaugh@redhat.com> - 3.9-1
b3d7b43
- 3.9 (bug #2161117).
b3d7b43
2aba9bf
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-3
2aba9bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2aba9bf
9a17123
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-2
9a17123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
9a17123
6958cd9
* Mon Aug  2 2021 Tim Waugh <twaugh@redhat.com> - 3.8-1
6958cd9
- 3.8.
6958cd9
4216d41
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-10
4216d41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4216d41
775035f
* Mon Apr 12 2021 Tim Waugh <twaugh@redhat.com> - 3.7-9
775035f
- Handle SIGSTKSZ no longer being a constant (bug #1943016).
775035f
26b96e3
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-8
26b96e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
26b96e3
9b2b8d9
* Thu Oct  8 2020 Tim Waugh <twaugh@redhat.com> - 3.7-7
9b2b8d9
- Fix from gnulib upstream, commit 175e0bc (bug #1863423).
9b2b8d9
5274a69
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-6
5274a69
- Second attempt - Rebuilt for
5274a69
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5274a69
972db8d
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-5
972db8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
972db8d
e32d8be
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-4
e32d8be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e32d8be
a73ccd0
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-3
a73ccd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a73ccd0
0ac5385
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-2
0ac5385
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0ac5385
b3095ad
* Mon Jan 07 2019 Than Ngo <than@redhat.com> - 3.7-1
b3095ad
- 3.7
b3095ad
12ce2b4
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-5
12ce2b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
12ce2b4
661786d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4
661786d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
661786d
bfd003b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-3
bfd003b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bfd003b
3de146f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-2
3de146f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
3de146f
f233325
* Mon May 22 2017 Tim Waugh <twaugh@redhat.com> - 3.6-1
f233325
- 3.6 (bug #1453019).
f233325
165207b
* Tue Feb 21 2017 Than Ngo <than@redhat.com> - 3.5-3
165207b
- backport to fix  FTBFs with GCC 7
165207b
18e019b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
18e019b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
18e019b
4387dd6
* Wed Sep 21 2016 Tim Waugh <twaugh@redhat.com> - 3.5-1
4387dd6
- 3.5 (bug #1365325).
4387dd6
c7eed45
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-13
c7eed45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c7eed45
7b8b596
* Mon Jul  6 2015 Tim Waugh <twaugh@redhat.com> - 3.3-12
7b8b596
- Disable update-copyright gnulib test (bug #1239428).
7b8b596
8230287
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-11
8230287
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8230287
d65f00f
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.3-10
d65f00f
- Rebuilt for Fedora 23 Change
d65f00f
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
d65f00f
54c1294
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-9
54c1294
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
54c1294
54f92ba
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 3.3-8
54f92ba
- fix license handling
54f92ba
c2f0dc4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-7
c2f0dc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c2f0dc4
8ad2a97
* Thu Mar 27 2014 Tim Waugh <twaugh@redhat.com> 3.3-6
8ad2a97
- Fix --help output and man page (bug #1079076).
8ad2a97
445a625
* Wed Dec  4 2013 Tim Waugh <twaugh@redhat.com> 3.3-5
445a625
- Applied upstream gnulib patch to avoid -Wformat-security warning
445a625
  (bug #1037038).
445a625
5b4e2e3
* Wed Oct 23 2013 Tim Waugh <twaugh@redhat.com> 3.3-4
5b4e2e3
- Fixed multibyte handling logic for diff -Z (bug #1012075).
5b4e2e3
6911aa1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-3
6911aa1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6911aa1
47f8f06
* Mon Apr 29 2013 Tim Waugh <twaugh@redhat.com> 3.3-2
47f8f06
- Run autoreconf for aarch64 support (bug #925256).
47f8f06
9778ec9
* Tue Mar 26 2013 Tim Waugh <twaugh@redhat.com> 3.3-1
9778ec9
- 3.3 (bug #927560).
9778ec9
412939e
* Fri Feb 22 2013 Tim Waugh <twaugh@redhat.com> 3.2-13
3f1ab3a
- Fixed i18n handling of 'diff -E' (bug #914666).
3f1ab3a
f9c3557
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-12
f9c3557
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f9c3557
2ce78f3
* Fri Oct 26 2012 Tim Waugh <twaugh@redhat.com> 3.2-11
2ce78f3
- Ported i18n patch and reinstated it (bug #870460).
2ce78f3
9ec387d
* Wed Sep 19 2012 Tim Waugh <twaugh@redhat.com> 3.2-10
9ec387d
- Fixed license as current source says GPLv3+.
9ec387d
850062d
* Mon Jul 23 2012 Tim Waugh <twaugh@redhat.com> 3.2-9
850062d
- Fixed build failure.
850062d
fd098f5
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-8
fd098f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fd098f5
b11f11b
* Mon May 21  2012 Tim Waugh <twaugh@redhat.com> 3.2-7
b11f11b
- Provides bundled(gnulib) (bug #821751).
b11f11b
3e4dbb4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-6
3e4dbb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3e4dbb4
19e3849
* Thu Dec  8 2011 Tim Waugh <twaugh@redhat.com> 3.2-5
19e3849
- Fix bug #747969 again.
19e3849
dd743c5
* Tue Nov 29 2011 Tim Waugh <twaugh@redhat.com> 3.2-4
dd743c5
- Real fix for bug #747969: the diffutils info file changed name in
dd743c5
  3.1.  Updated the scriptlets to install/remove the correct filename
dd743c5
  from the info directory.
dd743c5
a7dc134
* Fri Nov 25 2011 Tim Waugh <twaugh@redhat.com> 3.2-3
a7dc134
- Fixed up reference to info page in man pages (bug #747969).
a7dc134
953cdea
* Fri Nov 25 2011 Tim Waugh <twaugh@redhat.com> 3.2-2
953cdea
- Applied upstream gnulib fix for float test on ppc, as well as
953cdea
  correction for LDBL_MANT_DIG definition (bug #733536).
953cdea
2749439
* Fri Sep  2 2011 Tim Waugh <twaugh@redhat.com> 3.2-1
2749439
- 3.2.
2749439
d145ae3
* Thu Aug 11 2011 Tim Waugh <twaugh@redhat.com> 3.1-1
d145ae3
- 3.1.
d145ae3
780813e
* Wed Apr 13 2011 Tim Waugh <twaugh@redhat.com> 3.0-1
780813e
- 3.0 (bug #566482).
780813e
- The i18n patch is dropped for the time being.
780813e
cc6ff26
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-30
cc6ff26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cc6ff26
f5a08e3
* Fri Jun 25 2010 Tim Waugh <twaugh@redhat.com> 2.8.1-29
f5a08e3
- For 'cmp -s', compare file sizes only if both non-zero (bug #563618).
f5a08e3
ab0dcc7
* Wed Apr 21 2010 Tim Waugh <twaugh@redhat.com> - 2.8.1-28
ab0dcc7
- Build requires help2man (bug #577325).  Fixes empty diff man page.
ab0dcc7
7e7a5bb
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> - 2.8.1-27
7e7a5bb
- Added comments for all patches.
7e7a5bb
ee05c04
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> - 2.8.1-26
ee05c04
- Use upstream man pages.
ee05c04
- Ship COPYING file.
ee05c04
4d7233f
* Tue Aug 11 2009 Tim Waugh <twaugh@redhat.com> 2.8.1-25
4d7233f
- Only try to install the info file if it exists so that package
4d7233f
  installation does not fail with --excludedocs (bug #515919).
4d7233f
c62b92e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-24
c62b92e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c62b92e
cdd53a2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-23
cdd53a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cdd53a2
8711fc7
* Fri Feb 13 2009 Tim Waugh <twaugh@redhat.com> 2.8.1-22
8711fc7
- Fixed 'sdiff -E' (bug #484892).
8711fc7
8fdc8d1
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 2.8.1-21
8fdc8d1
- Rebuild for GCC 4.3.
8fdc8d1
13efe10
* Wed Jan  2 2008 Tim Waugh <twaugh@redhat.com> 2.8.1-20
13efe10
- Converted spec file to UTF-8 (bug #225696).
13efe10
- Fixed summary (bug #225696).
13efe10
- Fixed PreReq (bug #225696).
13efe10
- Removed Prefix (bug #225696).
13efe10
- Fixed build root (bug #225696).
13efe10
- Avoid %%makeinstall (bug #225696).
13efe10
- Fixed license tag (bug #225696).
13efe10
ccd76d0
* Tue Nov  6 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-19
ccd76d0
- Rebuilt.
ccd76d0
1961a87
* Tue Nov  6 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-18
ccd76d0
- Fixed multibyte speed improvement patch (bug #363831).
1961a87
8f1372f
* Tue Aug 14 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-17
8f1372f
- Multibyte speed improvement (bug #252117).
8f1372f
c9a8fb4
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 2.8.1-16
c9a8fb4
- Make scriptlet unconditionally succeed (bug #223683).
c9a8fb4
7f24e88
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.1-15.2.2
7f24e88
- rebuild
7f24e88
d0518d3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.1-15.2.1
d0518d3
- bump again for double-long bug on ppc(64)
d0518d3
4d80663
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.8.1-15.2
4d80663
- rebuilt for new gcc4.1 snapshot and glibc changes
4d80663
2dc5112
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2dc5112
- rebuilt
2dc5112
df04bbf
* Wed Apr  6 2005 Tim Waugh <twaugh@redhat.com> 2.8.1-15
5fd287d
- Fixed sdiff exit code handling (bug #152967).
5fd287d
7c5b45c
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 2.8.1-14
7c5b45c
- Rebuild for new GCC.
7c5b45c
4e00312
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 2.8.1-13
4e00312
- Rebuilt.
4e00312
cvsdist b7f07cd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b7f07cd
- rebuilt
cvsdist b7f07cd
cvsdist f330621
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f330621
- rebuilt
cvsdist f330621
cvsdist beabbaa
* Thu Jan  8 2004 Tim Waugh <twaugh@redhat.com> 2.8.1-10
cvsdist beabbaa
- Fix mistaken use of '|' instead of '||'.
cvsdist beabbaa
cvsdist 57e7253
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 2.8.1-9
cvsdist 57e7253
- Rebuilt.
cvsdist 57e7253
cvsdist 57e7253
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 2.8.1-8
cvsdist 57e7253
- Rebuilt.
cvsdist 57e7253
cvsdist 57e7253
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 57e7253
- rebuilt
cvsdist 57e7253
cvsdist a2998f5
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist a2998f5
- rebuilt
cvsdist a2998f5
cvsdist a2998f5
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.8.1-5
cvsdist a2998f5
- i18n patch.
cvsdist a2998f5
cvsdist a2998f5
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 2.8.1-4
cvsdist a2998f5
- Ship translations.
cvsdist a2998f5
cvsdist c6cb3ea
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist c6cb3ea
- automated rebuild
cvsdist c6cb3ea
cvsdist 654f479
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 654f479
- automated rebuild
cvsdist 654f479
cvsdist 654f479
* Mon Apr 22 2002 Tim Waugh <twaugh@redhat.com> 2.8.1-1
cvsdist 654f479
- 2.8.1.
cvsdist 654f479
- No longer need immunix-owl-tmp patch.
cvsdist 654f479
cvsdist b1fcd51
* Wed Feb 27 2002 Tim Waugh <twaugh@redhat.com> 2.7.2-5
cvsdist b1fcd51
- Rebuild in new environment.
cvsdist b1fcd51
cvsdist b1fcd51
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist b1fcd51
- automated rebuild
cvsdist b1fcd51
cvsdist b1fcd51
* Fri Nov 02 2001 Tim Waugh <twaugh@redhat.com> 2.7.2-3
cvsdist b1fcd51
- Make sure %%post scriplet doesn't fail if --excludedocs is used.
cvsdist b1fcd51
cvsdist 2d3189a
* Fri Jun 01 2001 Tim Waugh <twaugh@redhat.com> 2.7.2-2
cvsdist 2d3189a
- Install diff.1, since it's no longer in man-pages.
cvsdist 2d3189a
cvsdist 2d3189a
* Fri Mar 30 2001 Tim Waugh <twaugh@redhat.com> 2.7.2-1
cvsdist 2d3189a
- 2.7.2.
cvsdist ee33d98
cvsdist 70d82c0
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 70d82c0
- automatic rebuild
cvsdist 70d82c0
13efe10
* Thu Jul 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 70d82c0
- fix %%changelog entries (escape them)
cvsdist 70d82c0
- update source location
cvsdist 70d82c0
- remove manual stripping
cvsdist 70d82c0
- add URL
cvsdist 70d82c0
cvsdist 70d82c0
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
cvsdist 70d82c0
- add %%defattr
cvsdist 70d82c0
- use rpm macros
cvsdist 70d82c0
cvsdist 70d82c0
* Wed May 31 2000 Ngo Than <than@redhat.de>
cvsdist 70d82c0
- put man pages and info files in correct place
cvsdist 70d82c0
- cleanup specfile
cvsdist 70d82c0
cvsdist 70d82c0
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
cvsdist 70d82c0
- rebuild to gzip man pages.
cvsdist 70d82c0
cvsdist 70d82c0
* Mon Apr 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 70d82c0
- man pages not in %%files.
cvsdist 70d82c0
- but avoid conflict for diff.1
cvsdist 70d82c0
cvsdist 70d82c0
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 70d82c0
- auto rebuild in the new build environment (release 14)
cvsdist 70d82c0
cvsdist 70d82c0
* Sun Mar 14 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 70d82c0
- add man pages (#831).
cvsdist 70d82c0
- add %%configure and Prefix.
cvsdist 70d82c0
cvsdist 70d82c0
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 70d82c0
- build for glibc 2.1
cvsdist 70d82c0
cvsdist 70d82c0
* Tue Jul 14 1998 Bill Kawakami <billk@home.com>
cvsdist 70d82c0
- included the four man pages stolen from Slackware
cvsdist 70d82c0
cvsdist 70d82c0
* Tue May 05 1998 Prospector System <bugs@redhat.com>
cvsdist 70d82c0
- translations modified for de, fr, tr
cvsdist 70d82c0
cvsdist 70d82c0
* Sun May 03 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 70d82c0
- fixed spec file to reference/use the $RPM_BUILD_ROOT always
cvsdist 70d82c0
    
cvsdist 70d82c0
* Wed Dec 31 1997 Otto Hammersmith <otto@redhat.com>
cvsdist 70d82c0
- fixed where it looks for 'pr' (/usr/bin, rather than /bin)
cvsdist 70d82c0
cvsdist 70d82c0
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
cvsdist 70d82c0
- added BuildRoot
cvsdist 70d82c0
cvsdist 70d82c0
* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
cvsdist 70d82c0
- uses install-info
cvsdist 70d82c0
cvsdist 70d82c0
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 70d82c0
- built against glibc