Update to 2.5.0
This commit is contained in:
parent
73a440b2bd
commit
28e1e137b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/enchant-2.3.3.tar.gz
|
/enchant-2.3.3.tar.gz
|
||||||
/enchant-2.3.4.tar.gz
|
/enchant-2.3.4.tar.gz
|
||||||
/enchant-2.4.0.tar.gz
|
/enchant-2.4.0.tar.gz
|
||||||
|
/enchant-2.5.0.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.4.0
|
Version: 2.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An Enchanting Spell Checking Library
|
Summary: An Enchanting Spell Checking Library
|
||||||
|
|
||||||
@ -240,6 +240,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 24 2023 Sandro Mani <manisandro@gmail.com> - 2.5.0-1
|
||||||
|
- Update to 2.5.0
|
||||||
|
|
||||||
* Tue May 23 2023 Sandro Mani <manisandro@gmail.com> - 2.4.0-1
|
* Tue May 23 2023 Sandro Mani <manisandro@gmail.com> - 2.4.0-1
|
||||||
- Update to 2.4.0
|
- Update to 2.4.0
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -rupN --no-dereference enchant-2.4.0/configure.ac enchant-2.4.0-new/configure.ac
|
diff -rupN --no-dereference enchant-2.5.0/configure.ac enchant-2.5.0-new/configure.ac
|
||||||
--- enchant-2.4.0/configure.ac 2023-05-22 17:24:26.000000000 +0200
|
--- enchant-2.5.0/configure.ac 2023-05-24 11:23:45.000000000 +0200
|
||||||
+++ enchant-2.4.0-new/configure.ac 2023-05-23 11:29:01.098745020 +0200
|
+++ enchant-2.5.0-new/configure.ac 2023-05-24 14:39:46.715709980 +0200
|
||||||
@@ -212,7 +212,7 @@ build_providers=
|
@@ -192,7 +192,7 @@ build_providers=
|
||||||
dnl Standard providers
|
dnl Standard providers
|
||||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
||||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([nuspell], [NUSPELL], [nuspell >= 5.1.0])
|
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([nuspell], [NUSPELL], [nuspell >= 5.1.0])
|
||||||
@ -10,9 +10,9 @@ diff -rupN --no-dereference enchant-2.4.0/configure.ac enchant-2.4.0-new/configu
|
|||||||
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 --no-dereference enchant-2.4.0/providers/Makefile.am enchant-2.4.0-new/providers/Makefile.am
|
diff -rupN --no-dereference enchant-2.5.0/providers/Makefile.am enchant-2.5.0-new/providers/Makefile.am
|
||||||
--- enchant-2.4.0/providers/Makefile.am 2020-10-16 11:51:01.000000000 +0200
|
--- enchant-2.5.0/providers/Makefile.am 2023-05-24 11:23:45.000000000 +0200
|
||||||
+++ enchant-2.4.0-new/providers/Makefile.am 2023-05-23 11:29:01.098745020 +0200
|
+++ enchant-2.5.0-new/providers/Makefile.am 2023-05-24 14:39:46.715709980 +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 --no-dereference enchant-2.4.0/providers/Makefile.am enchant-2.4.0-ne
|
|||||||
|
|
||||||
if WITH_HSPELL
|
if WITH_HSPELL
|
||||||
provider_LTLIBRARIES += enchant_hspell.la
|
provider_LTLIBRARIES += enchant_hspell.la
|
||||||
diff -rupN --no-dereference enchant-2.4.0/tests/test.pwl.orig enchant-2.4.0-new/tests/test.pwl.orig
|
diff -rupN --no-dereference enchant-2.5.0/tests/test.pwl.orig enchant-2.5.0-new/tests/test.pwl.orig
|
||||||
--- enchant-2.4.0/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
--- enchant-2.5.0/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||||
+++ enchant-2.4.0-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
+++ enchant-2.5.0-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.4.0.tar.gz) = fdffda2a81e5e66af25d2bac4c5350e3a514733667f5e8c0bc7d33fdd9517b396dfc23c600e8dfc94f33c5c68d7adf0ccf3a9ab6677f206e70bca1835a06713d
|
SHA512 (enchant-2.5.0.tar.gz) = 3ab209b0b87b7cd8f94dd2bceed126d0e36252a1ede7a30b1550169555242784a631c0f259b0fe6591771da491ab934cac48f833029ba78dd779fc1ed91341fe
|
||||||
|
Loading…
Reference in New Issue
Block a user