pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 16 10:38:03 UTC 2026

Modified Files:
        pkgsrc/textproc/enchant2: Makefile distinfo

Log Message:
enchant2: update to 2.8.15.

2.8.15 (February 13, 2026)
--------------------------

This release fixes two bugs related to personal word lists.

First, removing a word that happens to be at the end of a personal word list
file has not worked since 2.7.0.

Secondly, the way that personal word lists are merged with the current
session has been changed so that personal word list words now appear in
suggestions with providers that support adding words to the current session
(Aspell and Hunspell). This previously worked, but hadn’t since at least
2.8.2. Thanks to the users and maintainers of jinx (spelling package for
Emacs that uses Enchant) for reporting and helping reproduce this bug.

A little code clean-up was also done.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/enchant2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.54 pkgsrc/textproc/enchant2/Makefile:1.55
--- pkgsrc/textproc/enchant2/Makefile:1.54      Mon Nov 24 09:13:05 2025
+++ pkgsrc/textproc/enchant2/Makefile   Mon Feb 16 10:38:03 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2025/11/24 09:13:05 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2026/02/16 10:38:03 wiz Exp $
 
-DISTNAME=              enchant-2.8.14
+DISTNAME=              enchant-2.8.15
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=rrthomas/}

Index: pkgsrc/textproc/enchant2/distinfo
diff -u pkgsrc/textproc/enchant2/distinfo:1.38 pkgsrc/textproc/enchant2/distinfo:1.39
--- pkgsrc/textproc/enchant2/distinfo:1.38      Mon Nov 24 09:13:05 2025
+++ pkgsrc/textproc/enchant2/distinfo   Mon Feb 16 10:38:03 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2025/11/24 09:13:05 wiz Exp $
+$NetBSD: distinfo,v 1.39 2026/02/16 10:38:03 wiz Exp $
 
-BLAKE2s (enchant-2.8.14.tar.gz) = fa81c8f0c5a7e956edd44b4fa109dd617390e01380d52ddfaddee73860fb7277
-SHA512 (enchant-2.8.14.tar.gz) = 880375e09c69eaaae6d0f2896d37818a3bdf71ab20fd4c946fea4f68335eecac6bf11813925f08437a9cb35192a6067693f3acd3691263b6a4dab3cd5a20cd1b
-Size (enchant-2.8.14.tar.gz) = 1271904 bytes
+BLAKE2s (enchant-2.8.15.tar.gz) = 7f777d686f80e423336306c07638377c4757cc67a1f16af1ccfc935adc3660ac
+SHA512 (enchant-2.8.15.tar.gz) = 581f42117c18caff4d4691ef9759f10ef295e0d557278e37cc9212eb312406f41094769402e0fd6747fbc7df6b142e6adacdd29410aaa343923f88d541d3548f
+Size (enchant-2.8.15.tar.gz) = 1273237 bytes
 SHA1 (patch-config.h.in) = ac10b6900034acb0e961d73b1f9cf1a39bb00775



Home | Main Index | Thread Index | Old Index