Update to 2.2.9
This commit is contained in:
parent
e65bedaec8
commit
6b8ac58c5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/enchant-2.2.5.tar.gz
|
/enchant-2.2.5.tar.gz
|
||||||
/enchant-2.2.7.tar.gz
|
/enchant-2.2.7.tar.gz
|
||||||
/enchant-2.2.8.tar.gz
|
/enchant-2.2.8.tar.gz
|
||||||
|
/enchant-2.2.9.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: enchant2
|
Name: enchant2
|
||||||
Version: 2.2.8
|
Version: 2.2.9
|
||||||
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
|
||||||
|
* Mon Aug 24 2020 Sandro Mani <manisandro@gmail.com> - 2.2.9-1
|
||||||
|
- Update to 2.2.9
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-2
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -rupN --no-dereference enchant-2.2.8/configure.ac enchant-2.2.8-new/configure.ac
|
diff -rupN --no-dereference enchant-2.2.9/configure.ac enchant-2.2.9-new/configure.ac
|
||||||
--- enchant-2.2.8/configure.ac 2020-02-27 16:32:32.000000000 +0100
|
--- enchant-2.2.9/configure.ac 2020-08-22 10:26:24.000000000 +0200
|
||||||
+++ enchant-2.2.8-new/configure.ac 2020-03-02 10:54:46.624164372 +0100
|
+++ enchant-2.2.9-new/configure.ac 2020-08-24 09:45:35.344074084 +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.2.8/configure.ac enchant-2.2.8-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.2.8/providers/Makefile.am enchant-2.2.8-new/providers/Makefile.am
|
diff -rupN --no-dereference enchant-2.2.9/providers/Makefile.am enchant-2.2.9-new/providers/Makefile.am
|
||||||
--- enchant-2.2.8/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
--- enchant-2.2.9/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
||||||
+++ enchant-2.2.8-new/providers/Makefile.am 2020-03-02 10:54:46.624164372 +0100
|
+++ enchant-2.2.9-new/providers/Makefile.am 2020-08-24 09:45:35.344074084 +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.2.8/providers/Makefile.am enchant-2.2.8-ne
|
|||||||
|
|
||||||
if WITH_HSPELL
|
if WITH_HSPELL
|
||||||
provider_LTLIBRARIES += enchant_hspell.la
|
provider_LTLIBRARIES += enchant_hspell.la
|
||||||
diff -rupN --no-dereference enchant-2.2.8/tests/test.pwl.orig enchant-2.2.8-new/tests/test.pwl.orig
|
diff -rupN --no-dereference enchant-2.2.9/tests/test.pwl.orig enchant-2.2.9-new/tests/test.pwl.orig
|
||||||
--- enchant-2.2.8/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
--- enchant-2.2.9/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||||
+++ enchant-2.2.8-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
+++ enchant-2.2.9-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.8.tar.gz) = 4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090
|
SHA512 (enchant-2.2.9.tar.gz) = cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498
|
||||||
|
Loading…
Reference in New Issue
Block a user