commit vala for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-10-08 13:11:42

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.4249 (New)


Package is "vala"

Thu Oct  8 13:11:42 2020 rev:111 rq:839829 version:0.48.11

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-09-14 
12:13:20.696241852 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.4249/vala.changes  2020-10-08 
13:12:32.627191967 +0200
@@ -1,0 +2,20 @@
+Tue Sep 29 12:22:37 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.11:
+  + Various improvements and bug fixes:
+- codegen:
+  . The actual struct size is required for calloc (POSIX)
+  . Don't pass CCodeFunctionCall to NULL-aware free macro
+- g-i: Fix a couple of C compiler warnings
+- libvaladoc: Fix a couple of C compiler warnings
+- testrunner: Pass --enable-checking to increase coverage,
+  Filter external -0X flags to preserve current default -O0
+  + Bindings:
+- gstreamer: Update from 1.18.0+ git master
+- gtk4: Don't skip LayoutManager.create_layout_child()
+- gtk4: Update to 3.99.1+15b635d7
+- poppler-glib: Update to 20.09.0
+- vapi: Update GIR-based bindings
+- webkit2gtk-4.0: Update to 2.30.1
+
+---

Old:

  vala-0.48.10.tar.xz

New:

  vala-0.48.11.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.fv3v67/_old  2020-10-08 13:12:33.235192517 +0200
+++ /var/tmp/diff_new_pack.fv3v67/_new  2020-10-08 13:12:33.239192521 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 48
 Name:   vala
-Version:0.48.10
+Version:0.48.11
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.48.10.tar.xz -> vala-0.48.11.tar.xz ++
 4208 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-09-14 12:11:14

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.4249 (New)


Package is "vala"

Mon Sep 14 12:11:14 2020 rev:110 rq:833677 version:0.48.10

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-07-05 
01:11:28.367669907 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.4249/vala.changes  2020-09-14 
12:13:20.696241852 +0200
@@ -1,0 +2,128 @@
+Sat Sep  5 11:31:45 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.10:
+  + Various improvements and bug fixes:
+- tests: Don't rely on undefined use-after-free behaviour of
+  glibc
+- Add TraverseVisitor for traversing the tree with a callback
+- Force usage of temporary variables for "tainted" member
+  accesses
+- vala:
+  . Move transformation of unary increment/decrement to codegen
+  . Set parent_node for child nodes of lambda-expression
+  . Additionally break on ObjectCreationExpression in "tainted"
+check
+  . Add ObjectCreationExpression.to_string()
+- codegen: Don't append unreachable clean-up section of Block
+- codegen: Always include base_struct declaration if available
+- manual: Update from wiki.gnome.org
+- Don't use locale dependent string functions on syntax strings
+- girparser: Additionally fallback to "glib:type-name" to
+  retrieve the cname
+- libvaladoc/girimporter:
+  . Fallback to "name" for callback
+  . Fallback to "glib:type-name" for class, interface and
+record
+  . Improve parse_symbol_doc() and don't use parse_doc()
+  . Skip "attribute" elements
+- libvaladoc/gtkdoc-importer:
+  . Correctly retrieve "url" from "ulink" elements
+  . Don't let parse_block_taglet() return null
+  + Bindings:
+- gstreamer: Update from 1.17.2+ git master
+- gtk4: Update to 3.99.1
+- gtk4: Resolve a few conflicts of methods with virtual-methods
+- pango: Update from 1.46.0
+- webkit2gtk-4.0: Update to 2.29.91
+
+---
+Mon Aug 10 13:25:42 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 0.48.9:
+  + Regression and bug fixes:
+- codegen: Include header for base-symbols when connecting
+  vfuncs.
+- vala:
+  + Inherit CCode.returns_floating_reference attribute from
+base.
+  + Mark tranformed member-access as qualified.
+- girparser: Add support for string "feature_test_macro"
+  metadata.
+- Revert "girwriter: Use appropriate get_ccode_* functions".
+  + Bindings:
+- gio-unix-2.0: Fix "g_unix_mount_for" binding.
+- gio-2.0: Include "gio/gsettingsbackend.h" for
+  GLib.SettingsBackend members.
+- goocanvas-2.0: Fix some field ownerships and types.
+- gstreamer: Update from 1.17.2+ git master.
+- gtk4: Update to 3.99.0+358b698e.
+- pango: Update from 1.45.4+.
+- posix: Add missing "has_typedef" attribute for some
+  delegates.
+- posix: Declare WRDE_APPEND constant as public.
+- Drop vala-revert-girwriter-get_ccode.patch: fixed upstream.
+
+---
+Mon Aug 10 12:30:15 UTC 2020 - Dominique Leuenberger 
+
+- Add vala-revert-girwriter-get_ccode.patch: Revert "girwriter: Use
+  appropriate get_ccode_* functions"; fixes generation of Tracker's
+  .gir files used by gnome-music.
+
+---
+Fri Jul 31 11:28:18 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.8:
+  + Various improvements and bug fixes:
+- codegen:
+  . Handle "gtk_param_spec_expression" in get_param_spec()
+  . Properly compare string if binary-expression contains
+string-literal
+  . Inline allocated and constant arrays are never NULL
+  . Check param for null before using it
+  . Properly destroy elements of an inline struct array
+- vala:
+  . Avoid subsequent critical caused by invalid array type for
+constant
+  . Improve error handling of nested initializer lists
+  . Don't allow "resize" invocation on variable with unowned
+array type
+  . Property must be writable when invoking
+ReturnsModifiedPointer method
+  . Recursive check of assignment target to recognize constants
+  . Return copy of constant type in get_value_type_for_symbol()
+  . Handle parameter initializer without value-type
+  . Fully qualify member-access when using-directive was used
+to resolve
+  . Tranform instance member-access to a static one if possible
+  . Improve check of expression passed to yield
+  . Allow prototype access to signal with emitter
+  . Check error-type

commit vala for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-07-05 01:10:57

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.3060 (New)


Package is "vala"

Sun Jul  5 01:10:57 2020 rev:109 rq:818350 version:0.48.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-05-26 
17:14:34.191358506 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.3060/vala.changes  2020-07-05 
01:11:28.367669907 +0200
@@ -1,0 +2,44 @@
+Tue Jun 30 11:54:52 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 0.48.7:
+  + Various improvements and bug fixes:
+- codegen:
+  + Improve array-dup-wrapper for empty arrays.
+  + Don't call get_ccode_finish_instance() with non-async
+methods.
+  + Cast initializer-list to struct for non-constant/-array
+assignment.
+  + Consistently use get_ccode_lower_case_prefix() for function
+names.
+- vala:
+  + Correctly handle qualified struct type in initializer list.
+  + Reduce calls of CodeContext.get().
+  + Fix value-type for ArrayCreationExpression used as
+argument.
+  + Improve parameter check of "get" method used for foreach.
+  + Don't carry floating reference into unknown target type
+expression.
+- girparser: Actually respect given cprefix metadata for
+  enumerations.
+- girwriter: Append symbol-attributes to callback field.
+- parser: Avoid mitigation for missing token if it follows DOT
+  or DOUBLE_COLON.
+- libvaladoc/girimporter: Skip "function-macro" elements.
+- build: Update git-version-gen to latest upstream.
+- tests: Build typelib if g-ir-compiler is available.
+  + Bindings:
+- gstreamer-audio-1.0: Adjustments for Gst.Audio.Sink class
+  extension.
+- gstreamer: Update from 1.17.1+ git master.
+- gtk+-3.0: Deprecated abstract methods are not required to be
+  implemented.
+- gtk4: Prefix value names of PaintableFlags with "STATIC_".
+- gtk4: Mark optional methods of Gdk.Paintable interface as
+  virtual.
+- gtk4: Update to 3.98.5+fca2ba96.
+- harfbuzz-gobject: Update to 2.6.8.
+- pango: Update from 1.45.2.
+- webkit2gtk-4.0: Update to 2.29.2.
+- vapi: Update GIR-based bindings.
+
+---

Old:

  vala-0.48.6.tar.xz

New:

  vala-0.48.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.19mNCR/_old  2020-07-05 01:11:29.679674385 +0200
+++ /var/tmp/diff_new_pack.19mNCR/_new  2020-07-05 01:11:29.683674398 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 48
 Name:   vala
-Version:0.48.6
+Version:0.48.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.48.6.tar.xz -> vala-0.48.7.tar.xz ++
 24365 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-05-26 17:14:14

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.2738 (New)


Package is "vala"

Tue May 26 17:14:14 2020 rev:108 rq:807572 version:0.48.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-04-27 
23:28:54.382413932 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.2738/vala.changes  2020-05-26 
17:14:34.191358506 +0200
@@ -1,0 +2,32 @@
+Mon May 18 14:08:33 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.6:
+  + Regression and bug fixes:
+- codegen:
+  . Correctly handle cast-expression of real struct to nullable
+struct.
+  . Use loop index instead of get_ccode_pos() for ellipsis
+parameter.
+- vala:
+  . Allow node_ref being null in
+SemanticAnalyzer.get_instance_base_type().
+  . SemanticAnalyzer.get_instance_base_type() is not allowed to
+return null.
+  . params-array parameter is not allowed in abstract/virtual
+   method.
+  . Use stable hash for methods in HashMap of
+implicit_implementations and Use "str_equal" as equal_func
+for ArrayList instances.
+  . Set value_type of undefined member-access to avoid further
+criticals.
+  . Transform cast from floating-type to boxed-type.
+  . Transform cast from integer-type to boxed-type.
+  . Explicit "new" method may be incompatible with a posssible
+base method.
+- valadoc: Add implicit "Posix" using-directive for POSIX
+  profile.
+- girparser: Add support for boolean "new" argument for
+  methods.
+  + Bindings: gtk4: Update to 3.98.3+028942c8.
+
+---

Old:

  vala-0.48.5.tar.xz

New:

  vala-0.48.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.SDWEO3/_old  2020-05-26 17:14:34.855359946 +0200
+++ /var/tmp/diff_new_pack.SDWEO3/_new  2020-05-26 17:14:34.859359954 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 48
 Name:   vala
-Version:0.48.5
+Version:0.48.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.48.5.tar.xz -> vala-0.48.6.tar.xz ++
 16777 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-04-27 23:28:46

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.2738 (New)


Package is "vala"

Mon Apr 27 23:28:46 2020 rev:107 rq:796643 version:0.48.5

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-04-23 
18:28:25.667857034 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.2738/vala.changes  2020-04-27 
23:28:54.382413932 +0200
@@ -1,0 +2,63 @@
+Thu Apr 23 12:18:55 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.5:
+  + Regression and bug fixes:
+- Revert "vala: Set default_construction_method in
+  semantic-analyzer check if required".
+- tests: Fix make dist.
+
+---
+Tue Apr 21 12:45:28 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.4:
+  + Various improvements and bug fixes:
+- codegen:
+  . Fix binary 'in' operator on array with boxed value-typed
+needle
+  . Use get_value_*_function() in
+GSignalModule.generate_marshaller()
+  . Correctly handle signals returning real non-nullable struct
+  . Use specified indices to access multidimensional array
+constants
+  . Fix base-access to non-abstract/non-virtual properties
+  . Fix default of CCode.pos for parameters in async methods
+- vala:
+  . Set default_construction_method in semantic-analyzer check
+if required
+  . Fix cleaning of output in
+CodeContext.pkg_config_modversion()
+  . Don't use possibly uninitialized backing field of
+package_name
+  . Add SourceReference.contains() and
+SourceLocation.to_string()
+  . Check assigned handler of dynamic signal before proceeding
+further
+  . Don't perform version check on internal lambda method
+  . Perform version check for types of non-external variable
+declarations
+  . Quote symbol on report by version attribute check
+  . Ensure non-empty argument list for "disconnect" before
+accessing it
+- girparser:
+  . Move special handling for certain parameters to
+process_callable()
+  . Drop special handling of GLib.Data, GLib.PtrArray and
+GLib.String
+  . Improve detection of AsyncReadyCallback/AsyncResult
+parameters
+- parser: Handle incomplete expression statements
+  + Bindings:
+- gio-2.0: Add "async_result_pos" attributes to
+  *.call_with_unix_fd_list()
+- glib-2.0:
+  . Fix Filename.canonicalize() binding of
+g_canonicalize_filename
+  . Guard Pid.to_string() with GLIB_2_50 to deal with
+G_PID_FORMAT
+- gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal
+  with its method
+- gstreamer-1.0: Don't skip GST_*_FORMAT strings
+- gtk4: Update to 3.98.3
+- vapi: Update GIR-based bindings
+
+---
@@ -158,2 +221,2 @@
-  + Fix base-access check for compact classes.
-  + Don't ignore errors in Parameter and acknowledge them
+  . Fix base-access check for compact classes.
+  . Don't ignore errors in Parameter and acknowledge them

Old:

  vala-0.48.3.tar.xz

New:

  vala-0.48.5.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.bBkx5B/_old  2020-04-27 23:28:54.962415064 +0200
+++ /var/tmp/diff_new_pack.bBkx5B/_new  2020-04-27 23:28:54.962415064 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 48
 Name:   vala
-Version:0.48.3
+Version:0.48.5
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.48.3.tar.xz -> vala-0.48.5.tar.xz ++
 26132 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-04-23 18:28:17

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.2738 (New)


Package is "vala"

