Update to 1.12.0

This commit is contained in:
dwl301 2023-02-01 15:29:05 +08:00
parent 2982c19d1c
commit 0b3499e43a
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 %global gtk3_version 3.20
Name: gspell Name: gspell
Version: 1.11.1 Version: 1.12.0
Release: 1 Release: 1
Summary: Spell-checking library for GTK+ Summary: Spell-checking library for GTK+
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/gspell 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: 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(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
Requires: glib2%{?_isa} >= %{glib2_version} Requires: glib2%{?_isa} >= %{glib2_version}
@ -43,14 +43,11 @@ developing applications that use gspell.
%find_lang gspell-1 %find_lang gspell-1
%post %ldconfig_scriptlets
/sbin/ldconfig
%postun
/sbin/ldconfig
%files -f gspell-1.lang %files -f gspell-1.lang
%license COPYING %license COPYING
%doc NEWS README.md
%{_libdir}/girepository-1.0/ %{_libdir}/girepository-1.0/
%{_libdir}/libgspell-1.so.2* %{_libdir}/libgspell-1.so.2*
@ -64,6 +61,9 @@ developing applications that use gspell.
%{_datadir}/gtk-doc/ %{_datadir}/gtk-doc/
%changelog %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 * Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.11.1-1
- Upgrade to 1.11.1 - Upgrade to 1.11.1