1
0

Compare commits

...

6 Commits

Author SHA256 Message Date
Ana Guerrero
380600f3ad Accepting request 1225812 from GNOME:Factory
- 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 (forwarded request 1225681 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1225812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=14
2024-11-24 10:03:46 +00:00
b6b3c08078 - 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=29
2024-11-22 12:20:19 +00:00
Ana Guerrero
1669ddd2d9 Accepting request 1205806 from GNOME:Factory
New upstream release (forwarded request 1205741 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1205806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=13
2024-10-08 15:25:42 +00:00
8df8d0ce02 New upstream release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=27
2024-10-05 09:03:26 +00:00
Ana Guerrero
4bd0b1bbc5 Accepting request 1204693 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1204693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=12
2024-09-30 13:34:53 +00:00
18f9d369db Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=25
2024-09-30 07:54:12 +00:00
6 changed files with 51 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.2</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:7e7b4f16cdbeab12521bb12f3f76804a81e3a31498c51fa47bdb3fe1d735977c
size 12141069

View File

@ -1,4 +1,4 @@
name: gtksourceview
version: 5.12.1
mtime: 1717110790
commit: 6d15bb784ccc89bbc7dfab06f88c6ab4c72d8c7e
version: 5.14.2
mtime: 1732224657
commit: bb2383de981af0b762f40bbd813d282b43ae5606

View File

@ -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>

View File

@ -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