forked from pool/gtksourceview5
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
380600f3ad | ||
b6b3c08078 | |||
|
1669ddd2d9 | ||
8df8d0ce02 | |||
|
4bd0b1bbc5 | ||
18f9d369db |
2
_service
2
_service
@ -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.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c07eb13cff09ddd0b4500a334a0c22db7e5dbf282d208fe2c0803d8265a2546b
|
||||
size 12174861
|
3
gtksourceview-5.14.2.obscpio
Normal file
3
gtksourceview-5.14.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e7b4f16cdbeab12521bb12f3f76804a81e3a31498c51fa47bdb3fe1d735977c
|
||||
size 12141069
|
@ -1,4 +1,4 @@
|
||||
name: gtksourceview
|
||||
version: 5.12.1
|
||||
mtime: 1717110790
|
||||
commit: 6d15bb784ccc89bbc7dfab06f88c6ab4c72d8c7e
|
||||
version: 5.14.2
|
||||
mtime: 1732224657
|
||||
commit: bb2383de981af0b762f40bbd813d282b43ae5606
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 22:38:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 5.14.2:
|
||||
+ Ignore various libxml2 deprecations
|
||||
+ Fix some incorrect GI annotations
|
||||
+ Fix extraneous dismissal of hover providers in some cases
|
||||
+ Add missing 5_14 version macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 19:05:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 5.14.1:
|
||||
+ Ensure you cannot show context menu from GtkSourceMap which
|
||||
otherwise has a limited FontMap containing only the
|
||||
BuilderBlocks font.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _name gtksourceview
|
||||
Name: gtksourceview5
|
||||
Version: 5.12.1
|
||||
Version: 5.14.2
|
||||
Release: 0
|
||||
Summary: GTK+ Source Editing Widget
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user