Update to 2.2.7
This commit is contained in:
parent
7fa5ab6389
commit
cae6875625
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/enchant-2.2.3.tar.gz
|
/enchant-2.2.3.tar.gz
|
||||||
/enchant-2.2.4.tar.gz
|
/enchant-2.2.4.tar.gz
|
||||||
/enchant-2.2.5.tar.gz
|
/enchant-2.2.5.tar.gz
|
||||||
|
/enchant-2.2.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.2.5
|
Version: 2.2.7
|
||||||
Release: 2%{?snap}%{?dist}
|
Release: 1%{?snap}%{?dist}
|
||||||
Summary: An Enchanting Spell Checking Library
|
Summary: An Enchanting Spell Checking Library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -102,6 +102,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 15 2019 Sandro Mani <manisandro@gmail.com> - 2.2.7-1
|
||||||
|
- Update to 2.2.7
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-2
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -rupN enchant-2.2.4/configure.ac enchant-2.2.4-new/configure.ac
|
diff -rupN --no-dereference enchant-2.2.7/configure.ac enchant-2.2.7-new/configure.ac
|
||||||
--- enchant-2.2.4/configure.ac 2019-06-17 19:43:56.000000000 +0200
|
--- enchant-2.2.7/configure.ac 2019-09-11 19:18:08.000000000 +0200
|
||||||
+++ enchant-2.2.4-new/configure.ac 2019-06-28 12:54:47.034512442 +0200
|
+++ enchant-2.2.7-new/configure.ac 2019-09-15 09:41:19.578140868 +0200
|
||||||
@@ -269,7 +269,7 @@ build_providers=
|
@@ -211,7 +211,7 @@ build_providers=
|
||||||
|
|
||||||
dnl Standard providers
|
dnl Standard providers
|
||||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
||||||
@ -10,9 +10,9 @@ diff -rupN enchant-2.2.4/configure.ac enchant-2.2.4-new/configure.ac
|
|||||||
ENCHANT_CHECK_LIB_PROVIDER([hspell], [HSPELL], [hspell_get_dictionary_path],, [-lz])
|
ENCHANT_CHECK_LIB_PROVIDER([hspell], [HSPELL], [hspell_get_dictionary_path],, [-lz])
|
||||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([voikko], [VOIKKO], [libvoikko])
|
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([voikko], [VOIKKO], [libvoikko])
|
||||||
dnl FIXME: The test below assumes GCC(-compatible) ObjC++ compiler, but
|
dnl FIXME: The test below assumes GCC(-compatible) ObjC++ compiler, but
|
||||||
diff -rupN enchant-2.2.4/providers/Makefile.am enchant-2.2.4-new/providers/Makefile.am
|
diff -rupN --no-dereference enchant-2.2.7/providers/Makefile.am enchant-2.2.7-new/providers/Makefile.am
|
||||||
--- enchant-2.2.4/providers/Makefile.am 2017-12-12 13:22:28.000000000 +0100
|
--- enchant-2.2.7/providers/Makefile.am 2017-12-12 13:22:28.000000000 +0100
|
||||||
+++ enchant-2.2.4-new/providers/Makefile.am 2019-06-28 12:54:47.034512442 +0200
|
+++ enchant-2.2.7-new/providers/Makefile.am 2019-09-15 09:41:19.578140868 +0200
|
||||||
@@ -12,6 +12,7 @@ AM_LDFLAGS = -module -avoid-version -no-
|
@@ -12,6 +12,7 @@ AM_LDFLAGS = -module -avoid-version -no-
|
||||||
if WITH_ASPELL
|
if WITH_ASPELL
|
||||||
provider_LTLIBRARIES += enchant_aspell.la
|
provider_LTLIBRARIES += enchant_aspell.la
|
||||||
@ -21,9 +21,9 @@ diff -rupN enchant-2.2.4/providers/Makefile.am enchant-2.2.4-new/providers/Makef
|
|||||||
|
|
||||||
if WITH_HSPELL
|
if WITH_HSPELL
|
||||||
provider_LTLIBRARIES += enchant_hspell.la
|
provider_LTLIBRARIES += enchant_hspell.la
|
||||||
diff -rupN enchant-2.2.4/tests/test.pwl.orig enchant-2.2.4-new/tests/test.pwl.orig
|
diff -rupN --no-dereference enchant-2.2.7/tests/test.pwl.orig enchant-2.2.7-new/tests/test.pwl.orig
|
||||||
--- enchant-2.2.4/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
--- enchant-2.2.7/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||||
+++ enchant-2.2.4-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
+++ enchant-2.2.7-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
||||||
@@ -1,2 +0,0 @@
|
@@ -1,2 +0,0 @@
|
||||||
-hello
|
-hello
|
||||||
-tag
|
-tag
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (enchant-2.2.5.tar.gz) = cc4d00ea2c94fcf2cef0281e13b86c49cfbff74c60315126bab8b1d91d8da1fb8fd0dc215a1eb44b07d8be33bc54cb9e63107874ef1caa04714fbe4b7484280f
|
SHA512 (enchant-2.2.7.tar.gz) = 696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6
|
||||||
|
Loading…
Reference in New Issue
Block a user