diff --git a/hunspell-1.7.1.tar.gz b/hunspell-1.7.1.tar.gz deleted file mode 100644 index 3fe5c98f8ce20e6b0b2d7a491fb62886b8a1154c..0000000000000000000000000000000000000000 Binary files a/hunspell-1.7.1.tar.gz and /dev/null differ diff --git a/hunspell-1.7.2.tar.gz b/hunspell-1.7.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d54337bb4444f80dbc8756102399b0edea850d95 Binary files /dev/null and b/hunspell-1.7.2.tar.gz differ diff --git a/hunspell.spec b/hunspell.spec index 9950a2dc909d9cf3f588a887aca491fa1e361236..8dcaca10d0ec07986613e1618a8343e3f6cf6a3e 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 Name: hunspell Summary: A spell checker and morphological analyzer library -Version: 1.7.1 +Version: 1.7.2 Release: %{anolis_release}%{?dist} Source: https://github.com/hunspell/hunspell/releases/download/v%{version}/hunspell-%{version}.tar.gz URL: https://github.com/hunspell/hunspell @@ -104,8 +104,8 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{_bindir}/hunspell %{abidir}/*.dump %{abidir}/hunspell-option.list -%{_mandir}/man1/hunspell.1.gz -%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz +%{_mandir}/man1/hunspell.1.* +%lang(hu) %{_mandir}/hu/man1/hunspell.1.* %files doc %doc README AUTHORS THANKS @@ -128,10 +128,10 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{abidir}/makealias-option.list %{abidir}/hunzip-option.list %{_libdir}/pkgconfig/hunspell.pc -%{_mandir}/man1/hunzip.1.gz -%{_mandir}/man1/hzip.1.gz -%{_mandir}/man3/hunspell.3.gz -%{_mandir}/man5/hunspell.5.gz +%{_mandir}/man1/hunzip.1.* +%{_mandir}/man1/hzip.1.* +%{_mandir}/man3/hunspell.3.* +%{_mandir}/man5/hunspell.5.* %files filesystem %dir %{abidir} @@ -139,6 +139,9 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell %changelog +* Wed Mar 1 2023 Kun(llfl) - 1.7.2-1 +- Update version to 1.7.2 + * Wed Oct 26 2022 mgb01105731 - 1.7.1-2 - optimise spec file