Update to 2.4.0
This commit is contained in:
parent
ef0a0a2c2a
commit
73a440b2bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/enchant-2.3.2.tar.gz
|
/enchant-2.3.2.tar.gz
|
||||||
/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
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.3.4
|
Version: 2.4.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An Enchanting Spell Checking Library
|
Summary: An Enchanting Spell Checking Library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -240,6 +240,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 23 2023 Sandro Mani <manisandro@gmail.com> - 2.4.0-1
|
||||||
|
- Update to 2.4.0
|
||||||
|
|
||||||
* Mon Apr 24 2023 Sandro Mani <manisandro@gmail.com> - 2.3.4-2
|
* Mon Apr 24 2023 Sandro Mani <manisandro@gmail.com> - 2.3.4-2
|
||||||
- Disable mingw by default in RHEL builds
|
- Disable mingw by default in RHEL builds
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference enchant-2.3.4/configure.ac enchant-2.3.4-new/configure.ac
|
diff -rupN --no-dereference enchant-2.4.0/configure.ac enchant-2.4.0-new/configure.ac
|
||||||
--- enchant-2.3.4/configure.ac 2023-02-19 15:46:29.000000000 +0100
|
--- enchant-2.4.0/configure.ac 2023-05-22 17:24:26.000000000 +0200
|
||||||
+++ enchant-2.3.4-new/configure.ac 2023-02-20 16:06:49.438027585 +0100
|
+++ enchant-2.4.0-new/configure.ac 2023-05-23 11:29:01.098745020 +0200
|
||||||
@@ -212,7 +212,7 @@ build_providers=
|
@@ -212,7 +212,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 --no-dereference enchant-2.3.4/configure.ac enchant-2.3.4-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.3.4/providers/Makefile.am enchant-2.3.4-new/providers/Makefile.am
|
diff -rupN --no-dereference enchant-2.4.0/providers/Makefile.am enchant-2.4.0-new/providers/Makefile.am
|
||||||
--- enchant-2.3.4/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
--- enchant-2.4.0/providers/Makefile.am 2020-10-16 11:51:01.000000000 +0200
|
||||||
+++ enchant-2.3.4-new/providers/Makefile.am 2023-02-20 16:06:49.438027585 +0100
|
+++ enchant-2.4.0-new/providers/Makefile.am 2023-05-23 11:29:01.098745020 +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.3.4/providers/Makefile.am enchant-2.3.4-ne
|
|||||||
|
|
||||||
if WITH_HSPELL
|
if WITH_HSPELL
|
||||||
provider_LTLIBRARIES += enchant_hspell.la
|
provider_LTLIBRARIES += enchant_hspell.la
|
||||||
diff -rupN --no-dereference enchant-2.3.4/tests/test.pwl.orig enchant-2.3.4-new/tests/test.pwl.orig
|
diff -rupN --no-dereference enchant-2.4.0/tests/test.pwl.orig enchant-2.4.0-new/tests/test.pwl.orig
|
||||||
--- enchant-2.3.4/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
--- enchant-2.4.0/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||||
+++ enchant-2.3.4-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
+++ enchant-2.4.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.3.4.tar.gz) = d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a
|
SHA512 (enchant-2.4.0.tar.gz) = fdffda2a81e5e66af25d2bac4c5350e3a514733667f5e8c0bc7d33fdd9517b396dfc23c600e8dfc94f33c5c68d7adf0ccf3a9ab6677f206e70bca1835a06713d
|
||||||
|
Loading…
Reference in New Issue
Block a user