Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Remove noarch from aspell-fr
@ 2020-08-12 18:57 henryprecheur
  2020-08-12 18:59 ` henryprecheur
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From 8391db0e713ab6c42be2b15ae9be2d56db0e491f Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH] Remove noarch from aspell-fr

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-fr/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..6a563b39030 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-fr'
 pkgname=aspell-fr
 version=0.50.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="aspell-fr-0.50-3"
 build_style=configure
 hostmakedepends="aspell-devel which"

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
@ 2020-08-12 18:59 ` henryprecheur
  2020-08-12 19:13 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 18:59 UTC (permalink / raw)
  To: ml

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

New comment by henryprecheur on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673052677

Comment:
I have only fixed the aspell-fr package. If you would like me to fix all the other aspell dictionaries I can do that too.

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
  2020-08-12 18:59 ` henryprecheur
@ 2020-08-12 19:13 ` ericonr
  2020-08-12 19:14 ` ericonr
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-08-12 19:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673059325

Comment:
I think it would make sense to include all dict here. One commit for each, though.

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
  2020-08-12 18:59 ` henryprecheur
  2020-08-12 19:13 ` ericonr
@ 2020-08-12 19:14 ` ericonr
  2020-08-12 20:28 ` [PR PATCH] [Updated] " henryprecheur
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-08-12 19:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673059325

Comment:
I think it would make sense to include all dicts here. One commit for each, though.

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

* Re: [PR PATCH] [Updated] Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (2 preceding siblings ...)
  2020-08-12 19:14 ` ericonr
@ 2020-08-12 20:28 ` henryprecheur
  2020-08-12 20:39 ` henryprecheur
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

Without this fix, I get the following error on amd64 when running `aspell check -l fr`:

> Error: The file "/usr/lib/aspell-0.60/fr-40-only.rws" is not in the proper format. Incompatible hash function.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 8690 bytes --]

From 417764e5e9aa39fec826a4de11821ce129ad0f65 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH 1/7] Remove noarch from aspell-fr

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-fr/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..b6b86412fa1 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,16 +1,15 @@
 # Template file for 'aspell-fr'
 pkgname=aspell-fr
 version=0.50.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="aspell-fr-0.50-3"
 build_style=configure
 hostmakedepends="aspell-devel which"
 makedepends="aspell-devel"
 depends="aspell"
 short_desc="French dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
+license="GPL-2.0-or-later"
 maintainer="7185 <7185@free.fr>"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2"
 checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91

