Ana Guerrero 2024-09-30 13:34:53 +00:00 committed by Git OBS Bridge
commit 4bd0b1bbc5
6 changed files with 34 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gtksourceview.git</param>
<param name="revision">5.12.1</param>
<param name="revision">5.14.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c07eb13cff09ddd0b4500a334a0c22db7e5dbf282d208fe2c0803d8265a2546b
size 12174861

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f7f6a99a3572fdc5fb5ac3b58efb041ddb8220e38d355189aa2361836b59977
size 12137997

View File

@ -1,4 +1,4 @@
name: gtksourceview
version: 5.12.1
mtime: 1717110790
commit: 6d15bb784ccc89bbc7dfab06f88c6ab4c72d8c7e
version: 5.14.0
mtime: 1726281088
commit: 908fb622356b3ce42615a70898cc3bfea8375488

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Sep 15 14:10:39 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 5.14.0:
+ Fix an issue where the gutter would not redraw when focus
changes.
+ Add support for Groff syntax.
- Changes from version 5.13.1:
+ Documentation improvements
+ Improve performance of BuilderBlocks font loading. Some of this
effort required changes to the TTF, so user testing with a wide
variety of languages is desired. This should reduce startup
time of GtkSourceView using applications.
+ gtk-doc.lang: highlight `backtick` spans
+ c.lang: highlight [[]] style attributes
+ java.lang: improve escaped character matching
+ Adwaita.xml, Adwaita-dark.xml: style updates to track platform
changes for GNOME 47.
- Changes from version 5.13.0:
+ Ensure gutter renderers are released during dispose
+ Make default auto-indenter keep indentation when cursor is at
line start
+ python3.lang: Fix f-string in curly braces to have
no-spellcheck applied
+ Updated translations.
-------------------------------------------------------------------
Mon Jun 3 09:54:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,7 +18,7 @@
%define _name gtksourceview
Name: gtksourceview5
Version: 5.12.1
Version: 5.14.0
Release: 0
Summary: GTK+ Source Editing Widget
License: LGPL-2.1-or-later