Accepting request 1205463 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205463 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-text-editor?expand=0&rev=16
This commit is contained in:
commit
8011dbe4ee
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.3</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62a68e1a964915dd397b8e54bf95d5ef28be49c2cc14b6aaf94c2c55cbe393d1
|
||||
size 3992076
|
3
gnome-text-editor-47.0.obscpio
Normal file
3
gnome-text-editor-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7595733c182f1e2bcc8f8a718f9fa0d486d6c89589b3554d173f62f5863290c
|
||||
size 3872780
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 08:53:02 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Fix focus ring around checkmark in save-changes dialog
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 07:53:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Text Editor now uses libspelling for spellchecking
|
||||
+ Various CSS fixes for transitioning to AdwDialog
|
||||
+ implicit-trailing-newline is now turned on by default
|
||||
- Add pkgconfig(libspelling-1) BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 20:40:19 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ Various recoloring tweaks to better match platform styling.
|
||||
+ Improvements to use of AdwDialog.
|
||||
+ Print operations improvements.
|
||||
+ Spellcheck improvements including support for use with
|
||||
F10/Menu.
|
||||
+ Prefer wide layout for save-changes-dialog.
|
||||
- Changes from version 47.alpha:
|
||||
+ Various UI elements have been ported to new libadwaita features
|
||||
so this is a good chance to discover bugs early.
|
||||
+ A number of papercuts in accordance with the GNOME HIG.
|
||||
+ Text Editor will try harder to break out of potential CPU
|
||||
cyclic issues from GTK forward validation of text buffers. This
|
||||
should help reduce CPU usage if/when large files are closed.
|
||||
+ Various spellcheck improvements.
|
||||
+ Ensure encoding is propagated when using Save As.
|
||||
+ More detailed error messages in the error banner.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:14:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-text-editor
|
||||
version: 46.3
|
||||
mtime: 1715302198
|
||||
commit: aed7d95949d8e25faeae8d9130029a3bdd295e7c
|
||||
version: 47.0
|
||||
mtime: 1726277765
|
||||
commit: ff9a3d14d77b38980bd0924318c0dfdd36311cf4
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 46.3
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: GNOME Text Editor
|
||||
License: GPL-3.0-or-later
|
||||
@ -38,6 +38,7 @@ BuildRequires: pkgconfig(gtk4) >= 4.12
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= 5.10.0
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
|
||||
BuildRequires: pkgconfig(libspelling-1) >= 0.3.0
|
||||
|
||||
%description
|
||||
Text Editor is a simple text editor that focus on session
|
||||
|
Loading…
Reference in New Issue
Block a user