From 08847c3569753d4171506a01a7f8613e5cbe46e0051f0d06eefa2b46bdc09569 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 6 Jan 2023 12:01:38 +0000 Subject: [PATCH] Accepting request 1056294 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/1056294 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=274 --- gedit-43.2.tar.xz | 3 --- gedit-44.1.tar.xz | 3 +++ gedit.changes | 27 +++++++++++++++++++++++++++ gedit.spec | 10 +++++----- 4 files changed, 35 insertions(+), 8 deletions(-) delete mode 100644 gedit-43.2.tar.xz create mode 100644 gedit-44.1.tar.xz diff --git a/gedit-43.2.tar.xz b/gedit-43.2.tar.xz deleted file mode 100644 index eca4fa0..0000000 --- a/gedit-43.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f950d2d35c594bb6c8dbc9f5440cad7788ca0a8688e2b07846f83de9a4e3fc25 -size 2724036 diff --git a/gedit-44.1.tar.xz b/gedit-44.1.tar.xz new file mode 100644 index 0000000..f502878 --- /dev/null +++ b/gedit-44.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0462378d7284ccf8cd4782a4d1ff902c5dc2b81dffcd40285ad543f5945d8fda +size 2735700 diff --git a/gedit.changes b/gedit.changes index a637f77..8fa9297 100644 --- a/gedit.changes +++ b/gedit.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Jan 5 21:08:49 UTC 2023 - Bjørn Lie + +- Update to version 44.1: + + Updated translations. +- Changes from version 44.0: + + Minor bug fixes. + + Use more Tepl features. + + Code refactorings. + + Misc: + - Donations: change to Liberapay link. + - Create https://gedit-technology.net/ (mainly for developers). + + User manual: + - Available online: + https://gedit-technology.net/user-manuals/gedit/ (used on + platforms where Yelp is unavailable: macOS and Windows). + - Improvements to the content. + + The core of the application: + - Rework the statusbar. + - Improve the vocabulary used in the dialog for choosing + favorite encodings. + - Improve a little the API docs. + + Plugins: File browser: expand/collapse item on right/left + keypress. + + Updated translations. +- Bump api_ver to 44 following upstream changes. + ------------------------------------------------------------------- Wed Nov 30 14:20:59 UTC 2022 - Dominique Leuenberger diff --git a/gedit.spec b/gedit.spec index 315b977..0b9b33a 100644 --- a/gedit.spec +++ b/gedit.spec @@ -1,7 +1,7 @@ # # spec file for package gedit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ %bcond_without python_bindings -%define api_ver 43 +%define api_ver 44 Name: gedit -Version: 43.2 +Version: 44.1 Release: 0 Summary: UTF-8 text editor License: GPL-2.0-or-later Group: Productivity/Text/Editors URL: https://wiki.gnome.org/Apps/Gedit -Source0: https://download.gnome.org/sources/gedit/43/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gedit/44/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types. Patch0: gedit-desktop.patch # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn.lie@gmail.com -- Fix python env @@ -52,7 +52,7 @@ BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.2 BuildRequires: pkgconfig(libpeas-1.0) >= 1.14.1 BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.14.1 BuildRequires: pkgconfig(pygobject-3.0) >= 3.0.0 -BuildRequires: pkgconfig(tepl-6) +BuildRequires: pkgconfig(tepl-6) >= 6.4 BuildRequires: pkgconfig(vapigen) >= 0.25.1 BuildRequires: pkgconfig(x11) Requires: python3-cairo