Accepting request 1002665 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002665 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtksourceview5?expand=0&rev=9
This commit is contained in:
parent
eb28db7baf
commit
7ae60963d7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad140e07eb841910de483c092bd4885abd29baadd6e95fa22d93ed2df0b79de7
|
|
||||||
size 1261496
|
|
3
gtksourceview-5.5.1.tar.xz
Normal file
3
gtksourceview-5.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ae58ccd15f071e45f88185f5a9b020560a0b1a950f99cab7dc5e8cd14c40d19
|
||||||
|
size 1268504
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 11 16:04:19 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 5.5.1:
|
||||||
|
+ Many fixes to GtkSourceSnippet parsing and expaction.
|
||||||
|
+ Various test-suite fixes.
|
||||||
|
+ The snippet completion provider now avoids inflating snippet
|
||||||
|
objects until they are inserted.
|
||||||
|
+ Input-method integration improvements for custom indenters.
|
||||||
|
+ Performance improvements to GtkSourceBuffer.
|
||||||
|
+ Performance improvements when translating improperly encoded
|
||||||
|
documents to fallback hexadecimal characters.
|
||||||
|
+ Disable GtkSourceBuffer::cursor-moved signal while loading
|
||||||
|
buffers with GtkSourceFileLoader.
|
||||||
|
+ Adwaita.xml styling fixes for def:error.
|
||||||
|
+ More profiling integration with sysprof.
|
||||||
|
+ Updated languages: lean, latex, chdr, cpphdr.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 18 07:49:37 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 5.5.0:
|
||||||
|
+ Build fixes for deprecated meson features and MSVC
|
||||||
|
improvements.
|
||||||
|
+ Fixes for hover assistant placement and display.
|
||||||
|
+ A number of improvements to Vim emulation.
|
||||||
|
+ The overview map can now avoid redrawing in a number of
|
||||||
|
scenarios.
|
||||||
|
+ The completion popover can now avoid repositioning in a number
|
||||||
|
of scenarios.
|
||||||
|
+ The completion popover now hides before resetting grid content.
|
||||||
|
+ Language specifications can now provide a suggested suffix or
|
||||||
|
name for new files. GNOME Text Editor has examples for using
|
||||||
|
this new opt-in metadata.
|
||||||
|
+ Various fixes display of snippet assistants.
|
||||||
|
+ New languages: twig.lang.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add explicit pkgconfig(libpcre2-8) BuildRequires as meson checks
|
||||||
|
for it, already pulled in by other dependencies.
|
||||||
|
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 13 11:26:32 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Jun 13 11:26:32 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define _name gtksourceview
|
%define _name gtksourceview
|
||||||
Name: gtksourceview5
|
Name: gtksourceview5
|
||||||
Version: 5.4.2
|
Version: 5.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GTK+ Source Editing Widget
|
Summary: GTK+ Source Editing Widget
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/GtkSourceView
|
URL: https://wiki.gnome.org/Projects/GtkSourceView
|
||||||
Source0: https://download.gnome.org/sources/gtksourceview/5.4/%{_name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gtksourceview/5.5/%{_name}-%{version}.tar.xz
|
||||||
Source1: changes.lang
|
Source1: changes.lang
|
||||||
|
|
||||||
BuildRequires: gobject-introspection-devel >= 1.70
|
BuildRequires: gobject-introspection-devel >= 1.70
|
||||||
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(fribidi)
|
|||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.70
|
BuildRequires: pkgconfig(gio-2.0) >= 2.70
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.70
|
BuildRequires: pkgconfig(glib-2.0) >= 2.70
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.4
|
BuildRequires: pkgconfig(gtk4) >= 4.4
|
||||||
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,8 +104,7 @@ features typical of a source editor.
|
|||||||
# Install language definition for *.changes files:
|
# Install language definition for *.changes files:
|
||||||
install -m 644 %{S:1} %{buildroot}%{_datadir}/gtksourceview-5/language-specs/
|
install -m 644 %{S:1} %{buildroot}%{_datadir}/gtksourceview-5/language-specs/
|
||||||
|
|
||||||
%post -n libgtksourceview-5-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgtksourceview-5-0
|
||||||
%postun -n libgtksourceview-5-0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libgtksourceview-5-0
|
%files -n libgtksourceview-5-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user