diff --git a/.cvsignore b/.cvsignore index 76eae18..60bb506 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vala-0.5.1.tar.bz2 +vala-0.5.2.tar.bz2 diff --git a/sources b/sources index c4571de..3fb0279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0051ae1f2ef967ce21e77889719daad1 vala-0.5.1.tar.bz2 +e5b2ee7a4ff5f551a278e64a3e502f50 vala-0.5.2.tar.bz2 diff --git a/vala.spec b/vala.spec index 6a1ec06..e61e9ea 100644 --- a/vala.spec +++ b/vala.spec @@ -9,7 +9,7 @@ %endif Name: vala -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -122,6 +122,11 @@ mkdir emacs-vala && cd emacs-vala && cp -p %{SOURCE1} . emacs -batch -f batch-byte-compile vala-mode.el +# checks currently utilize installed Vala, not the one being compiled +#%check +#make check + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -174,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 13 2008 Michel Salim - 0.5.2-1 +- Update to 0.5.2 + * Sun Nov 23 2008 Michel Salim - 0.5.1-1 - Update to 0.5.1