diff --git a/.cvsignore b/.cvsignore index 41ff65e..9b9a529 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yasm-0.8.0.tar.gz +yasm-1.0.0.tar.gz diff --git a/sources b/sources index 5bc5bad..7b4e68a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84a72204c9b452a00b39b1b00495163f yasm-0.8.0.tar.gz +e00627e13d30ff9238053e95bd93a8fb yasm-1.0.0.tar.gz diff --git a/yasm.spec b/yasm.spec index 7515528..1297c06 100644 --- a/yasm.spec +++ b/yasm.spec @@ -1,7 +1,7 @@ Summary: Modular Assembler Name: yasm -Version: 0.8.0 -Release: 3%{?dist} +Version: 1.0.0 +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 @@ -55,6 +55,7 @@ Install this package if you need to rebuild applications that use yasm. %files %defattr(-,root,root,-) %doc Artistic.txt AUTHORS BSD.txt COPYING GNU* +%{_bindir}/vsyasm %{_bindir}/yasm %{_bindir}/ytasm %{_mandir}/man1/yasm.1* @@ -69,6 +70,10 @@ Install this package if you need to rebuild applications that use yasm. %changelog +* Wed Apr 28 2010 Matthias Saou 1.0.0-1 +- Update to 1.0.0 (#580872). +- Include new vsyasm binary. + * Mon Dec 7 2009 Matthias Saou 0.8.0-1 - Update to 0.8.0 (#523729). - Include new ytasm binary.