Blame SPECS/nasm.spec

e46bfd
%if 0%{?rhel} > 0
e46bfd
# On RHEL we default to building WITHOUT documentation.
e46bfd
%bcond_with documentation
e46bfd
%else
e46bfd
# Default to building WITH documentation.
e46bfd
%bcond_without documentation
e46bfd
%endif
e46bfd
e46bfd
Summary: A portable x86 assembler which uses Intel-like syntax
e46bfd
Name: nasm
e46bfd
Version: 2.15.03
e46bfd
Release: 7%{?dist}
e46bfd
License: BSD
e46bfd
URL: http://www.nasm.us
e46bfd
Source0: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
e46bfd
Source1: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.xz
e46bfd
Patch0: nasm-SourceSans-font-name.patch
e46bfd
e46bfd
BuildRequires: perl(Env)
e46bfd
BuildRequires: autoconf
e46bfd
BuildRequires: automake
e46bfd
BuildRequires: asciidoc
e46bfd
BuildRequires: xmlto
e46bfd
BuildRequires: gcc
e46bfd
BuildRequires: make
e46bfd
e46bfd
%if %{with documentation}
e46bfd
%package doc
e46bfd
Summary: Documentation for NASM
e46bfd
BuildRequires: perl(Font::TTF::Font)
e46bfd
BuildRequires: perl(Sort::Versions)
e46bfd
BuildRequires: perl(File::Spec)
e46bfd
BuildRequires: perl(sort)
e46bfd
BuildRequires: adobe-source-sans-pro-fonts
e46bfd
BuildRequires: adobe-source-code-pro-fonts
e46bfd
BuildRequires: ghostscript
e46bfd
BuildArch: noarch
e46bfd
# For arch to noarch conversion
e46bfd
Obsoletes: %{name}-doc < %{version}-%{release}
e46bfd
%endif
e46bfd
e46bfd
%package rdoff
e46bfd
Summary: Tools for the RDOFF binary format, sometimes used with NASM
e46bfd
e46bfd
%description
e46bfd
NASM is the Netwide Assembler, a free portable assembler for the Intel
e46bfd
80x86 microprocessor series, using primarily the traditional Intel
e46bfd
instruction mnemonics and syntax.
e46bfd
e46bfd
%if %{with documentation}
e46bfd
%description doc
e46bfd
This package contains documentation for the Netwide Assembler (NASM),
e46bfd
in HTML, PDF, PostScript, and text formats.
e46bfd
%endif
e46bfd
e46bfd
%description rdoff
e46bfd
Tools for the operating-system independent RDOFF binary format, which
e46bfd
is sometimes used with the Netwide Assembler (NASM). These tools
e46bfd
include linker, library manager, loader, and information dump.
e46bfd
e46bfd
%prep
e46bfd
%autosetup -p1
e46bfd
e46bfd
tar xJf %{SOURCE1} --strip-components 1
e46bfd
e46bfd
%build
e46bfd
%configure
e46bfd
%if %{with documentation}
e46bfd
make everything %{?_smp_mflags}
e46bfd
gzip -9f doc/nasmdoc.{ps,txt}
e46bfd
%else
e46bfd
make all %{?_smp_mflags}
e46bfd
%endif
e46bfd
e46bfd
%install
e46bfd
%make_install install_rdf
e46bfd
e46bfd
%files
e46bfd
%license LICENSE
e46bfd
%doc AUTHORS CHANGES README.md
e46bfd
%{_bindir}/nasm
e46bfd
%{_bindir}/ndisasm
e46bfd
%{_mandir}/man1/nasm*
e46bfd
%{_mandir}/man1/ndisasm*
e46bfd
e46bfd
%if %{with documentation}
e46bfd
%files doc
e46bfd
%doc doc/html doc/nasmdoc.txt.gz doc/nasmdoc.ps.gz doc/nasmdoc.pdf
e46bfd
%endif
e46bfd
e46bfd
%files rdoff
e46bfd
%{_bindir}/ldrdf
e46bfd
%{_bindir}/rdf2bin
e46bfd
%{_bindir}/rdf2ihx
e46bfd
%{_bindir}/rdf2com
e46bfd
%{_bindir}/rdfdump
e46bfd
%{_bindir}/rdflib
e46bfd
%{_bindir}/rdx
e46bfd
%{_bindir}/rdf2ith
e46bfd
%{_bindir}/rdf2srec
e46bfd
%{_mandir}/man1/rd*
e46bfd
%{_mandir}/man1/ld*
e46bfd
e46bfd
%changelog
e46bfd
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.15.03-7
e46bfd
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e46bfd
  Related: rhbz#1991688
