Update to 0.6.0 during Max Spevack's FOSDEM talk :-)

This commit is contained in:
Matthias Saou 2007-02-25 10:26:55 +00:00
parent f86631cc22
commit 658c01f669
3 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
yasm-0.5.0.tar.gz yasm-0.6.0.tar.gz

View File

@ -1 +1 @@
d4931fcce497bd4f80ed349384704240 yasm-0.5.0.tar.gz 3246a73ee7e1d523ca1be8587cebac8b yasm-0.6.0.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Complete rewrite of the NASM assembler Summary: Complete rewrite of the NASM assembler
Name: yasm Name: yasm
Version: 0.5.0 Version: 0.6.0
Release: 2%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Group: Development/Languages Group: Development/Languages
URL: http://www.tortall.net/projects/yasm/ URL: http://www.tortall.net/projects/yasm/
@ -57,20 +57,24 @@ Install this package if you need to rebuild applications that use yasm.
%files %files
%defattr(-, root, root, 0755) %defattr(-,root,root,-)
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU* %doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
%{_bindir}/yasm %{_bindir}/yasm
%{_mandir}/man1/yasm.1* %{_mandir}/man1/yasm.1*
%files devel %files devel
%defattr(-, root, root, 0755) %defattr(-,root,root,-)
%{_includedir}/libyasm.h
%{_includedir}/libyasm/ %{_includedir}/libyasm/
%{_includedir}/libyasm-stdint.h
%{_includedir}/libyasm.h
%{_libdir}/libyasm.a %{_libdir}/libyasm.a
%{_mandir}/man7/yasm_arch.7* %{_mandir}/man7/yasm_*.7*
%changelog %changelog
* Sun Feb 25 2007 Matthias Saou <http://freshrpms.net/> 0.6.0-1
- Update to 0.6.0.
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-2 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.5.0-2
- FC6 rebuild. - FC6 rebuild.
- Require the same release in the devel sub-package. - Require the same release in the devel sub-package.