From d94da7bc0158c886da4a2fcab862b06f930a05a94781468bc6c99fcd64896939 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Jan 2023 09:24:28 +0000 Subject: [PATCH] Accepting request 1057755 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1057755 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=14 --- gtksourceview-5.6.1.tar.xz | 3 --- gtksourceview-5.6.2.tar.xz | 3 +++ gtksourceview5.changes | 30 ++++++++++++++++++++++++++++++ gtksourceview5.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 gtksourceview-5.6.1.tar.xz create mode 100644 gtksourceview-5.6.2.tar.xz diff --git a/gtksourceview-5.6.1.tar.xz b/gtksourceview-5.6.1.tar.xz deleted file mode 100644 index 4999a40..0000000 --- a/gtksourceview-5.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:659d9cc9d034a114f07e7e134ee80d77dec0497cb1516ae5369119c2fcb9da16 -size 1261200 diff --git a/gtksourceview-5.6.2.tar.xz b/gtksourceview-5.6.2.tar.xz new file mode 100644 index 0000000..619fd18 --- /dev/null +++ b/gtksourceview-5.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f146c156f135a60499d979e3577c99b6e15a111445767abe6219bb34c545c77 +size 1262272 diff --git a/gtksourceview5.changes b/gtksourceview5.changes index b91de56..ee3c5f9 100644 --- a/gtksourceview5.changes +++ b/gtksourceview5.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Jan 11 11:09:15 UTC 2023 - Bjørn Lie + +- Update to version 5.6.2: + + Add styling for 'def:note' to Adwaita and Adwaita-dark + + Adwaita-dark.xml: soften match color a bit + + Adwaita.xml: + - add def:statement + - soften search highlight + + Docs: Fix RegexError reference + + completion: + - add note about what when is_trigger can activate + - fix typo in documentation + + completionlistbox: lock listmodel items during snapshot + + completionprovider: fix documentation for get_priority() + + docs: add note about library initialization + + glsl.lang: set no-spell-check on default context + + kate: use italic for def:emphasis + + listsnapshot: + - add snapshotting listmodel + - allow mismatched hold()/release() + + llvm.lang: Add missing 'sge' keyword + + map: defer adjustment changes to next frame + + regex: Fix incorrect bitflag operations + + snippets: fix GtkSourceView:enable-snippets use without + completion + + testsuite/regex: walk subject as utf8 unless G_REGEX_RAW + + testsuite: use G_REGEX_RAW with invalid UTF-8 + + vim: implement rudimentary search through previous commands + ------------------------------------------------------------------- Thu Sep 22 07:55:56 UTC 2022 - Bjørn Lie diff --git a/gtksourceview5.spec b/gtksourceview5.spec index 2c9bbac..e76e9d4 100644 --- a/gtksourceview5.spec +++ b/gtksourceview5.spec @@ -1,7 +1,7 @@ # # spec file for package gtksourceview5 # -# 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 @@ -18,7 +18,7 @@ %define _name gtksourceview Name: gtksourceview5 -Version: 5.6.1 +Version: 5.6.2 Release: 0 Summary: GTK+ Source Editing Widget License: LGPL-2.1-or-later