pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gspell Update gspell to 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9b8a1fec06
branches:  trunk
changeset: 367262:cb9b8a1fec06
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sun Aug 27 15:52:10 2017 +0000

description:
Update gspell to 1.4.2

News in 1.4.2, 2017-08-19
-------------------------
* GspellEntry: make the code that navigates through PangoLogAttr's more robust.
* Translation updates.

News in 1.4.1, 2017-04-09
-------------------------
* GspellEntry: do not emit the GtkEditable::changed signal.
* Replace some g_asserts by g_returns to avoid crashes (bug #778883).
* Translation updates.

News in 1.4.0, 2017-03-18
-------------------------
* Translation updates.
* Other small improvements.

News in 1.3.3, 2017-02-26
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.

* Add more assertions for:
  https://bugzilla.gnome.org/show_bug.cgi?id=778883
* Fix minor issues found by Coverity.
* Translation update.

News in 1.2.3, 2017-02-24
-------------------------
* Replace a g_assert_cmpint() by a g_return_if_fail(), to avoid a crash. The
  assertion sometimes fails, probably because of a bug in a lower-level
  library.
  https://bugzilla.gnome.org/show_bug.cgi?id=778883

News in 1.3.2, 2017-01-15
-------------------------
This is an unstable release in the 1.3 development cycle. The 1.4 stable
version will be released at the same time as GNOME 3.24.

* GspellEntry: do not check the word currently typed.
* GspellEntry: better word boundaries, take into account apostrophes and
  dashes.
* GspellEntry: disable inline spell checking if the GtkEntry is in password
  mode.
* Various other improvements.
* Translation updates.

diffstat:

 textproc/gspell/Makefile |   5 ++---
 textproc/gspell/PLIST    |   8 ++++++--
 textproc/gspell/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r a2f4e1b6241c -r cb9b8a1fec06 textproc/gspell/Makefile
--- a/textproc/gspell/Makefile  Sun Aug 27 15:48:44 2017 +0000
+++ b/textproc/gspell/Makefile  Sun Aug 27 15:52:10 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/08/16 20:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/27 15:52:10 prlw1 Exp $
 
-DISTNAME=      gspell-1.2.2
-PKGREVISION=   3
+DISTNAME=      gspell-1.4.2
 CATEGORIES=    textproc gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r a2f4e1b6241c -r cb9b8a1fec06 textproc/gspell/PLIST
--- a/textproc/gspell/PLIST     Sun Aug 27 15:48:44 2017 +0000
+++ b/textproc/gspell/PLIST     Sun Aug 27 15:52:10 2017 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/01/14 09:14:54 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/08/27 15:52:10 prlw1 Exp $
 include/gspell-1/gspell/gspell-checker-dialog.h
 include/gspell-1/gspell/gspell-checker.h
+include/gspell-1/gspell/gspell-entry-buffer.h
+include/gspell-1/gspell/gspell-entry.h
 include/gspell-1/gspell/gspell-enum-types.h
 include/gspell-1/gspell/gspell-language-chooser-button.h
 include/gspell-1/gspell/gspell-language-chooser-dialog.h
@@ -17,6 +19,8 @@
 share/gir-1.0/Gspell-1.gir
 share/gtk-doc/html/gspell-1.0/GspellChecker.html
 share/gtk-doc/html/gspell-1.0/GspellCheckerDialog.html
+share/gtk-doc/html/gspell-1.0/GspellEntry.html
+share/gtk-doc/html/gspell-1.0/GspellEntryBuffer.html
 share/gtk-doc/html/gspell-1.0/GspellLanguage.html
 share/gtk-doc/html/gspell-1.0/GspellLanguageChooser.html
 share/gtk-doc/html/gspell-1.0/GspellLanguageChooserButton.html
@@ -26,12 +30,12 @@
 share/gtk-doc/html/gspell-1.0/GspellTextBuffer.html
 share/gtk-doc/html/gspell-1.0/GspellTextView.html
 share/gtk-doc/html/gspell-1.0/annotation-glossary.html
-share/gtk-doc/html/gspell-1.0/api-index-1-2.html
 share/gtk-doc/html/gspell-1.0/api-index-full.html
 share/gtk-doc/html/gspell-1.0/ch01.html
 share/gtk-doc/html/gspell-1.0/ch02.html
 share/gtk-doc/html/gspell-1.0/ch03.html
 share/gtk-doc/html/gspell-1.0/ch04.html
+share/gtk-doc/html/gspell-1.0/ch05.html
 share/gtk-doc/html/gspell-1.0/gspell-1.0.devhelp2
 share/gtk-doc/html/gspell-1.0/home.png
 share/gtk-doc/html/gspell-1.0/index.html
diff -r a2f4e1b6241c -r cb9b8a1fec06 textproc/gspell/distinfo
--- a/textproc/gspell/distinfo  Sun Aug 27 15:48:44 2017 +0000
+++ b/textproc/gspell/distinfo  Sun Aug 27 15:52:10 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/01/14 09:14:54 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2017/08/27 15:52:10 prlw1 Exp $
 
-SHA1 (gspell-1.2.2.tar.xz) = 2876ff1c516252ced88d243c687b0c0dffd1f2a2
-RMD160 (gspell-1.2.2.tar.xz) = 55f501d46b535891ea44a4ea5538281efd86fe5b
-SHA512 (gspell-1.2.2.tar.xz) = 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800
-Size (gspell-1.2.2.tar.xz) = 395120 bytes
+SHA1 (gspell-1.4.2.tar.xz) = fe39ecc9e5257d7e5a71cd80e56eb1e697d9868a
+RMD160 (gspell-1.4.2.tar.xz) = 27af76b2a32315e04256875551dab4a4a5426fca
+SHA512 (gspell-1.4.2.tar.xz) = 00f53d3ca47a4ba1af1e8b4983a41dc6df8a9788898b45ffdd161a3fc8de28024cc985f49fbb872912c0a94addbca3b28ce2edda70eeb206a794e2bcf65e4a5e
+Size (gspell-1.4.2.tar.xz) = 407356 bytes



Home | Main Index | Thread Index | Old Index