pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/gspell
Module Name: pkgsrc
Committed By: prlw1
Date: Sun Aug 27 15:52:10 UTC 2017
Modified Files:
pkgsrc/textproc/gspell: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/gspell/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/gspell/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/gspell/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/gspell/Makefile
diff -u pkgsrc/textproc/gspell/Makefile:1.8 pkgsrc/textproc/gspell/Makefile:1.9
--- pkgsrc/textproc/gspell/Makefile:1.8 Wed Aug 16 20:21:15 2017
+++ pkgsrc/textproc/gspell/Makefile Sun Aug 27 15:52:10 2017
@@ -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
Index: pkgsrc/textproc/gspell/PLIST
diff -u pkgsrc/textproc/gspell/PLIST:1.2 pkgsrc/textproc/gspell/PLIST:1.3
--- pkgsrc/textproc/gspell/PLIST:1.2 Sat Jan 14 09:14:54 2017
+++ pkgsrc/textproc/gspell/PLIST Sun Aug 27 15:52:10 2017
@@ -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 @@ lib/pkgconfig/gspell-1.pc
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/GspellNavi
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
Index: pkgsrc/textproc/gspell/distinfo
diff -u pkgsrc/textproc/gspell/distinfo:1.3 pkgsrc/textproc/gspell/distinfo:1.4
--- pkgsrc/textproc/gspell/distinfo:1.3 Sat Jan 14 09:14:54 2017
+++ pkgsrc/textproc/gspell/distinfo Sun Aug 27 15:52:10 2017
@@ -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