e46bfd
e46bfd
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.15.03-6
e46bfd
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e46bfd
e46bfd
* Tue Mar 09 2021 Nick Clifton <nickc@redhat.com> - 2.15.03-5
e46bfd
- Default to building without documentation for RHEL.  (#1933222)
e46bfd
e46bfd
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.03-4
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e46bfd
e46bfd
* Fri Dec 18 2020 Merlin Mathesius <mmathesi@redhat.com> - 2.15.03-3
e46bfd
- Patch to workaround renamed SourceSans font family
e46bfd
e46bfd
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.03-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e46bfd
e46bfd
* Sat Jul 18 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.15.03-1
e46bfd
- Update to 2.15.03
e46bfd
e46bfd
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.02-3
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e46bfd
e46bfd
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.02-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e46bfd
e46bfd
* Wed Apr 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.14.02-1
e46bfd
- Update to 2.14.02
e46bfd
e46bfd
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.03-3
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e46bfd
e46bfd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.03-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e46bfd
e46bfd
* Thu Feb 08 2018 Michael Simacek <msimacek@redhat.com> - 2.13.03-1
e46bfd
- Update to upstream version 2.13.03
e46bfd
e46bfd
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.02-3
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e46bfd
e46bfd
* Thu Jan 11 2018 Michael Simacek <msimacek@redhat.com> - 2.13.02-2
e46bfd
- Add missing BR ghostscript
e46bfd
e46bfd
* Tue Jan 02 2018 Michael Simacek <msimacek@redhat.com> - 2.13.02-1
e46bfd
- Update to upstream version 2.13.02
e46bfd
- Resolves: CVE-2017-17810, CVE-2017-17811, CVE-2017-17812, CVE-2017-17813,
e46bfd
  CVE-2017-17814, CVE-2017-17815, CVE-2017-17816, CVE-2017-17817,
e46bfd
  CVE-2017-17818, CVE-2017-17819, CVE-2017-17820
e46bfd
e46bfd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.01-4
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e46bfd
e46bfd
* Wed Jul 26 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.13.01-3
e46bfd
- Fix use-after-free and heap buffer overflow vulnerabilities
e46bfd
- Resolves: CVE-2017-10686, CVE-2017-11111
e46bfd
e46bfd
* Tue Jul 04 2017 Nils Philippsen <nils@redhat.com> - 2.13.01-2
e46bfd
- don't build documentation during modular build
e46bfd
- fix bogus changelog date
e46bfd
e46bfd
* Mon May 22 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.13.01-1
e46bfd
- Update to upstream version 2.13.01
e46bfd
e46bfd
* Tue May  2 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.13-1
e46bfd
- Update to upstream version 2.13
e46bfd
e46bfd
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.02-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e46bfd
e46bfd
* Tue Jul 12 2016 Roman Vais <rvais@redhat.com> - 2.12.02-1
e46bfd
- Update to upstream version 2.12.02
e46bfd
e46bfd
* Tue Mar 22 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.12.01-1
e46bfd
- Update to upstream version 2.12.01
e46bfd
e46bfd
* Thu Mar  3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.12-2
e46bfd
- Fix build failure on ppc64
e46bfd
e46bfd
* Mon Feb 29 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.12-1
e46bfd
- Update to upstream version 2.12
e46bfd
e46bfd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.08-3
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e46bfd
e46bfd
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.08-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e46bfd
e46bfd
* Mon Feb 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.08-1
e46bfd
- Update to upstream version 2.11.08
e46bfd
e46bfd
* Tue Oct 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.06-1
e46bfd
- Update to upstream version 2.11.06
e46bfd
e46bfd
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.05-3
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e46bfd
e46bfd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.11.05-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e46bfd
e46bfd
* Fri May 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.05-1
e46bfd
- Update to upstream version 2.11.05
e46bfd
e46bfd
* Mon May 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.04-1
e46bfd
- Update to upstream version 2.11.04
e46bfd
e46bfd
* Mon May 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.03-1
e46bfd
- Update to upstream version 2.11.03
e46bfd
e46bfd
* Fri Mar  7 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.02-1
e46bfd
- Update to upstream version 2.11.02
e46bfd
e46bfd
* Thu Jan  2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11-1
e46bfd
- Update to upstream version 2.11
e46bfd
e46bfd
* Thu Sep 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.09-1
e46bfd
- Update to upstream version 2.10.09
e46bfd
e46bfd
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.07-6
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e46bfd
e46bfd
* Mon Jul  1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-5
e46bfd
- Backport upsteam manpage fixes
e46bfd
e46bfd
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-4
e46bfd
- Add missing BR: perl(Env)
e46bfd
- Move rdf manpages to rdf subpackage
e46bfd
e46bfd
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-3
e46bfd
- Properly obsolete arch-specific doc subpackage
e46bfd
e46bfd
* Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-2
e46bfd
- Update to current packaging guidelines
e46bfd
- Resolves: rhbz#919008 (doc subpackage should be noarch)
e46bfd
e46bfd
* Wed Jan 30 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.07-1
e46bfd
- Update to upstream version 2.10.07
e46bfd
e46bfd
* Mon Aug  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10.03-1
e46bfd
- Update to upstream version 2.10.03
e46bfd
e46bfd
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e46bfd
e46bfd
* Thu Mar 15 2012 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 2.10-1
e46bfd
- update to 2.10 (#797858)
e46bfd
e46bfd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09.08-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e46bfd
e46bfd
* Tue Apr 26 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 2.09.08-1
e46bfd
- update to 2.09.08
e46bfd
  Resolves: #685125 
e46bfd
e46bfd
* Mon Mar 14 2011 Adam Tkac <atkac redhat com> - 2.09.07-1
e46bfd
- update to 2.09.07
e46bfd
e46bfd
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> - 2.09.05-1
e46bfd
- update to 2.09.05
e46bfd
e46bfd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09.04-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e46bfd
e46bfd
* Tue Nov 23 2010 Adam Tkac <atkac redhat com> - 2.09.04-1
e46bfd
- update to 2.09.04
e46bfd
e46bfd
* Thu Nov 11 2010 Adam Tkac <atkac redhat com> - 2.09.03-2
e46bfd
- fix URL (#652012)
e46bfd
e46bfd
* Tue Nov 02 2010 Adam Tkac <atkac redhat com> - 2.09.03-1
e46bfd
- update to 2.09.03
e46bfd
e46bfd
* Wed Sep 29 2010 jkeating - 2.09.02-2
e46bfd
- Rebuilt for gcc bug 634757
e46bfd
e46bfd
* Mon Sep 20 2010 Adam Tkac <atkac redhat com> - 2.09.02-1
e46bfd
- update to 2.09.02
e46bfd
e46bfd
* Mon Sep 13 2010 Adam Tkac <atkac redhat com> - 2.09.01-1
e46bfd
- update to 2.09.01
e46bfd
e46bfd
* Thu Sep 02 2010 Adam Tkac <atkac redhat com> - 2.09-1
e46bfd
- update to 2.09
e46bfd
e46bfd
* Fri Aug 13 2010 Adam Tkac <atkac redhat com> - 2.08.02-1
e46bfd
- update to 2.08.02
e46bfd
e46bfd
* Wed Jul 14 2010 Todd Zullinger <tmz@gaggle.net> - 2.08.01-2
e46bfd
- Fix license tag, nasm is under 2 clause BSD since 2.07
e46bfd
e46bfd
* Tue Mar 23 2010 Adam Tkac <atkac redhat com> - 2.08.01-1
e46bfd
- update to 2.08.01
e46bfd
e46bfd
* Thu Aug 20 2009 Zdenek Prikryl <zprikryl@redhat.com> - 2.07-3
e46bfd
- Don't complain if installing with --excludedocs (#515944)
e46bfd
e46bfd
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.07-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e46bfd
e46bfd
* Tue Jul 21 2009 Adam Tkac <atkac redhat com> - 2.07-1
e46bfd
- update to 2.07
e46bfd
e46bfd
* Fri Jul 10 2009 Zdenek Prikryl <zprikryl@redhat.com> - 2.06-1
e46bfd
- updated to 2.06
e46bfd
e46bfd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.05.01-2
e46bfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e46bfd
e46bfd
* Wed Nov 12 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2.05.01-1
e46bfd
- updated to 2.05.01
e46bfd
e46bfd
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.03.01-2
e46bfd
- fix license tag
e46bfd
e46bfd
* Thu Jun 19 2008 Petr Machata <pmachata@redhat.com> - 2.03.01-1
e46bfd
- rebase to a new stable upstream version 2.03.01
e46bfd
e46bfd
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.01-2
e46bfd
- Autorebuild for GCC 4.3
e46bfd
e46bfd
* Tue Jan 29 2008 Petr Machata <pmachata@redhat.com> - 2.01-1
e46bfd
- rebase to a new stable upstream version 2.01
e46bfd
e46bfd
* Wed Feb  7 2007 Petr Machata <pmachata@redhat.com> - 0.98.39-5
e46bfd
- tidy up the specfile per rpmlint comments
e46bfd
- use utf-8 and fix national characters in contributor's names
e46bfd
- port bogus elf patch to new nasm version and turn it on again
e46bfd
e46bfd
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 0.98.39-4
e46bfd
- Ville Skyttä: patch for non-failing %%post, %%preun
e46bfd
- Resolves: #223714
e46bfd
e46bfd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2.2
e46bfd
- rebuild
e46bfd
e46bfd
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2.1
e46bfd
- bump again for double-long bug on ppc(64)
e46bfd
e46bfd
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.98.39-3.2
e46bfd
- rebuilt for new gcc4.1 snapshot and glibc changes
e46bfd
e46bfd
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e46bfd
- rebuilt
e46bfd
e46bfd
* Mon Apr  4 2005 Jeremy Katz <katzj@redhat.com> - 0.98.39-3
e46bfd
- pdf docs are duplication of html, txt and postscript
e46bfd
e46bfd
* Fri Apr 01 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-2
e46bfd
- fix yet another vsprintf buffer overflow (#152963)
e46bfd
e46bfd
* Thu Mar 31 2005 Jindrich Novy <jnovy@redhat.com> 0.98.39-1
e46bfd
- update to 0.98.39
e46bfd
- add BuildRequires ghostscript, texinfo to doc subpackage (#110584)
e46bfd
- generate also PDF documentation for nasm (#88431)
e46bfd
- new release fixes CAN-2004-1287 (#143052)
e46bfd
e46bfd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e46bfd
- rebuilt
e46bfd
e46bfd
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e46bfd
- rebuilt
e46bfd
e46bfd
* Fri Sep 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
e46bfd
- update to 0.98.38 and specfile cleanup
e46bfd
e46bfd
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e46bfd
- rebuilt
e46bfd
e46bfd
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e46bfd
- rebuilt
e46bfd
e46bfd
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 0.98.35-2
e46bfd
- Removed ExclusiveArch tag.
e46bfd
- Fixed typo in homepage URL.
e46bfd
e46bfd
* Wed Dec 11 2002 Thomas Woerner <twoerner@redhat.com> 0.98.35-1
e46bfd
- new version 0.98.35
e46bfd
- nasm has new homepage (#77323)
e46bfd
e46bfd
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 0.98.34-2
e46bfd
- fix %%doc list
e46bfd
- remove unpackaged files from the buildroot
e46bfd
e46bfd
* Mon Sep 16 2002 Jeremy Katz <katzj@redhat.com> 0.98.34-1hammer
e46bfd
- add x86_64 to ExclusiveArch list
e46bfd
e46bfd
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.34-1
e46bfd
- 0.98.34
e46bfd
e46bfd
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e46bfd
- automated rebuild
e46bfd
e46bfd
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e46bfd
- automated rebuild
e46bfd
e46bfd
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.32-1
e46bfd
- 0.98.32
e46bfd
- Various doc files have changed names/been removed/added
e46bfd
- New download location (after the license change, it's at sourceforge)
e46bfd
- The new version is LGPL
e46bfd
- Only build on x86 (#65255)
e46bfd
e46bfd
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.98.22-2
e46bfd
- Rebuild
e46bfd
e46bfd
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com>
e46bfd
- Update to 0.98.22 to fix bogus code generation in SDL
e46bfd
- Fix spec file, handle RPM_OPT_FLAGS
e46bfd
e46bfd
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
e46bfd
- automated rebuild
e46bfd
e46bfd
* Tue Aug  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
e46bfd
- Updated patch from H.J. Lu for bogus elf generation (#45986,
e46bfd
  verified by reporter) 
e46bfd
e46bfd
* Thu Apr 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
e46bfd
- Updated patch for bogus elf generation from hjl@gnu.org
e46bfd
e46bfd
* Tue Feb 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
e46bfd
- Add patch from H.J. Lu to avoid creating bogus elf objects (#27489)
e46bfd
e46bfd
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e46bfd
- automatic rebuild
e46bfd
e46bfd
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
e46bfd
- rewrote almost everything. The old specfile was bad, bad, bad.
e46bfd
  Really Bad.
e46bfd
e46bfd
* Tue Apr 04 2000 Erik Troan <ewt@redhat.com>
e46bfd
- moved to distribution (syslinux needs it)
e46bfd
- gzipped man pages
e46bfd
e46bfd
* Thu Dec 02 1999 Preston Brown <pbrown@redhat.com>
e46bfd
- adopted from one of the best .spec files I have seen in a long time. :)