- Update to 0.11.0

This commit is contained in:
Michel Alexandre Salim 2010-10-19 15:22:53 +02:00
parent 73b8ed6e5c
commit ab8bde9f2b
3 changed files with 13 additions and 12 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
vala-0.9.8.tar.bz2
/vala-0.10.0.tar.bz2
/vala-0.11.0.tar.bz2

View File

@ -1 +1 @@
1e38cdc951d2b43e49084a6d5ad19e9d vala-0.10.0.tar.bz2
55290a999b08734ff36e73fddfeeeda0 vala-0.11.0.tar.bz2

View File

@ -1,12 +1,8 @@
# breaks Colin Walters' automatic build script
# https://bugzilla.redhat.com/show_bug.cgi?id=609292
#global main_ver 0.10
%global api_ver 0.10
%global api_ver 0.12
Name: vala
Version: 0.10.0
Release: 2%{?dist}
Version: 0.11.0
Release: 1%{?dist}
Summary: A modern programming language for GNOME
Group: Development/Languages
@ -14,7 +10,10 @@ Group: Development/Languages
License: LGPLv2+ and BSD
URL: http://live.gnome.org/Vala
#VCS: git:git://git.gnome.org/vala
Source0: http://download.gnome.org/sources/vala/0.10/vala-%{version}.tar.bz2
# note: do not use a macro for directory name
# as it breaks Colin Walters' automatic build script
# see https://bugzilla.redhat.com/show_bug.cgi?id=609292
Source0: http://download.gnome.org/sources/vala/0.11/vala-%{version}.tar.bz2
Source1: vala-mode.el
Source2: vala-init.el
Source3: emacs-vala-COPYING
@ -186,7 +185,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_includedir}/vala-%{api_ver}
%{_libdir}/libvala-%{api_ver}.so
%{_libdir}/pkgconfig/vala-%{api_ver}.pc
%{_libdir}/pkgconfig/libvala-%{api_ver}.pc
# directory ownership satisfied by this chain:
# vala-devel R vala R gtk2-devel R automake
%{_datadir}/aclocal/vala.m4
@ -220,6 +219,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 19 2010 Michel Salim <salimma@fedoraproject.org> - 0.11.0-1
- Update to 0.11.0
* Wed Sep 29 2010 jkeating - 0.10.0-2
- Rebuilt for gcc bug 634757