From 6b90ad1ef60b3b708bfd0dc0f81d0af44b2e06bc Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 12:20:30 -0700
Subject: [PATCH 2/7] Remove noarch from aspell-cs

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-cs package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-cs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template
index 252775dd985..35958546170 100644
--- a/srcpkgs/aspell-cs/template
+++ b/srcpkgs/aspell-cs/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-cs'
 pkgname=aspell-cs
 version=20040614.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-cs-${version/./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From ef940d87a11e02ba8b41ee893b460886c4656821 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:02:01 -0700
Subject: [PATCH 3/7] Remove noarch from aspell-de

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-de package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-de/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-de/template b/srcpkgs/aspell-de/template
index 4527bc50095..029664409c5 100644
--- a/srcpkgs/aspell-de/template
+++ b/srcpkgs/aspell-de/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-de'
 pkgname=aspell-de
 version=20161207.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-de-${version//./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571
 
 words-de_package() {
 	short_desc="German dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat *.cwl |

From 3b868cf581cc7bcad705a0ab21980097b94abbee Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:13:01 -0700
Subject: [PATCH 4/7] Remove noarch from aspell-el

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-el package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-el/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
index f782fd3d624..7d4a9c2727f 100644
--- a/srcpkgs/aspell-el/template
+++ b/srcpkgs/aspell-el/template
@@ -1,9 +1,8 @@
 # Template file for 'aspell-el'
 pkgname=aspell-el
 version=0.08.0
-revision=1
+revision=2
 _distver="${version%.*}-${version##*.}"
-archs=noarch
 wrksrc="aspell6-el-${_distver}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From fc9e52244ed9fc7dfe30abeae5fe3af76fafb70d Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:16 -0700
Subject: [PATCH 5/7] Remove noarch from aspell-en

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-en package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-en/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-en/template b/srcpkgs/aspell-en/template
index a1138595576..f01e8c48032 100644
--- a/srcpkgs/aspell-en/template
+++ b/srcpkgs/aspell-en/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-en'
 pkgname=aspell-en
 version=2019.10.06
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-en-${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd
 
 words-en_package() {
 	short_desc="English dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat en-common.cwl en_US-wo_accents-only.cwl |

From 693c19e8b33203cab98a78d0620e30922f9cf425 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:46 -0700
Subject: [PATCH 6/7] Remove noarch from aspell-pl

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-pl package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-pl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-pl/template b/srcpkgs/aspell-pl/template
index 6e8b2bc9682..409d241b84d 100755
--- a/srcpkgs/aspell-pl/template
+++ b/srcpkgs/aspell-pl/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-pl'
 pkgname=aspell-pl
 version=20061121
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-pl-6.0_${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 002d546c8f889e19709be6a166513c85e1d9088c Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:26:02 -0700
Subject: [PATCH 7/7] Remove noarch from aspell-el

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-el package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-ru/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-ru/template b/srcpkgs/aspell-ru/template
index 3c5edc81bd6..251003451a5 100644
--- a/srcpkgs/aspell-ru/template
+++ b/srcpkgs/aspell-ru/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-ru'
 pkgname=aspell-ru
 version=0.99f7
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-ru-${version}-1"
 build_style=configure
 hostmakedepends="aspell-devel which"

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

* Re: [PR PATCH] [Updated] Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (3 preceding siblings ...)
  2020-08-12 20:28 ` [PR PATCH] [Updated] " henryprecheur
@ 2020-08-12 20:39 ` henryprecheur
  2020-08-12 20:42 ` henryprecheur
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

Without this fix, I get the following error on amd64 when running `aspell check -l fr`:

> Error: The file "/usr/lib/aspell-0.60/fr-40-only.rws" is not in the proper format. Incompatible hash function.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 9367 bytes --]

From 83d2898f6d6195ddeed45f68a0a8be0a60010acc Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH 1/7] Remove noarch from aspell-fr

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-fr/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..970e6041401 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,16 +1,15 @@
 # Template file for 'aspell-fr'
 pkgname=aspell-fr
 version=0.50.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="aspell-fr-0.50-3"
 build_style=configure
 hostmakedepends="aspell-devel which"
 makedepends="aspell-devel"
 depends="aspell"
 short_desc="French dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
 maintainer="7185 <7185@free.fr>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2"
 checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91

From ea15775b8165d1a62fe60a7033ac752bdd2efec0 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 12:20:30 -0700
Subject: [PATCH 2/7] Remove noarch from aspell-cs

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-cs package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-cs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template
index 252775dd985..35958546170 100644
--- a/srcpkgs/aspell-cs/template
+++ b/srcpkgs/aspell-cs/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-cs'
 pkgname=aspell-cs
 version=20040614.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-cs-${version/./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 8e20261af0489ba69d55d4a3405985664283d5a8 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:02:01 -0700
Subject: [PATCH 3/7] Remove noarch from aspell-de

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-de package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-de/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-de/template b/srcpkgs/aspell-de/template
index 4527bc50095..029664409c5 100644
--- a/srcpkgs/aspell-de/template
+++ b/srcpkgs/aspell-de/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-de'
 pkgname=aspell-de
 version=20161207.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-de-${version//./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571
 
 words-de_package() {
 	short_desc="German dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat *.cwl |

From cfa720fb47cb690662830d3d2378f2de764a722b Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:13:01 -0700
Subject: [PATCH 4/7] Remove noarch from aspell-el

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-el package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-el/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
index f782fd3d624..7d4a9c2727f 100644
--- a/srcpkgs/aspell-el/template
+++ b/srcpkgs/aspell-el/template
@@ -1,9 +1,8 @@
 # Template file for 'aspell-el'
 pkgname=aspell-el
 version=0.08.0
-revision=1
+revision=2
 _distver="${version%.*}-${version##*.}"
-archs=noarch
 wrksrc="aspell6-el-${_distver}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 9b56a0f1172fb2bab599540d783bfcfd407e3dcc Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:16 -0700
Subject: [PATCH 5/7] Remove noarch from aspell-en

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-en package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-en/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-en/template b/srcpkgs/aspell-en/template
index a1138595576..f01e8c48032 100644
--- a/srcpkgs/aspell-en/template
+++ b/srcpkgs/aspell-en/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-en'
 pkgname=aspell-en
 version=2019.10.06
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-en-${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd
 
 words-en_package() {
 	short_desc="English dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat en-common.cwl en_US-wo_accents-only.cwl |

From efee3fdda1b05fac186add15abc1b530b55fabda Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:46 -0700
Subject: [PATCH 6/7] Remove noarch from aspell-pl

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-pl package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-pl/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-pl/template b/srcpkgs/aspell-pl/template
index 6e8b2bc9682..eb5c3c58cf2 100755
--- a/srcpkgs/aspell-pl/template
+++ b/srcpkgs/aspell-pl/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-pl'
 pkgname=aspell-pl
 version=20061121
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-pl-6.0_${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Polish dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
+license="GPL-2-or-later"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/pl/aspell6-pl-6.0_${version}-0.tar.bz2"
 checksum=017741fcb70a885d718c534160c9de06b03cc72f352879bd106be165e024574d

From f84168c13b1b67bcca6936a909b2c03ee43f51b2 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:26:02 -0700
Subject: [PATCH 7/7] Remove noarch from aspell-ru

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-ru package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-ru/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-ru/template b/srcpkgs/aspell-ru/template
index 3c5edc81bd6..056f0a9808a 100644
--- a/srcpkgs/aspell-ru/template
+++ b/srcpkgs/aspell-ru/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-ru'
 pkgname=aspell-ru
 version=0.99f7
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-ru-${version}-1"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Russian dictionary for aspell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="GPL-2"
+license="GPL-2-or-later"
 homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/ru/aspell6-ru-${version}-1.tar.bz2"
 checksum=5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (4 preceding siblings ...)
  2020-08-12 20:39 ` henryprecheur
@ 2020-08-12 20:42 ` henryprecheur
  2020-08-12 21:06 ` [PR PATCH] [Updated] " henryprecheur
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 20:42 UTC (permalink / raw)
  To: ml

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

New comment by henryprecheur on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673100881

Comment:
All the dictionaries are now fixed. Let me know if there's anything else that's required to get this merged.

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

* Re: [PR PATCH] [Updated] Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (5 preceding siblings ...)
  2020-08-12 20:42 ` henryprecheur
@ 2020-08-12 21:06 ` henryprecheur
  2020-08-12 21:27 ` ericonr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

Without this fix, I get the following error on amd64 when running `aspell check -l fr`:

> Error: The file "/usr/lib/aspell-0.60/fr-40-only.rws" is not in the proper format. Incompatible hash function.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 9371 bytes --]

From 83d2898f6d6195ddeed45f68a0a8be0a60010acc Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH 1/7] Remove noarch from aspell-fr

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-fr/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..970e6041401 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,16 +1,15 @@
 # Template file for 'aspell-fr'
 pkgname=aspell-fr
 version=0.50.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="aspell-fr-0.50-3"
 build_style=configure
 hostmakedepends="aspell-devel which"
 makedepends="aspell-devel"
 depends="aspell"
 short_desc="French dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
 maintainer="7185 <7185@free.fr>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2"
 checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91

From ea15775b8165d1a62fe60a7033ac752bdd2efec0 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 12:20:30 -0700
Subject: [PATCH 2/7] Remove noarch from aspell-cs

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-cs package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-cs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template
index 252775dd985..35958546170 100644
--- a/srcpkgs/aspell-cs/template
+++ b/srcpkgs/aspell-cs/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-cs'
 pkgname=aspell-cs
 version=20040614.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-cs-${version/./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 8e20261af0489ba69d55d4a3405985664283d5a8 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:02:01 -0700
Subject: [PATCH 3/7] Remove noarch from aspell-de

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-de package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-de/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-de/template b/srcpkgs/aspell-de/template
index 4527bc50095..029664409c5 100644
--- a/srcpkgs/aspell-de/template
+++ b/srcpkgs/aspell-de/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-de'
 pkgname=aspell-de
 version=20161207.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-de-${version//./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571
 
 words-de_package() {
 	short_desc="German dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat *.cwl |

From cfa720fb47cb690662830d3d2378f2de764a722b Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:13:01 -0700
Subject: [PATCH 4/7] Remove noarch from aspell-el

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-el package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-el/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
index f782fd3d624..7d4a9c2727f 100644
--- a/srcpkgs/aspell-el/template
+++ b/srcpkgs/aspell-el/template
@@ -1,9 +1,8 @@
 # Template file for 'aspell-el'
 pkgname=aspell-el
 version=0.08.0
-revision=1
+revision=2
 _distver="${version%.*}-${version##*.}"
-archs=noarch
 wrksrc="aspell6-el-${_distver}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 9b56a0f1172fb2bab599540d783bfcfd407e3dcc Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:16 -0700
Subject: [PATCH 5/7] Remove noarch from aspell-en

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-en package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-en/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-en/template b/srcpkgs/aspell-en/template
index a1138595576..f01e8c48032 100644
--- a/srcpkgs/aspell-en/template
+++ b/srcpkgs/aspell-en/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-en'
 pkgname=aspell-en
 version=2019.10.06
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-en-${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd
 
 words-en_package() {
 	short_desc="English dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat en-common.cwl en_US-wo_accents-only.cwl |

From 23498d5ce28400597b84ba4a65df3b1e3547f447 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:46 -0700
Subject: [PATCH 6/7] Remove noarch from aspell-pl

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-pl package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-pl/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-pl/template b/srcpkgs/aspell-pl/template
index 6e8b2bc9682..a0600b785c9 100755
--- a/srcpkgs/aspell-pl/template
+++ b/srcpkgs/aspell-pl/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-pl'
 pkgname=aspell-pl
 version=20061121
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-pl-6.0_${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Polish dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/pl/aspell6-pl-6.0_${version}-0.tar.bz2"
 checksum=017741fcb70a885d718c534160c9de06b03cc72f352879bd106be165e024574d

From 803045fc5d648b0464bcf6daac3d7be44a32027b Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:26:02 -0700
Subject: [PATCH 7/7] Remove noarch from aspell-ru

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-ru package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-ru/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-ru/template b/srcpkgs/aspell-ru/template
index 3c5edc81bd6..f0a6d0fa52d 100644
--- a/srcpkgs/aspell-ru/template
+++ b/srcpkgs/aspell-ru/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-ru'
 pkgname=aspell-ru
 version=0.99f7
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-ru-${version}-1"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Russian dictionary for aspell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/ru/aspell6-ru-${version}-1.tar.bz2"
 checksum=5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (6 preceding siblings ...)
  2020-08-12 21:06 ` [PR PATCH] [Updated] " henryprecheur
@ 2020-08-12 21:27 ` ericonr
  2020-08-12 21:36 ` [PR PATCH] [Updated] " henryprecheur
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-08-12 21:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673119771

Comment:
Oh, sorry! You should _probably_ make the commit messages look like `aspell-fr: remove noarch`

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

* Re: [PR PATCH] [Updated] Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (7 preceding siblings ...)
  2020-08-12 21:27 ` ericonr
@ 2020-08-12 21:36 ` henryprecheur
  2020-08-12 21:36 ` henryprecheur
  2020-08-13  1:08 ` [PR PATCH] [Merged]: Remove noarch from aspell-* sgn
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 21:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

Without this fix, I get the following error on amd64 when running `aspell check -l fr`:

> Error: The file "/usr/lib/aspell-0.60/fr-40-only.rws" is not in the proper format. Incompatible hash function.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 9343 bytes --]

From 6285a700d581bef906512684ae4e258f22575de5 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH 1/7] aspell-fr: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-fr package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-fr/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..970e6041401 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,16 +1,15 @@
 # Template file for 'aspell-fr'
 pkgname=aspell-fr
 version=0.50.3
-revision=2
-archs=noarch
+revision=3
 wrksrc="aspell-fr-0.50-3"
 build_style=configure
 hostmakedepends="aspell-devel which"
 makedepends="aspell-devel"
 depends="aspell"
 short_desc="French dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
 maintainer="7185 <7185@free.fr>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2"
 checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91

From ec7907c10fe3e1f4f919b009cfb825f67a29e231 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 12:20:30 -0700
Subject: [PATCH 2/7] aspell-cs: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-cs package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-cs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template
index 252775dd985..35958546170 100644
--- a/srcpkgs/aspell-cs/template
+++ b/srcpkgs/aspell-cs/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-cs'
 pkgname=aspell-cs
 version=20040614.1
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-cs-${version/./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From f90d8b5e08b551cb3a9a9a0a8a0cc4c28a951327 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:02:01 -0700
Subject: [PATCH 3/7] aspell-de: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-de package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-de/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-de/template b/srcpkgs/aspell-de/template
index 4527bc50095..029664409c5 100644
--- a/srcpkgs/aspell-de/template
+++ b/srcpkgs/aspell-de/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-de'
 pkgname=aspell-de
 version=20161207.7.0
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-de-${version//./-}"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571
 
 words-de_package() {
 	short_desc="German dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat *.cwl |

From 739ce1dd9477babd750b39cd8ed6b1158569f698 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:13:01 -0700
Subject: [PATCH 4/7] aspell-el: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-el package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-el/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template
index f782fd3d624..7d4a9c2727f 100644
--- a/srcpkgs/aspell-el/template
+++ b/srcpkgs/aspell-el/template
@@ -1,9 +1,8 @@
 # Template file for 'aspell-el'
 pkgname=aspell-el
 version=0.08.0
-revision=1
+revision=2
 _distver="${version%.*}-${version##*.}"
-archs=noarch
 wrksrc="aspell6-el-${_distver}"
 build_style=configure
 hostmakedepends="aspell-devel which"

From 43be98a16ee3f4c93fda943250a7ee3c4c0b7fef Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:16 -0700
Subject: [PATCH 5/7] aspell-en: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-en package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-en/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-en/template b/srcpkgs/aspell-en/template
index a1138595576..f01e8c48032 100644
--- a/srcpkgs/aspell-en/template
+++ b/srcpkgs/aspell-en/template
@@ -1,8 +1,7 @@
 # Template file for 'aspell-en'
 pkgname=aspell-en
 version=2019.10.06
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-en-${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
@@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd
 
 words-en_package() {
 	short_desc="English dictionary word list"
-	archs=noarch
 	pkg_install() {
 		vmkdir usr/share/dict
 		precat en-common.cwl en_US-wo_accents-only.cwl |

From 7a1370a8100c7f91b1543dee73c053280a10e0de Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:25:46 -0700
Subject: [PATCH 6/7] aspell-pl: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-pl package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-pl/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/aspell-pl/template b/srcpkgs/aspell-pl/template
index 6e8b2bc9682..a0600b785c9 100755
--- a/srcpkgs/aspell-pl/template
+++ b/srcpkgs/aspell-pl/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-pl'
 pkgname=aspell-pl
 version=20061121
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-pl-6.0_${version}-0"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Polish dictionary for aspell"
-homepage="http://aspell.net/"
-license="GPL-2"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="GPL-2.0-or-later"
+homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/pl/aspell6-pl-6.0_${version}-0.tar.bz2"
 checksum=017741fcb70a885d718c534160c9de06b03cc72f352879bd106be165e024574d

From 462869965ff2ffbecae1d1a71087bac614296867 Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 13:26:02 -0700
Subject: [PATCH 7/7] aspell-ru: remove noarch

aspell dictionnaries aren't architecture dependent: the dictionnary
format depends on size_t, therefor it needs to be made architecture
specific. This is why the dictionaries are stored in /usr/lib and not
in /usr/share.

This fixes the aspell-ru package on amd64 and probably most 64bits
architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html
---
 srcpkgs/aspell-ru/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aspell-ru/template b/srcpkgs/aspell-ru/template
index 3c5edc81bd6..f0a6d0fa52d 100644
--- a/srcpkgs/aspell-ru/template
+++ b/srcpkgs/aspell-ru/template
@@ -1,14 +1,13 @@
 # Template file for 'aspell-ru'
 pkgname=aspell-ru
 version=0.99f7
-revision=1
-archs=noarch
+revision=2
 wrksrc="aspell6-ru-${version}-1"
 build_style=configure
 hostmakedepends="aspell-devel which"
 short_desc="Russian dictionary for aspell"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://aspell.net/"
 distfiles="${GNU_SITE}/aspell/dict/ru/aspell6-ru-${version}-1.tar.bz2"
 checksum=5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646

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

* Re: Remove noarch from aspell-fr
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (8 preceding siblings ...)
  2020-08-12 21:36 ` [PR PATCH] [Updated] " henryprecheur
@ 2020-08-12 21:36 ` henryprecheur
  2020-08-13  1:08 ` [PR PATCH] [Merged]: Remove noarch from aspell-* sgn
  10 siblings, 0 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 21:36 UTC (permalink / raw)
  To: ml

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

New comment by henryprecheur on void-packages repository

https://github.com/void-linux/void-packages/pull/24248#issuecomment-673123278

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: Remove noarch from aspell-*
  2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
                   ` (9 preceding siblings ...)
  2020-08-12 21:36 ` henryprecheur
@ 2020-08-13  1:08 ` sgn
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2020-08-13  1:08 UTC (permalink / raw)
  To: ml

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

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

Remove noarch from aspell-*
https://github.com/void-linux/void-packages/pull/24248

Description:
aspell dictionaries aren't architecture independent: the dictionary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share.

Without this fix, I get the following error on amd64 when running `aspell check -l fr`:

> Error: The file "/usr/lib/aspell-0.60/fr-40-only.rws" is not in the proper format. Incompatible hash function.

This fixes the aspell-fr package on amd64 and probably most 64bits architectures.

More information about this:

http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html

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

end of thread, other threads:[~2020-08-13  1:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
2020-08-12 18:59 ` henryprecheur
2020-08-12 19:13 ` ericonr
2020-08-12 19:14 ` ericonr
2020-08-12 20:28 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 20:39 ` henryprecheur
2020-08-12 20:42 ` henryprecheur
2020-08-12 21:06 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 21:27 ` ericonr
2020-08-12 21:36 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 21:36 ` henryprecheur
2020-08-13  1:08 ` [PR PATCH] [Merged]: Remove noarch from aspell-* sgn

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).