Update to 2.2.4
This commit is contained in:
parent
c100e4e594
commit
67e029f044
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/enchant-2.2.0.tar.gz
|
||||
/enchant-2.2.1.tar.gz
|
||||
/enchant-2.2.3.tar.gz
|
||||
/enchant-2.2.4.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: enchant2
|
||||
Version: 2.2.3
|
||||
Release: 6%{?snap}%{?dist}
|
||||
Version: 2.2.4
|
||||
Release: 1%{?snap}%{?dist}
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -101,6 +101,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2019 Sandro Mani <manisandro@gmail.com> - 2.2.4-1
|
||||
- Update to 2.2.4
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -rupN enchant-2.2.3/configure.ac enchant-2.2.3-new/configure.ac
|
||||
--- enchant-2.2.3/configure.ac 2018-02-04 18:01:08.000000000 +0100
|
||||
+++ enchant-2.2.3-new/configure.ac 2018-06-15 00:20:14.000000000 +0200
|
||||
@@ -268,7 +268,7 @@ build_providers=
|
||||
diff -rupN enchant-2.2.4/configure.ac enchant-2.2.4-new/configure.ac
|
||||
--- enchant-2.2.4/configure.ac 2019-06-17 19:43:56.000000000 +0200
|
||||
+++ enchant-2.2.4-new/configure.ac 2019-06-18 09:47:01.726766653 +0200
|
||||
@@ -269,7 +269,7 @@ build_providers=
|
||||
|
||||
dnl Standard providers
|
||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
||||
@ -10,9 +10,9 @@ diff -rupN enchant-2.2.3/configure.ac enchant-2.2.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.2.3/providers/Makefile.am enchant-2.2.3-new/providers/Makefile.am
|
||||
--- enchant-2.2.3/providers/Makefile.am 2017-12-12 13:22:28.000000000 +0100
|
||||
+++ enchant-2.2.3-new/providers/Makefile.am 2018-06-15 00:20:11.000000000 +0200
|
||||
diff -rupN enchant-2.2.4/providers/Makefile.am enchant-2.2.4-new/providers/Makefile.am
|
||||
--- enchant-2.2.4/providers/Makefile.am 2017-12-12 13:22:28.000000000 +0100
|
||||
+++ enchant-2.2.4-new/providers/Makefile.am 2019-06-18 09:47:01.726766653 +0200
|
||||
@@ -12,6 +12,7 @@ AM_LDFLAGS = -module -avoid-version -no-
|
||||
if WITH_ASPELL
|
||||
provider_LTLIBRARIES += enchant_aspell.la
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (enchant-2.2.3.tar.gz) = abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6
|
||||
SHA512 (enchant-2.2.4.tar.gz) = 3860f04e276e1afa8969041b3f57411136d6b96ecf90996cdb122739e87be432f12219d2635c29d2e7ef3f2eeb366013026b6f8327a9749ffbc3a1dfafb4b870
|
||||
|
Loading…
Reference in New Issue
Block a user