Update to 2.3.1
This commit is contained in:
parent
17075d1d8d
commit
2dcbfc5ca9
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/enchant-2.2.14.tar.gz
|
||||
/enchant-2.2.15.tar.gz
|
||||
/enchant-2.3.0.tar.gz
|
||||
/enchant-2.3.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: enchant2
|
||||
Version: 2.3.0
|
||||
Release: 2%{?snap}%{?dist}
|
||||
Version: 2.3.1
|
||||
Release: 1%{?snap}%{?dist}
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -125,6 +125,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 11 2021 Sandro Mani <manisandro@gmail.com> - 2.3.1-1
|
||||
- Update to 2.3.1
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference enchant-2.3.0/configure.ac enchant-2.3.0-new/configure.ac
|
||||
--- enchant-2.3.0/configure.ac 2021-06-14 23:04:33.000000000 +0200
|
||||
+++ enchant-2.3.0-new/configure.ac 2021-06-15 11:06:56.144174064 +0200
|
||||
diff -rupN --no-dereference enchant-2.3.1/configure.ac enchant-2.3.1-new/configure.ac
|
||||
--- enchant-2.3.1/configure.ac 2021-08-10 11:15:37.000000000 +0200
|
||||
+++ enchant-2.3.1-new/configure.ac 2021-08-11 07:51:50.048642397 +0200
|
||||
@@ -210,7 +210,7 @@ build_providers=
|
||||
dnl Standard providers
|
||||
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([hunspell], [HUNSPELL])
|
||||
@ -10,9 +10,9 @@ diff -rupN --no-dereference enchant-2.3.0/configure.ac enchant-2.3.0-new/configu
|
||||
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 --no-dereference enchant-2.3.0/providers/Makefile.am enchant-2.3.0-new/providers/Makefile.am
|
||||
--- enchant-2.3.0/providers/Makefile.am 2020-10-16 11:51:01.000000000 +0200
|
||||
+++ enchant-2.3.0-new/providers/Makefile.am 2021-06-15 11:06:56.144174064 +0200
|
||||
diff -rupN --no-dereference enchant-2.3.1/providers/Makefile.am enchant-2.3.1-new/providers/Makefile.am
|
||||
--- enchant-2.3.1/providers/Makefile.am 2020-10-16 11:51:01.000000000 +0200
|
||||
+++ enchant-2.3.1-new/providers/Makefile.am 2021-08-11 07:51:50.049642391 +0200
|
||||
@@ -12,6 +12,7 @@ AM_LDFLAGS = -module -avoid-version -no-
|
||||
if WITH_ASPELL
|
||||
provider_LTLIBRARIES += enchant_aspell.la
|
||||
@ -21,9 +21,9 @@ diff -rupN --no-dereference enchant-2.3.0/providers/Makefile.am enchant-2.3.0-ne
|
||||
|
||||
if WITH_HSPELL
|
||||
provider_LTLIBRARIES += enchant_hspell.la
|
||||
diff -rupN --no-dereference enchant-2.3.0/tests/test.pwl.orig enchant-2.3.0-new/tests/test.pwl.orig
|
||||
--- enchant-2.3.0/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||
+++ enchant-2.3.0-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
||||
diff -rupN --no-dereference enchant-2.3.1/tests/test.pwl.orig enchant-2.3.1-new/tests/test.pwl.orig
|
||||
--- enchant-2.3.1/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||
+++ enchant-2.3.1-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.0.tar.gz) = ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43
|
||||
SHA512 (enchant-2.3.1.tar.gz) = c6fb8498d34a55040c2791124c2975952497e5a1b8999958691279b1a60a37473a1d2e3e11504f7cc877370be7772c2db621022040ea7035b21e40e8367606f5
|
||||
|
Loading…
Reference in New Issue
Block a user