diff --git a/0001-Merge-branch-appdata-releases-into-main.patch b/0001-Merge-branch-appdata-releases-into-main.patch deleted file mode 100644 index 9067a7d..0000000 --- a/0001-Merge-branch-appdata-releases-into-main.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 2ce2a40ff54af0af7631ace059504be4dd17f3bd Mon Sep 17 00:00:00 2001 -From: Christian Hergert -Date: Wed, 5 Oct 2022 16:50:04 +0000 -Subject: [PATCH] Merge branch 'appdata-releases' into 'main' - -appdata: Add missing releases - -See merge request GNOME/gnome-text-editor!81 - -(cherry picked from commit 16b04a769a8ac4ee3573601f847cdc8d8597e3fd) - -19dd61a5 appdata: Add missing releases ---- - data/org.gnome.TextEditor.appdata.xml.in.in | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/data/org.gnome.TextEditor.appdata.xml.in.in b/data/org.gnome.TextEditor.appdata.xml.in.in -index 596189b..5f9a7d3 100644 ---- a/data/org.gnome.TextEditor.appdata.xml.in.in -+++ b/data/org.gnome.TextEditor.appdata.xml.in.in -@@ -29,6 +29,9 @@ - org.gnome.TextEditor - - -+ -+ -+ - - - --- -2.37.3 - diff --git a/gnome-text-editor-43.1.tar.xz b/gnome-text-editor-43.1.tar.xz deleted file mode 100644 index 3640bdb..0000000 Binary files a/gnome-text-editor-43.1.tar.xz and /dev/null differ diff --git a/gnome-text-editor-44.0.tar.xz b/gnome-text-editor-44.0.tar.xz new file mode 100644 index 0000000..c3d50cc Binary files /dev/null and b/gnome-text-editor-44.0.tar.xz differ diff --git a/gnome-text-editor.spec b/gnome-text-editor.spec index 2a1e66b..e8c8340 100644 --- a/gnome-text-editor.spec +++ b/gnome-text-editor.spec @@ -4,15 +4,14 @@ %global enchant_version 2.2.0 Name: gnome-text-editor -Version: 43.1 +Version: 44.0 Release: 1 Summary: A simple text editor for the GNOME desktop -License: GPLv3+ +License: GPL-3.0-or-later URL: https://gitlab.gnome.org/GNOME/gnome-text-editor -Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz -Patch0: 0001-Merge-branch-appdata-releases-into-main.patch +Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz -BuildRequires: pkgconfig(editorconfig) +BuildRequires: pkgconfig(editorconfig) BuildRequires: pkgconfig(enchant-2) >= %{enchant_version} BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gtk4) >= %{gtk4_version} @@ -63,6 +62,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.TextEditor. %{_datadir}/icons/hicolor/*/*/*.svg %changelog +* Thu Nov 23 2023 zhangxianting - 44.0-1 +- update to version 44.0 + * Mon Jan 02 2023 lin zhang - 43.1-1 - upgrade to 43.1