From 0fd4d1fe42665d7a5886e190618d6e35ccf973eba9947ef903d6292af446a5be Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:37:41 +0000 Subject: [PATCH] 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 --- gnome-text-editor-42.2.tar.xz | 3 --- gnome-text-editor-43.alpha1.tar.xz | 3 +++ gnome-text-editor.changes | 36 ++++++++++++++++++++++++++++++ gnome-text-editor.spec | 9 ++++---- 4 files changed, 44 insertions(+), 7 deletions(-) delete mode 100644 gnome-text-editor-42.2.tar.xz create mode 100644 gnome-text-editor-43.alpha1.tar.xz diff --git a/gnome-text-editor-42.2.tar.xz b/gnome-text-editor-42.2.tar.xz deleted file mode 100644 index e5ad8fd..0000000 --- a/gnome-text-editor-42.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56d4a8cdcbce8a8f1c0881b45de799f8b25205ec0cbf2269e532025761cc5da -size 1168504 diff --git a/gnome-text-editor-43.alpha1.tar.xz b/gnome-text-editor-43.alpha1.tar.xz new file mode 100644 index 0000000..d931454 --- /dev/null +++ b/gnome-text-editor-43.alpha1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad605484b7ae23a6c68a2b118dce1b48348486813b343ff16958c0b70fb5b065 +size 1289232 diff --git a/gnome-text-editor.changes b/gnome-text-editor.changes index 183894c..d50f019 100644 --- a/gnome-text-editor.changes +++ b/gnome-text-editor.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Aug 12 11:27:20 UTC 2022 - Dominique Leuenberger + +- 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 + +- 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 diff --git a/gnome-text-editor.spec b/gnome-text-editor.spec index e77f3a2..348688c 100644 --- a/gnome-text-editor.spec +++ b/gnome-text-editor.spec @@ -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