rpms/vala/F-11 .cvsignore, 1.23, 1.24 sources, 1.23, 1.24 vala-mode.el, 1.1, 1.2 vala.spec, 1.40, 1.41

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 11 15:09:11 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/vala/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12535

Modified Files:
	.cvsignore sources vala-mode.el vala.spec 
Log Message:
- Update to new major release 0.8.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-11/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	24 Aug 2009 20:49:30 -0000	1.23
+++ .cvsignore	11 Apr 2010 15:09:10 -0000	1.24
@@ -1 +1 @@
-vala-0.7.5.tar.bz2
+vala-0.8.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-11/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	24 Aug 2009 20:49:30 -0000	1.23
+++ sources	11 Apr 2010 15:09:10 -0000	1.24
@@ -1 +1 @@
-a102d582b2ac75b6bcdc5785683263fc  vala-0.7.5.tar.bz2
+36d7970325293059e05e21283f9d3ab2  vala-0.8.0.tar.bz2


Index: vala-mode.el
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-11/vala-mode.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vala-mode.el	15 Jul 2008 16:41:39 -0000	1.1
+++ vala-mode.el	11 Apr 2010 15:09:10 -0000	1.2
@@ -226,7 +226,8 @@
 (c-lang-defconst c-modifier-kwds
   vala '("public" "partial" "private" "const" "abstract"
 	 "protected" "ref" "in" "out" "static" "virtual"
-	 "override" "params" "internal"))
+	 "override" "params" "internal" "weak" "owned"
+	 "unowned"))
 
 ;; We don't use the protection level stuff because it breaks the
 ;; method indenting. Not sure why, though.
@@ -246,11 +247,11 @@
 
 ;; Sets up the enum to handle the list properly
 (c-lang-defconst c-brace-list-decl-kwds
-  vala '("enum"))
+  vala '("enum" "errordomain"))
 
 ;; We need to remove Java's package keyword
 (c-lang-defconst c-ref-list-kwds
-  vala '("using" "namespace"))
+  vala '("using" "namespace" "construct"))
 
 ;; Follow-on blocks that don't require a brace
 (c-lang-defconst c-block-stmt-2-kwds
@@ -389,7 +390,6 @@ Key bindings:
   (run-hooks 'vala-mode-hook)
   (c-update-modeline))
 
-
 (provide 'vala-mode)
 
 ;;; vala-mode.el ends here


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-11/vala.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- vala.spec	24 Aug 2009 20:49:30 -0000	1.40
+++ vala.spec	11 Apr 2010 15:09:11 -0000	1.41
@@ -14,7 +14,7 @@
 %endif
 
 Name:           vala
-Version:        0.7.5
+Version:        0.8.0
 Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
@@ -184,9 +184,27 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr  9 2010 Peter Robinson <pbrobinson at gmail.com> - 0.8.0-1
+- Update to new major release 0.8.0
+
+* Tue Mar  2 2010 Peter Robinson <pbrobinson at gmail.com> - 0.7.10-1
+- Update to 0.7.10
+
+* Tue Jan  5 2010 Peter Robinson <pbrobinson at gmail.com> - 0.7.9-1
+- Update to 0.7.9
+
+* Tue Nov 17 2009 Peter Robinson <pbrobinson at gmail.com> - 0.7.8-1
+- Update to 0.7.8
+
+* Sat Oct  3 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.7-1
+- Update to 0.7.7
+
 * Thu Aug 20 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.5-1
 - Update to 0.7.5
 
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Tue Jul 14 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.4-2
 - Patch broken ModuleInit attribute (upstream bug 587444)
 



More information about the scm-commits mailing list