Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] aspell: update to 0.60.7
Date: Tue, 30 Jul 2019 19:10:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13417@inbox.vuxu.org> (raw)

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

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

https://github.com/PaperMountainStudio/void-packages aspell-0.60.7
https://github.com/void-linux/void-packages/pull/13417

aspell: update to 0.60.7


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

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

From bd534f40dc112bd65b6aadf91e09567340e59663 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Tue, 30 Jul 2019 19:09:32 +0200
Subject: [PATCH] aspell: update to 0.60.7

---
 .../patches/fix-char_ptr_comparisons.patch    | 25 -------------------
 srcpkgs/aspell/template                       | 11 ++++----
 2 files changed, 6 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/aspell/patches/fix-char_ptr_comparisons.patch

diff --git a/srcpkgs/aspell/patches/fix-char_ptr_comparisons.patch b/srcpkgs/aspell/patches/fix-char_ptr_comparisons.patch
deleted file mode 100644
index a91ce683964..00000000000
--- a/srcpkgs/aspell/patches/fix-char_ptr_comparisons.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Fix comparisons of const char* agains '\0' where obviously
-the first character of the array was meant to be checked.
-
---- prog/check_funs.cpp	2011-07-04 11:17:27.000000000 +0200
-+++ prog/check_funs.cpp	2017-07-23 17:37:57.880903979 +0200
-@@ -647,7 +647,7 @@
-     }
-   }
-   if (i == width-1) {
--    if (word == '\0')
-+    if (*word == '\0')
-       put(out,' ');
-     else if (word[len] == '\0')
-       put(out, word, len);
---- modules/filter/tex.cpp	2011-07-02 23:09:09.000000000 +0200
-+++ modules/filter/tex.cpp	2017-07-23 17:40:05.089075293 +0200
-@@ -174,7 +174,7 @@
- 
-     if (c == '{') {
- 
--      if (top.in_what == Parm || top.in_what == Opt || top.do_check == '\0')
-+      if (top.in_what == Parm || top.in_what == Opt || *top.do_check == '\0')
- 	push_command(Parm);
- 
-       top.in_what = Parm;
diff --git a/srcpkgs/aspell/template b/srcpkgs/aspell/template
index de1cf7ec8f1..d3344c6e21a 100644
--- a/srcpkgs/aspell/template
+++ b/srcpkgs/aspell/template
@@ -1,18 +1,19 @@
 # Template file for 'aspell'
 pkgname=aspell
-version=0.60.6.1
-revision=10
+version=0.60.7
+revision=1
 build_style=gnu-configure
 configure_args="--enable-compile-in-filters"
 hostmakedepends="automake libtool gettext-devel perl"
 makedepends="ncurses-devel"
 depends="perl"
 short_desc="Spell checker with good multi-language support"
-homepage="http://aspell.net/"
-license="LGPL-2.1"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
+license="LGPL-2.1"
+homepage="http://aspell.net/"
+changelog="http://aspell.net/man-html/ChangeLog.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
+checksum=5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4
 
 pre_configure() {
 	# XXX workaround ctor/dtor ordering with musl

                 reply	other threads:[~2019-07-30 17:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13417@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).