2010-08-18 10:40:15 +00:00
|
|
|
Summary: Text file format converters
|
2004-09-09 04:19:07 +00:00
|
|
|
Name: dos2unix
|
2023-09-20 10:44:50 +00:00
|
|
|
Version: 7.5.1
|
2023-11-13 17:21:07 +00:00
|
|
|
Release: 2%{?dist}
|
2023-02-21 17:16:16 +00:00
|
|
|
License: BSD-3-Clause
|
2021-01-13 01:27:07 +00:00
|
|
|
URL: https://waterlan.home.xs4all.nl/dos2unix.html
|
|
|
|
Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
|
2023-11-13 17:21:07 +00:00
|
|
|
Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz.asc
|
|
|
|
Source: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x38C1F572B12725BE#./38C1F572B12725BE.asc
|
|
|
|
|
2018-07-23 11:16:03 +00:00
|
|
|
BuildRequires: gcc
|
2010-01-22 10:41:31 +00:00
|
|
|
BuildRequires: gettext
|
2020-12-17 04:41:27 +00:00
|
|
|
BuildRequires: make
|
2023-11-13 17:21:07 +00:00
|
|
|
# perl modules, required for tests
|
|
|
|
BuildRequires: perl-Test-Harness
|
|
|
|
BuildRequires: perl-Test-Simple
|
|
|
|
# for gpg signature verification
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
2010-08-18 10:40:15 +00:00
|
|
|
Provides: unix2dos = %{version}-%{release}
|
|
|
|
Obsoletes: unix2dos < 5.1-1
|
2004-09-09 04:19:07 +00:00
|
|
|
|
|
|
|
%description
|
2023-05-18 11:58:47 +00:00
|
|
|
Convert text files with DOS or Mac line endings to Unix line endings and
|
2010-08-18 10:40:15 +00:00
|
|
|
vice versa.
|
2004-09-09 04:19:07 +00:00
|
|
|
|
|
|
|
%prep
|
2023-11-13 17:21:07 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%autosetup
|
2004-09-09 04:19:07 +00:00
|
|
|
|
|
|
|
%build
|
2021-01-13 01:27:07 +00:00
|
|
|
%make_build LDFLAGS="%{build_ldflags}"
|
2004-09-09 04:19:07 +00:00
|
|
|
|
|
|
|
%install
|
2021-01-13 01:27:07 +00:00
|
|
|
%make_install
|
2010-08-18 10:40:15 +00:00
|
|
|
|
|
|
|
# We add doc files manually to %%doc
|
2023-11-13 17:21:07 +00:00
|
|
|
rm -rf %{buildroot}%{_docdir}
|
2010-08-18 10:40:15 +00:00
|
|
|
|
2010-08-19 16:46:11 +00:00
|
|
|
%find_lang %{name} --with-man --all-name
|
2004-09-09 04:19:07 +00:00
|
|
|
|
2019-03-06 16:51:02 +00:00
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
2010-01-22 10:41:31 +00:00
|
|
|
%files -f %{name}.lang
|
2021-01-13 01:27:07 +00:00
|
|
|
%license COPYING.txt
|
2023-05-18 11:58:47 +00:00
|
|
|
%doc man/man1/dos2unix.htm ChangeLog.txt
|
2010-08-18 10:40:15 +00:00
|
|
|
%doc NEWS.txt README.txt TODO.txt
|
2004-09-09 04:19:07 +00:00
|
|
|
%{_bindir}/dos2unix
|
2004-09-09 04:19:26 +00:00
|
|
|
%{_bindir}/mac2unix
|
2010-08-18 10:40:15 +00:00
|
|
|
%{_bindir}/unix2dos
|
|
|
|
%{_bindir}/unix2mac
|
|
|
|
%{_mandir}/man1/*.1*
|
2004-09-09 04:19:07 +00:00
|
|
|
|
2005-03-03 20:41:56 +00:00
|
|
|
%changelog
|
2023-11-13 17:21:07 +00:00
|
|
|
* Mon Nov 13 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 7.5.1-2
|
|
|
|
- Add gpg signature check
|
|
|
|
- Misc changes
|
|
|
|
|
2023-09-20 10:44:50 +00:00
|
|
|
* Wed Sep 20 2023 Tim Waugh <twaugh@redhat.com> - 7.5.1-1
|
|
|
|
- Update to 7.5.1 (bug #2235872).
|
|
|
|
|
2023-07-19 17:48:12 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-05-18 11:58:47 +00:00
|
|
|
* Thu May 18 2023 Tim Waugh <twaugh@redhat.com> - 7.5.0-1
|
|
|
|
- Update to 7.5.0 (bug #2208091).
|
|
|
|
|
2023-02-21 17:16:16 +00:00
|
|
|
* Tue Feb 21 2023 Than Ngo <than@redhat.com> - 7.4.4-2
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
2023-02-13 14:17:37 +00:00
|
|
|
* Mon Feb 13 2023 Tim Waugh <twaugh@redhat.com> - 7.4.4-1
|
|
|
|
- Update to 7.4.4 (bug #2169078).
|
|
|
|
|
2023-01-19 01:42:53 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 00:49:33 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-07 13:57:49 +00:00
|
|
|
* Tue Jun 7 2022 Tim Waugh <twaugh@redhat.com> - 7.4.3-1
|
|
|
|
- Update to 7.4.3 (bug #2093708).
|
|
|
|
|
2022-01-20 00:57:18 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 21:03:24 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 03:41:19 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-10-13 10:12:53 +00:00
|
|
|
* Mon Oct 12 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 7.4.2-1
|
|
|
|
- Update to 7.4.2 (#1887599)
|
|
|
|
|
2020-07-27 15:40:21 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-28 16:10:50 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-25 10:52:48 +00:00
|
|
|
* Tue Sep 24 2019 Tim Waugh <twaugh@redhat.com> - 7.4.1-1
|
|
|
|
- Update to 7.4.1 (#1755150)
|
|
|
|
|
2019-07-24 22:18:26 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-06 16:51:02 +00:00
|
|
|
* Wed Mar 06 2019 Than Ngo <than@redhat.com> - 7.4.0-7
|
|
|
|
- Enable tests
|
|
|
|
|
2019-01-31 17:31:13 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-23 11:18:53 +00:00
|
|
|
* Mon Jul 23 2018 Tim Waugh <twaugh@redhat.com> - 7.4.0-5
|
|
|
|
- Build requires gcc (bug #1603820).
|
|
|
|
|
2018-07-12 23:05:21 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-08 11:32:58 +00:00
|
|
|
* Tue May 08 2018 Tim Waugh <twaugh@redhat.com> - 7.4.0-3
|
|
|
|
- Fix build flags injection (bug #1573086).
|
|
|
|
|
2018-02-07 07:13:12 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-11 07:02:02 +00:00
|
|
|
* Wed Oct 11 2017 Tim Waugh <twaugh@redhat.com> 7.4.0-1
|
|
|
|
- 7.4.0.
|
|
|
|
|
2017-08-02 19:43:59 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 06:29:37 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-05 08:00:04 +00:00
|
|
|
* Wed Jul 5 2017 Tim Waugh <twaugh@redhat.com> 7.3.5-1
|
|
|
|
- 7.3.5.
|
|
|
|
|
2017-04-10 20:56:12 +00:00
|
|
|
* Mon Apr 10 2017 Erwin Waterlander <waterlan@xs4all.nl> 7.3.4-3
|
|
|
|
- Removed build requirement perl-Pod-Checker
|
|
|
|
|
2017-02-10 08:33:55 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-25 08:18:26 +00:00
|
|
|
* Wed May 25 2016 Tim Waugh <twaugh@redhat.com> 7.3.4-1
|
|
|
|
- 7.3.4.
|
|
|
|
|
2016-02-15 10:01:14 +00:00
|
|
|
* Mon Feb 15 2016 Tim Waugh <twaugh@redhat.com> 7.3.3-1
|
|
|
|
- 7.3.3 (bug #1308277).
|
|
|
|
|
2016-02-03 18:56:41 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-15 10:01:14 +00:00
|
|
|
* Mon Nov 30 2015 Tim Waugh <twaugh@redhat.com> 7.3.2-1
|
2015-11-30 11:40:38 +00:00
|
|
|
- 7.3.2 (bug #1284134).
|
|
|
|
|
2015-10-01 13:17:13 +00:00
|
|
|
* Thu Oct 1 2015 Tim Waugh <twaugh@redhat.com> 7.3.1-1
|
|
|
|
- 7.3.1 (bug #1267773).
|
|
|
|
|
2015-08-24 10:25:16 +00:00
|
|
|
* Mon Aug 24 2015 Tim Waugh <twaugh@redhat.com> 7.3-1
|
|
|
|
- 7.3.
|
|
|
|
|
2015-07-02 07:32:19 +00:00
|
|
|
* Thu Jul 2 2015 Tim Waugh <twaugh@redhat.com> 7.2.3-1
|
|
|
|
- 7.2.3 (bug #1238484).
|
|
|
|
|
2015-06-17 04:20:31 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-26 08:22:47 +00:00
|
|
|
* Tue May 26 2015 Tim Waugh <twaugh@redhat.com> 7.2.2-1
|
|
|
|
- 7.2.2 (bug #1224433).
|
|
|
|
|
2015-04-02 16:08:54 +00:00
|
|
|
* Thu Apr 2 2015 Tim Waugh <twaugh@redhat.com> 7.2.1-1
|
|
|
|
- 7.2.1.
|
|
|
|
|
2015-02-21 21:19:22 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.2-2
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-02-11 23:44:55 +00:00
|
|
|
* Wed Feb 11 2015 Tim Waugh <twaugh@redhat.com> 7.2-1
|
|
|
|
- 7.2.
|
|
|
|
|
2014-10-07 08:28:16 +00:00
|
|
|
* Tue Oct 7 2014 Tim Waugh <twaugh@redhat.com> 7.1-1
|
|
|
|
- 7.1.
|
|
|
|
|
2014-09-10 09:44:39 +00:00
|
|
|
* Wed Sep 10 2014 Tim Waugh <twaugh@redhat.com> 7.0-1
|
|
|
|
- 7.0.
|
|
|
|
|
2014-08-16 09:37:09 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-04 13:38:51 +00:00
|
|
|
* Mon Aug 4 2014 Tim Waugh <twaugh@redhat.com> 6.0.6-1
|
|
|
|
- 6.0.6.
|
|
|
|
|
2014-06-07 07:57:29 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-22 09:33:42 +00:00
|
|
|
* Tue Apr 22 2014 Tim Waugh <twaugh@redhat.com> 6.0.5-1
|
|
|
|
- 6.0.5 (bug #1089931).
|
|
|
|
|
2014-01-02 16:24:30 +00:00
|
|
|
* Thu Jan 2 2014 Tim Waugh <twaugh@redhat.com> 6.0.4-1
|
|
|
|
- 6.0.4.
|
|
|
|
|
2013-08-03 07:41:53 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-22 14:36:48 +00:00
|
|
|
* Fri Feb 22 2013 Tim Waugh <twaugh@redhat.com> 6.0.3-2
|
2013-02-22 14:36:48 +00:00
|
|
|
- Build requires perl-Pod-Checker.
|
2013-02-22 14:36:48 +00:00
|
|
|
- Fixed bogus changelog dates.
|
|
|
|
|
2013-01-28 10:49:25 +00:00
|
|
|
* Mon Jan 28 2013 Tim Waugh <twaugh@redhat.com> 6.0.3-1
|
|
|
|
- 6.0.3.
|
|
|
|
|
2012-09-07 08:05:41 +00:00
|
|
|
* Fri Sep 7 2012 Tim Waugh <twaugh@redhat.com> 6.0.2-1
|
|
|
|
- 6.0.2.
|
|
|
|
|
2012-07-26 09:08:38 +00:00
|
|
|
* Thu Jul 26 2012 Tim Waugh <twaugh@redhat.com> 6.0.1-1
|
|
|
|
- 6.0.1.
|
|
|
|
|
2012-07-18 21:12:18 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-08 12:00:28 +00:00
|
|
|
* Tue May 8 2012 Tim Waugh <twaugh@redhat.com> 6.0-1
|
|
|
|
- 6.0.
|
|
|
|
|
2012-03-13 11:07:33 +00:00
|
|
|
* Tue Mar 13 2012 Tim Waugh <twaugh@redhat.com> 5.3.3-1
|
|
|
|
- 5.3.3.
|
|
|
|
|
2012-01-30 10:10:43 +00:00
|
|
|
* Mon Jan 30 2012 Tim Waugh <twaugh@redhat.com> 5.3.2-1
|
|
|
|
- 5.3.2.
|
|
|
|
|
2012-01-13 00:58:17 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2013-02-22 14:36:48 +00:00
|
|
|
* Wed Aug 10 2011 Tim Waugh <twaugh@redhat.com> 5.3.1-1
|
2011-08-10 08:47:58 +00:00
|
|
|
- 5.3.1.
|
|
|
|
|
2011-05-20 11:13:51 +00:00
|
|
|
* Fri May 20 2011 Tim Waugh <twaugh@redhat.com> 5.3-2
|
|
|
|
- No longer requires ghostscript or groff.
|
|
|
|
- Large file support taken care of upstream now.
|
|
|
|
|
2011-04-27 12:12:13 +00:00
|
|
|
* Wed Apr 27 2011 Tim Waugh <twaugh@redhat.com> 5.3-1
|
|
|
|
- 5.3.
|
|
|
|
|
2011-04-11 12:07:00 +00:00
|
|
|
* Mon Apr 11 2011 Tim Waugh <twaugh@redhat.com> 5.2.1-1
|
|
|
|
- 5.2.1.
|
|
|
|
|
2011-02-15 10:46:05 +00:00
|
|
|
* Tue Feb 15 2011 Tim Waugh <twaugh@redhat.com> 5.2-3
|
2011-02-15 09:57:08 +00:00
|
|
|
- Build requires perl (for pod2man).
|
|
|
|
|
2011-02-08 14:49:24 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-01 13:33:44 +00:00
|
|
|
* Tue Feb 1 2011 Tim Waugh <twaugh@redhat.com> 5.2-1
|
|
|
|
- Update to 5.2.
|
2011-02-01 13:37:36 +00:00
|
|
|
- Build requires groff and ghostscript.
|
2011-02-01 13:33:44 +00:00
|
|
|
|
2010-08-19 16:46:11 +00:00
|
|
|
* Thu Aug 19 2010 Chen Lei <supercyper@163.com> 5.1.1-1
|
|
|
|
- Update to 5.1.1
|
|
|
|
|
2010-08-18 10:40:15 +00:00
|
|
|
* Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
|
|
|
|
- Applied changes from Chen Lei (bug #592922):
|
|
|
|
* Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
|
|
|
|
- 5.1.
|
|
|
|
- Update spec to match latest guidelines w.r.t buildroot tag
|
|
|
|
|
2010-01-26 09:57:27 +00:00
|
|
|
* Tue Jan 26 2010 Tim Waugh <twaugh@redhat.com> 4.1.2-1
|
|
|
|
- 4.1.2.
|
|
|
|
|
2010-01-22 10:41:31 +00:00
|
|
|
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 4.1.1-1
|
|
|
|
- 4.1.1. New upstream.
|
|
|
|
|
2009-07-24 20:28:25 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-36
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 12:29:41 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-35
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-24 14:57:00 +00:00
|
|
|
* Wed Sep 24 2008 Tim Waugh <twaugh@redhat.com> 3.1-34
|
|
|
|
- Moved 'make clean' to prep section and added comment about there
|
|
|
|
being no upstream (bug #225706).
|
|
|
|
|
2008-09-08 09:00:34 +00:00
|
|
|
* Mon Sep 8 2008 Tim Waugh <twaugh@redhat.com> 3.1-33
|
2008-09-08 09:17:56 +00:00
|
|
|
- Preserve file modes (bug #437465).
|
2008-09-08 09:00:34 +00:00
|
|
|
- Fixed manpage grammar (bug #460731).
|
|
|
|
|
2008-04-14 16:15:41 +00:00
|
|
|
* Mon Apr 14 2008 Tim Waugh <twaugh@redhat.com> 3.1-32
|
|
|
|
- Adjust license tag (bug #225706).
|
|
|
|
- Fix missing prototype (bug #225706).
|
|
|
|
- Install copy as symbolic links (bug #225706).
|
|
|
|
|
2008-02-13 10:56:13 +00:00
|
|
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.1-31
|
|
|
|
- Rebuild for GCC 4.3.
|
|
|
|
|
2008-01-18 09:27:14 +00:00
|
|
|
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 3.1-30
|
|
|
|
- Applied patch from bug #292100 to fix segfault with missing -c argument.
|
|
|
|
|
2007-08-29 14:26:20 +00:00
|
|
|
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 3.1-29
|
|
|
|
- Rebuild.
|
|
|
|
|
2007-02-06 16:40:28 +00:00
|
|
|
* Tue Feb 6 2007 Tim Waugh <twaugh@redhat.com> 3.1-28
|
|
|
|
- Fixed build root (bug #225706).
|
|
|
|
- Build with SMP flags (bug #225706).
|
|
|
|
- Use dist in release tag (bug #225706).
|
|
|
|
- Fixed macros in changelog (bug #225706).
|
2007-02-06 16:43:18 +00:00
|
|
|
- Preserve timestamps when using install (bug #225706).
|
2007-02-06 16:40:28 +00:00
|
|
|
|
2006-07-12 05:41:56 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-10 15:08:25 +00:00
|
|
|
* Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-27
|
2006-07-10 15:00:59 +00:00
|
|
|
- Re-encoded spec file in UTF-8 (bug #197817).
|
|
|
|
|
2006-06-05 08:39:37 +00:00
|
|
|
* Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 3.1-26
|
|
|
|
- Rebuilt.
|
|
|
|
|
2006-06-01 11:28:05 +00:00
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 3.1-25
|
|
|
|
- Build with large file support.
|
|
|
|
|
2006-02-11 02:27:02 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:24:56 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:15 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-04-13 11:20:38 +00:00
|
|
|
* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com> 3.1-24
|
|
|
|
- Fixed tmppath patch (bug #150277).
|
|
|
|
|
2005-03-03 20:41:56 +00:00
|
|
|
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 3.1-23
|
|
|
|
- Bump and rebuild for FC4, using gcc 4.
|
|
|
|
|
2005-02-08 18:59:33 +00:00
|
|
|
* Tue Feb 8 2005 Mike A. Harris <mharris@redhat.com> 3.1-22
|
|
|
|
- Bump and rebuild for FC4
|
|
|
|
|
2004-10-20 14:05:23 +00:00
|
|
|
* Wed Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - 3.1-21
|
|
|
|
- Don't just delete the original file when destination and current directory
|
|
|
|
are on different filesystems (#65548, #123069, patch by James Antill)
|
|
|
|
- Fix return type of StripDelimiter in dos2unix-3.1-safeconv.patch (#136148)
|
|
|
|
|
2004-10-06 20:10:26 +00:00
|
|
|
* Wed Oct 6 2004 Mike A. Harris <mharris@redhat.com> 3.1-20
|
|
|
|
- Added dos2unix-3.1-manpage-update-57507.patch to fix manpage (#57507)
|
2004-10-06 20:26:17 +00:00
|
|
|
- Added dos2unix-3.1-preserve-file-modes.patch to properly preserve file
|
|
|
|
permissions (#91331,55183,112710,132145)
|
2004-10-06 20:10:26 +00:00
|
|
|
|
2004-09-26 21:20:56 +00:00
|
|
|
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.1-19
|
|
|
|
- safer conversion w/ mac2unix (fix from bz #57508)
|
|
|
|
|
2004-09-09 04:20:51 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:20:48 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:20:25 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:19:41 +00:00
|
|
|
* Wed Feb 05 2003 Elliot Lee <sopwith@redhat.com> 3.1-15
|
|
|
|
- Remove build dependency on perl, since perl BuildRequires: dos2unix,
|
|
|
|
and there's no good reason not to just use sed here.
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Oct 7 2002 Mike A. Harris <mharris@redhat.com> 3.1-13
|
|
|
|
- All-arch rebuild
|
|
|
|
- Added BuildRequires: perl
|
|
|
|
|
2004-09-09 04:19:38 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:19:35 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2006-07-10 15:00:59 +00:00
|
|
|
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1-10
|
2004-09-09 04:19:26 +00:00
|
|
|
- Build in new environment
|
|
|
|
|
|
|
|
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Fix bug #57700 (segfault)
|
|
|
|
- Add the mac2unix symlink recommended in README
|
|
|
|
- Fix compiler warnings
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:19:14 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 04:19:07 +00:00
|
|
|
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- shut up rpmlint
|
|
|
|
|
|
|
|
* Fri Nov 17 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- use mkstemp instead of mktemp. Not much needed to change.
|
|
|
|
|
|
|
|
* Thu Nov 16 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- cleaned up specfile a bit
|
|
|
|
- built for 7.1
|
|
|
|
|
2013-02-22 14:36:48 +00:00
|
|
|
* Wed Jul 07 1999 Peter Soos <sp@osb.hu>
|
2007-02-06 16:40:28 +00:00
|
|
|
- Added Hungarian "Summary:" and "%%description"
|
2004-09-09 04:19:07 +00:00
|
|
|
- Corrected the file and directory attributes to rebuild the package
|
|
|
|
under RedHat Linux 6.0
|