Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dconf-editor for openSUSE:Factory checked in at 2023-09-21 22:22:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dconf-editor (Old) and /work/SRC/openSUSE:Factory/.dconf-editor.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dconf-editor" Thu Sep 21 22:22:52 2023 rev:39 rq:1112718 version:45.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dconf-editor/dconf-editor.changes 2023-09-20 13:24:49.333257570 +0200 +++ /work/SRC/openSUSE:Factory/.dconf-editor.new.1770/dconf-editor.changes 2023-09-21 22:23:00.696785367 +0200 @@ -1,0 +2,6 @@ +Thu Sep 21 07:07:13 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 45.0.1: + + Fix string freeze break. + +------------------------------------------------------------------- Old: ---- dconf-editor-45.0.tar.xz New: ---- dconf-editor-45.0.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dconf-editor.spec ++++++ --- /var/tmp/diff_new_pack.X6Nsv8/_old 2023-09-21 22:23:01.776824558 +0200 +++ /var/tmp/diff_new_pack.X6Nsv8/_new 2023-09-21 22:23:01.776824558 +0200 @@ -17,7 +17,7 @@ Name: dconf-editor -Version: 45.0 +Version: 45.0.1 Release: 0 Summary: Graphical editor for the dconf key-based configuration system License: GPL-3.0-or-later ++++++ dconf-editor-45.0.tar.xz -> dconf-editor-45.0.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dconf-editor-45.0/NEWS new/dconf-editor-45.0.1/NEWS --- old/dconf-editor-45.0/NEWS 2023-09-18 17:25:11.000000000 +0200 +++ new/dconf-editor-45.0.1/NEWS 2023-09-20 23:42:01.000000000 +0200 @@ -1,3 +1,8 @@ +dconf-editor 45.0.1 +=================== + +Fix string freeze break + dconf-editor 45.0 ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dconf-editor-45.0/editor/ca.desrt.dconf-editor.appdata.xml.in new/dconf-editor-45.0.1/editor/ca.desrt.dconf-editor.appdata.xml.in --- old/dconf-editor-45.0/editor/ca.desrt.dconf-editor.appdata.xml.in 2023-09-18 17:25:11.000000000 +0200 +++ new/dconf-editor-45.0.1/editor/ca.desrt.dconf-editor.appdata.xml.in 2023-09-20 23:42:01.000000000 +0200 @@ -21,6 +21,7 @@ <releases> <!-- should be kept in versioning inverted order --> + <release version="45.0.1" date="2023-09-20" type="stable" urgency="low"/> <release version="45.0" date="2023-09-18" type="stable" urgency="high"/> <release version="43.0" date="2022-09-17" type="stable" urgency="medium"/> <release version="43~beta" date="2022-07-27" type="development" urgency="low"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dconf-editor-45.0/editor/ca.desrt.dconf-editor.gschema.xml new/dconf-editor-45.0.1/editor/ca.desrt.dconf-editor.gschema.xml --- old/dconf-editor-45.0/editor/ca.desrt.dconf-editor.gschema.xml 2023-09-18 17:25:11.000000000 +0200 +++ new/dconf-editor-45.0.1/editor/ca.desrt.dconf-editor.gschema.xml 2023-09-20 23:42:01.000000000 +0200 @@ -444,7 +444,7 @@ <!-- Translators: summary of a demo key, see 'dconf-editor /ca/desrt/dconf-editor/Demo/variant' --> <summary>A variant, type âvâ</summary> <!-- Translators: description of a demo key, see 'dconf-editor /ca/desrt/dconf-editor/Demo/variant' --> - <description>Variants could be stored inside variants, and consequently as a GSettings type. Their representation use the XML brackets (â<â and â>â characters, in a gschema file â&#60;â and â&#62;â respectively), with a parsable representation of their content inside. If unclear, the type can be given in the value with a prefix annotation like â@xâ (where âxâ is the type string) or âint64â. See https://docs.gtk.org/glib/gvariant-text.html for complete documentation.</description> + <description>Variants could be stored inside variants, and consequently as a GSettings type. Their representation use the XML brackets (â<â and â>â characters, in a gschema file â&#60;â and â&#62;â respectively), with a parsable representation of their content inside. If unclear, the type can be given in the value with a prefix annotation like â@xâ (where âxâ is the type string) or âint64â. See https://developer.gnome.org/glib/stable/gvariant-text.html for complete documentation.</description> </key> <key name="weird-enum" enum="ca.desrt.dconf-editor.DemoWeirdEnum"> <default>'only-choice'</default> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dconf-editor-45.0/editor/registry-info.vala new/dconf-editor-45.0.1/editor/registry-info.vala --- old/dconf-editor-45.0/editor/registry-info.vala 2023-09-18 17:25:11.000000000 +0200 +++ new/dconf-editor-45.0.1/editor/registry-info.vala 2023-09-20 23:42:01.000000000 +0200 @@ -617,7 +617,7 @@ if ("v" in type) /* Translators: annotation under the entry that allows customizing a key, when displaying key properties; for keys of type "variant" (or of a type composed with a variant) */ - return warning_label (_("Variants content should be surrounded by XML brackets (â<â and â>â). See https://docs.gtk.org/glib/gvariant-text.html for complete documentation.")); + return warning_label (_("Variants content should be surrounded by XML brackets (â<â and â>â). See https://developer.gnome.org/glib/stable/gvariant-text.html for complete documentation.")); /* the "<flags>" special type is not concerned but has an 's' and a 'g' in it; "s", "g" and "o" types have a specific UI */ if (type != "<flags>" && ((type != "s" && "s" in type) || (type != "g" && "g" in type)) || (type != "o" && "o" in type)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dconf-editor-45.0/meson.build new/dconf-editor-45.0.1/meson.build --- old/dconf-editor-45.0/meson.build 2023-09-18 17:25:11.000000000 +0200 +++ new/dconf-editor-45.0.1/meson.build 2023-09-20 23:42:01.000000000 +0200 @@ -1,6 +1,6 @@ project( 'dconf-editor', ['c', 'vala'], - version: '45.0', + version: '45.0.1', license: 'GPL3+', default_options: [ 'buildtype=debugoptimized',