Accepting request 1002777 from GNOME:Next
- Update to version 43.alpha1: + Many performance improvements during loading of documents. + libeditorconfig (editorconfig-core-c) is now required instead of the in-tree copy. This ensures that only PCRE2 is needed. + Avoid editable/focusable pages while loading document so that a11y peers are not spammed with updates. + UI recoloring improvements. + Fix horizontal two-finger non-kinetic scrolling. + Desktop integration improvements. + Updated translations. - Add pkgconfig(editorconfig) BuildRequires: new depdency. - Drop pkgconfig(libpcre) BuildRequires: No longer needed. - Update to version 43.alpha: + Text Editor has been updated to use new dialogs from libadwaita such as the message about dialogs. + Translation improvements. + Support for opening local and remove STDIN streams. + Suggest new filenames based on current syntax language. + Maximized window state is now persisted across sessions. + Spellchecking improvements. + The modified bit is dropped from draft-only documents when discarding to prevent re-opening on next launch. + Text Editor now knows if the previous session crashed. + A new --version command line argument. + Improvements to --new-window command line argument. + Window title is fixed when last document is closed. - Add explict pkgconfig(libpcre) BuildRequires: Needed after GLibs port to libpcre2. OBS-URL: https://build.opensuse.org/request/show/1002777 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-text-editor?expand=0&rev=10
This commit is contained in:
parent
45ff9c8122
commit
0fd4d1fe42
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e56d4a8cdcbce8a8f1c0881b45de799f8b25205ec0cbf2269e532025761cc5da
|
||||
size 1168504
|
3
gnome-text-editor-43.alpha1.tar.xz
Normal file
3
gnome-text-editor-43.alpha1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad605484b7ae23a6c68a2b118dce1b48348486813b343ff16958c0b70fb5b065
|
||||
size 1289232
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 12 11:27:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.alpha1:
|
||||
+ Many performance improvements during loading of documents.
|
||||
+ libeditorconfig (editorconfig-core-c) is now required instead
|
||||
of the in-tree copy. This ensures that only PCRE2 is needed.
|
||||
+ Avoid editable/focusable pages while loading document so that
|
||||
a11y peers are not spammed with updates.
|
||||
+ UI recoloring improvements.
|
||||
+ Fix horizontal two-finger non-kinetic scrolling.
|
||||
+ Desktop integration improvements.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(editorconfig) BuildRequires: new depdency.
|
||||
- Drop pkgconfig(libpcre) BuildRequires: No longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 08:11:31 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Text Editor has been updated to use new dialogs from libadwaita
|
||||
such as the message about dialogs.
|
||||
+ Translation improvements.
|
||||
+ Support for opening local and remove STDIN streams.
|
||||
+ Suggest new filenames based on current syntax language.
|
||||
+ Maximized window state is now persisted across sessions.
|
||||
+ Spellchecking improvements.
|
||||
+ The modified bit is dropped from draft-only documents when
|
||||
discarding to prevent re-opening on next launch.
|
||||
+ Text Editor now knows if the previous session crashed.
|
||||
+ A new --version command line argument.
|
||||
+ Improvements to --new-window command line argument.
|
||||
+ Window title is fixed when last document is closed.
|
||||
- Add explict pkgconfig(libpcre) BuildRequires: Needed after GLibs
|
||||
port to libpcre2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 11:30:24 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 42.2
|
||||
Version: 43.alpha1
|
||||
Release: 0
|
||||
Summary: GNOME Text Editor
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-text-editor
|
||||
Source: https://download.gnome.org/sources/gnome-text-editor/42/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gnome-text-editor/43/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -30,12 +30,13 @@ BuildRequires: fdupes
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson >= 0.59.1
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(editorconfig)
|
||||
BuildRequires: pkgconfig(enchant-2) >= 2.2.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.69
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.3
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= 5.4.1
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= 5.5.0
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
||||
|
||||
%description
|
||||
Text Editor is a simple text editor that focus on session
|
||||
|
Loading…
Reference in New Issue
Block a user