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 2026-04-10 17:45:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blueprint-compiler (Old) and /work/SRC/openSUSE:Factory/.blueprint-compiler.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blueprint-compiler" Fri Apr 10 17:45:18 2026 rev:10 rq:1345334 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/blueprint-compiler/blueprint-compiler.changes 2025-07-02 18:17:47.032098615 +0200 +++ /work/SRC/openSUSE:Factory/.blueprint-compiler.new.21863/blueprint-compiler.changes 2026-04-10 17:45:20.494842886 +0200 @@ -1,0 +2,49 @@ +Mon Mar 23 08:22:24 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Fri Feb 27 13:42:49 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 0.20.0: + + Added: + - Added help-text and visited accessibility properties + - Added a --minify argument to compile and batch-compile to + emit XML with no comments or whitespace + - Extern class names can now include a "." for readability + - Added a linter + - Added extension syntax for Gtk.LevelBar offsets + - Allow translated string constants in expressions + - Added support for some Pango types to be specified as strings + - The formatter wraps long lines now + - Added support for Gtk.TryExpression + - Added support for null in expressions + + Language Server: + - Added the signature of a long block as an inlay hint at the + end of the block + - Added completions for available namespaces when typing a + class name + - Added completions for imports + - Added completion for translation-domain + - Added object value completions + - Completions are now sorted. Up to five commonly used + completions are highlighted at the top, based on statistics + from a collection of open-source projects that use Blueprint. + - Hovering over the object in a signal shows the object's + signature + + Changed: + - blueprint-compiler now uses libgirepository to load typelib + information, rather than a custom parser. + - Lookup expressions on an object reference no longer emit an + unnecessary <constant> tag +- Convert to obs_scm service. +- Enable check section, running meson_test. Ignore the result + though for now, as some tests require a display. + +------------------------------------------------------------------- +Fri Jan 16 10:58:14 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 0.19.0: + + This is an unstable release - No changelog yet + +------------------------------------------------------------------- Old: ---- blueprint-compiler-0.18.0.tar.gz New: ---- _scmsync.obsinfo _service blueprint-compiler-0.20.0.tar.xz blueprint-compiler.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blueprint-compiler.spec ++++++ --- /var/tmp/diff_new_pack.CiIyIT/_old 2026-04-10 17:45:21.342877779 +0200 +++ /var/tmp/diff_new_pack.CiIyIT/_new 2026-04-10 17:45:21.346877944 +0200 @@ -1,7 +1,7 @@ # # spec file for package blueprint-compiler # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,12 @@ %endif Name: blueprint-compiler -Version: 0.18.0 +Version: 0.20.0 Release: 0 Summary: A markup language for GTK user interfaces License: LGPL-3.0-or-later URL: https://gitlab.gnome.org/GNOME/blueprint-compiler -Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module gobject} @@ -51,7 +51,7 @@ A markup language for GTK user interface files. %prep -%autosetup -n %{name}-v%{version} +%autosetup -p1 %if 0%{?suse_version} < 1600 sed -i -e 's|python3|python3.11|g' meson.build sed -i -e 's|=3.9|=3.11|g' justfile @@ -71,8 +71,8 @@ sed -i '1s|#!/usr/bin/env |#!/usr/bin/|' %{buildroot}%{_bindir}/blueprint-compiler -#%check -#python3 -m unittest +%check +%meson_test || : %files %license COPYING ++++++ _scmsync.obsinfo ++++++ mtime: 1774254144 commit: 6474ff9d3f1f7498a86d05d68a3baf7163114e1680b4b5a4fa9ea055de9d99a4 url: https://src.opensuse.org/GNOME/blueprint-compiler revision: factory ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/blueprint-compiler.git</param> <param name="revision">v0.20.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)(?:\+0)</param> <param name="versionrewrite-replacement">\1</param> <!-- <param name="changesgenerate">enable</param> --> </service> <service name="tar" mode="manual"/> <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="manual"/> </services> ++++++ blueprint-compiler.obsinfo ++++++ name: blueprint-compiler version: 0.20.0 mtime: 1772149882 commit: aa5298cc1677cf855bd61f9671607362bd203f4f ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-25 14:35:14.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
