libmaa: update to 1.4.7.

This commit is contained in:
Nathan Owens 2020-12-23 19:52:18 -06:00 committed by Érico Nogueira Rolim
parent 3a4531c673
commit b7024d3b11
2 changed files with 3 additions and 25 deletions

View file

@ -1,22 +0,0 @@
From 08007ecd13798f752ef8c18f3cff25c0c0a6afc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 1 Dec 2018 00:54:26 +0100
Subject: [PATCH] Fix Werror=format-truncation
diff --git maa/log.c maa/log.c
index 8c68546..c31708b 100644
--- maa/log.c
+++ maa/log.c
@@ -297,7 +297,7 @@ static void _log_base_va(
{
va_list ap_copy;
time_t t;
- static char buf [4096] = "";
+ static char buf [8192] = "";
static char buf_main [4096] = "";
static char buf_preamble [256] = "";
--
2.19.1

View file

@ -1,6 +1,6 @@
# Template file for 'libmaa'
pkgname=libmaa
version=1.4.3
version=1.4.7
revision=1
build_style=gnu-makefile
make_cmd=mkcmake
@ -10,7 +10,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
license="GPL-2.0-or-later"
homepage="http://sourceforge.net/projects/dict/"
distfiles="${SOURCEFORGE_SITE}/dict/libmaa-${version}.tar.gz"
checksum=47fb588c454956d3e4712603f0a81455bfe8d9ccb1e38814483110069b22f696
checksum=4e01a9ebc5d96bc9284b6706aa82bddc2a11047fa9bd02e94cf8753ec7dcb98e
do_build() {
awk -f maa/arggram2c < maa/arggram.txt > maa/arggram.c
@ -18,7 +18,7 @@ do_build() {
}
do_check() {
:
mkcmake test
}
libmaa-devel_package() {