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
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:30:20 +00:00 committed by Git OBS Bridge
parent 8c8ed652f8
commit 228bc23b5c
6 changed files with 83 additions and 9 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-text-editor.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a86ec9920f466b6ed92695524d3b507b1e84272dafa5341d06a157de868af71
size 618116

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccf46fabc45e6e1788a0f12d2087c5a383b485612084ba1e3b2684b918150609
size 3908108

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sat Mar 16 09:26:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: gnome-text-editor
version: 46.0
mtime: 1710544287
commit: 5890bf13b3a4dd810b96b086301e856aba523215

View File

@ -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