forked from pool/gtksourceview5
Accepting request 1073180 from GNOME:Factory
New stable release (forwarded request 1072731 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtksourceview5?expand=0&rev=8
This commit is contained in:
commit
218e5e2d45
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f146c156f135a60499d979e3577c99b6e15a111445767abe6219bb34c545c77
|
||||
size 1262272
|
3
gtksourceview-5.8.0.tar.xz
Normal file
3
gtksourceview-5.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:110dd4c20def21886fbf777298fe0ef8cc2ad6023b8f36c7424411a414818933
|
||||
size 1253152
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 19:39:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 5.8.0:
|
||||
+ vim: avoid large numbers of small deletions in filter command.
|
||||
+ adwaita.xml: add missing def:deletion style.
|
||||
+ todotxt.lang: add support for todo.txt format.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 16:55:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 5.7.2:
|
||||
+ Documentation improvements
|
||||
+ Updated languages: java.lang, html.lang
|
||||
+ Fix Y offset calculation when GtkTextView:top-margin is set
|
||||
+ Completion now requeries providers upon manual activation
|
||||
+ CSS updates for completion popover to reduce allocation jitter
|
||||
+ Assistants will more aggresively update positioning. It is
|
||||
heavily suggested that you have GNOME/gtk!5564 in whatever GTK
|
||||
you are linking against to reduce the potential for frames
|
||||
rendered with missing allocations/text
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 20:23:04 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Replace python3-gi-docgen build requirement with the more
|
||||
reliable pkgconfig(gi-docgen).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 18:49:31 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 5.7.1:
|
||||
+ Updated languages: c.lang, docker.lang, nix.lang
|
||||
+ Add missing version functions to GIR generation.
|
||||
+ Moving through snippets now retires the completion popover.
|
||||
+ Documentation updates.
|
||||
- Changes from version 5.7.0:
|
||||
+ gutterrenderermarks: avoid potential infinite loop with marks
|
||||
+ build: drop unnecessary vapigen check
|
||||
+ cpp.lang: add constinit keyword
|
||||
+ java.lang: fix escaped characters
|
||||
+ lean.lang: strings may contain line breaks
|
||||
+ nix.lang: Add Nix syntax highlighting
|
||||
+ reasonml.lang: add ReasonML language
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 11:09:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,23 +18,23 @@
|
||||
|
||||
%define _name gtksourceview
|
||||
Name: gtksourceview5
|
||||
Version: 5.6.2
|
||||
Version: 5.8.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.6/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gtksourceview/5.8/%{_name}-%{version}.tar.xz
|
||||
Source1: changes.lang
|
||||
|
||||
BuildRequires: gobject-introspection-devel >= 1.70
|
||||
BuildRequires: meson >= 0.59.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gi-docgen
|
||||
BuildRequires: vala
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(fribidi) >= 0.19.7
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.72
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.72
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.6
|
||||
|
Loading…
Reference in New Issue
Block a user