!6 Update to 1.12.0

From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
This commit is contained in:
openeuler-ci-bot 2023-02-03 09:10:18 +00:00 committed by Gitee
commit 30cc898bba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 8 deletions

Binary file not shown.

BIN
gspell-1.12.0.tar.xz Normal file

Binary file not shown.

View File

@ -2,15 +2,15 @@
%global gtk3_version 3.20
Name: gspell
Version: 1.11.1
Version: 1.12.0
Release: 1
Summary: Spell-checking library for GTK+
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/%{name}/1.11/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/1.12/%{name}-%{version}.tar.xz
BuildRequires: gettext gobject-introspection-devel pkgconfig(enchant-2)
BuildRequires: pkgconfig(iso-codes) vala
BuildRequires: pkgconfig(iso-codes) vala make
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
Requires: glib2%{?_isa} >= %{glib2_version}
@ -43,14 +43,11 @@ developing applications that use gspell.
%find_lang gspell-1
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%ldconfig_scriptlets
%files -f gspell-1.lang
%license COPYING
%doc NEWS README.md
%{_libdir}/girepository-1.0/
%{_libdir}/libgspell-1.so.2*
@ -64,6 +61,9 @@ developing applications that use gspell.
%{_datadir}/gtk-doc/
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 1.12.0-1
- Update to 1.12.0
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.11.1-1
- Upgrade to 1.11.1