Thu Apr 23 18:28:17 2020 rev:106 rq:795254 version:0.48.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-03-30 
22:51:22.099771876 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.2738/vala.changes  2020-04-23 
18:28:25.667857034 +0200
@@ -1,0 +2,214 @@
+Mon Apr  6 16:28:39 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.3:
+  + Various improvements and bug fixes:
+- codegen:
+  . Append initializer for "_*_size_" of array field in
+internal struct
+  . Avoid critical trying to serialize an unsupported type to
+Variant
+  . Don't free value if property setter takes ownership
+  . Correct field declaration for captured inline-allocated
+array
+  . Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usage
+  . Correctly handle transformation of translated string-literal constants
+  . Don't pass CCodeCastExpression to NULL-aware free macro
+- vala:
+  . Support struct initializer list in non-constant array
+  . Handle unlock() statement in CodeWriter
+  . Handle all ctors and dtors in CodeWriter
+  . Consider boolean types are compatible with each other
+  . Parse standalone integer/real literals as expression
+statement
+  . Warn about usage of override to implement abstract
+interface methods
+  + Bindings:
+- gio-2.0: Update to 2.65.0~a136776e
+- gstreamer: Update from 1.17.0+ git master
+- gtk4: Update to 3.98.2+11495027.
+
+---
+Sat Mar 28 00:48:02 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.48.2:
+  + Various improvements and bug fixes:
+- vapigen: Define "GOBJECT" corresponding to set profile of
+  CodeContext
+- codegen:
+  . Reset outdated array _size_ variable after use as ref
+parameter
+  . Emit postconditions before free'ing local variables
+  . Correctly access captured parameter in precondition of
+method
+  . Use correctly typed array-length variable for
+property-getter
+  . Use correctly typed array-length variable for delegate
+invocation
+  . Inherit "array_length_type" from (base-)
+parameter/property/method
+  . Improve handling of "array_length_type" attribute
+  . Use memset to init inline-allocated array with non-constant
+size
+  . Initialize temp-var for property array length before
+calling getter
+  . Include "glib.h" for g_return_*() usage
+- vala:
+  . Use error() instead of Report.error() inside of
+CodeContext.get()
+  . Accept enum-values as length for inline allocated arrays
+  . Improve copy of required attributes from delegate to lamdba
+method
+  . Inherit lambda parameter attributes from delegate
+  . Inline-allocated array aren't instantiated with creation
+expression
+- valadoc: Create and register current Vala.CodeContext
+  properly
+- parser: Improve error message for invalid
+  ArrayCreationExpression
+- tests: Drop usage of "--main main" and avoid ambigious
+  entry-points
+- manual: Update from wiki.gnome.org
+  + Bindings:
+- Add cairo-gobject binding
+- cairo: Add missing type_id attributes guarded by GOBJECT
+  define
+- glib-2.0: Add binding for g_poll() [#924]
+- glib-2.0: Add binding for g_win32_ftruncate()
+- glib-2.0: Add missing IOChannel's win32 API
+- gio-2.0: Add binding for g_io_error_from_win32_error()
+- gstreamer: Update from 1.17.0+ git master
+- gtk4: Update to 3.98.1
+- posix: Add pathconf and fpathconf bindings
+- vapi: Update GIR-based bindings.
+
+---
+Sat Mar 28 00:48:01 UTC 2020 - bjorn@gmail.com
+
+- Update to version 0.48.1:
+  + Various improvements and bug fixes:
+- codegen:
+  . Replace hard-coded "gsize" with resolved "size_t"
+  . Add destroy of parameter in vfunc of delegate property
+setter
+  . Inherit "array" attributes from (base/-interface) property
+  . Inherit "delegate_target" from (base/-interface)
+parameter/property/method
+  . Actually respect "delegate_target" attribute of
+method/parameter
+  . Move ObjectTypeSymbol casting to GTypeModule
+  . Factor out GValueModule and GLibValue into a separate
+source-files
+  . Avoid symbol clashes with "va_*" from "stdarg.h"
+- vala:
+  . Fix search for Parameter.base_parameter
+  . Real struct-type without type_id c

commit vala for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-03-30 22:51:19

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.3160 (New)


Package is "vala"

Mon Mar 30 22:51:19 2020 rev:105 rq:789276 version:0.46.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2020-02-14 
16:23:41.603135901 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.3160/vala.changes  2020-03-30 
22:51:22.099771876 +0200
@@ -1,0 +2,72 @@
+Thu Mar 26 10:03:05 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.46.7:
+  + Various improvements and bug fixes:
+- codegen:
+  . Don't initialize stack-allocated array with local-constant
+length
+  . Add destroy of parameter in vfunc of delegate property
+setter
+  . Reset outdated array _size_ variable after use as ref
+parameter
+  . Emit postconditions before free'ing local variables
+  . Correctly access captured parameter in precondition of
+method
+  . Use memset to init inline-allocated array with non-constant
+size
+  . Initialize temp-var for property array length before
+calling getter
+  . Include "glib.h" for g_return_*() usage
+- vala:
+  . Properly set CodeNode.error when reporting an error
+  . Improve robustness of analyzer pass for language-servers
+  . Add local-variables to current scope regardless its error
+state
+  . Fix circular reference in Property/EnumValueType
+  - Report an internal error for unavailable context and bail
+  - Prevent possible stack-overflow in Class.is_subtype_of()
+  . Fix search for Parameter.base_parameter
+  . Use error() instead of Report.error() inside of
+CodeContext.get()
+  . Accept enum-values as length for inline allocated arrays
+  . Improve copy of required attributes from delegate to lamdba
+method
+  . Inherit lambda parameter attributes from delegate
+  . Inline-allocated array aren't instantiated with creation
+expression
+- Add missing CodeContext.pop() calls
+- girparser:
+  . Report a warning for conflicting class and instance methods
+  . Decrease return_array_length_idx for transformed function
+  - Delay adding of "GLib.Object" prerequisite to interfaces
+- vapigen: Define "GOBJECT" corresponding to set profile of
+  CodeContext
+- valadoc: Create and register current Vala.CodeContext
+  properly
+- parser: Improve error message for invalid
+  ArrayCreationExpression
+- testrunner: Pass G_DEBUG=fatal-warnings to invalid test
+- manual: Update from wiki.gnome.org
+  + Bindings:
+- Add cairo-gobject binding
+- Add harfbuzz-gobject binding
+- Add some fundamental deps files to improve --nostdpkg support
+- cairo: Add missing type_id attributes guarded by GOBJECT
+  define
+- glib-2.0: Add binding for g_poll()
+- glib-2.0: Add binding for g_win32_ftruncate()
+- glib-2.0: Add missing IOChannel's win32 API
+- glib-2.0: Add missing "type_id"/"has_type_id" attributes to
+  structs
+- glib-2.0: Memory profiling ("g_mem_*") is deprecated since
+  2.46
+- gio-2.0: Add binding for g_io_error_from_win32_error()
+- gtk+-3.0: Update to 3.24.14
+- gtk+-*.0,gtk4: Fix iter parameter of TextIter.order()
+- gtk4: Update to 3.98.0+410dbdf6
+- linux: Don't depend on GLib.Time when using POSIX profile
+- poppler-glib: Update to 0.85
+- posix: Add pathconf and fpathconf bindings
+- webkit2gtk-4.0: Update to 2.27.90
+
+---

Old:

  vala-0.46.6.tar.xz

New:

  vala-0.46.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vmECex/_old  2020-03-30 22:51:22.807772262 +0200
+++ /var/tmp/diff_new_pack.vmECex/_new  2020-03-30 22:51:22.811772265 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 46
 Name:   vala
-Version:0.46.6
+Version:0.46.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.46.6.tar.xz -> vala-0.46.7.tar.xz ++
 33976 lines of diff (skipped)




commit vala for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2020-02-14 16:23:40

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.26092 (New)


Package is "vala"

Fri Feb 14 16:23:40 2020 rev:104 rq:773505 version:0.46.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-11-24 
00:18:58.311156892 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.26092/vala.changes 2020-02-14 
16:23:41.603135901 +0100
@@ -1,0 +2,52 @@
+Sun Feb  9 16:34:50 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.46.6:
+  + Various improvements and bug fixes:
+- codegen:
+  . Fix precondition in creation method of structs
+  . Don't set implemenation of interface property to its own
+  . Use result value of assignment rather than its computation
+  . Cast instance parameter in member-initializer for
+base-properties
+  . Skip StructRegisterFunction for boolean/integer/floating
+types
+  . Handle different type-symbols in visit_base_access()
+  . Explicitly include header for length-type of arrays
+  . Explicitly include  as needed for null-literal
+- vala:
+  . VoidType is actually compatible with itself
+  . Keep formal_target_type on transform of
+method-call/object-creation
+  . Add a basic parameter check for [Print] methods
+  . Don't ignore inner errors in Block and acknowledge them
+further
+  . Don't report further errors if MemberInitializer.check()
+failed
+  . Improve error message for unsupported inner types and
+declarations
+  . Don't allow "va_list" as return-type or type of fields
+  . Check before accessing "name" of parent_symbol which might
+be null
+  . Allow to override base interface properties explicitly
+  . Always bail if there are semantic errors
+  . Fix base-access check for compact classes
+  . Improve detection of recursive struct declarations
+  . Inline allocated arrays require length or initializer
+  . Don't ignore errors in Parameter and acknowledge them
+further
+- parser: Implicit "main" method of main-block is public and
+  static
+- genie: Fix parser's inner state when a struct is declared
+  after a class
+- girparser: Apply explicitly given ctype metadata attributes
+  on callables
+- testrunner: Invalid tests and therefore expected failures
+  must return 1
+  + Bindings:
+- glib-2.0: Add to_string() for GLib.PollFd and GLib.Pid
+- gstreamer: Update from 1.17.0+ git master
+- gtk+-3.0: Update to 3.24.13+3822ac74
+- gtk4: Update to 3.96.0+4ab12ab7
+- webkit2gtk-4.0: Update to 2.27.4
+
+---

Old:

  vala-0.46.5.tar.xz

New:

  vala-0.46.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vjrkhe/_old  2020-02-14 16:23:42.679136485 +0100
+++ /var/tmp/diff_new_pack.vjrkhe/_new  2020-02-14 16:23:42.687136490 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 46
 Name:   vala
-Version:0.46.5
+Version:0.46.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.46.5.tar.xz -> vala-0.46.6.tar.xz ++
 21674 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-11-24 00:18:53

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.26869 (New)


Package is "vala"

Sun Nov 24 00:18:53 2019 rev:103 rq:749287 version:0.46.5

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-11-15 
22:30:41.616115018 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.26869/vala.changes 2019-11-24 
00:18:58.311156892 +0100
@@ -1,0 +2,14 @@
+Mon Nov 18 10:29:07 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.46.5:
+  + Regression and bug fixes:
+- codegen:
+  . Fix vfunc signature of delegate-typed property in interface
+  . Fix support of dynamic DBus methods
+- vala:
+  . Don't require constant initializer in fast-vapi
+  . Report error for async creation expression without yield
+  + Bindings: glib-2.0: Add "has_typedef = false" to custom
+MarkupParser*Func delegates
+
+---

Old:

  vala-0.46.4.tar.xz

New:

  vala-0.46.5.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.fBy1gw/_old  2019-11-24 00:18:59.095156973 +0100
+++ /var/tmp/diff_new_pack.fBy1gw/_new  2019-11-24 00:18:59.095156973 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 46
 Name:   vala
-Version:0.46.4
+Version:0.46.5
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.46.4.tar.xz -> vala-0.46.5.tar.xz ++
 16625 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-11-15 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-11-15 22:30:41

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.26869 (New)


Package is "vala"

Fri Nov 15 22:30:41 2019 rev:102 rq:747641 version:0.46.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-10-17 
12:57:15.437614104 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.26869/vala.changes 2019-11-15 
22:30:41.616115018 +0100
@@ -1,0 +2,54 @@
+Mon Nov 11 09:32:08 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.46.4:
+  + Various improvements and bug fixes:
+- codegen:
+  . Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable for
+base-access
+  . Fix setting of generic-type properties for gobject chain up
+  . Make type-parameter properties readable
+  . Reduce code duplications when generation base-access
+- vala:
+  . Warn when passing arrays to typeof(), except for "string[]"
+  . Don't falsely resolve binary-expression to bool
+  . Do not allow += for arrays with fixed length
+  . Infer array length of inline allocated arrays for fields
+  . Do not allow to .resize() on arrays with fixed length
+  . Do not allow to change .length of arrays with fixed length
+  . Improve error message for arrays as type arguments
+  . Improve error reporting for invalid interface prerequisites
+  . Write value of constants/enums in fast-vapi if constant
+only
+  . Restore DestroysInstance behaviour for non-compact classes
+- parser: `owned` is not allowed on Constants
+- girparser: Detect and replace "-" in parameter names
+- girwriter: Add readable="0"/private="1" attribute to
+  type-specific fields
+- gidl:
+  . Calculate size correctly, avoid use-after-free
+  . Avoid use of uninitialized "markup" warning
+  . Ignore flags like -mfpmath=sse, -msse or -msse2
+- valadoc:
+  . libvaladoc: Fix parameter and property ownership
+declarations
+  . Fix ownership declarations of Constants
+- pkg-config:
+  . vala: Add missing gmodule-2.0 to Requires.private of
+pkg-config file
+  . libvaladoc: Move gmodule-2.0 to Requires.private of
+pkg-config file
+  + Bindings:
+- glib-2.0: Guard against passing null source to
+  GLib.Memory.copy()
+- gio-2.0: Use custom TaskReadyCallback delegate in
+  Task.report*_error()
+- gstreamer: Update from 1.17.0+ git master
+- gtk+-3.0: Skip _MountOperationHandler* symbols
+- gtk4,gtk4-unix-print: Update to 3.96.0+ab407ba5
+- libusb-1.0: Don't depend on glib-2.0
+- libusb-1.0: Remove unused private "malloc" binding
+- linux: Add memfd_create(2)
+- posix: Bind some essential memory allocation functions
+- webkit2gtk-4.0: Update to 2.27.2
+
+---

Old:

  vala-0.46.3.tar.xz

New:

  vala-0.46.4.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.v5kLAi/_old  2019-11-15 22:30:42.160114779 +0100
+++ /var/tmp/diff_new_pack.v5kLAi/_new  2019-11-15 22:30:42.168114776 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 46
 Name:   vala
-Version:0.46.3
+Version:0.46.4
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.46.3.tar.xz -> vala-0.46.4.tar.xz ++
 43574 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-10-17 12:57:13

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.2352 (New)


Package is "vala"

Thu Oct 17 12:57:13 2019 rev:101 rq:736501 version:0.46.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-08-15 
12:25:03.094611412 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.2352/vala.changes  2019-10-17 
12:57:15.437614104 +0200
@@ -1,0 +2,239 @@
+Wed Oct  9 12:16:02 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.46.3:
+  + Various improvements and bug fixes:
+- codegen:
+  . Accept children after generating type specific declarations
+  . Preserve full access to delegate variables and its
+target/destroy cvalues
+  . Initialize delegate temp-var which is assigned by property
+getter
+  . Silence warning about copying if delegate doesn't carry its
+target
+  . Use gtype-boxed API for structs with "g_boxed_free"
+attribute
+- ccode: Implicitly register declaration for added
+  CCodeFunction
+- vala: Fix compatible/disposable check between structs and
+  their subtypes
+- vala: Don't issue a warning for non-public struct fields in
+  bindings
+- girparser: Add required copy/free attributes for gtype-boxed
+  structs and regenerate GIR-based bindings to pick up
+  copy/free attributes
+- docs: Mention requirement of autoconf-archive as
+  build-dependency
+- vapi: Perform syntax and semantic check for all bindings on
+  "make check"
+  + Bindings:
+- avahi-client: Fix "use of possibly unassigned parameter"
+  warnings
+- glib-2.0: Set default_value attribute for GLib.pointer
+- gnutls: Fix "use of possibly unassigned parameter" warnings
+- tokyocabinet: Fix deprecation warnings
+- xcb: Fix "missing return statement at end of subroutine body"
+  errors
+
+---
+Mon Sep 30 08:37:49 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.46.2:
+  + Various improvements and bug fixes:
+- vala:
+  . Report dedicated error message for params-array parameter
+mismatch.
+  . Output "params" qualifier of parameters.
+  . Allow to override virtual interface implementations.
+  . Perform stricter compatibility check for delegates.
+- codegen: Directly use "memmove()" while g_memmove() is
+  deprecated.
+- valadoc: Explicitly pass --pkg libgvc.
+- tests: Add more tests to increase coverage.
+  + Bindings:
+- gio-unix-2.0: Fix DesktopAppInfo.get_string(),
+  UnixFDMessage.steal_fds().
+- glib-2.0: DateTime.from_iso8601() can take a null TimeZone.
+- gobject-2.0: Some cherry-picking from GIR generated binding.
+- gstreamer: Update from 1.17.0+ git master.
+- gtk4: Update to 3.96.0+bcea9652.
+- gtk4: Constructors of Gtk.MediaFile needs to be static
+  functions.
+- sqlite3: Fix use of possibly unassigned parameter `errmsg'.
+
+---
+Thu Sep 19 18:52:03 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.46.1:
+  + Regression and bug fixes:
+- vala: Run FlowAnalyzer on all given source-files.
+- valadoc: Explicitly pass --pkg libvala@PACKAGE_SUFFIX@ as for
+  doclets/tests.
+  + Bindings:
+- gio-unix-2.0: Add UnixMountEntry.get_root_path() since 2.60.
+- gstreamer: Update from 1.17.0+ git master.
+- gtk4: Update to 3.96.0+97231ca2.
+- gtk+-3.0: Ownership mismatch of ColorButton.rgba
+  property-accessor.
+- vapi: Update GIR-based bindings.
+
+---
+Thu Sep 19 18:52:02 UTC 2019 - mgo...@suse.com
+
+- Update to version 0.46.0:
+  + Highlights:
+- Add boolean CodeContext.keep_going and corresponding
+  compiler option.
+  + Various improvements and bug fixes:
+- vala:
+  . Move find_parent_type_symbol/get_this_type() to
+SemanticAnalyzer
+  . Exclude nullable simple-type structs from gobject-property
+support.
+  . Reject unary operations on nullable
+integer/floating/boolean type.
+- codegen:
+  . Don't append unreachable clean-up section of Block.
+  . Don't cause double-free due append_local_free() in
+uncaught-errors.
+  . Don't unconditionally add/return internal "result" variable
+- codewriter: Write "weak" modifier for properties.
+- girparser: Improve evaluation of instance-parameter
+  information.
+  + Regenerate GIR-based bindings to pick up out/ref
+instance-parameters.
+- girparser/gidlparser: "value_owned = true" by default for
+  property types.
+- libvaladoc: Don't tr

commit vala for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-08-15 12:25:01

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.9556 (New)


Package is "vala"

Thu Aug 15 12:25:01 2019 rev:100 rq:721001 version:0.44.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-07-21 
11:30:56.672811761 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.9556/vala.changes  2019-08-15 
12:25:03.094611412 +0200
@@ -1,0 +2,27 @@
+Mon Aug  5 09:03:37 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.7:
+  + Various improvements and bug fixes:
+- vala:
+  . Fix mixup of target_glib_major/minor in
+set_target_glib_version().
+  . Implicit GValue cast requires GOBJECT profile.
+  . NoAccessorMethod checks require GOBJECT profile.
+  . 'construct' is not supported in POSIX profile.
+- codegen:
+  . Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with
+interfaces.
+  . Append line-break after G_DEFINE_AUTOPTR_CLEANUP_FUNC.
+  . Include required type-definition when casting from generic
+pointer.
+- girparser: Handle "function-macro" by skipping them.
+  + Bindings:
+- glib-2.0: Add MappedFile.from_fd constructor.
+- posix: Fix return-value of mknod() and c-include for
+  tcgetsid().
+- webkit2gtk-4.0: Fix
+  WebContext.initialize_notification_permissions().
+- x11: Fix return type of XInternAtoms and XGetAtomNames
+  bindings.
+
+---

Old:

  vala-0.44.6.tar.xz

New:

  vala-0.44.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vk77iO/_old  2019-08-15 12:25:03.890611213 +0200
+++ /var/tmp/diff_new_pack.vk77iO/_new  2019-08-15 12:25:03.894611212 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 44
 Name:   vala
-Version:0.44.6
+Version:0.44.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.44.6.tar.xz -> vala-0.44.7.tar.xz ++
 4885 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-07-21 11:30:55

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.4126 (New)


Package is "vala"

Sun Jul 21 11:30:55 2019 rev:99 rq:716272 version:0.44.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-06-24 
21:45:46.747755647 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.4126/vala.changes  2019-07-21 
11:30:56.672811761 +0200
@@ -1,0 +2,22 @@
+Tue Jul 16 17:38:44 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.6:
+  + Various improvements and bug fixes:
+- codegen:
+  . Real structs are allowed by simple generics and passed as
+reference.
+  . Assign GValue result of function calls to temp-var on
+copy_value.
+- build: Pass -no-undefined when linking libvalaccodegen.
+- tests: Null-terminate arrays for compatibility test of uint8
+  / uchar.
+  + Bindings:
+- glib-2.0: Add binding for g_strv_equal() (since 2.60).
+- glib-2.0: Bind strcmp0 as GLib.CompareFunc.
+- glib-2.0: Fix RecMutexLocker binding.
+- gtk4: Update to 3.96.0+b05d1676.
+- xtst: Fix signature of XTest.fake_relative_motion_event().
+- Bump vala_priority from 42 to 44, something we should have done
+  many micro versions ago.
+
+---

Old:

  vala-0.44.5.tar.xz

New:

  vala-0.44.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.pUbdGi/_old  2019-07-21 11:30:57.252811664 +0200
+++ /var/tmp/diff_new_pack.pUbdGi/_new  2019-07-21 11:30:57.252811664 +0200
@@ -21,9 +21,9 @@
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 42
+%define vala_priority 44
 Name:   vala
-Version:0.44.5
+Version:0.44.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.44.5.tar.xz -> vala-0.44.6.tar.xz ++
 12405 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-06-24 21:45:45

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.4615 (New)


Package is "vala"

Mon Jun 24 21:45:45 2019 rev:98 rq:710603 version:0.44.5

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-06-13 
22:37:05.488308301 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.4615/vala.changes  2019-06-24 
21:45:46.747755647 +0200
@@ -1,0 +2,15 @@
+Mon Jun 17 15:12:52 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.5:
+  + Various improvements and bug fixes:
+- Only warn about imcompatible type of external construct
+  property.
+- codegen: Use array_length of collection variable instead of
+  expression.
+- girparser: Skip 'attribute' elements.
+- girwriter: Report error on secondary top-level namespace.
+  + Bindings:
+- gtk+-3.0: Update to 3.24.9~18177388.
+- gtk4: Update to 3.96.0+8cfdd6c5.
+
+---

Old:

  vala-0.44.4.tar.xz

New:

  vala-0.44.5.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.iC0Qwz/_old  2019-06-24 21:45:47.723756384 +0200
+++ /var/tmp/diff_new_pack.iC0Qwz/_new  2019-06-24 21:45:47.727756387 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.44.4
+Version:0.44.5
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.44.4.tar.xz -> vala-0.44.5.tar.xz ++
 3782 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-06-13 22:37:03

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.4811 (New)


Package is "vala"

Thu Jun 13 22:37:03 2019 rev:97 rq:708125 version:0.44.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-05-03 
22:14:16.807727379 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.4811/vala.changes  2019-06-13 
22:37:05.488308301 +0200
@@ -1,0 +2,34 @@
+Wed Jun  5 21:47:37 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.4:
+  + Various improvements and bug fixes:
+- vala: No-accessor struct properties in GLib.Object class must
+  be owned.
+- codegen:
+  . Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbols.
+  . Move GObject property validity checks to SemanticAnalyzer.
+- parser: Multiple corrections for source-location of
+  code-nodes.
+- build: Pass some useful G_LOG_DOMAIN definitions.
+- girwriter:
+  . Mention that this file is generated and not meant to be
+modified.
+  . Properly resolve GLib.TypeInterface instead of hardcoding
+it.
+  . Multiple improvements and fixes for e.g. GType classes.
+- girparser: Add support for string "ctype" metadata.
+- When freeing local variables don't stop at "switch" on
+  "continue".
+- compiler: Add OptionFlags.NO_ARG to deprecated "--thread"
+  option.
+  + Bindings:
+- glib-2.0: Don't annotate dedicated GLib.assert_*() functions
+  with [Assert].
+- clutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size
+  as struct.
+- cogl-1.0: Fix out-params in
+  Cogl.get_modelview_matrix/projection_matrix/bitmasks.
+- gstreamer: Cherry-pick some fixes from 0.46.
+- gtk4: Update to 3.96.0+69016825.
+
+---

Old:

  vala-0.44.3.tar.xz

New:

  vala-0.44.4.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.x5WNG2/_old  2019-06-13 22:37:06.228308060 +0200
+++ /var/tmp/diff_new_pack.x5WNG2/_new  2019-06-13 22:37:06.228308060 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.44.3
+Version:0.44.4
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.44.3.tar.xz -> vala-0.44.4.tar.xz ++
 32311 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-05-03 22:14:15

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.5148 (New)


Package is "vala"

Fri May  3 22:14:15 2019 rev:96 rq:695742 version:0.44.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-03-08 
12:00:19.723965795 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.5148/vala.changes  2019-05-03 
22:14:16.807727379 +0200
@@ -1,0 +2,429 @@
+Wed Apr 10 10:26:56 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.3:
+  + Regression and bug fixes:
+- codegen: Always assign original variable when consuming
+  instance to destroy.
+- build: Require --with-cgraph configure flag when
+  cross-compiling.
+  + Bindings:
+- gdk-3.0,gtk+-3.0: Update from 3.24.7+.
+- gtk4: Update to 3.94.0+2594593d.
+- gstreamer: Update from 1.15.2+ git master.
+- pango: Fix StringBuilder parameter of scan_word().
+
+---
+Sun Mar 31 16:29:39 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.2:
+  + Various improvements and bug fixes:
+- ccodegen:
+  . Resolve generics in sizeof-expression of parameter
+initializer.
+  . Move implicit GValue cast for comparison to
+BinaryExpression.
+  . Use available *_unref functions in
+G_DEFINE_AUTOPTR_CLEANUP_FUNC.
+  . Move get_type_signature() to DataType.
+  . Move try_cast_variant_to_type() to
+GVariantModule.visit_cast_expression().
+  . Don't create special GArray clear-func for non-null
+structs.
+  . Implement silent-cast for GLib.Variant.
+- vala:
+  . Variadic parameters are not supported for async methods.
+  . Report error for unsupported operator instead of assertion.
+- girparser: Create correct output in
+  get_default_lower_case_suffix().
+- libvaladoc:
+  . Handle missing Content.List.Bullet.ORDERED in switch.
+  . Handle missing Run.Style.NONE in switch.
+- Add explicit "default: break;" statements for coverage of
+  enum-typed switch.
+  + Bindings:
+- glib-2.0: Don't annotate dedicated GLib.assert_*() with
+  [Assert].
+- gio-2.0: Revert enum-typed flags parameters in Socket API.
+- gobject-introspection-1.0: Fix TypeInfo and TypeTag method
+  references.
+- gstreamer: Update from 1.15.2+ git master.
+- gstreamer-1.0: Fix TypeFind and TypeFindFactory method
+  references.
+- gtk4: Update to 3.94.0+f273eca7.
+- vapi: Update GIR-based bindings.
+
+---
+Sun Mar 17 16:38:22 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.1:
+  + Various improvements and bug fixes:
+- Codegen:
+  . Use unsigned default value for flags-enum.
+  . Use guint to represent flags-enum in custom GMarshalFunc.
+- Move disconnect error from signal-module to
+  semantic-analyzer pass.
+- Mark defined constructors of abstract classes as protected.
+- parser: Implicit creation method of abstract classes must be
+  protected.
+- vala: Allow assignment of 0U to enum types.
+- libvaladoc: Don't try to create a Content.ListItem when there
+  is none.
+  + Bindings:
+- gio-2.0: SocketAddress.from_native() is a factory method not
+  a constructor.
+- glib-2.0: Add string.validate_len() since 2.60.
+- gstreamer: Update from 1.15.2+ git master.
+- gtk4: Update to 3.94.0+f14d998c.
+- libgvc: Some additions and ownership/return-type fixes.
+- vte-2.90: Mark as deprecated, it was replaced by vte-2.91.
+- vapi: Update GIR-based bindings.
+
+---
+Sat Mar  9 09:14:10 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.44.0:
+  + Various improvements and bug fixes:
+- parser: Adjust various source references.
+- vala: More regular invocations of check() on inferred
+  Expression.value_type.
+  + Bindings:
+- gstreamer: Update from 1.15.2+ git master.
+- gtk4: Update to 3.94.0+eacbeb9e.
+- vapi: Update GIR-based bindings.
+
+---
+Mon Mar  4 08:44:02 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.43.92:
+  + Various improvements and bug fixes:
+- codegen:
+  . Allow to associate CCodeFile to actual SourceFile.
+  . Only emit declaration of *_register_type if needed.
+  . Add get_variable_array_length_cname() and use as possible.
+  . Respect array_length_cname attribute for global fields.
+  . Replace gvaluecollector_h_needed with dedidated
+add_include() calls.
+  . Respect finish[_vfunc]_name attributes defined in vala
+sour

commit vala for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-03-08 12:00:16

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.28833 (New)


Package is "vala"

Fri Mar  8 12:00:16 2019 rev:95 rq:681424 version:0.42.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2019-01-26 
22:17:38.611087737 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.28833/vala.changes 2019-03-08 
12:00:19.723965795 +0100
@@ -1,0 +2,37 @@
+Mon Mar  4 08:40:36 UTC 2019 - Bjørn Lie 
+
+- Update to version 0.42.6:
+  + Various improvements and bug fixes:
+- codegen:
+  . Replace some unfortunate asserts with internal error
+reports.
+  . Properly handle and catch inner-error of finally-block.
+  . Pass lambda expression of variable initializer to signal
+connect.
+  . Respect array_length_cname attribute for global fields.
+- vala:
+  . Check inferred variable_type of LocalVariables.
+  . Parser doesn't ensure "protected" to be applied on
+TypeSymbol members.
+- girparser: Correctly set array_length_type for delegates
+  returning an array.
+- girwriter:
+  . Support transfer-ownership="container" for arrays.
+  . Always use get_gir_name() for TypeSymbols.
+- libvaladoc:
+  . Don't change the size of an array in-parameter.
+  . Properly support the output of async constructors.
+- valadoc: Report warning if resources for doclet could not be
+  copied.
+- g-i: Fix return value on error in start_discriminator().
+  + Bindings:
+- atk-1.0: Adjust for upstream revert of Implementor using
+  G_DEFINE_INTERFACE
+- clutter-1.0: Drop deprecated from Actor.pick().
+- gdk-3.0: Update to 3.24.4+a0129f55.
+- gtk+-unix-print-*.0: Fix PrintJob.get_page_ranges(),
+  Printer.get_hard_margins().
+- gobject-2.0: Add SignalHandler.disconnect_by_data().
+- poppler-glib: Update to 0.74.
+
+---

Old:

  vala-0.42.5.tar.xz

New:

  vala-0.42.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.ZEE0jG/_old  2019-03-08 12:00:21.275965532 +0100
+++ /var/tmp/diff_new_pack.ZEE0jG/_new  2019-03-08 12:00:21.319965525 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.42.5
+Version:0.42.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.42.5.tar.xz -> vala-0.42.6.tar.xz ++
 57262 lines of diff (skipped)




commit vala for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2019-01-26 22:17:37

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.28833 (New)


Package is "vala"

Sat Jan 26 22:17:37 2019 rev:94 rq:668297 version:0.42.5

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-12-27 
00:22:00.592024669 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.28833/vala.changes 2019-01-26 
22:17:38.611087737 +0100
@@ -1,0 +2,50 @@
+Tue Jan 22 11:34:20 UTC 2019 - bjorn@gmail.com
+
+- Update to version 0.42.5:
+  + Various improvements and bug fixes:
+- codegen:
+  . Use temp-var for MethodCall with out/ref arguments
+  . Use temp-vars for ellipsis out-arguments to fix memory
+management
+  . Add default_value for CType to initialize variables if
+needed
+  . Cast instance parameter for property access in
+object-initializer
+  . Don't check boolean values for (in)equality in GTask API
+  . Properly set annotations field of GDBus*Info struct to NULL
+  . Cast instance and result of g_async_initable_new_finish()
+call
+  . Use a parameter-map for creation of delegate declaration
+  . Emit struct declaration typedef before resolving its fields
+  . Don't apply address-of operator on literals when casting to
+array
+- vala: Report invalid instance member access to property
+- girparser: Async methods don't allow out-parameters before
+  in-parameters
+- libvaladoc: Build backing Vala.SourceFile for GIRs processed
+  by importer
+- libvaladoc/girimporter: Skip "source-position" elements
+- valadoc: Specify that the "--driver" option is deprecated
+- compiler: Report deprecated command-line option "--thread"
+- build: Don't leak libvalaccode symbols to libvaladoc
+- Add a basic CONTRIBUTING.md file that links to the relevant
+  Wiki page
+- tests: Fix try_parse() tests to not compare to already free'd
+  memory
+  + Bindings:
+- clutter-1.0: Fix BindingPool.override_action()
+- gdk-3.0,gtk+-3.0: Update to 3.24.3+9c8f1478
+- glib-2.0: Use correct array-length-type for returned arrays
+- gio-2.0: Fix File.replace_contents_bytes_async()
+- gobject-2.0: Minor syncing from GIR
+- gobject-2.0: Use correct array-length-type for returned
+  arrays
+- gstreamer: Update from 1.15+ git master
+- gtk+-4.0: Update to 3.94.0+9b15c690
+- javascriptcoregtk-4.0: Fix GLib.Callback parameters which
+  can't hold target
+- libsoup-2.4: Fix Message.add_*_handler()
+- sqlite3: Correct return C type of Statement.column_text &
+  Value.to_text
+
+---

Old:

  vala-0.42.4.tar.xz

New:

  vala-0.42.5.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.spw3yV/_old  2019-01-26 22:17:39.135087311 +0100
+++ /var/tmp/diff_new_pack.spw3yV/_new  2019-01-26 22:17:39.139087307 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.42.4
+Version:0.42.5
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.42.4.tar.xz -> vala-0.42.5.tar.xz ++
 32028 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-12-27 00:21:57

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.28833 (New)


Package is "vala"

Thu Dec 27 00:21:57 2018 rev:93 rq:660475 version:0.42.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-12-19 
13:47:51.047415474 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new.28833/vala.changes 2018-12-27 
00:22:00.592024669 +0100
@@ -1,0 +2,73 @@
+Thu Dec 20 18:35:52 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.42.4:
+  + Various improvements and bug fixes:
+- codegen:
+  . Fix method pointer cast if instance isn't at first position
+  . Transfer ownership of compact class to DestroysInstance
+method
+  . Add destroy function for GLib.Array
+  . Fix canonical string for quark of error domains
+  . Make sure to include declarations for delegate typed
+parameters
+  . Don't emit type_id for enum in non GOBJECT profile
+  . Don't emit unused temp variable for element access
+assignments
+  . Actually create method cast for base interface method as
+needed
+  . Mark needle parameter of internal array-contains methods as
+const
+  . Emit initializer for enum-value into wanted declaration
+space
+  . Add void to delegate typedef declarations without
+parameters
+  . Emit delegate/enum typedefs to type-declaration section
+  . Always emit constants with initializer-list
+  . Handle non-default AsyncResult parameter position
+- vala:
+  . Copy instance_pos argument from virtual/abstract base
+methods
+  . Compact classes don't allow private/class fields and to
+lock fields
+  . Use comment which was already retrieved in
+parse_declaration()
+  . Add missing re-check guards for Do/For/WhileStatement and
+SwitchLabel
+  . Type check for errors require an error expression
+  . Make check_arguments() more verbose and don't bail on first
+error
+  . Don't emit member access of assignments on static
+properties
+  . Use clearer error message for automatic properties in
+interfaces
+  . Break possible endless loop in
+SymbolResolver.get_type_for_struct()
+- girwriter: Write glib-type attributes for Enums/Structs with
+  type_id
+- girparser: Skip "source-position" elements and docs in
+  transparent union
+- valadoc:
+  . Match property signature with vala's codewriter
+  . Sort symbols and members where possible
+  . Actually assign type_id of Api.Structs
+  . Add type_id to Api.Enum/Interface
+  . Skip package dependency if target directory already exists
+  . Fix a few errors and warnings in stylesheet
+  . Adjust stylesheet to unbreak Epiphany
+- docs: Use Markdown for README and include build instructions
+- testrunner: Pass buildsystem's CC through to valac
+  + Bindings:
+- gio-2.0: Add missing File.new_build_filename()
+- glib-2.0: Add missing Array.set_clear_func() binding
+- glib-2.0: Avoid double-free in GLib.Array if clear_func is
+  set
+- glib-2.0: Add GLib.pointer aka gpointer binding
+- gobject-2.0: Attribute all symbols with cheader_filename =
+  "glib-object.h"
+- gobject-introspection-1.0: Pick up version attribute fixes
+- gdk-x11-3.0,gtk+-3.0: Update to 3.24.2+eb821cb8
+- gtk+-4.0: Update to 3.94.0+a99bd2a4
+- gstreamer: Update from 1.15+ git master
+- poppler-glib: Update to 0.71
+
+---

Old:

  vala-0.42.3.tar.xz

New:

  vala-0.42.4.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.aigYHQ/_old  2018-12-27 00:22:01.012024327 +0100
+++ /var/tmp/diff_new_pack.aigYHQ/_new  2018-12-27 00:22:01.016024324 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.42.3
+Version:0.42.4
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.42.3.tar.xz -> vala-0.42.4.tar.xz ++
 51797 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-12-19 13:47:39

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new.28833 (New)


Package is "vala"

Wed Dec 19 13:47:39 2018 rev:92 rq:657857 version:0.42.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-10-17 
08:13:54.991061386 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new.28833/vala.changes 2018-12-19 
13:47:51.047415474 +0100
@@ -1,0 +2,42 @@
+Wed Nov  7 18:30:09 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.42.3:
+  + Various improvements and bug fixes:
+- codegen:
+  . Initialize internal temp-variables used as reference
+parameter.
+  . Improve ccode for fixed-length array parameters.
+  . Fix regex literal compile flags.
+  . Add prototype for *_register_type() function.
+  . Don't emit *_free() of derived compact classes.
+  . Add prototype for *_new() of abstact compact classes.
+- girwriter: Fix ctype of out/ref and array parameters.
+- ccode: Fix typo and actually check "end_decls".
+- abstract syntax tree:
+  . Always analyze nodes after they are inserted into the AST.
+  . Add source_reference to local variable of catch-clause.
+  . Add missing replace_expression() implementations.
+  . Fix several construction/parenting issues.
+  . DataType for GLib.Error should be should resolved as
+ErrorType.
+- libvaladoc: Add "unlock" to keywords in Highligher.
+- posix:
+  . Add replacement for G_(BEGIN|END)_DECLS.
+  . Don't check for GLib.Variant casting.
+- testrunner: Reset $run_prefix before generating next test
+  script.
+- build: Unconditionally add conditional VALAFLAGS to make
+  bootstrap.
+- doc: Fix build of internal-api-docs.
+- manual: Update from wiki.gnome.org.
+  + Bindings:
+- glib-2.0: Computing length once is enough in
+  string.to_utf8()/splice().
+- glib-2.0: Add binding for g_test_add().
+- glib-2.0: Add array length to string.skip.
+- gio-2.0: Result of DBusMessage.get_header() is unowned.
+- gobject-2.0,gtk+-*.0: Fix some GLib.Value out/ref parameters.
+- gstreamer: Update from 1.15+ git master.
+- gtk+-4.0: Update to 3.94.0+b4b30b49.
+
+---

Old:

  vala-0.42.2.tar.xz

New:

  vala-0.42.3.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.B7QwOy/_old  2018-12-19 13:47:52.079414037 +0100
+++ /var/tmp/diff_new_pack.B7QwOy/_new  2018-12-19 13:47:52.079414037 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 42
 Name:   vala
-Version:0.42.2
+Version:0.42.3
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.42.2.tar.xz -> vala-0.42.3.tar.xz ++
 33694 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-10-17 08:13:51

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed Oct 17 08:13:51 2018 rev:91 rq:638496 version:0.42.2

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-08-28 
09:21:28.460272086 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-10-17 
08:13:54.991061386 +0200
@@ -1,0 +2,134 @@
+Wed Sep 26 14:47:41 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.42.2:
+  + Various improvements and bug fixes:
+- codewriter: Prepend "yield" if is_yield_expression is set on
+  MethodCall and ObjectCreationExpression.
+- codegen: Fix typo in is_pure_ccode_expression().
+- gobject-introspection: Fix use after free in scanner.
+- vala: Check if ArrayType supports its given element-type in
+  analyzer pass.
+- valadoc: Fix some string escaping which gettext complains
+  about.
+  + Bindings:
+- Update GIDL-based bindings to fix unsupported type-arguments.
+- glib-2.0: Add feature_test_macro details for Time struct's
+  methods.
+- glib-2.0: Set DateTime.now () to use local time zone as the
+  default.
+- gstreamer: Update from 1.15+ git master.
+- gtk+-4.0: Update to 3.94.0+d90e2733.
+- libxml-2.0: Add missing context parameter in
+  OutputWriteCallback.
+- x11: Add binding for XCreateSimpleWindow.
+- Changes from version 0.42.1:
+  + Various improvements and bug fixes: vapigen: Warn if the
+library argument doesn't match any package attribute.
+  + Bindings:
+- glib-2.0: Add some 2.58 symbols.
+- gtk+-4.0: Update to 3.94.0+f3e6d00d.
+- Add gnome-desktop-3.0 bindings.
+- Remove libgda-4.0, libgda-report-4.0 bindings.
+- Update GIR-based bindings.
+
+---
+Sat Sep  1 19:40:40 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.42.0:
+  + Bindings:
+- gstreamer: Update from 1.15+ git master.
+- webkit2gtk-4.0: Update to 2.21.92.
+- Update GIR-based bindings.
+
+---
+Mon Aug 20 19:43:54 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.41.92:
+  + Various improvements and bug fixes:
+- codegen:
+  . Fix floating reference regression with Variants.
+  . Call ref_sink on Object.new_valist/new_with_properties if
+needed.
+- build: Correctly quote square brackets in regular expression
+- vala: Don't bail early on property with not supported default
+  value.
+- manual: Update from wiki.gnome.org.
+  + Bindings:
+- glib-2.0:
+  . Add return-type of Queue.remove*(), add
+HashTable.foreach_steal().
+  . Add float.parse/try_parse().
+- gstreamer: Update from 1.15+ git master.
+- webkit2gtk-4.0: Update to 2.21.91.
+
+---
+Mon Aug 20 18:43:54 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.41.91:
+  + Various bug fixes:
+- codegen:
+  . Call ref_sink on objects passed to generic type.
+  . Free errors after returning them on GDBusMethodInvocation.
+- girparser: Actually resolve type-arguments to be able to box
+  them if needed.
+- vala: Add consts/methods to retrieve and check library
+  version.
+  + Bindings:
+- glib-2.0: Add Array.remove*() wrapper to avoid leaking
+  generic elements.
+- glib-2.0: Add (u)long.parse/try_parse().
+- gstreamer: Update from 1.15+ git master.
+- gtk+-3.0: Update to 3.23.2+6b6e53fd.
+- gtk+-4.0: Update to 3.94.0+4e868584.
+
+---
+Mon Aug 20 17:43:54 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.41.90:
+  + Highlights:
+- Reintroduce POSIX profile
+- parser: Add support for explicit "unlock" syntax.
+- vala: Support anonymous definitions of delegates in bindings.
+- codegen:
+  . Support automatic properties as GtkChild.
+  . Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify =
+false".
+  . Drop support for non-auto property initializer in gobjects.
+  . Avoid using deprecated "g_type_class_add_private".
+  + Various bug fixes:
+- analyzer: Break cyclic references of BasicBlock.
+- codegen:
+  . Don't apply ref_sink_function if target_type is
+floating_reference.
+  . Fix invocation of abstract/virtual methods with NoWrapper
+in compact classes.
+  . Don't include the full absolute path in line directives.
+  . Add source_reference to unsupported floating reference
+error.
+- libvaladoc: Replace void* with corresponding Vala A

commit vala for openSUSE:Factory

2018-08-28 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-08-28 09:21:15

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Tue Aug 28 09:21:15 2018 rev:90 rq:630522 version:0.40.9

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-07-19 
22:48:56.667160313 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-08-28 
09:21:28.460272086 +0200
@@ -1,0 +2,27 @@
+Mon Aug 20 09:43:54 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.9:
+  + Various improvements and bug fixes:
+- girparser:
+  . Actually resolve type-arguments to be able to box them if
+needed.
+  . Handle unsupported aliases which could not be fully
+processed.
+- codegen:
+  . Free errors after returning them on GDBusMethodInvocation.
+  . Fix invocation of abstract/virtual methods with NoWrapper
+in compact classes.
+- vala: Allow read-only properties.
+- manual: Update from wiki.gnome.org.
+  + Bindings:
+- glib-2.0:
+  . Add Array.remove*() wrapper to avoid leaking generic
+elements.
+  . Add (u)long.parse/try_parse() and float.parse/try_parse().
+  . Add return-type of Queue.remove*(), add
+HashTable.foreach_steal().
+- gtk+-3.0: Update to 3.23.2+6b6e53fd.
+- gtk+-4.0: Update to 3.94.0+4e868584.
+- webkit2gtk-4.0: Update to 2.20.5.
+
+---

Old:

  vala-0.40.8.tar.xz

New:

  vala-0.40.9.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Aj90tJ/_old  2018-08-28 09:21:28.976273695 +0200
+++ /var/tmp/diff_new_pack.Aj90tJ/_new  2018-08-28 09:21:28.976273695 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.8
+Version:0.40.9
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.8.tar.xz -> vala-0.40.9.tar.xz ++
 12471 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-07-19 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-07-19 22:48:52

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu Jul 19 22:48:52 2018 rev:89 rq:623616 version:0.40.8

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-06-28 
15:10:01.559966430 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-07-19 
22:48:56.667160313 +0200
@@ -1,0 +2,28 @@
+Mon Jul 16 18:17:34 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.8:
+  + Various improvements and bug fixes:
+- Fix links in the Manual.
+- libvaladoc: Change link to Valadoc wiki page for HTML doclet.
+- valadoc: Use HTML5 doctype in HTML doclet.
+- codegen: Let methods return -1 on error by default if
+  possible.
+- Allow TypeModule subclasses as parameter-type in
+  module-init-method.
+- girparser: Allow changing the type of constants using
+  metadata.
+- girwriter: Add boolean GIR visible attribute to allow
+  skipping symbols.
+- vala: Report error for error-domains without any code.
+- parser: Accept "empty" enums/error-domains.
+- codewriter: Output bodies of code-blocks if in VAPIGEN mode.
+  + Bindings:
+- gobject-2.0: Add lower_case_csuffix attributes to Type*
+  symbols.
+- gdk-3.0,gtk+-3.0: Update to 3.23.0+df045423.
+- gio-2.0: Add custom IOError.from_errno() to make it work as
+  expected.
+- gtk+-4.0: Update to 3.94.0+bf5f27c6.
+- gstreamer-rtsp-server-1.0: Update from 1.14+ git master.
+
+---

Old:

  vala-0.40.7.tar.xz

New:

  vala-0.40.8.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.BkZzD5/_old  2018-07-19 22:48:57.419157859 +0200
+++ /var/tmp/diff_new_pack.BkZzD5/_new  2018-07-19 22:48:57.423157847 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.7
+Version:0.40.8
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.7.tar.xz -> vala-0.40.8.tar.xz ++
 6055 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-06-28 15:09:56

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu Jun 28 15:09:56 2018 rev:88 rq:618696 version:0.40.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-06-02 
11:54:20.535171781 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-06-28 
15:10:01.559966430 +0200
@@ -1,0 +2,46 @@
+Thu Jun 21 22:11:57 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.7:
+  + Various improvements and bug fixes:
+- Update bugtracker links to
+  https://gitlab.gnome.org/GNOME/vala/issues.
+- codegen:
+  . Handle delegate_target attribute of fields.
+  . Free generic elements of glib collections.
+  . Fix warning for source_funcs parameter of g_source_new().
+  . Actually treat GLib.Source as compact class.
+  . Custom abstract methods of GLib.Source are handled
+differently.
+  . Consistently use gpointer for delegate targets.
+  . Unify some delegate-type check patterns.
+  . Use default_init instead of base_init when registering
+interfaces.
+- girparser: Add support for bool delegate_target.
+- girwriter:
+  . Output deprecated="1".
+  . Construct-only properties don't have a setter method.
+  . Don't write any custom attributes.
+- valadoc: Fix TreeBuilder.create_array() for stacked Arrays.
+  + Bindings:
+- glib-2.0:
+  . Do not mark simple-type out-parameters as nullable.
+  . Make Source.attach() use the default MainContext by
+default.
+  . Make Bytes.slice() use the memory-efficient
+Bytes.from_bytes().
+  . Fix Bytes.with_free_func().
+- gio-2.0:
+  . Mark ActionEntry.parameter_type/state fields as nullable.
+  . Delegate fields of DBus*VTable do not have implicit target
+fields.
+  . Apply delegate_target = false on ActionEntry callbacks and
+make them weak.
+- Add default to all io_priority parameters.
+- gstreamer: Cherry-pick some fixes from 0.42, add
+  gst-editing-services-1.0.
+- gtk+-3.0: Update to 3.22.30+9ac7f906.
+- gtk+-4.0: Update to 3.93.0+29fee2e8.
+- webkit2gtk-4.0: Update to 2.21.4.
+- Update GIR-based bindings.
+
+---

Old:

  vala-0.40.6.tar.xz

New:

  vala-0.40.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.b0s6hE/_old  2018-06-28 15:10:02.171965305 +0200
+++ /var/tmp/diff_new_pack.b0s6hE/_new  2018-06-28 15:10:02.171965305 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.6
+Version:0.40.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.6.tar.xz -> vala-0.40.7.tar.xz ++
 37638 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-06-02 11:54:16

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Sat Jun  2 11:54:16 2018 rev:87 rq:612853 version:0.40.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-04-19 
15:25:56.755727517 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-06-02 
11:54:20.535171781 +0200
@@ -1,0 +2,50 @@
+Mon May 21 22:19:39 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.6:
+  + Regression fix:
+- codegen: Avoid critical for array in-parameters with custom
+  length-type.
+- tests: Drop assert which is failing on big-endian archs.
+- Changes from version 0.40.5:
+  + Various improvements and bug fixes:
+- Warn if --gir is used without --library (bgo#708693).
+- Report an error if rank attribute is required but was not
+  found (bgo#660991).
+- scanner:
+  . Accept \R and \N escape sequences in regex literals
+(bgo#749576).
+  . Accept backreferences \1 through \99 in regex literals
+(bgo#728574).
+- codegen:
+  . Avoid critical in get_basic_type_info() when there is no
+signature (bgo#729517).
+  . Fix serializing multidimensional arrays (bgo#735437).
+  . Guard get_default_ref_sink_function() against null
+base-class.
+  . Respect cname ccode-attribute of lockable fields.
+  . Fix casting of length for "ref" array parameters.
+- codewriter: Add 'new' to symbols if needed to match the
+  original source (bgo#614686).
+- girparser: Deal with missing "name" attribute by falling back
+  on "c:type".
+- girwriter:
+  . Drop errornous indent.
+  . Properly output variadic methods and use
+introspectable="0".
+- genie:
+  . Add support for the \v escape character (bgo#664689).
+  . Add support for the \u escape sequence.
+  + Bindings:
+- glib-2.0: Fix IConv.iconv() (bgo#634753).
+- gobject-2.0: Make constructor of ParamSpecBoxed public.
+- gstreamer: Cherry-pick some fixes from 0.42.
+- gtk+-3.0: Update to 3.22.30+21fddc39.
+- gtk+-4.0: Update to 3.93.0+3a860719.
+- javascriptcoregtk-4.0: buffer of String.get_utf8_cstring() is
+  not "ref" (bgo#788113).
+- posix: Add missing cname = "int" to Posix.Signal enum.
+- sqlite3: Add additional constants for flags of
+  Database.open_v2() (bgo#795627).
+- webkit2gtk-4.0: Cherry-pick some fixes from 0.42.
+
+---

Old:

  vala-0.40.4.tar.xz

New:

  vala-0.40.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.4vUF5x/_old  2018-06-02 11:54:23.075078618 +0200
+++ /var/tmp/diff_new_pack.4vUF5x/_new  2018-06-02 11:54:23.079078472 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.4
+Version:0.40.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.4.tar.xz -> vala-0.40.6.tar.xz ++
 14907 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-04-19 15:25:55

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu Apr 19 15:25:55 2018 rev:86 rq:596946 version:0.40.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-04-05 
15:30:56.381676484 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-04-19 
15:25:56.755727517 +0200
@@ -1,0 +2,30 @@
+Mon Apr 16 08:25:40 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.4:
+  + Various improvements and bug fixes: girparser: Add support for
+NoAccessorMethod metadata.
+  + Bindings:
+- glib-2.0: Mark str parameter of Variant.take_string() as
+  owned.
+- gstreamer: Update from 1.15+ git master.
+- gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties
+  (Regression in gtk+-3.0).
+- gtk+-4.0: Update to 3.93.0+fc6018f1.
+- json-glib-1.0: Mark return-type of gvariant_deserialize*() as
+  nullable.
+- webkit2gtk-4.0: Update to 2.20.1.
+
+---
+Mon Apr  9 09:59:38 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.3:
+  + Various bug fixes: vala: Fix return-type of
+BasicBlock.get_successors().
+  + Bindings:
+- gstreamer: Update from 1.15+ git master.
+- gtk+-3.0: Fix regression of StatusIcon.position_menu()
+  (bgo#891629).
+- gtk+-4.0: Update to 3.93.0+ff738269
+- libgsf-1: Update to 1.14.42+ (bgo#794777).
+
+---

Old:

  vala-0.40.2.tar.xz

New:

  vala-0.40.4.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.0bQ3rO/_old  2018-04-19 15:25:57.503697112 +0200
+++ /var/tmp/diff_new_pack.0bQ3rO/_new  2018-04-19 15:25:57.511696787 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.2
+Version:0.40.4
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.2.tar.xz -> vala-0.40.4.tar.xz ++
 3857 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-04-05 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-04-05 15:30:51

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu Apr  5 15:30:51 2018 rev:85 rq:592856 version:0.40.2

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-03-30 
11:56:54.484546993 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-04-05 
15:30:56.381676484 +0200
@@ -1,0 +2,13 @@
+Fri Mar 30 11:31:13 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.2:
+  + Various bug fixes: gdbus: Fix missing declaration of _fd_list
+for async methods (bgo#794566).
+  + Bindings:
+- glib-2.0: Use g_value_*et_schar instead of deprecated
+  g_value_*et_char
+- gobject-2.0: Add ParamSpecGType.
+- gtk+-*.0: Hide dedicated constructors of compact classes
+  bound as structs (bgo#794733).
+
+---

Old:

  vala-0.40.1.tar.xz

New:

  vala-0.40.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.P9AZKv/_old  2018-04-05 15:30:57.509635716 +0200
+++ /var/tmp/diff_new_pack.P9AZKv/_new  2018-04-05 15:30:57.513635571 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.1
+Version:0.40.2
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.1.tar.xz -> vala-0.40.2.tar.xz ++
 2873 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-03-30 11:56:49

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Fri Mar 30 11:56:49 2018 rev:84 rq:592265 version:0.40.1

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-03-14 
19:27:26.797901775 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-03-30 
11:56:54.484546993 +0200
@@ -1,0 +2,31 @@
+Mon Mar 26 22:26:36 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.40.1:
+  + Various bug fixes:
+- codegen:
+  . Don't add target fields for captured delegates without
+target.
+  . Don't add length fields for captured fixed-length array
+variables.
+- valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40
+  series.
+  + Bindings:
+- Add libgeoclue-2.0 bindings (bgo#794376).
+- gobject-2.0: Cherry-pick some changes from 0.42.
+- gdk-3.0,gtk+-3.0: Update to 3.22.29.
+- gtk+-4.0: Update to 3.93.0+433517fd.
+- gtk+-*.0: Fix iter parameter of
+  TextView.backward*/forward*/move_visually() (bgo#794345).
+- gstreamer-1.0: Update to 1.13.91 and add gstreamer-webrtc-1.0
+  bindings.
+- libgsf-1: Switch to GIR and update to 1.14.42.
+- linux: Add various symbols.
+- posix:
+  . Add various symbols.
+  . Include sys/sysmacros.h for major(), minor() and makedev()
+(bgo#794651).
+- webkit-1.0: Update to 2.4.11.
+- webkit2gtk-4.0: Update to 2.20.0.
+- Update GIR-based bindings.
+
+---

Old:

  vala-0.40.0.tar.xz

New:

  vala-0.40.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.mEOxsJ/_old  2018-03-30 11:56:54.968529490 +0200
+++ /var/tmp/diff_new_pack.mEOxsJ/_new  2018-03-30 11:56:54.972529345 +0200
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 40
 Name:   vala
-Version:0.40.0
+Version:0.40.1
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.1-or-later

++ vala-0.40.0.tar.xz -> vala-0.40.1.tar.xz ++
 12115 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-03-14 19:27:25

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed Mar 14 19:27:25 2018 rev:83 rq:586189 version:0.40.0

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-02-18 
11:37:44.875543695 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-03-14 
19:27:26.797901775 +0100
@@ -1,0 +2,249 @@
+Sun Mar 11 23:45:49 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 0.40.0:
+  + Bug fix: compiler: Fix critical when vala is called without run
+args (bgo#793657).
+  + Bindings:
+- alsa: Add the major part of the ALSA Sequencer API
+  (bgo#763127);
+- gstreamer-1.0: Update to 1.13.90;
+- gtk+-4.0: Update to 3.93.0+527d265b;
+- linux: Add various symbols;
+- posix: Add various symbols (bgo#663633);
+- Update GIR-based bindings.
+
+---
+Wed Feb 28 16:40:43 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Tue Feb 27 14:35:35 UTC 2018 - dims...@opensuse.org
+
+- Update to version 0.39.92:
+  + Highlights: Add support for feature test macros (bgol#793444).
+  + Various bug fixes:
+- codegen:
+  . Use pointers when accessing constant multi-dimensional
+arrays (bgo#604371).
+  . Add valid support for const multi-dimensional arrays
+(bgo#604371).
+  . Don't append fixed-length of array fields in initializers.
+  . Add source_reference to some store_local/_field() calls.
+- Properly handle array-initializers inside struct-initializers
+  (bgo#622178).
+- The rank of an array-initializer should match the target's
+  rank (bgo#744923).
+- Make SemanticAnalyzer.check_arguments() independent of
+  context.
+- Check with same rules for dbus compatibility as in GBusModule
+  (bgo#793859).
+- Fix recursive declaration in generic base type (bgo#688732).
+- Prevent WITH_CGRAPH conditional having an impact on generated
+  sources.
+- Update manual from wiki.gnome.org.
+  + Bindings:
+- glib-2.0, posix: Add feature test macro _GNU_SOURCE for
+  pow10(3), pow10f(3), exp10(3) and exp10f(3) (bgo#614788).
+- gstreamer-1.0: Update from 1.13.1+ git master.
+- linux: Add dup3 (bgo#729803)..
+- linux: Add feature_test_macros to non-POSIX file control
+  constants and dup3.
+- posix: Fix sig*set and sigprocmask parameters to be out/ref
+  (bgo#727425).
+- posix: Add feature_test_macro _GNU_SOURCE to sighandler_t
+  (bgo#761975).
+- libgnome-menu-3.0: Add deps file.
+- Update GIR-based bindings.
+
+---
+Fri Feb 16 11:38:19 UTC 2018 - dims...@opensuse.org
+
+- Update to version 0.39.91:
+  + Various bug fixes:
+- Fix GDestroyNotify of delegate parameters in delegate
+  declaration (bgo#639059).
+- Avoid critical when connecting dynamic signals.
+- valac: Always use the given "pkg-config" and respect
+  PKG_CONFIG envar.
+- compiler: Prefix headers for set_cheader_override() if
+  includedir is given (bgo#793299).
+- vala: Issue a warning on DBus methods which are not throwing
+  an Error.
+- Don't warn about unused internal methods which are meant to
+  be visible on DBus (bgo#593902).
+- Don't install vapicheck (bgo#793370).
+  + Bindings:
+- glib-2.0: Add KeyFile.get_locale_for_key().
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-4.0: Update to 3.93.0+d07b14f4.
+- purple: Update to 2.12.0.
+- Update GIR-based bindings.
+
+---
+Fri Feb 16 03:39:07 UTC 2018 - dims...@opensuse.org
+
+- Update to version 0.39.7:
+  + Regression fix: codegen: Don't try to infer error argument on
+async begin methods (bgo#793158). This was a regression
+introduced by bgo#614294.
+- Changes from version 0.39.6:
+  + Add --abi-stability option for ABI stability of libraries
+(bgo#789069).
+  + Various bug fixes:
+- girparser:
+  . Set NoAccessorMethod for non-readable and construct-only
+properties.
+  . Ignore conflicting closure/destroy indexes.
+  . Don't accept methods as property-accessor which throw
+errors (bgo#792998).
+- codegen:
+  . Infer error parameter from abstract/virtual base methods
+(bgo#614294).
+  . Internally generated delegates don't require a typedef
+(bgo#787521).
+  . Fix return-type for cancelled async creation methods of
+classes (bgo#792942).
+  . Use

commit vala for openSUSE:Factory

2018-02-18 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-02-18 11:37:44

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Sun Feb 18 11:37:44 2018 rev:82 rq:577076 version:0.38.8

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-02-07 
18:38:16.417007191 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-02-18 
11:37:44.875543695 +0100
@@ -1,0 +2,21 @@
+Thu Feb 15 12:52:27 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.38.8:
+  + Various bug fixes:
+- Fix GDestroyNotify of delegate parameters in delegate
+  declaration (bgo#639059).
+- Avoid critical when connecting dynamic signals.
+- compiler: Prefix headers for set_cheader_override() if
+  includedir is given (bgo#793299).
+- Don't warn about unused internal methods which are meant to
+  be visible on DBus (bgo#593902).
+- libvaladoc: Prevent WITH_CGRAPH conditional having an impact
+  on generated sources.
+  + Bindings:
+- gio-2.0: Cherry-pick some DBusProxy fixes from 0.40.
+- gstreamer-1.0: Update from 1.13+ git master.
+- gdk-3.0,gtk+-3.0: Update to 3.22.27.
+- Update vala_priority define to 38, something we should have done
+  when stable 0.38.0 was released.
+
+---

Old:

  vala-0.38.7.tar.xz

New:

  vala-0.38.8.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.A2o7uW/_old  2018-02-18 11:37:47.527448502 +0100
+++ /var/tmp/diff_new_pack.A2o7uW/_new  2018-02-18 11:37:47.531448358 +0100
@@ -21,9 +21,9 @@
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 36
+%define vala_priority 38
 Name:   vala
-Version:0.38.7
+Version:0.38.8
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0

++ vala-0.38.7.tar.xz -> vala-0.38.8.tar.xz ++
 3968 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-02-07 18:38:15

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed Feb  7 18:38:15 2018 rev:81 rq:572945 version:0.38.7

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-02-03 
15:38:47.955749338 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-02-07 
18:38:16.417007191 +0100
@@ -1,0 +2,8 @@
+Sun Feb  4 14:11:55 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.38.7:
+  + Regression fix: codegen: Don't try to infer error argument on
+async begin methods (bgo#793158). This was a regression
+introduced by (bgo#614294).
+
+---

Old:

  vala-0.38.6.tar.xz

New:

  vala-0.38.7.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.1mqRfd/_old  2018-02-07 18:38:17.056977211 +0100
+++ /var/tmp/diff_new_pack.1mqRfd/_new  2018-02-07 18:38:17.060977023 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.6
+Version:0.38.7
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0

++ vala-0.38.6.tar.xz -> vala-0.38.7.tar.xz ++
 3418 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-02-03 15:38:46

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Sat Feb  3 15:38:46 2018 rev:80 rq:572082 version:0.38.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-01-26 
13:35:27.848603320 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-02-03 
15:38:47.955749338 +0100
@@ -1,0 +2,23 @@
+Wed Jan 31 10:54:35 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.38.6:
+  + Various bug fixes:
+- girparser:
+  . Set NoAccessorMethod for non-readable and construct-only
+properties.
+  . Ignore conflicting closure/destroy indexes.
+  . Don't accept methods as property-accessor which throw
+errors (bgo#792998).
+- codegen:
+  . Infer error parameter from abstract/virtual base methods
+(bgo#614294).
+  . Fix return-type for cancelled async creation methods of
+classes (bgo#792942).
+- vala: Variadic constructors without a real first parameter
+  are not allowed.
+- libvaladoc: Keep bootstrap-support with valac >= 0.16.1.
+  + Bindings:
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-4.0: Only override type of "event" parameters.
+
+---

Old:

  vala-0.38.5.tar.xz

New:

  vala-0.38.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Ze4T9O/_old  2018-02-03 15:38:48.563720941 +0100
+++ /var/tmp/diff_new_pack.Ze4T9O/_new  2018-02-03 15:38:48.567720754 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.5
+Version:0.38.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0

++ vala-0.38.5.tar.xz -> vala-0.38.6.tar.xz ++
 10772 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-01-26 13:35:26

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Fri Jan 26 13:35:26 2018 rev:79 rq:569444 version:0.38.5

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-12-29 
18:47:06.806312610 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-01-26 
13:35:27.848603320 +0100
@@ -1,0 +2,43 @@
+Mon Jan 22 11:19:22 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.38.5:
+  + Various improvements and bug fixes:
+- codegen:
+  . Only add property-enum and GParamSpec-array for GObject
+classes
+  . Add destroy param when invoking delegate returned by
+delegate (bgo#792077).
+- vala:
+  . Add pkgdatadir and pkglibdir to pkg-config file.
+  . Fix parameter type inference of overridden async methods
+(bgo#792660).
+- gidlparser: Update type qualifiers.
+- libvaladoc:
+  . Allow @link tags to be split over multiple lines
+(bgo#646982).
+  . Add support for single line documentation comments
+(bgo#736483).
+- codewriter: Don't use string.replace() to apply
+  header_to_override (bgo#731322).
+  + Bindings:
+- glib-2.0: Add GLib.OPTION_REMAINING and
+  GLib.OptionFlags.NONE.
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-2.0: Mark MessageDialog constructor parameter,
+  message_format, as nullable (bgo#791570).
+- gtk+-2.0/3.0: Don't hide user_data in
+  Clipboard.set_with_data() (bgo#792237).
+- gtk+-3.0: Update to 3.22.26+6f26d0dc.
+- gtk+-4.0: Update to 3.93.0 and split Gsk.RenderNode into
+  several classes.
+- libwnck-3.0: Update to 3.24.1.
+- posix: Add ctime(3) and fix binding of struct hostent and
+  gethostbyname(3).
+- webkit2gtk-4.0: Update to 2.19.5.
+- webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface.
+- Drop vala-fix-MessageDialog-constructor-parameter.patch: Fixed
+  upstream.
+- Following the above, drop libtool BuildRequires and autoreconf
+  call, no longer needed as we do not carry any patches anymore.
+
+---

Old:

  vala-0.38.4.tar.xz
  vala-fix-MessageDialog-constructor-parameter.patch

New:

  vala-0.38.5.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.zgk5f4/_old  2018-01-26 13:35:28.692563900 +0100
+++ /var/tmp/diff_new_pack.zgk5f4/_new  2018-01-26 13:35:28.696563714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,20 +23,18 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.4
+Version:0.38.5
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:https://wiki.gnome.org/Projects/Vala
 Source0:
http://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM vala-fix-MessageDialog-constructor-parameter.patch 
bgo#791570 zai...@opensuse.org -- Mark MessageDialog constructor parameter, 
message_format, as nullable
-Patch0: vala-fix-MessageDialog-constructor-parameter.patch
+
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  glib2-devel >= 2.32.0
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libgvc) >= 2.16
@@ -124,10 +122,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -fiv
 %configure --enable-vapigen
 make %{?_smp_mflags}
 

++ vala-0.38.4.tar.xz -> vala-0.38.5.tar.xz ++
 43325 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-12-29 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-12-29 18:47:00

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Fri Dec 29 18:47:00 2017 rev:78 rq:558865 version:0.38.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-11-30 
16:30:53.796298359 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-12-29 
18:47:06.806312610 +0100
@@ -1,0 +2,47 @@
+Mon Dec 18 17:51:22 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.38.4:
+  + Various bug fixes:
+- Enforce name-length >= 3 for structs using GType
+  (bgo#764041).
+- Report error for missing type-parameter on enclosing type
+  (bgo#587905).
+- Discover invalid member access to instance field
+  (bgo#790903).
+- Improve error output of mismatching overriding methods.
+- vala: Don't transform an explicit "null" into valid
+  format-string (bgo#791215).
+- codegen: Don't create null-safe destroy-wrapper for
+  GenericType (bgo#791283).
+- Improve error message for missing type-parameter on enclosing
+  type (bgo#587905).
+  + GIR parser:
+- Allow change of parameter names.
+- Handle metadata for fields inside a transparent union.
+- Accept setters with boolean return-type as valid
+  property-accessor.
+- Don't mark simple-type out-parameters with '?' as nullable.
+  + Valadoc:
+- Acknowledge possible properties in structs (bgo#784705).
+- Fix fatal typo in GtkdocRenderer.visit_symbol_link()
+  (bgo#790266).
+- libvaladoc: Actually resolve "percnt;" to '%'.
+  + Bindings:
+- gobject-2.0: Add some missing symbols.
+- gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS
+  (bgo#785215).
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-3.0: Update to 3.22.26+9ce824d3.
+- webkit2gtk-4.0: Update to 2.19.2.
+- glib-2.0: Fix potential null pointer dereference in
+  string.joinv() (bgo#791257).
+- gobject-2.0: Add missing GType constants for fundamentals
+  (bgo#791023).
+- Add vala-fix-MessageDialog-constructor-parameter.patch: Mark
+  MessageDialog constructor parameter, message_format, as nullable
+  (bgo#791570).
+- Following the above, add libtool BuildRequires and pass
+  autoreconf, make sure vapi deps get regenerated after patch is
+  applied.
+
+---

Old:

  vala-0.38.3.tar.xz

New:

  vala-0.38.4.tar.xz
  vala-fix-MessageDialog-constructor-parameter.patch



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Q7f9zY/_old  2017-12-29 18:47:07.626077171 +0100
+++ /var/tmp/diff_new_pack.Q7f9zY/_new  2017-12-29 18:47:07.630076023 +0100
@@ -23,17 +23,20 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.3
+Version:0.38.4
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:https://wiki.gnome.org/Projects/Vala
 Source0:
http://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vala-fix-MessageDialog-constructor-parameter.patch 
bgo#791570 zai...@opensuse.org -- Mark MessageDialog constructor parameter, 
message_format, as nullable
+Patch0: vala-fix-MessageDialog-constructor-parameter.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  glib2-devel >= 2.32.0
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libgvc) >= 2.16
@@ -121,8 +124,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure --enable-vapigen
 make %{?_smp_mflags}
 

++ vala-0.38.3.tar.xz -> vala-0.38.4.tar.xz ++
 18878 lines of diff (skipped)

++ vala-fix-MessageDialog-constructor-parameter.patch ++
>From 1e8be5b15375b73888b74779d9d91ba2d3633ab4 Mon Sep 17 00:00:00 2001
From: Alistair Thomas 
Date: Wed, 13 Dec 2017 16:14:46 +
Subject: gtk+-3.0: Mark MessageDialog constructor parameter, message_format,
 as nullable

https://bugzilla.gnome.org/show_bug.cgi?id=791570
---
 vapi/gtk+-3.0.vapi   | 2 +-
 vapi/packages/gtk+-3.0/gtk+-3.0.metadata | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index aa468dd..88e9cfb 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -3474,7 +3474,7 @@ namespace Gtk {
public class MessageDialog : Gtk.Dialog, Atk.Implementor, Gtk.Buildabl

commit vala for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-11-30 16:30:52

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu Nov 30 16:30:52 2017 rev:77 rq:544203 version:0.38.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-10-20 
16:12:36.192884443 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-11-30 
16:30:53.796298359 +0100
@@ -1,0 +2,16 @@
+Thu Nov  9 10:37:45 UTC 2017 - fezh...@suse.com
+
+- Update to version 0.38.3:
+  + Various bug fixes:
+- codegen: Prioritize "array_length=true" over
+  "array_null_terminated=true" (bgo#788775).
+- codegen: Avoid possible conflicts with internal
+  property/signal defines (bgo#788964).
+  + Bindings:
+- gio-2.0: Expose g_task_get_source_object as
+  Task.get_unowned_source_object.
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-4.0: Update to 3.92.1.
+- libxml-2.0: Add DTD methods (bgo#789442).
+
+---

Old:

  vala-0.38.2.tar.xz

New:

  vala-0.38.3.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.GxHbcw/_old  2017-11-30 16:30:54.444274834 +0100
+++ /var/tmp/diff_new_pack.GxHbcw/_new  2017-11-30 16:30:54.448274688 +0100
@@ -23,13 +23,13 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.2
+Version:0.38.3
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:https://wiki.gnome.org/Projects/Vala
-Source0:
https://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.38.2.tar.xz -> vala-0.38.3.tar.xz ++
 9243 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-10-20 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-10-20 16:12:22

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Fri Oct 20 16:12:22 2017 rev:76 rq:533690 version:0.38.2

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-09-13 
21:49:24.693154929 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-10-20 
16:12:36.192884443 +0200
@@ -1,0 +2,11 @@
+Mon Oct  9 04:43:51 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 0.38.2:
+  + Various bindings updates:
+- gstreamer-1.0, gtk+-3.0, gtk+-4.0: Update from git master.
+- gnutls: Fix free_function ccode-attribute of Certificate
+  (bgo#788181).
+- Update Url to https://wiki.gnome.org/Projects/Vala: current Vala
+  web page.
+
+---

Old:

  vala-0.38.1.tar.xz

New:

  vala-0.38.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.9sxtfs/_old  2017-10-20 16:12:36.740858845 +0200
+++ /var/tmp/diff_new_pack.9sxtfs/_new  2017-10-20 16:12:36.744858658 +0200
@@ -23,13 +23,13 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.1
+Version:0.38.2
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
-Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/Projects/Vala
+Source0:
https://download.gnome.org/sources/vala/0.38/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.38.1.tar.xz -> vala-0.38.2.tar.xz ++
 2382 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-09-13 21:49:23

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed Sep 13 21:49:23 2017 rev:75 rq:523142 version:0.38.1

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-06-30 
18:40:34.993143624 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-09-13 
21:49:24.693154929 +0200
@@ -1,0 +2,171 @@
+Mon Sep 11 11:34:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.38.1:
+  + Various bug fixes:
+- valadoc: Don't use 'stderr' as variable name (bgo#787305).
+- codegen: Try to use a more unique internal define for
+  properties (bgo#787436).
+- vala: Update list of used attributes.
+- method: Use prototype-string for error-reports of return-type
+  mismatches.
+  + Bindings: glib-2.0: Fix MainContext.check(),  OptionEntry[]
+params are null-terminated, Bind g_convert_with_fallback() and
+g_convert_with_iconv() 
+
+---
+Tue Sep  5 22:15:58 UTC 2017 - jeng...@inai.de
+
+- Correct RPM groups and package descriptions.
+- Remove --with-pic which is for static libs only.
+
+---
+Mon Sep  4 15:28:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.38.0:
+  + Various bug fixes:
+- Improve error output for incompatible method signatures (Add
+  CallableType as base for DelegateType, MethodType,
+  SignalType).
+- codegen:
+  . Initialize temp-variable for fixed-size arrays to zero
+first (bgo#787152).
+  . Add support for "type-func" in ui-files (bgo#787033).
+  + Bindings:
+- gtk+-3.0,gtk+-4.0: Update.
+- libxml-2.0: Bind xmlLastElementChild and
+  xmlPreviousElementSibling
+- pangocairo: CairoFontMap.set_default() is not an instance
+  method.
+- gio-2.0: Application.set_default() is not an instance method.
+
+---
+Mon Aug 28 07:13:59 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.37.91:
+  + Various bug fixes:
+- codegen:
+  . Actually write declaration for GNodeTraverseFunc wrapper
+(bgo#786845).
+  . Don't transfer ownership of variable if target-type is
+unknown (bgo#736774).
+  . Adjust format-index for printf/scanf-methods which throw
+errors (bgo#781061).
+  . Use given dup_function for structs.
+- libvaladoc: Fix some -Wincompatible-pointer-types warnings.
+- tests: Fix some syntax issues [#786652]
+- Add .editorconfig file [#786620]
+  + GIR parser:
+- Better support of "cprefix" argument in metadata.
+- Support "cname" argument in metadata.
+  + Bindings:
+- Add javascriptcoregtk-4.0 and avoid skips in webkit2gtk*-4.0.
+- Update GIR-based bindings.
+- gtk+-3.0: Update to 3.22.19.
+
+---
+Mon Aug 21 20:13:41 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.37.90:
+  + Various bug fixes:
+- Fix some build-system problem:
+  . valadoc/tests: Add the source vapi directory to driver-test
+(bgo#786505).
+  . Add ./vala/.libs rather than ./gee/.libs to
+LD_LIBRARY_PATH.
+  . Explicitly link doclets against libvala-*.la (bgo#786534).
+  . Add missing include of Makefile.common.
+- vapigen: Mark given source-files as such and force girparser
+  to handle them.
+- codegen: Include glib-object.h for Enums/Structs with
+  type_id.
+ + Bindings: gtk+-4.0: Make Gsk.Texturer.for_*() static factory
+   methods.
+
+---
+Tue Aug 15 15:02:45 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.37.2:
+  + Various bug fixes:
+- libvaladoc: Keep bootstrap-support with valac >= 0.16.1.
+- valadoc: Fix tests while bootstapping with valac < 0.31/32.
+  + Bindings:
+- glib-2.0: Update Unicode symbols.
+- gobject-2.0: Add required type_id attributes to all ParamSpec
+  subclasses.
+- libgdata: Make Authorizer.reauth_* methods virtual
+  (bgo#779229).
+- libxml-2.0: Update Xml.ParserOption (bgo#785585).
+- gtk+-4.0: Update to 3.91.2.
+- webkit2gtk-4.0: Update to 2.17.90.
+- Drop vala-no-nullable-enum.patch: Fixed upstream, following this
+  drop vala BuildRequires, no longer needed.
+
+---
+Thu Jul 20 10:09:42 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.37.1:
+  + Highlights:
+- Don't warn about deprecated symbols if installed_version is
+  older.
+- Add --gresourcesdir option (bgo#783

commit vala for openSUSE:Factory

2017-06-30 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-06-30 18:40:27

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Fri Jun 30 18:40:27 2017 rev:74 rq:506742 version:0.36.4

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-05-31 
12:12:45.539545431 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-06-30 
18:40:34.993143624 +0200
@@ -1,0 +2,31 @@
+Mon Jun 26 16:45:38 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.36.4:
+  + Highlights:
+- Don't warn about deprecated symbols if installed_version is
+  older.
+- Add --gresourcesdir option (bgo#783133).
+  + Various bug fixes:
+- gdbus: Don't leak nested HashTable on deserialization
+  (bgo#782719).
+- Fix finally blocks with async yields (bgo#741929).
+- Handle non-null in coalescing expression (bgo#611223).
+- Make the task_complete flag for < 2.44 more similar to >=
+  2.44 (bgo#783543).
+- Nullable ValueType requires POINTER as marshaller signature
+  (bgo#783897).
+- NoAccessorMethod attribute is allowed for gobject-properties
+  only.
+- girparser: Fix parsing of delegate-alias without target.
+- compiler: Use API_VERSION instead of stripping
+  PACKAGE_SUFFIX.
+- girwriter: Write length-parameters of arrays with rank > 1
+  (bgo#758019).
+  + Bindings:
+- gio-2.0: Use default 'length = null' for
+  DataInputStream.read_line_utf8* (bgo#783351).
+- gobject-2.0: Add GLib.ParamSpecPointer.
+- poppler-glib: Update to 0.54.0.
+- gstreamer-1.0: Various binding fixes.
+
+---

Old:

  vala-0.36.3.tar.xz

New:

  vala-0.36.4.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.UwdBjL/_old  2017-06-30 18:40:35.613056430 +0200
+++ /var/tmp/diff_new_pack.UwdBjL/_new  2017-06-30 18:40:35.617055867 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.36.3
+Version:0.36.4
 Release:0
 %define vala_version 0.36
 %define vala_libversion 0_36

++ vala-0.36.3.tar.xz -> vala-0.36.4.tar.xz ++
 34820 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-05-31 12:12:43

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed May 31 12:12:43 2017 rev:73 rq:496379 version:0.36.3

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-05-18 
20:37:26.931312724 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-05-31 
12:12:45.539545431 +0200
@@ -1,0 +2,12 @@
+Wed May 10 20:42:27 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.36.3:
+  + Various bug fixes:
+- scanner: Fix calculation of column value for tokens after
+  multiline comment (bgo#652899).
+- codegen: Unref GLib.AsyncResult on uncaught errors in
+  coroutines (bgo#641171).
+- Keep initializing result-variable for struct constructors
+  (bgo[#782056).
+
+---

Old:

  vala-0.36.2.tar.xz

New:

  vala-0.36.3.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.w5P2BU/_old  2017-05-31 12:12:46.519407118 +0200
+++ /var/tmp/diff_new_pack.w5P2BU/_new  2017-05-31 12:12:46.523406553 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.36.2
+Version:0.36.3
 Release:0
 %define vala_version 0.36
 %define vala_libversion 0_36

++ vala-0.36.2.tar.xz -> vala-0.36.3.tar.xz ++
 65452 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-05-18 20:37:20

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Thu May 18 20:37:20 2017 rev:72 rq:494086 version:0.36.2

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-04-11 
12:41:14.803796627 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-05-18 
20:37:26.931312724 +0200
@@ -1,0 +2,13 @@
+Wed Apr 26 11:36:34 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.36.2:
+  + Enums require at least one value otherwise report an error.
+  + Bindings:
+ - gstreamer-1.0: Update to 1.11.90+.
+ - gio-2.0: Fix GLib.Task constructor and
+   report_error/report_new_error()
+ - glib-2.0:
+   . Add quark() functions to errordomains.
+   . Add missing version macro and constants.
+
+---

Old:

  vala-0.36.1.tar.xz

New:

  vala-0.36.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.AApSoA/_old  2017-05-18 20:37:27.547225805 +0200
+++ /var/tmp/diff_new_pack.AApSoA/_new  2017-05-18 20:37:27.551225240 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.36.1
+Version:0.36.2
 Release:0
 %define vala_version 0.36
 %define vala_libversion 0_36

++ vala-0.36.1.tar.xz -> vala-0.36.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.36.1/.tarball-version 
new/vala-0.36.2/.tarball-version
--- old/vala-0.36.1/.tarball-version2017-04-03 08:17:40.0 +0200
+++ new/vala-0.36.2/.tarball-version2017-04-25 18:12:14.0 +0200
@@ -1 +1 @@
-0.36.1
+0.36.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.36.1/.version new/vala-0.36.2/.version
--- old/vala-0.36.1/.version2017-04-03 08:15:43.0 +0200
+++ new/vala-0.36.2/.version2017-04-25 18:09:38.0 +0200
@@ -1 +1 @@
-0.36.1
+0.36.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.36.1/ChangeLog new/vala-0.36.2/ChangeLog
--- old/vala-0.36.1/ChangeLog   2017-04-03 08:17:40.0 +0200
+++ new/vala-0.36.2/ChangeLog   2017-04-25 18:12:14.0 +0200
@@ -1,3 +1,32 @@
+2017-04-25  Rico Tzschichholz  
+
+   Release 0.36.2
+
+   manual: Update from wiki.gnome.org
+
+   vala: Enums require at least one value otherwise report an error
+
+2017-04-19  Rico Tzschichholz  
+
+   gio-2.0: Tweak metadata to avoid duplicated interface dependencies
+
+   gio-2.0: Fix GLib.Task.report_error/report_new_error()
+
+   gio-2.0: Fix GLib.Task constructor
+   https://bugzilla.gnome.org/show_bug.cgi?id=781449
+
+2017-04-17  Rico Tzschichholz  
+
+   glib-2.0: Add quark() functions to errordomains
+
+   build: Add missing '\'
+
+   build: vapigen and vapicheck don't require ccode
+
+2017-04-10  Rico Tzschichholz  
+
+   gstreamer: Update to 1.11.90+
+
 2017-04-03  Rico Tzschichholz  
 
Release 0.36.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.36.1/NEWS new/vala-0.36.2/NEWS
--- old/vala-0.36.1/NEWS2017-04-03 08:10:34.0 +0200
+++ new/vala-0.36.2/NEWS2017-04-25 18:04:29.0 +0200
@@ -1,3 +1,14 @@
+Vala 0.36.2
+===
+ * Various bug fixes:
+  - Enums require at least one value otherwise report an error
+
+ * Bindings:
+  - gstreamer-1.0: Update to 1.11.90+
+  - gio-2.0: Fix GLib.Task constructor and report_error/report_new_error()
+  - glib-2.0: Add quark() functions to errordomains,
+  Add missing version macro and constants,
+
 Vala 0.36.1
 ===
  * Various bug fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.36.1/configure new/vala-0.36.2/configure
--- old/vala-0.36.1/configure   2017-04-03 08:15:35.0 +0200
+++ new/vala-0.36.2/configure   2017-04-25 18:09:31.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vala 0.36.1.
+# Generated by GNU Autoconf 2.69 for vala 0.36.2.
 #
 # Report bugs to .
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='vala'
 PACKAGE_TARNAME='vala'
-PACKAGE_VERSION='0.36.1'
-PACKAGE_STRING='vala 0.36.1'
+PACKAGE_VERSION='0.36.2'
+PACKAGE_STRING='vala 0.36.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/browse.cgi?product=vala'
 PACKAGE_URL='https://wiki

commit vala for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-04-11 12:41:05

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Tue Apr 11 12:41:05 2017 rev:71 rq:485916 version:0.36.1

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2017-03-22 
23:04:08.895917021 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-04-11 
12:41:14.803796627 +0200
@@ -1,0 +2,25 @@
+Tue Apr  4 00:05:48 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.36.1:
+  + Various bug fixes:
+- Always consider a method compatible with itself (bgo#773135).
+- Perform arguments-check against actual .end()
+  method-signature (bgo#684208).
+- Slightly improve lamdba-expression error on target-type
+  mismatch.
+- Fix delegate initializer for instance fields (bgo#683925).
+- Don't leak target-reference when casting/assigning owned
+  delegates (bgo#780426).
+  + GIR parser and writer:
+- girparser: Add destroy argument for metadata (bgo#750838).
+- vapigen: Add --nostdpkg option like in valac.
+  + Bindings:
+- gstreamer-1.0: Fix Pad.set_*_function() bindings
+  (bgo#750838).
+- glib-2.0: Add missing version macro and constants, unichar
+ .to_string doesn't return null.
+- gtk+-2.0,gtk+-3.0: Mark "intersection" param of
+  Widget.intersect() as out.
+- gtk+-4.0: Update to 3.90.0.
+
+---

Old:

  vala-0.36.0.tar.xz

New:

  vala-0.36.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.BSpo9P/_old  2017-04-11 12:41:15.439706775 +0200
+++ /var/tmp/diff_new_pack.BSpo9P/_new  2017-04-11 12:41:15.439706775 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.36.0
+Version:0.36.1
 Release:0
 %define vala_version 0.36
 %define vala_libversion 0_36

++ vala-0.36.0.tar.xz -> vala-0.36.1.tar.xz ++
 11381 lines of diff (skipped)




commit vala for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2017-03-22 23:04:07

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Wed Mar 22 23:04:07 2017 rev:70 rq:481191 version:0.36.0

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-12-26 
21:38:55.490606527 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2017-03-22 
23:04:08.895917021 +0100
@@ -1,0 +2,62 @@
+Sun Mar 19 15:01:38 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.36.0:
+  + Bugs fixed: bgo#740303, bgo#758816, bgo#779968, bgo#780050.
+
+---
+Mon Mar 13 10:46:20 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.35.90:
+  + Bug fixes and binding updates.
+
+---
+Tue Mar  7 10:40:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.7:
+  + Bug fixes and binding updates.
+  + Add libgrss binding.
+  + Introduce [CCode (finish_instance = ...)] attribute.
+  + Update manpages.
+
+---
+Mon Feb 27 11:38:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.6:
+  + Bug fixes and binding updates.
+
+---
+Tue Feb 14 20:45:46 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.5:
+  + Fix regression.
+- Changes from version 0.35.4:
+  + Bug fixes and binding updates.
+
+---
+Tue Jan 10 13:09:28 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.35.3:
+  + Bug fixes and binding updates.
+  + Add gtk+-unix-print-{2,3,4}.0 bindings.
+
+---
+Wed Dec 14 11:46:08 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.35.2:
+  + Bug fixes and binding updates.
+
+---
+Wed Dec 14 00:35:01 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.35.1:
+  + Ignore --thread command-line option which is obsolete.
+  + Fix type checking when using generics.
+  + Use g_signal_emit where possible.
+  + Introduce [FormatArg] attribute for parameters.
+  + Use GTask API for async implementations with
+target-gLib >= 2.36.
+- Bump vala_version to 0.36, vala_libversion to 0_36 (following
+  upstream) and vala_priority to 36 (following the vala packaging
+  convention).
+
+---

Old:

  vala-0.34.4.tar.xz

New:

  vala-0.36.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vc4rBL/_old  2017-03-22 23:04:10.131741868 +0100
+++ /var/tmp/diff_new_pack.vc4rBL/_new  2017-03-22 23:04:10.135741301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.34.4
+Version:0.36.0
 Release:0
-%define vala_version 0.34
-%define vala_libversion 0_34
+%define vala_version 0.36
+%define vala_libversion 0_36
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 34
+%define vala_priority 36
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.34/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.36/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.34.4.tar.xz -> vala-0.36.0.tar.xz ++
 481817 lines of diff (skipped)




commit vala for openSUSE:Factory

2016-12-01 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-12-01 10:23:53

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-10-28 
10:43:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-12-01 
10:23:54.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 23 21:24:50 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.34.3:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.34.2.tar.xz

New:

  vala-0.34.3.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.gEwFDf/_old  2016-12-01 10:23:55.0 +0100
+++ /var/tmp/diff_new_pack.gEwFDf/_new  2016-12-01 10:23:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.34.2
+Version:0.34.3
 Release:0
 %define vala_version 0.34
 %define vala_libversion 0_34

++ vala-0.34.2.tar.xz -> vala-0.34.3.tar.xz ++
 2725 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vala-0.34.2/.tarball-version new/vala-0.34.3/.tarball-version
--- old/vala-0.34.2/.tarball-version2016-10-23 20:22:44.0 +0200
+++ new/vala-0.34.3/.tarball-version2016-11-22 13:19:50.0 +0100
@@ -1 +1 @@
-0.34.2
+0.34.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vala-0.34.2/.version new/vala-0.34.3/.version
--- old/vala-0.34.2/.version2016-10-23 20:20:24.0 +0200
+++ new/vala-0.34.3/.version2016-11-22 13:18:04.0 +0100
@@ -1 +1 @@
-0.34.2
+0.34.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vala-0.34.2/ChangeLog new/vala-0.34.3/ChangeLog
--- old/vala-0.34.2/ChangeLog   2016-10-23 20:22:44.0 +0200
+++ new/vala-0.34.3/ChangeLog   2016-11-22 13:19:50.0 +0100
@@ -1,3 +1,44 @@
+2016-11-22  Rico Tzschichholz  
+
+   Release 0.34.3
+
+2016-11-21  Rico Tzschichholz  
+
+   gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully 
"unowned"
+   https://bugzilla.gnome.org/show_bug.cgi?id=774791
+
+2016-11-13  Rico Tzschichholz  
+
+   Fix build with -Werror=enum-compare
+
+   codegen: Don't write declaration of CreationMethod for compact-classes 
twice
+   https://bugzilla.gnome.org/show_bug.cgi?id=772661
+
+2016-11-06  Rico Tzschichholz  
+
+   Update bugreport and package urls
+
+2016-11-06  Timm Bäder  
+
+   method: Print encountered type if return types mismatch
+   If a class overrides a method of a base type, print both the encountered
+   return type and the return type expected by the base class.
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=769501
+
+2016-11-06  Andrea Del Signore  
+
+   girwriter: Use the correct tag- and element-name for an annotation
+   The correct syntax is 
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=769597
+
+2016-10-30  Rico Tzschichholz  
+
+   gdk-3.0: Update to 3.22.2+0ad5d51d
+
+   gdk-3.0: Update to 3.22.1+a1115c05
+
 2016-10-23  Jürg Billeter  
 
Release 0.34.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/vala-0.34.2/NEWS new/vala-0.34.3/NEWS
--- old/vala-0.34.2/NEWS2016-10-23 20:19:17.0 +0200
+++ new/vala-0.34.3/NEWS2016-11-22 13:13:47.0 +0100
@@ -1,3 +1,8 @@
+Vala 0.34.3
+===
+
+ * Bug fixes and binding updates.
+
 Vala 0.34.2
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude

commit vala for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-10-28 10:43:52

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-10-18 
10:28:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-10-28 
10:43:54.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 23 19:12:56 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.34.2:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.34.1.tar.xz

New:

  vala-0.34.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.WJWTE6/_old  2016-10-28 10:43:55.0 +0200
+++ /var/tmp/diff_new_pack.WJWTE6/_new  2016-10-28 10:43:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.34.1
+Version:0.34.2
 Release:0
 %define vala_version 0.34
 %define vala_libversion 0_34

++ vala-0.34.1.tar.xz -> vala-0.34.2.tar.xz ++
 8936 lines of diff (skipped)




commit vala for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-10-18 10:28:12

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-09-21 
18:44:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-10-18 
10:28:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 10 07:53:04 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.34.1:
+  + Add support for the \v escape character.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.34.0.tar.xz

New:

  vala-0.34.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.jQQMBE/_old  2016-10-18 10:28:13.0 +0200
+++ /var/tmp/diff_new_pack.jQQMBE/_new  2016-10-18 10:28:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.34.0
+Version:0.34.1
 Release:0
 %define vala_version 0.34
 %define vala_libversion 0_34

++ vala-0.34.0.tar.xz -> vala-0.34.1.tar.xz ++
 8259 lines of diff (skipped)




commit vala for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-09-21 18:44:08

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-07-01 
09:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-09-21 
18:44:09.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 19 18:19:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.34.0:
+  + Bug fixes and binding updates.
+- Update update alternatives due to moved location of vapigen.pc
+
+---
+Wed Sep 14 15:00:21 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.33.1:
+  + Bug fixes and binding updates.
+- Bump vala_version to 0.34, vala_libversion to 0_34 (following
+  upstream) and vala_priority to 34 (following the vala packaging
+  convention).
+
+---

Old:

  vala-0.32.1.tar.xz

New:

  vala-0.34.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.OHzfZS/_old  2016-09-21 18:44:10.0 +0200
+++ /var/tmp/diff_new_pack.OHzfZS/_new  2016-09-21 18:44:10.0 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.32.1
+Version:0.34.0
 Release:0
-%define vala_version 0.32
-%define vala_libversion 0_32
+%define vala_version 0.34
+%define vala_libversion 0_34
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 32
+%define vala_priority 34
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.32/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.34/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -40,7 +40,7 @@
 # Vala is a compiler, so it's also a devel package
 Provides:   vala-devel = %{version}
 Obsoletes:  vala-devel < %{version}
-# provide generic pkgconfig(vapigen) instead of -version one; not 
auto-detected due to %{_datadir}/pkgconfig/vapigen.pc being %ghost
+# provide generic pkgconfig(vapigen) instead of -version one; not 
auto-detected due to %%{_datadir}/pkgconfig/vapigen.pc being %%ghost
 Provides:   pkgconfig(vapigen) = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -91,7 +91,7 @@
 ln -s -f %{_sysconfdir}/alternatives/valac.1.gz 
%{buildroot}%{_mandir}/man1/valac.1.gz
 ln -s -f %{_sysconfdir}/alternatives/vala-gen-introspect.1.gz 
%{buildroot}%{_mandir}/man1/vala-gen-introspect.1.gz
 ln -s -f %{_sysconfdir}/alternatives/vapigen.1.gz 
%{buildroot}%{_mandir}/man1/vapigen.1.gz
-ln -s -f %{_sysconfdir}/alternatives/vapigen.pc 
%{buildroot}%{_datadir}/pkgconfig/vapigen.pc
+ln -s -f %{_sysconfdir}/alternatives/vapigen.pc 
%{buildroot}%{_libdir}/pkgconfig/vapigen.pc
 %fdupes %{buildroot}%{_datadir}
 
 %post
@@ -105,7 +105,7 @@
   --slave   %{_mandir}/man1/valac.1.gz   valac.1.gz   
%{_mandir}/man1/valac-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vala-gen-introspect.1.gz vala-gen-introspect.1.gz 
%{_mandir}/man1/vala-gen-introspect-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vapigen.1.gz vapigen.1.gz 
%{_mandir}/man1/vapigen-%{vala_version}.1.gz \
-  --slave   %{_datadir}/pkgconfig/vapigen.pc vapigen.pc   
%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+  --slave   %{_libdir}/pkgconfig/vapigen.pc  vapigen.pc   
%{_libdir}/pkgconfig/vapigen-%{vala_version}.pc
 
 %postun
 # Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
@@ -128,7 +128,7 @@
 %{_mandir}/man1/valac.1*
 %{_mandir}/man1/vala-gen-introspect.1*
 %{_mandir}/man1/vapigen.1*
-%{_datadir}/pkgconfig/vapigen.pc
+%{_libdir}/pkgconfig/vapigen.pc
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/valac
 %ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala-gen-introspect
@@ -148,7 +148,7 @@
 %{_mandir}/man1/vapigen-%{vala_version}.1*
 %{_datadir}/aclocal/vala.m4
 %{_datadir}/aclocal/vapigen.m4
-%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+%{_libdir}/pkgconfig/vapigen-%{vala_version}.pc
 %dir

commit vala for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-07-01 09:53:11

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-03-29 
14:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-07-01 
09:53:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 18:20:25 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.32.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.32.0.tar.xz

New:

  vala-0.32.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.63yyrX/_old  2016-07-01 09:53:14.0 +0200
+++ /var/tmp/diff_new_pack.63yyrX/_new  2016-07-01 09:53:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.32.0
+Version:0.32.1
 Release:0
 %define vala_version 0.32
 %define vala_libversion 0_32

++ vala-0.32.0.tar.xz -> vala-0.32.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.32.0/.tarball-version 
new/vala-0.32.1/.tarball-version
--- old/vala-0.32.0/.tarball-version2016-03-21 17:50:11.0 +0100
+++ new/vala-0.32.1/.tarball-version2016-06-20 20:28:19.0 +0200
@@ -1 +1 @@
-0.32.0
+0.32.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.32.0/.version new/vala-0.32.1/.version
--- old/vala-0.32.0/.version2016-03-21 17:48:28.0 +0100
+++ new/vala-0.32.1/.version2016-06-20 20:26:48.0 +0200
@@ -1 +1 @@
-0.32.0
+0.32.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.32.0/ChangeLog new/vala-0.32.1/ChangeLog
--- old/vala-0.32.0/ChangeLog   2016-03-21 17:50:11.0 +0100
+++ new/vala-0.32.1/ChangeLog   2016-06-20 20:28:19.0 +0200
@@ -1,3 +1,70 @@
+2016-06-20  Jürg Billeter  
+
+   Release 0.32.1
+
+2016-06-13  Rico Tzschichholz  
+
+   gtk+3.0: Fix Gtk.Range.get_range_border()
+   (cherry picked from commit dfffe13809dfd2cd2c0d8c197913627a0dac0b90)
+
+2016-05-31  Rico Tzschichholz  
+
+   gstreamer: Skip private padding fields
+   (cherry picked from commit b668e19dff26332619d9b179a7943117b1eef586)
+
+2016-05-31  Aurélien Zanelli  
+
+   gstreamer-controller-1.0: Rename DirectControlBinding.new_absolue to 
'with_absolute'
+   ... and fix a fatal syntax error due '..'
+
+   https://bugzilla.gnome.org/show_bug.cgi?id=765785
+   (cherry picked from commit 319d1d78529b26c730686bb2a6d482c57fd3930f)
+
+2016-05-28  Rico Tzschichholz  
+
+   gio-unix-2.0: Fix DesktopAppInfo.get_keywords()
+   Fixes bug 766456
+
+   (cherry picked from commit b01fe3a178e1e9b50d519104e34affd10961154d)
+
+2016-04-23  Rico Tzschichholz  
+
+   gstreamer: Update to 1.8.1
+
+2016-04-14  Steven Oliver  
+
+   glib-2.0: Add abs() to float and double
+   https://bugzilla.gnome.org/show_bug.cgi?id=764663
+
+2016-04-11  Rico Tzschichholz  
+
+   atk: Update from gir
+
+   gtk+-2.0: Mark arguments as 'out' for Entry.get_text_area_size()
+
+   gtk+-3.0: Mark arguments as 'out' for Entry.get_frame_size()
+
+2016-04-07  Maciej Borzecki  
+
+   libnl-3.0.vapi: extend VAPI
+   The patch extends VAPI of libnl-3.0 with cache
+   manager (nl_cache_mngr_*), additional methods of LinkCache and a helper
+   CachedLink type. The CachedLink type is a wrapper for the Link object,
+   however since the object is obtained from cache, rtnl_link_put() must be
+   used a free function.
+
+
+   Fixes bug 763303
+
+2016-04-07  Luca Bruno  
+
+   gtk+-2.0, gtk+-3.0: Make CellEditable.start_editing event parameter 
nullable
+   Fixes bug 764489
+
+2016-03-21  Rico Tzschichholz  
+
+   vapi: Update GIR-based bindings
+
 2016-03-21  Jürg Billeter  
 
Release 0.32.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.32.0/NEWS new/vala-0.32.1/NEWS
--- old/vala-0.32.0/NEWS2016-03-21 17:47:23.0 +0100
+++ new/vala-0.32.1/NEWS2016-06-20 20:17:58.0 +0200
@@ -1,3 +1,8 @@
+Vala 0.32.1
+===
+
+ * Bug fixes and binding updates.
+
 Vala 0.32.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.32.0/configure new/vala-0.32.1/configure
--- old/vala-0.32.0/configure   2016-03-21 17:48:09.0 +0100
+++ new/vala-0.32.1/configure   2016-06-20 20:20:09.0 +0200
@

commit vala for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-03-29 14:38:40

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2016-02-05 
00:30:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-03-29 
14:38:42.0 +0200
@@ -1,0 +2,17 @@
+Mon Mar 21 20:12:56 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.32.0:
+  + Bug fixes and binding updates.
+
+---
+Mon Feb  8 10:16:25 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.31.1:
+  + Introduce [Version] attribute.
+  + Require and target GLib >= 2.32.
+  + Bug fixes and binding updates.
+- Bump vala_version to 0.32, vala_libversion to 0_32 (following
+  upstream) and vala_priority to 32 (following the vala packaging
+  convention).
+
+---

Old:

  vala-0.30.1.tar.xz

New:

  vala-0.32.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.vmHFSw/_old  2016-03-29 14:38:43.0 +0200
+++ /var/tmp/diff_new_pack.vmHFSw/_new  2016-03-29 14:38:43.0 +0200
@@ -17,23 +17,23 @@
 
 
 Name:   vala
-Version:0.30.1
+Version:0.32.0
 Release:0
-%define vala_version 0.30
-%define vala_libversion 0_30
+%define vala_version 0.32
+%define vala_libversion 0_32
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 30
+%define vala_priority 32
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.30/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.32/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  glib2-devel >= 2.24.0
+BuildRequires:  glib2-devel >= 2.32.0
 BuildRequires:  xsltproc
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

++ vala-0.30.1.tar.xz -> vala-0.32.0.tar.xz ++
 78749 lines of diff (skipped)




commit vala for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2016-02-05 00:30:57

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2015-10-06 
16:13:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2016-02-05 
00:30:58.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  1 07:49:53 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.30.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.30.0.tar.xz

New:

  vala-0.30.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.xlwwu5/_old  2016-02-05 00:30:59.0 +0100
+++ /var/tmp/diff_new_pack.xlwwu5/_new  2016-02-05 00:30:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.30.0
+Version:0.30.1
 Release:0
 %define vala_version 0.30
 %define vala_libversion 0_30

++ vala-0.30.0.tar.xz -> vala-0.30.1.tar.xz ++
 2084 lines of diff (skipped)




commit vala for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2015-10-06 16:13:38

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2015-08-14 
14:45:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2015-10-06 
16:13:39.0 +0200
@@ -1,0 +2,27 @@
+Fri Sep 18 08:44:08 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.30.0:
+  + Binding updates.
+  + Bugs fixed: bgo#752031.
+- Bump vala_priority to 30.
+
+---
+Tue Aug 11 23:10:40 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.29.3:
+  + Add --shared-library option for GIR files.
+  + Bug fixes and binding updates.
+
+---
+Tue Aug 11 22:09:17 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.29.2:
+  + Bug fixes and binding updates.
+
+---
+Tue Aug 11 22:09:16 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.29.1:
+  + Binding updates.
+
+---

Old:

  vala-0.28.1.tar.xz

New:

  vala-0.30.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.SE9VE5/_old  2015-10-06 16:13:40.0 +0200
+++ /var/tmp/diff_new_pack.SE9VE5/_new  2015-10-06 16:13:40.0 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.28.1
+Version:0.30.0
 Release:0
-%define vala_version 0.28
-%define vala_libversion 0_28
+%define vala_version 0.30
+%define vala_libversion 0_30
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
-%define vala_priority 28
+%define vala_priority 30
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.28/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.30/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.28.1.tar.xz -> vala-0.30.0.tar.xz ++
 17206 lines of diff (skipped)




commit vala for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2015-08-14 14:45:29

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2015-03-30 
19:16:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2015-08-14 
14:45:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 11 22:09:15 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.28.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.28.0.tar.xz

New:

  vala-0.28.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.D2vP41/_old  2015-08-14 14:45:32.0 +0200
+++ /var/tmp/diff_new_pack.D2vP41/_new  2015-08-14 14:45:32.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   vala
-Version:0.28.0
+Version:0.28.1
 Release:0
 %define vala_version 0.28
 %define vala_libversion 0_28
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
-# decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
+# decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 28
 Summary:Programming language for GNOME
 License:LGPL-2.0
@@ -94,9 +94,6 @@
 ln -s -f %{_sysconfdir}/alternatives/vapigen.pc 
%{buildroot}%{_datadir}/pkgconfig/vapigen.pc
 %fdupes %{buildroot}%{_datadir}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 update-alternatives \
   --install %{_bindir}/vala  vala 
%{_bindir}/vala-%{vala_version} \

++ vala-0.28.0.tar.xz -> vala-0.28.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.28.0/.tarball-version 
new/vala-0.28.1/.tarball-version
--- old/vala-0.28.0/.tarball-version2015-03-22 20:56:33.0 +0100
+++ new/vala-0.28.1/.tarball-version2015-08-11 21:11:44.0 +0200
@@ -1 +1 @@
-0.28.0
+0.28.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.28.0/.version new/vala-0.28.1/.version
--- old/vala-0.28.0/.version2015-03-22 20:53:26.0 +0100
+++ new/vala-0.28.1/.version2015-08-11 21:10:15.0 +0200
@@ -1 +1 @@
-0.28.0
+0.28.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.28.0/ChangeLog new/vala-0.28.1/ChangeLog
--- old/vala-0.28.0/ChangeLog   2015-03-22 20:56:33.0 +0100
+++ new/vala-0.28.1/ChangeLog   2015-08-11 21:11:44.0 +0200
@@ -1,3 +1,37 @@
+2015-08-11  Jürg Billeter  
+
+   Release 0.28.1
+
+2015-08-11  Luca Bruno  
+
+   codegen: check for null value before calling g_strv_length
+   Fixes bug 751338
+
+2015-06-21  Rico Tzschichholz  
+
+   codegen: fix generating struct equal function
+   Fixes bug 749952
+
+2015-06-16  Rico Tzschichholz  
+
+   glib-2.0: Conditionally use boxed OptionGroup since 2.44
+   (cherry picked from commit 108a0c59502b6e00bb0782af904f12eae8c1adeb)
+
+   Revert "glib-2.0: Conditionally use boxed OptionContext since 2.44"
+   This reverts commit 559a92b2256835dc6f933733a30cd98d462b33b0.
+
+   (cherry picked from commit e6b24a2e5f00ba73dd06b8e57cc1ab8ccddf38ee)
+
+2015-04-08  Rico Tzschichholz  
+
+   gtk+-3.0: Update to 3.16.1
+   (cherry picked from commit 2c607951cd8a7443bcb68a191e5aad48483128a0)
+
+2015-03-25  Rico Tzschichholz  
+
+   vapi: Update GIR-based bindings
+   (cherry picked from commit 3502b1f6468ae01ab2585015c10742d84de66e0e)
+
 2015-03-22  Jürg Billeter  
 
Release 0.28.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.28.0/NEWS new/vala-0.28.1/NEWS
--- old/vala-0.28.0/NEWS2015-03-22 20:51:27.0 +0100
+++ new/vala-0.28.1/NEWS2015-08-11 21:09:05.0 +0200
@@ -1,3 +1,8 @@
+Vala 0.28.1
+===
+
+ * Bug fixes and binding updates.
+
 Vala 0.28.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.28.0/codegen/valaccodebasemodule.c 
new/vala-0.28.1/codegen/valaccodebasemodule.c
--- old/vala-0.28.0/codegen/valaccodebasemodule.c   2015-03-22 
20:55:16.0 +0100
+++ new/vala-0.28.1/codegen/valaccodebasemodule.c   2015-08-11 
21:10:36.0 +0200
@@ -16256,17 +16256,17 @@
 
 static gchar* vala_ccode_base_module_generate_struct_equal_f

commit vala for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2015-03-30 19:16:46

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2015-01-22 
21:48:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2015-03-30 
19:16:47.0 +0200
@@ -1,0 +2,25 @@
+Mon Mar 23 08:13:22 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.28.0:
+  + Binding updates.
+
+---
+Thu Mar 19 08:55:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.27.2:
+  + Bug fixes and binding updates.
+
+---
+Wed Jan 28 23:09:42 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.27.1:
+  + Print compiler messages in color.
+  + Add clutter-gdk-1.0 bindings.
+  + Add clutter-gst-3.0 bindings.
+  + Add clutter-x11-1.0 bindings.
+  + Add rest-extras-0.7 bindings.
+  + Bug fix and binding updates.
+- Bump vala_version to 0.28, vala_libversion to 0_28 and
+  vala_priority to 28, following upstreams changes.
+
+---

Old:

  vala-0.26.2.tar.xz

New:

  vala-0.28.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.TTyfT1/_old  2015-03-30 19:16:48.0 +0200
+++ /var/tmp/diff_new_pack.TTyfT1/_new  2015-03-30 19:16:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.26.2
+Version:0.28.0
 Release:0
-%define vala_version 0.26
-%define vala_libversion 0_26
+%define vala_version 0.28
+%define vala_libversion 0_28
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 26
+%define vala_priority 28
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.26/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.28/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.26.2.tar.xz -> vala-0.28.0.tar.xz ++
 46933 lines of diff (skipped)




commit vala for openSUSE:Factory

2015-01-22 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2015-01-22 21:48:36

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2014-11-18 
22:44:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2015-01-22 
21:48:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 16 22:28:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.26.2:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.26.1.tar.xz

New:

  vala-0.26.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.p0ciYs/_old  2015-01-22 21:48:44.0 +0100
+++ /var/tmp/diff_new_pack.p0ciYs/_new  2015-01-22 21:48:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.26.1
+Version:0.26.2
 Release:0
 %define vala_version 0.26
 %define vala_libversion 0_26

++ vala-0.26.1.tar.xz -> vala-0.26.2.tar.xz ++
 24705 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-11-18 22:44:25

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2014-10-14 
07:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-11-18 
22:44:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 13 09:33:34 UTC 2014 - o...@aepfle.de
+
+- Add attr to ghost entries in file list to fix build in SLE_11
+
+---



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.b2dcH6/_old  2014-11-18 22:44:41.0 +0100
+++ /var/tmp/diff_new_pack.b2dcH6/_new  2014-11-18 22:44:41.0 +0100
@@ -132,15 +132,15 @@
 %{_mandir}/man1/vala-gen-introspect.1*
 %{_mandir}/man1/vapigen.1*
 %{_datadir}/pkgconfig/vapigen.pc
-%ghost %{_sysconfdir}/alternatives/vala
-%ghost %{_sysconfdir}/alternatives/valac
-%ghost %{_sysconfdir}/alternatives/vala-gen-introspect
-%ghost %{_sysconfdir}/alternatives/vapicheck
-%ghost %{_sysconfdir}/alternatives/vapigen
-%ghost %{_sysconfdir}/alternatives/valac.1.gz
-%ghost %{_sysconfdir}/alternatives/vala-gen-introspect.1.gz
-%ghost %{_sysconfdir}/alternatives/vapigen.1.gz
-%ghost %{_sysconfdir}/alternatives/vapigen.pc
+%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala
+%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/valac
+%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vala-gen-introspect
+%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vapicheck
+%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/vapigen
+%ghost %attr(644,root,root) %{_sysconfdir}/alternatives/valac.1.gz
+%ghost %attr(644,root,root) 
%{_sysconfdir}/alternatives/vala-gen-introspect.1.gz
+%ghost %attr(644,root,root) %{_sysconfdir}/alternatives/vapigen.1.gz
+%ghost %attr(644,root,root) %{_sysconfdir}/alternatives/vapigen.pc
 %{_bindir}/vala-%{vala_version}
 %{_bindir}/valac-%{vala_version}
 %{_bindir}/vala-gen-introspect-%{vala_version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-10-14 07:10:01

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2014-09-30 
19:37:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-10-14 
07:10:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 10:28:54 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.26.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.26.0.tar.xz

New:

  vala-0.26.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.R4m6gY/_old  2014-10-14 07:10:19.0 +0200
+++ /var/tmp/diff_new_pack.R4m6gY/_new  2014-10-14 07:10:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.26.0
+Version:0.26.1
 Release:0
 %define vala_version 0.26
 %define vala_libversion 0_26

++ vala-0.26.0.tar.xz -> vala-0.26.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/.tarball-version 
new/vala-0.26.1/.tarball-version
--- old/vala-0.26.0/.tarball-version2014-09-22 22:53:32.0 +0200
+++ new/vala-0.26.1/.tarball-version2014-10-13 07:10:19.0 +0200
@@ -1 +1 @@
-0.26.0
+0.26.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/.version new/vala-0.26.1/.version
--- old/vala-0.26.0/.version2014-09-22 22:51:35.0 +0200
+++ new/vala-0.26.1/.version2014-10-13 07:08:37.0 +0200
@@ -1 +1 @@
-0.26.0
+0.26.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/ChangeLog new/vala-0.26.1/ChangeLog
--- old/vala-0.26.0/ChangeLog   2014-09-22 22:53:32.0 +0200
+++ new/vala-0.26.1/ChangeLog   2014-10-13 07:10:19.0 +0200
@@ -1,3 +1,34 @@
+2014-10-13  Jürg Billeter  
+
+   Release 0.26.1
+
+2014-10-06  Rico Tzschichholz  
+
+   cairo: Add some missing 1.12.x and pre 1.13.x bindings
+   (cherry picked from commit b2255376ab99c2947f86555a895fe6727d92ccad)
+
+2014-10-03  Rico Tzschichholz  
+
+   gtk+-3.0: Fix lost special includes for GtkIMContext/GtkPlug/GtkSocket
+   (cherry picked from commit 68f670a6cef5355227854b6dfdfd52a87d5c58dc)
+
+   gtk+-3.0: Update to 3.14.1
+   (cherry picked from commit 08254c8d82b0c9bc58716ccb5440461e4d806100)
+
+   gtk+-2.0, gtk+-3.0: Further syncing with introspection annotations
+   (cherry picked from commit 370cd5b6eccbe884457b42557b9b647c914f7c2f)
+
+2014-09-25  Rico Tzschichholz  
+
+   webkit2gtk-web-extension-4.0: Add libsoup-2.4 dependency
+   (cherry picked from commit e0dc209e355ae3a1dce8ba895ea68383ab688aec)
+
+   rest-0.7: Add libsoup-2.4 dependency
+   (cherry picked from commit a47fe16d0fee8e4e27dec9467a84f1b658765519)
+
+   gee: Fix HashMap destructor name
+   (cherry picked from commit d9ed3e03a634a546c89d4ca6349ed4821020a3a7)
+
 2014-09-22  Jürg Billeter  
 
Release 0.26.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/NEWS new/vala-0.26.1/NEWS
--- old/vala-0.26.0/NEWS2014-09-22 22:44:20.0 +0200
+++ new/vala-0.26.1/NEWS2014-10-13 07:07:08.0 +0200
@@ -1,3 +1,8 @@
+Vala 0.26.1
+===
+
+ * Bug fixes and binding updates.
+
 Vala 0.26.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/configure new/vala-0.26.1/configure
--- old/vala-0.26.0/configure   2014-09-22 22:50:35.0 +0200
+++ new/vala-0.26.1/configure   2014-10-13 07:08:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vala 0.26.0.
+# Generated by GNU Autoconf 2.69 for vala 0.26.1.
 #
 # Report bugs to .
 #
@@ -589,8 +589,8 @@
 # Identity of this package.
 PACKAGE_NAME='vala'
 PACKAGE_TARNAME='vala'
-PACKAGE_VERSION='0.26.0'
-PACKAGE_STRING='vala 0.26.0'
+PACKAGE_VERSION='0.26.1'
+PACKAGE_STRING='vala 0.26.1'
 PACKAGE_BUGREPORT='j...@bitron.ch'
 PACKAGE_URL=''
 
@@ -1351,7 +1351,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures vala 0.26.0 to adapt to many kinds of systems.
+\`configure' configures vala 0.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]

commit vala for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-09-30 19:37:17

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2014-05-05 
21:17:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-09-30 
19:37:36.0 +0200
@@ -1,0 +2,49 @@
+Tue Sep 23 09:22:09 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.26.0:
+  + Bug fix and binding updates.
+
+---
+Mon Sep 15 17:20:35 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.4:
+  + Add option --vapi-comments.
+  + Bug fixes and binding updates.
+  + Updated translations.
+
+---
+Mon Sep  1 15:10:57 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.3:
+  + Bug fixes and binding updates.
+
+---
+Sun Aug 24 16:39:20 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.25.2:
+  + Report warning for private struct fields.
+  + Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
+  + Always build vapigen.
+  + Bug fixes and binding updates.
+
+---
+Wed Jul 23 16:47:52 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.25.1:
+  + Support explicit interface method implementation.
+  + Support (unowned type)[] syntax.
+  + Support non-literal length in fixed-size arrays.
+  + Mark regular expression literals as stable.
+  + GIR parser updates.
+  + Add webkit2gtk-3.0 bindings.
+  + Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
+  + Bug fixes and binding updates.
+- Bump vala_version to 0.26, vala_libversion to 0_26 and
+  vala_priority to 26, following upstreams changes.
+- Correct update-alternatives usage.
+- Add pkgconfig(vapigen) Provides: due to the correct usage of
+  update-alternatives, %{_datadir}/pkgconfig/vapigen.pc is now only
+  as %ghost in the package; this results in the file not being
+  processed for Requires and Provides.
+
+---

Old:

  vala-0.24.0.tar.xz

New:

  vala-0.26.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.MewMpj/_old  2014-09-30 19:37:37.0 +0200
+++ /var/tmp/diff_new_pack.MewMpj/_new  2014-09-30 19:37:37.0 +0200
@@ -17,29 +17,31 @@
 
 
 Name:   vala
-Version:0.24.0
+Version:0.26.0
 Release:0
-%define vala_version 0.24
-%define vala_libversion 0_24
+%define vala_version 0.26
+%define vala_libversion 0_26
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 24
+%define vala_priority 26
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.24/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.26/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  glib2-devel >= 2.18.0
+BuildRequires:  glib2-devel >= 2.24.0
 BuildRequires:  xsltproc
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 # Vala is a compiler, so it's also a devel package
 Provides:   vala-devel = %{version}
 Obsoletes:  vala-devel < %{version}
+# provide generic pkgconfig(vapigen) instead of -version one; not 
auto-detected due to %{_datadir}/pkgconfig/vapigen.pc being %ghost
+Provides:   pkgconfig(vapigen) = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,6 +81,17 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+# Setup update-alternatives
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+ln -s -f %{_sysconfdir}/alternatives/vala %{buildroot}%{_bindir}/vala
+ln -s -f %{_sysconfdir}/alternatives/valac %{buildroot}%{_bindir}/valac
+ln -s -f %{_sysconfdir}/alternatives/vala-gen-introspect 
%{buildroot}%{_bindir}/vala-gen-introspect
+ln -s -f %{_sysconfdir}/alternatives/vapicheck %{buildroot}%{_bindir}/vapicheck
+ln -s -f %{_sysconfdir}/alternatives/vapigen %{buildroot}%{_bindir}/vapigen
+ln -s -f %{_sysconfdir}

commit vala for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-05-05 21:16:15

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-11-24 
13:33:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-05-05 
21:17:34.0 +0200
@@ -1,0 +2,31 @@
+Mon Mar 24 19:51:47 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.24.0:
+  + Bug fixes and binding updates.
+
+---
+Tue Feb 18 21:46:46 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.23.3:
+  + Bug fixes and binding updates.
+
+---
+Wed Feb  5 10:29:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.23.2:
+  + Bind GDK event structures as compact classes.
+  + Switch gdk-x11-3.0 bindings to .gir.
+  + Switch librsvg-2.0 bindings to .gir.
+  + Bug fixes and binding updates.
+
+---
+Sun Dec 22 21:04:14 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.23.1:
+  + Switch libnotify bindings to .gir.
+  + Add libpeas-gtk-1.0 bindings.
+  + Add xcb-icccm bindings.
+- Change vala_version to 0.24 and vala_priority to 24, following
+  upstreams versioning.
+
+---

Old:

  vala-0.22.1.tar.xz

New:

  vala-0.24.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.1pu9Ug/_old  2014-05-05 21:17:35.0 +0200
+++ /var/tmp/diff_new_pack.1pu9Ug/_new  2014-05-05 21:17:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.22.1
+Version:0.24.0
 Release:0
-%define vala_version 0.22
-%define vala_libversion 0_22
+%define vala_version 0.24
+%define vala_libversion 0_24
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 22
+%define vala_priority 24
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.22/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.24/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.22.1.tar.xz -> vala-0.24.0.tar.xz ++
 340593 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-11-24 13:33:58

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-09-27 
19:08:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-11-24 
13:33:58.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 13 16:26:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.22.1 (bnc#849913):
+  + Support chain up to constructv functions.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.22.0.tar.xz

New:

  vala-0.22.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.YkkHN2/_old  2013-11-24 13:33:59.0 +0100
+++ /var/tmp/diff_new_pack.YkkHN2/_new  2013-11-24 13:33:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.22.0
+Version:0.22.1
 Release:0
 %define vala_version 0.22
 %define vala_libversion 0_22

++ vala-0.22.0.tar.xz -> vala-0.22.1.tar.xz ++
 18901 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-09-27 19:08:49

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-09-23 
11:18:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-09-27 
19:08:51.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 23 18:57:43 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.22.0:
+  + Support chain up to constructv functions.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.21.2.tar.xz

New:

  vala-0.22.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.PEqIcw/_old  2013-09-27 19:08:52.0 +0200
+++ /var/tmp/diff_new_pack.PEqIcw/_new  2013-09-27 19:08:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.21.2
+Version:0.22.0
 Release:0
 %define vala_version 0.22
 %define vala_libversion 0_22
@@ -29,7 +29,7 @@
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.21/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.22/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.21.2.tar.xz -> vala-0.22.0.tar.xz ++
 20683 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-09-23 11:16:36

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-08-16 
12:22:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-09-23 
11:18:32.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 13 08:01:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.21.2:
+  + Recognize ref/unref functions in .gir files.
+  + Add geocode-glib bindings.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.21.1.tar.xz

New:

  vala-0.21.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.sSaPCJ/_old  2013-09-23 11:18:33.0 +0200
+++ /var/tmp/diff_new_pack.sSaPCJ/_new  2013-09-23 11:18:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.21.1
+Version:0.21.2
 Release:0
 %define vala_version 0.22
 %define vala_libversion 0_22

++ vala-0.21.1.tar.xz -> vala-0.21.2.tar.xz ++
 7020 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-08-16 12:22:29

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-04-14 
13:02:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-08-16 
12:22:32.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug  2 12:30:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.21.1:
+  + Support \u escape sequences.
+  + Support specifying vfunc order in interfaces to define ABI.
+  + Support GTK+ widget templates.
+  + Bug fixes and binding updates.
+- Change vala_version to 0.22 and vala_priority to 22, following
+  upstreams versioning.
+
+---

Old:

  vala-0.20.1.tar.xz

New:

  vala-0.21.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.bXE212/_old  2013-08-16 12:22:37.0 +0200
+++ /var/tmp/diff_new_pack.bXE212/_new  2013-08-16 12:22:37.0 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.20.1
+Version:0.21.1
 Release:0
-%define vala_version 0.20
-%define vala_libversion 0_20
+%define vala_version 0.22
+%define vala_libversion 0_22
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 20
+%define vala_priority 22
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.20/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.21/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.20.1.tar.xz -> vala-0.21.1.tar.xz ++
 368813 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-04-14 13:02:24

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2013-04-02 
13:28:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-04-14 
13:02:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 18:48:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.1:
+  + Bug fixes.
+
+---

Old:

  vala-0.20.0.tar.xz

New:

  vala-0.20.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.43ImHy/_old  2013-04-14 13:02:28.0 +0200
+++ /var/tmp/diff_new_pack.43ImHy/_new  2013-04-14 13:02:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.20.0
+Version:0.20.1
 Release:0
 %define vala_version 0.20
 %define vala_libversion 0_20

++ vala-0.20.0.tar.xz -> vala-0.20.1.tar.xz ++
 2245 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2013-04-02 13:28:08

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-11-26 
20:06:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2013-04-02 
13:28:10.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 26 21:12:40 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.20.0:
+  + Bug fixes and binding updates.
+
+---
+Wed Feb 20 22:18:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.19.0:
+  + Support scope = "async" attribute for parameters.
+  + Add --api-version option.
+  + Add atspi-2 bindings.
+  + Add gstreamer-rtsp-server-1.0 bindings.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.18.1.tar.xz

New:

  vala-0.20.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.X5Mp8L/_old  2013-04-02 13:28:11.0 +0200
+++ /var/tmp/diff_new_pack.X5Mp8L/_new  2013-04-02 13:28:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   vala
-Version:0.18.1
+Version:0.20.0
 Release:0
-%define vala_version 0.18
-%define vala_libversion 0_18
+%define vala_version 0.20
+%define vala_libversion 0_20
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 18
+%define vala_priority 20
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.18/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.20/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.18.1.tar.xz -> vala-0.20.0.tar.xz ++
 59060 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-11-26 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-11-26 20:06:44

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-10-19 
13:39:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-11-26 
20:06:46.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 14 07:51:29 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.18.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.18.0.tar.xz

New:

  vala-0.18.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.FhCuHf/_old  2012-11-26 20:08:58.0 +0100
+++ /var/tmp/diff_new_pack.FhCuHf/_new  2012-11-26 20:08:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.18.0
+Version:0.18.1
 Release:0
 %define vala_version 0.18
 %define vala_libversion 0_18

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-10-19 13:39:43

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-10-03 
10:46:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-10-19 
13:39:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct 17 11:17:03 UTC 2012 - dims...@opensuse.org
+
+- Add xsltproc BuildRequires: Needed to to build the devhelp books.
+- Drop xz BuildRequires, as it now comes for free in the build
+  system.
+
+---



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.OjZeDJ/_old  2012-10-19 13:39:46.0 +0200
+++ /var/tmp/diff_new_pack.OjZeDJ/_new  2012-10-19 13:39:46.0 +0200
@@ -34,10 +34,9 @@
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  glib2-devel >= 2.18.0
+BuildRequires:  xsltproc
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 # Vala is a compiler, so it's also a devel package
 Provides:   vala-devel = %{version}
 Obsoletes:  vala-devel < %{version}
@@ -145,5 +144,8 @@
 %{_includedir}/vala-%{vala_version}/
 %{_libdir}/libvala-%{vala_version}.so
 %{_libdir}/pkgconfig/libvala-%{vala_version}.pc
+%dir %{_datadir}/devhelp/
+%dir %{_datadir}/devhelp/books/
+%{_datadir}/devhelp/books/%{name}-%{vala_version}/
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-10-03 10:46:23

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-07-18 
17:52:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-10-03 
10:46:25.0 +0200
@@ -1,0 +2,72 @@
+Mon Sep 24 20:17:27 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.18.0:
+  + Bug fixed: bgo#683922.
+
+---
+Sun Sep 16 20:56:46 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.7:
+  + Add libgnome-menu-3.0 bindings.
+  + Bug fixes and binding updates.
+
+---
+Mon Sep  3 18:48:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.6:
+  + Bug fixes and binding updates.
+
+---
+Mon Aug 20 10:52:59 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.5:
+  + Support subclassing of GLib.Source.
+  + Switch pango bindings to .gir.
+  + Add gstreamer-1.0 core bindings.
+  + Add gst-plugins-base-1.0 bindings.
+  + Add gobject-introspection-1.0 bindings.
+  + Bug fixes and binding updates.
+
+---
+Mon Aug  6 18:26:01 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.4:
+  + Warn when accessing static members with an instance reference.
+  + Recompute length when casting between array types.
+  + Support [GenericAccessors] attribute for interfaces.
+  + Deprecate implicit .begin for async methods.
+  + Drop Dova profile.
+  + Drop POSIX profile.
+  + Bug fixes and binding updates.
+
+---
+Tue Jul 17 08:10:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.3:
+  + Require and target GLib >= 2.18.
+  + Support async creation methods.
+  + Bug fixes and binding updates.
+
+---
+Mon Jun 25 06:58:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.2:
+  + Bug fixes and binding updates.
+
+---
+Sun Jun 24 21:48:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.1:
+  + Improve assertion messages.
+  + Add --enable-gobject-tracing commandline option.
+  + Bug fixes and binding updates.
+
+---
+Sun Jun 24 20:07:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.17.0:
+  + Support simple method-level profiling.
+  + Add VALA_CHECK_MODULES and VALA_PROG_VAPIGEN to vala.m4.
+  + Bug fixes and binding updates
+
+---

Old:

  vala-0.16.1.tar.xz

New:

  vala-0.18.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.ko3Hne/_old  2012-10-03 10:46:29.0 +0200
+++ /var/tmp/diff_new_pack.ko3Hne/_new  2012-10-03 10:46:29.0 +0200
@@ -17,23 +17,23 @@
 
 
 Name:   vala
-Version:0.16.1
+Version:0.18.0
 Release:0
-%define vala_version 0.16
-%define vala_libversion 0_16
+%define vala_version 0.18
+%define vala_libversion 0_18
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 16
+%define vala_priority 18
 Summary:Programming language for GNOME
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.16/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.18/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel >= 2.18.0
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-07-18 17:52:08

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-03-29 
14:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-07-18 
17:52:10.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 24 06:53:22 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.16.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.16.0.tar.xz

New:

  vala-0.16.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Wn1uWv/_old  2012-07-18 17:52:11.0 +0200
+++ /var/tmp/diff_new_pack.Wn1uWv/_new  2012-07-18 17:52:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.16.0
+Version:0.16.1
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-03-29 14:07:29

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-02-28 
19:26:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-03-29 
14:07:36.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 26 17:35:43 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.16.0:
+  + Add udisks2 bindings.
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.15.2.tar.xz

New:

  vala-0.16.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Gq7Wxh/_old  2012-03-29 14:07:38.0 +0200
+++ /var/tmp/diff_new_pack.Gq7Wxh/_new  2012-03-29 14:07:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.15.2
+Version:0.16.0
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16
@@ -29,7 +29,7 @@
 License:LGPL-2.0
 Group:  Development/Languages/Other
 Url:http://live.gnome.org/Vala
-Source0:
http://download.gnome.org/sources/vala/0.15/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/vala/0.16/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-02-28 19:25:55

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-02-16 
16:24:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-02-28 
19:26:15.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 25 20:17:06 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.15.2:
+  + Switch poppler-glib bindings to .gir.
+  + Many bug fixes and binding updates.
+ 
+---

Old:

  vala-0.15.1.tar.xz

New:

  vala-0.15.2.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.9vegbs/_old  2012-02-28 19:26:17.0 +0100
+++ /var/tmp/diff_new_pack.9vegbs/_new  2012-02-28 19:26:17.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   vala
-Version:0.15.1
+Version:0.15.2
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-02-16 16:24:53

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-01-06 
11:47:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-02-16 
16:24:56.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan 27 07:47:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.15.1:
+  + Support arrays with nullable elements.
+  + Add  support to .gir reader and writer.
+  + Switch clutter-gtk-1.0 bindings to .gir.
+  + Switch gio-2.0 bindings to .gir.
+  + Add cogl-pango-1.0 bindings.
+  + Add gdl-3.0 bindings.
+  + Add libnl-3.0 bindings.
+  + Add packagekit-glib2 bindings.
+  + Add xtst bindings.
+  + Many bug fixes and binding updates.
+
+---

Old:

  vala-0.15.0.tar.xz

New:

  vala-0.15.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Zlkelm/_old  2012-02-16 16:24:58.0 +0100
+++ /var/tmp/diff_new_pack.Zlkelm/_new  2012-02-16 16:24:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   vala
-Version:0.15.0
+Version:0.15.1
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16
@@ -95,6 +95,7 @@
   --slave   %{_mandir}/man1/valac.1.gz   valac.1.gz   
%{_mandir}/man1/valac-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vala-gen-introspect.1.gz vala-gen-introspect.1.gz 
%{_mandir}/man1/vala-gen-introspect-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vapigen.1.gz vapigen.1.gz 
%{_mandir}/man1/vapigen-%{vala_version}.1.gz \
+  --slave   %{_datadir}/pkgconfig/vapigen.pc vapigen.pc   
%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
 
 %postun
 # Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
@@ -117,6 +118,7 @@
 %ghost %{_mandir}/man1/valac.1*
 %ghost %{_mandir}/man1/vala-gen-introspect.1*
 %ghost %{_mandir}/man1/vapigen.1*
+%ghost %{_datadir}/pkgconfig/vapigen.pc
 %{_bindir}/vala-%{vala_version}
 %{_bindir}/valac-%{vala_version}
 %{_bindir}/vala-gen-introspect-%{vala_version}
@@ -126,6 +128,10 @@
 %{_mandir}/man1/vala-gen-introspect-%{vala_version}.1*
 %{_mandir}/man1/vapigen-%{vala_version}.1*
 %{_datadir}/aclocal/vala.m4
+%{_datadir}/aclocal/vapigen.m4
+%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+%dir %{_datadir}/vala
+%{_datadir}/vala/Makefile.vapigen
 %{_datadir}/vala-%{vala_version}/
 %{_libdir}/vala-%{vala_version}/
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-01-06 11:46:59

Comparing /work/SRC/openSUSE:Factory/vala (Old)
 and  /work/SRC/openSUSE:Factory/.vala.new (New)


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2011-10-02 
11:17:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-01-06 
11:47:00.0 +0100
@@ -1,0 +2,22 @@
+Tue Dec  6 08:18:43 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.15.0:
+  + Manage memory of GQueue elements.
+  + Switch atk bindings to .gir.
+  + Switch gdk-pixbuf-2.0 bindings to .gir.
+  + Switch gdk-3.0 bindings to .gir.
+  + Add libwnck-3.0 bindings.
+  + Many bug fixes and binding updates.
+- Change the various %define in spec file to use 0.16 version.
+
+---
+Wed Nov 30 15:33:56 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.14.1:
+  + Add libwnck-3.0 bindings.
+  + Many bug fixes and binding updates.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+---

Old:

  vala-0.14.0.tar.bz2

New:

  vala-0.15.0.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.cayRp5/_old  2012-01-06 11:47:01.0 +0100
+++ /var/tmp/diff_new_pack.cayRp5/_new  2012-01-06 11:47:01.0 +0100
@@ -15,28 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   vala
-Version:0.14.0
-Release:1
-%define vala_version 0.14
-%define vala_libversion 0_14
+Version:0.15.0
+Release:0
+%define vala_version 0.16
+%define vala_libversion 0_16
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 14
-License:LGPLv2.0
+%define vala_priority 16
 Summary:Programming language for GNOME
-Url:http://live.gnome.org/Vala
+License:LGPL-2.0
 Group:  Development/Languages/Other
-Source0:
http://download.gnome.org/sources/vala/0.14/%{name}-%{version}.tar.bz2
+Url:http://live.gnome.org/Vala
+Source0:
http://download.gnome.org/sources/vala/0.15/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  glib2-devel
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 # Vala is a compiler, so it's also a devel package
 Provides:   vala-devel = %{version}
 Obsoletes:  vala-devel < %{version}
@@ -49,8 +49,6 @@
 compared to applications and libraries written in C.
 
 %package -n libvala-%{vala_libversion}-0
-
-License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  System/Libraries
 
@@ -61,8 +59,6 @@
 compared to applications and libraries written in C.
 
 %package -n libvala-%{vala_libversion}-devel
-
-License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  Development/Libraries/Other
 Requires:   libvala-%{vala_libversion}-0 = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Sun Oct 2 11:17:35 CEST 2011.




--- openSUSE:Factory/vala/vala.changes  2011-09-23 12:49:42.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-09-18 
10:17:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 08:16:04 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.14.0:
+  + Bug fixes and binding updates.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.13.4.tar.bz2

New:

  vala-0.14.0.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.p71hYc/_old  2011-10-02 11:17:28.0 +0200
+++ /var/tmp/diff_new_pack.p71hYc/_new  2011-10-02 11:17:28.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   vala
-Version:0.13.4
+Version:0.14.0
 Release:1
 %define vala_version 0.14
 %define vala_libversion 0_14
@@ -30,7 +30,7 @@
 Summary:Programming language for GNOME
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
-Source0:
http://download.gnome.org/sources/vala/0.13/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/vala/0.14/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -50,7 +50,6 @@
 
 %package -n libvala-%{vala_libversion}-0
 
-
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  System/Libraries
@@ -63,7 +62,6 @@
 
 %package -n libvala-%{vala_libversion}-devel
 
-
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  Development/Libraries/Other

++ vala-0.13.4.tar.bz2 -> vala-0.14.0.tar.bz2 ++
 24196 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Tue Sep 13 12:39:30 CEST 2011.




--- GNOME/vala/vala.changes 2011-09-05 20:36:16.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-09-08 
01:01:10.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  7 22:05:24 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.13.4:
+   + Switch gudev-1.0 bindings to .gir.
+   + Switch mx-1.0 bindings to .gir.
+   + Many bug fixes and binding updates.
+- Drop vala-markupparser-fix.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

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

New:

  vala-0.13.4.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.5UfL9A/_old  2011-09-13 12:39:20.0 +0200
+++ /var/tmp/diff_new_pack.5UfL9A/_new  2011-09-13 12:39:20.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   vala
-Version:0.13.3
+Version:0.13.4
 Release:1
 %define vala_version 0.14
 %define vala_libversion 0_14
@@ -31,8 +31,6 @@
 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 vu...@opensuse.org -- Taken 
from git, fix GMarkupParser bindings
-Patch0: vala-markupparser-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -52,6 +50,7 @@
 
 %package -n libvala-%{vala_libversion}-0
 
+
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  System/Libraries
@@ -64,6 +63,7 @@
 
 %package -n libvala-%{vala_libversion}-devel
 
+
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  Development/Libraries/Other
@@ -77,7 +77,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-pic --enable-vapigen

++ vala-0.13.3.tar.bz2 -> vala-0.13.4.tar.bz2 ++
 77198 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-09-09 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-09-05 
20:36:16.0 +0200
@@ -1,0 +2,28 @@
+Mon Sep  5 18:35:08 UTC 2011 - vu...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- Update to version 0.13.3:
+  + Switch pangocairo bindings to .gir.
+  + Bug fixes.
+
+---
+Wed Aug 17 08:13:02 CEST 2011 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.g8Nkho/_new  2011-09-09 11:56:28.0 +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 vu...@opensuse.org -- 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 
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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Fri Jul 8 12:51:43 CEST 2011.




--- GNOME/vala/vala.changes 2011-06-02 22:38:26.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-07-06 
18:23:52.0 +0200
@@ -1,0 +2,17 @@
+Wed Jul  6 18:22:54 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.13.1:
+  + Many bug fixes and binding updates.
+
+---
+Fri Jun 24 12:12:11 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.13.0:
+  + More refactoring in the code generator.
+  + Improvements to the .gir reader.
+  + Switch JSON-GLib bindings to .gir.
+  + Drop deprecated support for D-Bus GLib in favor of GDBus.
+  + Many bug fixes and binding updates.
+- Adjust vala_version, vala_libversion and priority for 0.13.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.12.1.tar.bz2

New:

  vala-0.13.1.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.KQycXv/_old  2011-07-08 12:51:23.0 +0200
+++ /var/tmp/diff_new_pack.KQycXv/_new  2011-07-08 12:51:23.0 +0200
@@ -18,19 +18,19 @@
 
 
 Name:   vala
-Version:0.12.1
+Version:0.13.1
 Release:1
-%define vala_version 0.12
-%define vala_libversion 0_12
+%define vala_version 0.14
+%define vala_libversion 0_14
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 12
+%define vala_priority 14
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
-Source0:http://www.paldo.org/vala/vala-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/vala/0.13/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++ vala-0.12.1.tar.bz2 -> vala-0.13.1.tar.bz2 ++
 164155 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Mon Jun 6 10:13:14 CEST 2011.




--- GNOME/vala/vala.changes 2011-04-04 16:21:31.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-06-02 
22:38:26.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun  2 22:32:58 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.12.1:
+  + Many bug fixes and binding updates.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.12.0.tar.bz2

New:

  vala-0.12.1.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Ld1Q2w/_old  2011-06-06 10:06:58.0 +0200
+++ /var/tmp/diff_new_pack.Ld1Q2w/_new  2011-06-06 10:06:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   vala
-Version:0.12.0
+Version:0.12.1
 Release:1
 %define vala_version 0.12
 %define vala_libversion 0_12

++ vala-0.12.0.tar.bz2 -> vala-0.12.1.tar.bz2 ++
 18871 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vala for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Mon May 2 15:26:04 CEST 2011.




--- GNOME/vala/vala.changes 2011-01-09 16:20:32.0 +0100
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-04-04 
16:21:31.0 +0200
@@ -1,0 +2,51 @@
+Mon Apr  4 11:18:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.12.0:
+  + Add get_next_char to string class.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.7:
+  + Add support for async signal handlers.
+  + More refactoring in the code generator.
+  + Improvements to the .gir writer.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.6:
+  + Add parse and try_parse methods to boolean and numeric types.
+  + Add clutter-gtk-1.0 bindings.
+  + Add pixmap-1 bindings.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.5:
+  + Add last_index_of and last_index_of_char to string class.
+  + More refactoring in the code generator.
+  + Improvements to the .gir writer.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.4:
+  + Add index_of, index_of_char, and char_count to string class.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.3:
+  + Support BusName sender parameter in GDBus servers.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.2:
+  + Update libnotify bindings to 0.7.0.
+  + Improvements to the .gir reader.
+  + Bug fixes and binding updates.
+- Changes from version 0.11.1:
+  + Require and target GLib >= 2.16.
+  + Guard access to out parameters to allow null arguments.
+  + Add support for local constants.
+  + Support file descriptor passing with GDBus.
+  + Support cached property values in GDBus clients.
+  + Support Cancellable parameter in GDBus clients.
+  + Support no-reply methods in GDBus clients and servers.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.0:
+  + Use byte indices for strings.
+  + Use uint8[] for binary data in bindings.
+  + Add support for parallel compilation.
+  + Improve compiler performance.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Drop vala-bgo638902-shotwell-fix.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.10.2.tar.bz2
  vala-bgo638902-shotwell-fix.patch

New:

  vala-0.12.0.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.P8NeWw/_old  2011-05-02 15:23:24.0 +0200
+++ /var/tmp/diff_new_pack.P8NeWw/_new  2011-05-02 15:23:24.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package vala (Version 0.10.2)
+# spec file for package vala
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,21 +18,19 @@
 
 
 Name:   vala
-Version:0.10.2
-Release:2
-%define vala_version 0.10
-%define vala_libversion 0_10
+Version:0.12.0
+Release:1
+%define vala_version 0.12
+%define vala_libversion 0_12
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 10
+%define vala_priority 12
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
 Source0:http://www.paldo.org/vala/vala-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM vala-bgo638902-shotwell-fix.patch bgo#638902 
vu...@opensuse.org -- Fix to avoid a build error in shotwell 0.8.0, based on 
patch from git
-Patch0: vala-bgo638902-shotwell-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -79,7 +77,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-pic --enable-vapigen
@@ -146,6 +143,6 @@
 %defattr(-,root,root,-)
 %{_includedir}/vala-%{vala_version}/
 %{_libdir}/libvala-%{vala_version}.so
-%{_libdir}/pkgconfig/vala-%{vala_version}.pc
+%{_libdir}/pkgconfig/libvala-%{vala_version}.pc
 
 %changelog

++ vala-0.10.2.tar.bz2 -> vala-0.12.0.tar.bz2 ++
 497502 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org