Update to 0.7.2.

This commit is contained in:
Matthias Saou 2008-12-24 13:56:10 +00:00
parent 397cf81ac8
commit 046a8d6830
3 changed files with 13 additions and 12 deletions

View File

@ -1 +1 @@
yasm-0.7.1.tar.gz
yasm-0.7.2.tar.gz

View File

@ -1 +1 @@
fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz
cc9360593de5625dca286f0bfcb27dd5 yasm-0.7.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Complete rewrite of the NASM assembler
Summary: Modular Assembler
Name: yasm
Version: 0.7.1
Release: 2%{?dist}
Version: 0.7.2
Release: 1%{?dist}
# See COPYING for the detail, there is quite a lot!
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
Group: Development/Languages
@ -20,7 +20,7 @@ overall design is an optimizer module.
%package devel
Summary: Header files and static libraries for yasm
Summary: Header files and static libraries for the yasm Modular Assembler
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
@ -52,11 +52,6 @@ Install this package if you need to rebuild applications that use yasm.
%{__rm} -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
@ -73,8 +68,14 @@ Install this package if you need to rebuild applications that use yasm.
%changelog
* Wed Dec 24 2008 Matthias Saou <http://freshrpms.net/> 0.7.2-1
- Update to 0.7.2.
- Remove useless /sbin/ldconfig calls, as we don't ship any shared library.
- Update summary.
* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.7.1-2
- fix license tag so that it doesn't trigger a false positive on the check script
- fix license tag so that it doesn't trigger a false positive on the check
script.
* Tue May 20 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
- Update to 0.7.1.