1
0

Accepting request 1158400 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158400
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:30:11 +00:00 committed by Git OBS Bridge
parent fce40bf735
commit 58f230c277
6 changed files with 83 additions and 8 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<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.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

View File

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

4
gtksourceview.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gtksourceview
version: 5.12.0
mtime: 1710540784
commit: 685015155cb4c0bc95f3f761f629f275e18d9e10

View File

@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Mar 16 09:19:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.12.0:
+ Do not trigger default indenter for Return when a selection is
active.
+ Render overview slider below text rather than above w/ RGBA.
+ Premix certain colors in overview when drawing to avoid RGBA
blends on GPU.
+ Avoid round-trip to main loop when map slider needs allocation.
+ Avoid an extra GSK transform for each line number in the
gutter.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 08:36:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.11.2:
+ Ignore empty globs in language specification for mimetypes.
+ Ensure that partially visible highlight lines are drawn.
+ Fix line style properties after unsetting style scheme.
+ latex.lang: Improvements to command parsing.
-------------------------------------------------------------------
Wed Feb 28 17:54:12 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.11.1+9:
+ languagemanager: ignore empty globs.
+ view: highlight partially visible line.
+ view: reset current line style properties after unsetting the
style scheme.
-------------------------------------------------------------------
Tue Feb 13 07:20:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 5.11.1:
+ A new -Dbuild-testsuite configuration option.
+ Some build options were renamed to follow more closely what GTK
itself uses now:
-Dgtk_doc became -Ddocumentation
-Dinstall_tests became -Dinstall-tests
+ Fix a rendering issue where the gutter would not highlight the
same as the current-line-highlight.
+ An optimization for line number drawing which avoids using
PangoLayout when drawing.
+ Ensure the gutter is redrawn when focus leaves text view.
+ Improved support for input methods when X11 and ibus are used
by making it behave closer to Wayland input methods.
+ Ignore the current-line highlight when out of view which
improves the damage area calculation in GTK.
+ A new Wren language spec.
+ Updates for the sh language-spec.
+ Updated translations.
-------------------------------------------------------------------
Sun Sep 17 01:20:12 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package gtksourceview5
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define _name gtksourceview
Name: gtksourceview5
Version: 5.10.0
Version: 5.12.0
Release: 0
Summary: GTK+ Source Editing Widget
License: LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GtkSourceView
Source0: https://download.gnome.org/sources/gtksourceview/5.10/%{_name}-%{version}.tar.xz
Source0: %{_name}-%{version}.tar.zst
Source1: changes.lang
BuildRequires: gobject-introspection-devel >= 1.70
@ -96,7 +96,6 @@ features typical of a source editor.
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%meson \
-Dgtk_doc=true \
%{nil}
%meson_build
@ -122,7 +121,6 @@ install -m 644 %{S:1} %{buildroot}%{_datadir}/gtksourceview-5/language-specs/
%{_includedir}/gtksourceview-5/
%{_libdir}/libgtksourceview-5.so
%{_libdir}/pkgconfig/gtksourceview-5.pc
%{_datadir}/doc/%{name}/
%{_datadir}/gir-1.0/GtkSource-5.gir
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gtksourceview-5.*