forked from pool/gtksourceview5
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
This commit is contained in:
parent
0daf7f2ea3
commit
d94da7bc01
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:659d9cc9d034a114f07e7e134ee80d77dec0497cb1516ae5369119c2fcb9da16
|
||||
size 1261200
|
3
gtksourceview-5.6.2.tar.xz
Normal file
3
gtksourceview-5.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f146c156f135a60499d979e3577c99b6e15a111445767abe6219bb34c545c77
|
||||
size 1262272
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 11:09:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user