- Update to version 1.5.1

Improve tests/pr test

  Add new function pr_open2 with argument "callback" ran from child process immediately after fork(2) and before execvp(3).

  COPTS defaults to -O2 -g

  Add support for target "help", bump MKC_REQD to 0.34.0 maa/log.c: fix compilation failure due to -Werror on NetBSD-10.99.10 with gcc-10.5.0

  Move WARNS=4 to Makefile.common

  SUBPRJ_DFLT = maa test

  MAXHOSTNAMELEN can be already defined, limit to 64 characters to avoid possible truncation.

OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=13
This commit is contained in:
Matej Cepl 2024-06-26 20:23:24 +00:00 committed by Git OBS Bridge
parent 80226aa2c2
commit 779704fd57
4 changed files with 29 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e01a9ebc5d96bc9284b6706aa82bddc2a11047fa9bd02e94cf8753ec7dcb98e
size 173728

BIN
libmaa-1.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jun 16 18:33:32 UTC 2024 - Aleksey Cheusov <vle@gmx.net>
- Update to version 1.5.1
Improve tests/pr test
Add new function pr_open2 with argument "callback" ran from child
process immediately after fork(2) and before execvp(3).
COPTS defaults to -O2 -g
Add support for target "help", bump MKC_REQD to 0.34.0
maa/log.c: fix compilation failure due to -Werror on NetBSD-10.99.10
with gcc-10.5.0
Move WARNS=4 to Makefile.common
SUBPRJ_DFLT = maa test
MAXHOSTNAMELEN can be already defined, limit to 64 characters to
avoid possible truncation.
-------------------------------------------------------------------
Mon Apr 13 08:56:32 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -18,11 +18,11 @@
%define soname 4
Name: libmaa
Version: 1.4.7
Version: 1.5.1
Release: 0
Summary: Library providing many low-level data structures
License: MIT
URL: http://www.dict.org
URL: https://github.com/cheusov/libmaa
Source0: https://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
BuildRequires: mk-configure
BuildRequires: pkgconfig(zlib)