rpms/vala/F-12 .cvsignore, 1.24, 1.25 sources, 1.24, 1.25 vala-mode.el, 1.1, 1.2 vala.spec, 1.42, 1.43

Peter Robinson pbrobinson at fedoraproject.org
Tue Nov 17 16:18:15 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/vala/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8762

Modified Files:
	.cvsignore sources vala-mode.el vala.spec 
Log Message:
- Update to 0.7.8


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-12/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	20 Aug 2009 21:26:18 -0000	1.24
+++ .cvsignore	17 Nov 2009 16:18:15 -0000	1.25
@@ -1 +1 @@
-vala-0.7.5.tar.bz2
+vala-0.7.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-12/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	20 Aug 2009 21:26:19 -0000	1.24
+++ sources	17 Nov 2009 16:18:15 -0000	1.25
@@ -1 +1 @@
-a102d582b2ac75b6bcdc5785683263fc  vala-0.7.5.tar.bz2
+accd0d350c6d6de7527a0a65c40f8be2  vala-0.7.8.tar.bz2


Index: vala-mode.el
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-12/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	17 Nov 2009 16:18:15 -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-12/vala.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- vala.spec	20 Aug 2009 21:26:19 -0000	1.42
+++ vala.spec	17 Nov 2009 16:18:15 -0000	1.43
@@ -14,7 +14,7 @@
 %endif
 
 Name:           vala
-Version:        0.7.5
+Version:        0.7.8
 Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
@@ -184,6 +184,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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
 




More information about the scm-commits mailing list