From 228bc23b5c3f46d6ad08839a4860777881326a28995377956c01f2fbf349df0d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:30:20 +0000 Subject: [PATCH] Accepting request 1158404 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158404 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-text-editor?expand=0&rev=24 --- _service | 19 +++++++++++++ gnome-text-editor-45.1.tar.xz | 3 -- gnome-text-editor-46.0.obscpio | 3 ++ gnome-text-editor.changes | 51 ++++++++++++++++++++++++++++++++++ gnome-text-editor.obsinfo | 4 +++ gnome-text-editor.spec | 12 ++++---- 6 files changed, 83 insertions(+), 9 deletions(-) create mode 100644 _service delete mode 100644 gnome-text-editor-45.1.tar.xz create mode 100644 gnome-text-editor-46.0.obscpio create mode 100644 gnome-text-editor.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..2427853 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gnome-text-editor.git + 46.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + disable + + + + *.tar + zst + + + + diff --git a/gnome-text-editor-45.1.tar.xz b/gnome-text-editor-45.1.tar.xz deleted file mode 100644 index 1ee7639..0000000 --- a/gnome-text-editor-45.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a86ec9920f466b6ed92695524d3b507b1e84272dafa5341d06a157de868af71 -size 618116 diff --git a/gnome-text-editor-46.0.obscpio b/gnome-text-editor-46.0.obscpio new file mode 100644 index 0000000..9f0377b --- /dev/null +++ b/gnome-text-editor-46.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf46fabc45e6e1788a0f12d2087c5a383b485612084ba1e3b2684b918150609 +size 3908108 diff --git a/gnome-text-editor.changes b/gnome-text-editor.changes index ca9bc94..07262b0 100644 --- a/gnome-text-editor.changes +++ b/gnome-text-editor.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Sat Mar 16 09:26:36 UTC 2024 - Dominique Leuenberger + +- Update to version 46.0: + + Various performance workarounds have been added to the overview + map to improve rendering performance and quality with + fractional scaling. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:37:40 UTC 2024 - Dominique Leuenberger + +- Update to version 46.rc: + + Disable editing while document is loading. + + Discard still-loading documents when saving session. + + Fix some tab integration issues with libadwaita. + +------------------------------------------------------------------- +Tue Feb 13 07:22:25 UTC 2024 - Dominique Leuenberger + +- Update to version 46.beta: + + Use AdwAboutDialog. + + Fix keyboard access to light/dark/follow theme selectors. + + Use GtkFontDialog instead of deprecated GtkFontChooserDialog. + + Check for files on disk before restoring drafts to avoid + displaying deleted files.. + + Performance improvements to the minimap on GTKs new renderer. + + Avoid draft auto-save file the document is still loading. + + The language selection dialog is now modal. + + A new-window action was added to .desktop file for GNOME Shell. + + Improve support for closing a page while it is still loading. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 16 11:10:05 UTC 2024 - Dominique Leuenberger + +- Update to version 46.alpha: + + Make various UI elements conform better to GNOME HIG. + + Fix etag usage when comparing changes from GFileMonitor. + + Cancel document loading when tab or window closes. This fixes + an issue where you could have 100% CPU doing Pango line + breaking on extremely large files even after closing a window + or tab. + + Improve margin for RTL languages. + + Updated appdata/metainfo. + + Fix memory leak in usage of GtkNativeDialog. + + Work around some broken user configurations for XDG special + directories. + + Updated translations. +- Convert to source service for easier updating. + ------------------------------------------------------------------- Mon Oct 30 20:35:38 UTC 2023 - Bjørn Lie diff --git a/gnome-text-editor.obsinfo b/gnome-text-editor.obsinfo new file mode 100644 index 0000000..118115d --- /dev/null +++ b/gnome-text-editor.obsinfo @@ -0,0 +1,4 @@ +name: gnome-text-editor +version: 46.0 +mtime: 1710544287 +commit: 5890bf13b3a4dd810b96b086301e856aba523215 diff --git a/gnome-text-editor.spec b/gnome-text-editor.spec index 2ab0b13..792521f 100644 --- a/gnome-text-editor.spec +++ b/gnome-text-editor.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-text-editor # -# 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 @@ -17,12 +17,12 @@ Name: gnome-text-editor -Version: 45.1 +Version: 46.0 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/45/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst BuildRequires: appstream-glib BuildRequires: desktop-file-utils @@ -33,9 +33,9 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) 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.5.0 +BuildRequires: pkgconfig(gio-unix-2.0) >= 2.73 +BuildRequires: pkgconfig(gtk4) >= 4.12 +BuildRequires: pkgconfig(gtksourceview-5) >= 5.10.0 BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha