update to version 44.0

This commit is contained in:
zhangxianting 2023-11-23 12:23:46 +08:00
parent 1cf8ff6ec5
commit cb783181e1
4 changed files with 7 additions and 38 deletions

View File

@ -1,33 +0,0 @@
From 2ce2a40ff54af0af7631ace059504be4dd17f3bd Mon Sep 17 00:00:00 2001
From: Christian Hergert <christian@hergert.me>
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 @@
<translation type="gettext">org.gnome.TextEditor</translation>
<releases>
+ <release version="43.1" date="2022-10-04"/>
+ <release version="43.0" date="2022-09-17"/>
+ <release version="42.2" date="2022-06-12"/>
<release version="42.1" date="2022-04-21"/>
<release version="42.0" date="2022-03-18"/>
</releases>
--
2.37.3

Binary file not shown.

Binary file not shown.

View File

@ -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 <zhangxianting@uniontech.com> - 44.0-1
- update to version 44.0
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-1
- upgrade to 43.1