[vala] - Update to 0.11.0

Michel Alexandre Salim salimma at fedoraproject.org
Tue Oct 19 13:23:00 UTC 2010


commit ab8bde9f2b1d80166408efb8033400d2881a6c5a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Oct 19 15:22:53 2010 +0200

    - Update to 0.11.0

 .gitignore |    3 +--
 sources    |    2 +-
 vala.spec  |   20 +++++++++++---------
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdbd928..a5b6fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-vala-0.9.8.tar.bz2
-/vala-0.10.0.tar.bz2
+/vala-0.11.0.tar.bz2
diff --git a/sources b/sources
index d307eee..242d257 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e38cdc951d2b43e49084a6d5ad19e9d  vala-0.10.0.tar.bz2
+55290a999b08734ff36e73fddfeeeda0  vala-0.11.0.tar.bz2
diff --git a/vala.spec b/vala.spec
index 650a3b1..c746264 100644
--- a/vala.spec
+++ b/vala.spec
@@ -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 at 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
 


More information about the scm-commits mailing list