Update to 0.6.0 during Max Spevack's FOSDEM talk :-)
This commit is contained in:
parent
f86631cc22
commit
658c01f669
@ -1 +1 @@
|
||||
yasm-0.5.0.tar.gz
|
||||
yasm-0.6.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d4931fcce497bd4f80ed349384704240 yasm-0.5.0.tar.gz
|
||||
3246a73ee7e1d523ca1be8587cebac8b yasm-0.6.0.tar.gz
|
||||
|
16
yasm.spec
16
yasm.spec
@ -1,7 +1,7 @@
|
||||
Summary: Complete rewrite of the NASM assembler
|
||||
Name: yasm
|
||||
Version: 0.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Languages
|
||||
URL: http://www.tortall.net/projects/yasm/
|
||||
@ -57,20 +57,24 @@ Install this package if you need to rebuild applications that use yasm.
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, 0755)
|
||||
%defattr(-,root,root,-)
|
||||
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
||||
%{_bindir}/yasm
|
||||
%{_mandir}/man1/yasm.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root, 0755)
|
||||
%{_includedir}/libyasm.h
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/libyasm/
|
||||
%{_includedir}/libyasm-stdint.h
|
||||
%{_includedir}/libyasm.h
|
||||
%{_libdir}/libyasm.a
|
||||
%{_mandir}/man7/yasm_arch.7*
|
||||
%{_mandir}/man7/yasm_*.7*
|
||||
|
||||
|
||||
%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
|
||||
- FC6 rebuild.
|
||||
- Require the same release in the devel sub-package.
|
||||
|
Loading…
Reference in New Issue
Block a user