Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blueprint-compiler for openSUSE:Factory checked in at 2023-02-20 17:46:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blueprint-compiler (Old) and /work/SRC/openSUSE:Factory/.blueprint-compiler.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blueprint-compiler" Mon Feb 20 17:46:51 2023 rev:2 rq:1066817 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/blueprint-compiler/blueprint-compiler.changes 2022-12-22 16:23:13.606082088 +0100 +++ /work/SRC/openSUSE:Factory/.blueprint-compiler.new.22824/blueprint-compiler.changes 2023-02-20 17:47:52.332115763 +0100 @@ -1,0 +2,27 @@ +Thu Feb 16 05:38:38 UTC 2023 - Avinesh Kumar <avinesh.ku...@suse.com> + +- Update to version 0.6.0: + + Quoted and numeric literals are no longer interchangeable (e.g. + `"800"` is no longer an accepted value for an integer type). + + Boxed types are now type checked. + + Added: There is now syntax for `GType` literals: the `typeof()` + pseudo-function. For example, list stores have an `item-type` + property which is now specifiable like this: + `item-type: typeof(.MyDataModel)`. + + The language server now logs to stderr. + + Fix the build on Windows, where backslashes in paths were not + escaped. (William Roy) + + Remove the syntax for specifying menu objects inline, + since it does not work. + + Fix a crash in the language server that was triggered in files + with incomplete `using Gtk 4.0;` statements. + + Fixed compilation on big-endian systems. + + Fix an issue in the interactive port tool that would lead to + missed files. (Frank Dana) + + Fix an issue for documentation contributors where changing the + documentation files would not trigger a rebuild. + + Document the missing support for Gtk.Label `<attributes>`, + which is intentional, and recommend alternatives. (Sonny Piers) + + Add a prominent warning that Blueprint is still experimental + +------------------------------------------------------------------- Old: ---- blueprint-compiler-0.4.0.tar.gz New: ---- blueprint-compiler-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blueprint-compiler.spec ++++++ --- /var/tmp/diff_new_pack.RQIlNe/_old 2023-02-20 17:47:52.840118633 +0100 +++ /var/tmp/diff_new_pack.RQIlNe/_new 2023-02-20 17:47:52.844118655 +0100 @@ -1,7 +1,7 @@ # # spec file for package blueprint-compiler # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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: blueprint-compiler -Version: 0.4.0 +Version: 0.6.0 Release: 0 Summary: A markup language for GTK user interfaces License: LGPL-3.0-or-later @@ -29,10 +29,10 @@ BuildRequires: gobject-introspection-devel BuildRequires: gtk4-devel BuildRequires: libadwaita-devel -Requires: python3-gobject Requires: gobject-introspection-devel Requires: gtk4-devel Requires: libadwaita-devel +Requires: python3-gobject BuildArch: noarch %description ++++++ blueprint-compiler-0.4.0.tar.gz -> blueprint-compiler-0.6.0.tar.gz ++++++ ++++ 2344 lines of diff (skipped)