From 5d1746607849ba30bf88123722bb690821bfe882 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Mon, 20 Jun 2022 10:24:57 +0800 Subject: [PATCH] add gnome-characters.yaml --- gnome-characters.spec | 5 ++++- gnome-characters.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 gnome-characters.yaml diff --git a/gnome-characters.spec b/gnome-characters.spec index c05d537..9683f75 100644 --- a/gnome-characters.spec +++ b/gnome-characters.spec @@ -6,7 +6,7 @@ Name: gnome-characters Version: 42.0 -Release: 1 +Release: 2 Summary: A simple utility application to find and insert unusual characters License: BSD and GPLv2+ URL: https://wiki.gnome.org/Design/Apps/CharacterMap @@ -56,6 +56,9 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto %{_libdir}/%{appname} %changelog +* Mon Jun 20 2022 lin zhang - 42.0-2 +- gnome-characters.yaml + * Tue Apr 19 2022 dillon chen - 42.0-1 - Update to 42.0 diff --git a/gnome-characters.yaml b/gnome-characters.yaml new file mode 100644 index 0000000..e905afc --- /dev/null +++ b/gnome-characters.yaml @@ -0,0 +1,4 @@ +version_control: gitlab.gnome +src_repo: gnome-characters +tag_prefix: ^ +separator: . -- Gitee