Update to 2.3.4
This commit is contained in:
parent
3793743210
commit
f9db377e85
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/enchant-2.3.1.tar.gz
|
||||
/enchant-2.3.2.tar.gz
|
||||
/enchant-2.3.3.tar.gz
|
||||
/enchant-2.3.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: enchant2
|
||||
Version: 2.3.3
|
||||
Release: 6%{?snap}%{?dist}
|
||||
Version: 2.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -218,6 +218,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 20 2023 Sandro Mani <manisandro@gmail.com> - 2.3.4-1
|
||||
- Update to 2.3.4
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -rupN enchant-2.3.3/configure.ac enchant-2.3.3-new/configure.ac
|
||||
--- enchant-2.3.3/configure.ac 2022-04-16 17:54:39.000000000 +0200
|
||||
+++ enchant-2.3.3-new/configure.ac 2022-04-17 16:45:50.345963145 +0200
|
||||
@@ -214,7 +214,7 @@ build_providers=
|
||||
diff -rupN --no-dereference enchant-2.3.4/configure.ac enchant-2.3.4-new/configure.ac
|
||||
--- enchant-2.3.4/configure.ac 2023-02-19 15:46:29.000000000 +0100
|
||||
+++ enchant-2.3.4-new/configure.ac 2023-02-20 16:06:49.438027585 +0100
|
||||
@@ -212,7 +212,7 @@ build_providers=
|
||||
dnl Standard providers
|
||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([nuspell], [NUSPELL], [nuspell >= 5.1.0])
|
||||
@ -10,9 +10,9 @@ diff -rupN enchant-2.3.3/configure.ac enchant-2.3.3-new/configure.ac
|
||||
ENCHANT_CHECK_LIB_PROVIDER([hspell], [HSPELL], [hspell_get_dictionary_path],, [-lz])
|
||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([voikko], [VOIKKO], [libvoikko])
|
||||
dnl FIXME: The test below assumes GCC(-compatible) ObjC++ compiler, but
|
||||
diff -rupN enchant-2.3.3/providers/Makefile.am enchant-2.3.3-new/providers/Makefile.am
|
||||
--- enchant-2.3.3/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
||||
+++ enchant-2.3.3-new/providers/Makefile.am 2022-04-17 16:45:37.671869795 +0200
|
||||
diff -rupN --no-dereference enchant-2.3.4/providers/Makefile.am enchant-2.3.4-new/providers/Makefile.am
|
||||
--- enchant-2.3.4/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
||||
+++ enchant-2.3.4-new/providers/Makefile.am 2023-02-20 16:06:49.438027585 +0100
|
||||
@@ -12,6 +12,7 @@ AM_LDFLAGS = -module -avoid-version -no-
|
||||
if WITH_ASPELL
|
||||
provider_LTLIBRARIES += enchant_aspell.la
|
||||
@ -21,3 +21,9 @@ diff -rupN enchant-2.3.3/providers/Makefile.am enchant-2.3.3-new/providers/Makef
|
||||
|
||||
if WITH_HSPELL
|
||||
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
|
||||
--- enchant-2.3.4/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
|
||||
@@ -1,2 +0,0 @@
|
||||
-hello
|
||||
-tag
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (enchant-2.3.3.tar.gz) = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
|
||||
SHA512 (enchant-2.3.4.tar.gz) = d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a
|
||||
|
Loading…
Reference in New Issue
Block a user