Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Fri Sep 9 11:56:34 CEST 2011.



--------
--- GNOME/vala/vala.changes     2011-07-06 18:23:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes      2011-09-05 
20:36:16.000000000 +0200
@@ -1,0 +2,28 @@
+Mon Sep  5 18:35:08 UTC 2011 - [email protected]
+
+- Add vala-markupparser-fix.patch: this fixes GMarkupParser
+  bindings, which enables a new fillmode-lombard to build.
+
+-------------------------------------------------------------------
+Mon Aug 22 17:25:01 CEST 2011 - [email protected]
+
+- Update to version 0.13.3:
+  + Switch pangocairo bindings to .gir.
+  + Bug fixes.
+
+-------------------------------------------------------------------
+Wed Aug 17 08:13:02 CEST 2011 - [email protected]
+
+- Update to version 0.13.2:
+  + Enable flow analysis for out parameters.
+  + Refactor attribute handling.
+  + Add gedit-3.0 bindings.
+  + Add gtksourceview-3.0 bindings.
+  + Add rest-0.7 bindings.
+  + Add vte-2.90 bindings.
+  + Switch clutter-1.0 bindings to .gir.
+  + Switch libgdata bindings to .gir.
+  + Switch libsoup bindings to .gir.
+  + Many bug fixes and binding updates.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  vala-0.13.1.tar.bz2

New:
----
  vala-0.13.3.tar.bz2
  vala-markupparser-fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vala.spec ++++++
--- /var/tmp/diff_new_pack.g8Nkho/_old  2011-09-09 11:56:28.000000000 +0200
+++ /var/tmp/diff_new_pack.g8Nkho/_new  2011-09-09 11:56:28.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           vala
-Version:        0.13.1
+Version:        0.13.3
 Release:        1
 %define         vala_version 0.14
 %define         vala_libversion 0_14
@@ -31,6 +31,8 @@
 Url:            http://live.gnome.org/Vala
 Group:          Development/Languages/Other
 Source0:        
http://download.gnome.org/sources/vala/0.13/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM vala-markupparser-fix.patch [email protected] -- Taken 
from git, fix GMarkupParser bindings
+Patch0:         vala-markupparser-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -50,7 +52,6 @@
 
 %package -n libvala-%{vala_libversion}-0
 
-
 License:        LGPLv2.0
 Summary:        Programming language for GNOME
 Group:          System/Libraries
@@ -63,7 +64,6 @@
 
 %package -n libvala-%{vala_libversion}-devel
 
-
 License:        LGPLv2.0
 Summary:        Programming language for GNOME
 Group:          Development/Libraries/Other
@@ -77,6 +77,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --with-pic --enable-vapigen

++++++ vala-0.13.1.tar.bz2 -> vala-0.13.3.tar.bz2 ++++++
++++ 612444 lines of diff (skipped)

++++++ vala-markupparser-fix.patch ++++++
commit d08d49653c727bae5a510f30e2e6a308ae937b1a
Author: Luca Bruno <[email protected]>
Date:   Wed Aug 24 18:27:05 2011 +0200

    glib-2.0: Fix MarkupParser bindings
    
    Fixes bug 657262.

diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 5965685..c46fd49 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3400,10 +3400,15 @@ namespace GLib {
        public delegate void MarkupParserErrorFunc (MarkupParseContext context, 
Error error);
        
        public struct MarkupParser {
+               [CCode (delegate_target = false)]
                public unowned MarkupParserStartElementFunc start_element;
+               [CCode (delegate_target = false)]
                public unowned MarkupParserEndElementFunc end_element;
+               [CCode (delegate_target = false)]
                public unowned MarkupParserTextFunc text;
+               [CCode (delegate_target = false)]
                public unowned MarkupParserPassthroughFunc passthrough;
+               [CCode (delegate_target = false)]
                public unowned MarkupParserErrorFunc error;
        }
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to