Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] enchant2: update to 2.2.14.
@ 2020-12-21 16:29 ndowens
  2020-12-21 16:41 ` [PR PATCH] [Updated] " ndowens
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ndowens @ 2020-12-21 16:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2614 bytes --]

From b1cc962c3208d6ed6af8896ea45e5b2c2a1b827c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..1295e551e90 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,6 +1,6 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From a53d464a438e789b7f08f5482515279b5f3e217f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:27:44 -0600
Subject: [PATCH 2/2] nuspell: update to 4.2.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 98fc15ee985..8d687947cce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3742,7 +3742,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.2.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..bb1359d541e 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.2.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
@ 2020-12-21 16:41 ` ndowens
  2020-12-21 19:09 ` ndowens
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-21 16:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2871 bytes --]

From cf4b735b318c29c2e38a0ae18578c0b3669bc0a6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..a3ef95f4102 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,6 +1,6 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
@@ -9,12 +9,13 @@ make_install_args="$make_build_args"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
  libnuspell-devel icu-devel boost-devel"
+checkdepends="unittest-cpp"
 short_desc="Generic spell checking library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 66852124ccecc3432c34cce473a25045dcb9ce02 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:27:44 -0600
Subject: [PATCH 2/2] nuspell: update to 4.2.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 98fc15ee985..8d687947cce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3742,7 +3742,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.2.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..bb1359d541e 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.2.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
  2020-12-21 16:41 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-21 19:09 ` ndowens
  2020-12-21 20:30 ` ndowens
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-21 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix. Filed https://github.com/AbiWord/enchant/issues/266

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2983 bytes --]

From 84b5647f4663f34591f04f4307e2465c56863d30 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..aeacab341e6 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,20 +1,23 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
+# tests need --enable-relocatable
+configure_args="--enable-relocatable"
 make_build_args="pkgdatadir=/usr/share/enchant-2"
 make_install_args="$make_build_args"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
  libnuspell-devel icu-devel boost-devel"
+checkdepends="unittest-cpp"
 short_desc="Generic spell checking library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 1ed38de04b954c85bb8cc3b4ecc10e88c2c083bd Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:27:44 -0600
Subject: [PATCH 2/2] nuspell: update to 4.2.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 98fc15ee985..8d687947cce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3742,7 +3742,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.2.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..bb1359d541e 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.2.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
  2020-12-21 16:41 ` [PR PATCH] [Updated] " ndowens
  2020-12-21 19:09 ` ndowens
@ 2020-12-21 20:30 ` ndowens
  2020-12-21 20:40 ` ndowens
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-21 20:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix. Filed https://github.com/AbiWord/enchant/issues/266

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2983 bytes --]

From 84b5647f4663f34591f04f4307e2465c56863d30 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..aeacab341e6 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,20 +1,23 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
+# tests need --enable-relocatable
+configure_args="--enable-relocatable"
 make_build_args="pkgdatadir=/usr/share/enchant-2"
 make_install_args="$make_build_args"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
  libnuspell-devel icu-devel boost-devel"
+checkdepends="unittest-cpp"
 short_desc="Generic spell checking library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 426809c7abf236d66e69244ce263cd1511f979ab Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:27:44 -0600
Subject: [PATCH 2/2] nuspell: update to 4.1.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 98fc15ee985..e7bc43e8462 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3742,7 +3742,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.1.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..2d8bca3717e 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.1.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=fff5723ee2edfb8131b5da71dd1a69e34c40db2eef54b2658f3da7efe7d91c91
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
                   ` (2 preceding siblings ...)
  2020-12-21 20:30 ` ndowens
@ 2020-12-21 20:40 ` ndowens
  2020-12-22  0:55 ` [PR PATCH] [Closed]: " ndowens
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-21 20:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix. Filed https://github.com/AbiWord/enchant/issues/266

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2983 bytes --]

From 84b5647f4663f34591f04f4307e2465c56863d30 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..aeacab341e6 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,20 +1,23 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
+# tests need --enable-relocatable
+configure_args="--enable-relocatable"
 make_build_args="pkgdatadir=/usr/share/enchant-2"
 make_install_args="$make_build_args"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
  libnuspell-devel icu-devel boost-devel"
+checkdepends="unittest-cpp"
 short_desc="Generic spell checking library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From f0191c4c22f9d03d56d02bed7a9538057d507786 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:27:44 -0600
Subject: [PATCH 2/2] nuspell: update to 4.0.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 98fc15ee985..831a6cbfbf4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3742,7 +3742,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.0.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..c240049f918 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.0.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=4ab548c7a0d3e10ce68598ce8954d60dd2dd2c9a377e4597fc310127905dee2c
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
                   ` (3 preceding siblings ...)
  2020-12-21 20:40 ` ndowens
@ 2020-12-22  0:55 ` ndowens
  2021-01-07 15:27 ` [PR PATCH] [Updated] " ndowens
  2021-02-11  3:16 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2020-12-22  0:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

There's a closed pull request on the void-packages repository

enchant2: update to 2.2.14.
https://github.com/void-linux/void-packages/pull/27323

Description:
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix. Filed https://github.com/AbiWord/enchant/issues/266

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
                   ` (4 preceding siblings ...)
  2020-12-22  0:55 ` [PR PATCH] [Closed]: " ndowens
@ 2021-01-07 15:27 ` ndowens
  2021-02-11  3:16 ` [PR PATCH] [Closed]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ndowens @ 2021-01-07 15:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages enchant
https://github.com/void-linux/void-packages/pull/27323

enchant2: update to 2.2.14.
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

Currently enchant2's test is failing and will be reaching to upstream for fix. Filed https://github.com/AbiWord/enchant/issues/266

A patch file from https://github.com/void-linux/void-packages/pull/27323.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enchant-27323.patch --]
[-- Type: text/x-diff, Size: 2984 bytes --]

From bbcbdc5d523b4d7b0d2f972e60f52a26d73ea30b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 21 Dec 2020 10:24:45 -0600
Subject: [PATCH 1/2] enchant2: update to 2.2.14.

---
 srcpkgs/enchant2/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/enchant2/template b/srcpkgs/enchant2/template
index de5b44fb888..212c13c76b4 100644
--- a/srcpkgs/enchant2/template
+++ b/srcpkgs/enchant2/template
@@ -1,20 +1,21 @@
 # Template file for 'enchant2'
 pkgname=enchant2
-version=2.2.13
+version=2.2.14
 revision=1
 wrksrc="enchant-${version}"
 build_style=gnu-configure
-make_build_args="pkgdatadir=/usr/share/enchant-2"
-make_install_args="$make_build_args"
+# tests need --enable-relocatable
+configure_args="--enable-relocatable"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel hunspell-devel aspell-devel libvoikko-devel
  libnuspell-devel icu-devel boost-devel"
+checkdepends="unittest-cpp"
 short_desc="Generic spell checking library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://abiword.github.io/enchant/"
 distfiles="https://github.com/AbiWord/enchant/releases/download/v${version}/enchant-${version}.tar.gz"
-checksum=eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20
+checksum=bf7cc9a410b54c29648c7711dc8f210e7b13768508aaf43cc9c4527d5a9c7a8e
 
 enchant2-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 0d084f27176dd08a6221283a7b9430837255393a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 7 Jan 2021 09:28:26 -0600
Subject: [PATCH 2/2] nuspell: update to 4.2.0.

---
 common/shlibs            | 2 +-
 srcpkgs/nuspell/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a60e1becef3..1d5806f303d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3741,7 +3741,7 @@ libheif.so.1 libheif-1.4.0_1
 libuninameslist.so.1 libuninameslist-20190701_1
 libgambit.so.4 gambit-4.9.3_1
 liblog4cpp.so.5 log4cpp-1.1.3_1
-libnuspell.so.3 libnuspell-3.0.0_1
+libnuspell.so.4 libnuspell-4.0.0_1
 liblog4c.so.3 log4c-1.2.4_1
 libqb.so.100 libqb-2.0.0_1
 libusbguard.so.0 usbguard-0.7.5_1
diff --git a/srcpkgs/nuspell/template b/srcpkgs/nuspell/template
index d0042ab5629..bb1359d541e 100644
--- a/srcpkgs/nuspell/template
+++ b/srcpkgs/nuspell/template
@@ -1,6 +1,6 @@
 # Template file for 'nuspell'
 pkgname=nuspell
-version=3.1.2
+version=4.2.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
 license="LGPL-3.0-or-later"
 homepage="https://nuspell.github.io/"
 distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
-checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
+checksum=01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
 
 libnuspell_package() {
 	pkg_install() {

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: enchant2: update to 2.2.14.
  2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
                   ` (5 preceding siblings ...)
  2021-01-07 15:27 ` [PR PATCH] [Updated] " ndowens
@ 2021-02-11  3:16 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-02-11  3:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

There's a closed pull request on the void-packages repository

enchant2: update to 2.2.14.
https://github.com/void-linux/void-packages/pull/27323

Description:
@Johnnynator Nuspell is yours, so asking for approval for it. enchant2 needs newer nuspell version to build.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-11  3:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 16:29 [PR PATCH] enchant2: update to 2.2.14 ndowens
2020-12-21 16:41 ` [PR PATCH] [Updated] " ndowens
2020-12-21 19:09 ` ndowens
2020-12-21 20:30 ` ndowens
2020-12-21 20:40 ` ndowens
2020-12-22  0:55 ` [PR PATCH] [Closed]: " ndowens
2021-01-07 15:27 ` [PR PATCH] [Updated] " ndowens
2021-02-11  3:16 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).