Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/enchant2.git#8d4b87ab306612aab7ea0c1d2a4e036df98235d4
This commit is contained in:
parent
e1e6be7767
commit
d81ef7bd9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/enchant-2.2.9.tar.gz
|
||||
/enchant-2.2.10.tar.gz
|
||||
/enchant-2.2.11.tar.gz
|
||||
/enchant-2.2.12.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: enchant2
|
||||
Version: 2.2.11
|
||||
Version: 2.2.12
|
||||
Release: 1%{?snap}%{?dist}
|
||||
Summary: An Enchanting Spell Checking Library
|
||||
|
||||
@ -102,6 +102,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 17 2020 Sandro Mani <manisandro@gmail.com> - 2.2.12-1
|
||||
- Update to 2.2.12
|
||||
|
||||
* Tue Sep 08 2020 Sandro Mani <manisandro@gmail.com> - 2.2.11-1
|
||||
- Update to 2.2.11
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference enchant-2.2.11/configure.ac enchant-2.2.11-new/configure.ac
|
||||
--- enchant-2.2.11/configure.ac 2020-09-08 00:04:08.000000000 +0200
|
||||
+++ enchant-2.2.11-new/configure.ac 2020-09-08 10:54:06.975945190 +0200
|
||||
diff -rupN --no-dereference enchant-2.2.12/configure.ac enchant-2.2.12-new/configure.ac
|
||||
--- enchant-2.2.12/configure.ac 2020-10-15 22:41:20.000000000 +0200
|
||||
+++ enchant-2.2.12-new/configure.ac 2020-10-17 21:09:55.228855096 +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.2.11/configure.ac enchant-2.2.11-new/confi
|
||||
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.2.11/providers/Makefile.am enchant-2.2.11-new/providers/Makefile.am
|
||||
--- enchant-2.2.11/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
||||
+++ enchant-2.2.11-new/providers/Makefile.am 2020-09-08 10:54:06.976945222 +0200
|
||||
diff -rupN --no-dereference enchant-2.2.12/providers/Makefile.am enchant-2.2.12-new/providers/Makefile.am
|
||||
--- enchant-2.2.12/providers/Makefile.am 2020-02-27 14:05:18.000000000 +0100
|
||||
+++ enchant-2.2.12-new/providers/Makefile.am 2020-10-17 21:09:55.229855126 +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.2.11/providers/Makefile.am enchant-2.2.11-
|
||||
|
||||
if WITH_HSPELL
|
||||
provider_LTLIBRARIES += enchant_hspell.la
|
||||
diff -rupN --no-dereference enchant-2.2.11/tests/test.pwl.orig enchant-2.2.11-new/tests/test.pwl.orig
|
||||
--- enchant-2.2.11/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||
+++ enchant-2.2.11-new/tests/test.pwl.orig 1970-01-01 01:00:00.000000000 +0100
|
||||
diff -rupN --no-dereference enchant-2.2.12/tests/test.pwl.orig enchant-2.2.12-new/tests/test.pwl.orig
|
||||
--- enchant-2.2.12/tests/test.pwl.orig 2017-02-04 18:34:34.000000000 +0100
|
||||
+++ enchant-2.2.12-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.2.11.tar.gz) = 7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f
|
||||
SHA512 (enchant-2.2.12.tar.gz) = ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211
|
||||
|
Loading…
Reference in New Issue
Block a user