diff --git a/.cvsignore b/.cvsignore index 65fb173..5a8443f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vala-0.9.2.tar.bz2 +vala-0.9.3.tar.bz2 diff --git a/sources b/sources index 2dfc688..02c263f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -583f2c46da49f54e4f639eb706475abe vala-0.9.2.tar.bz2 +b2e905921d695d0bd85c5e114e2b3d84 vala-0.9.3.tar.bz2 diff --git a/vala.spec b/vala.spec index bc23e89..dc7943e 100644 --- a/vala.spec +++ b/vala.spec @@ -1,8 +1,8 @@ %global main_ver 0.9 Name: vala -Version: %{main_ver}.2 -Release: 2%{?dist} +Version: %{main_ver}.3 +Release: 1%{?dist} Summary: A modern programming language for GNOME Group: Development/Languages @@ -162,6 +162,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL MAINTAINERS NEWS README THANKS +%{_bindir}/vala %{_bindir}/valac %{_datadir}/vala %{_libdir}/libvala.so.* @@ -198,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 15 2010 Michel Salim - 0.9.3-1 +- Update to 0.9.3 + * Mon Jul 12 2010 Michel Salim - 0.9.2-2 - Add COPYING file to emacs-vala