Update to 0.7.2.
This commit is contained in:
parent
397cf81ac8
commit
046a8d6830
@ -1 +1 @@
|
|||||||
yasm-0.7.1.tar.gz
|
yasm-0.7.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
fce21d066f4d04e3ec7f9318e6446e2b yasm-0.7.1.tar.gz
|
cc9360593de5625dca286f0bfcb27dd5 yasm-0.7.2.tar.gz
|
||||||
|
21
yasm.spec
21
yasm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Complete rewrite of the NASM assembler
|
Summary: Modular Assembler
|
||||||
Name: yasm
|
Name: yasm
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# See COPYING for the detail, there is quite a lot!
|
# See COPYING for the detail, there is quite a lot!
|
||||||
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
|
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -20,7 +20,7 @@ overall design is an optimizer module.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and static libraries for yasm
|
Summary: Header files and static libraries for the yasm Modular Assembler
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -52,11 +52,6 @@ Install this package if you need to rebuild applications that use yasm.
|
|||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Artistic.txt AUTHORS BSD.txt COPYING GNU*
|
%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
|
%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
|
* 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
|
* Tue May 20 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
|
||||||
- Update to 0.7.1.
|
- Update to 0.7.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user