vala-0.2.0

This commit is contained in:
Michel Alexandre Salim 2008-04-10 23:38:58 +00:00
parent 1ead0765d9
commit 6222e27163
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
vala-0.1.7.tar.bz2
vala-0.2.0.tar.bz2

View File

@ -1 +1 @@
40c4b55c2ee16993b25cd96d464a0f68 vala-0.1.7.tar.bz2
deeb28d6bbad4e46ebbf01c8332fe7d0 vala-0.2.0.tar.bz2

View File

@ -1,5 +1,5 @@
Name: vala
Version: 0.1.7
Version: 0.2.0
Release: 1%{?dist}
Summary: A modern programming language for GNOME
@ -7,7 +7,7 @@ Group: Development/Languages
# Most files are LGPLv2.1+, curses.vala is 2-clause BSD
License: LGPLv2+ and BSD
URL: http://live.gnome.org/Vala
Source0: http://download.gnome.org/sources/vala/0.1/vala-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/vala/0.2/vala-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel flex bison devhelp
@ -134,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Apr 10 2008 Michel Salim <salimma@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Wed Mar 5 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.7-1
- Update to 0.1.7
- -tool subpackage now requires gnome-common, intltool and libtoolize