Matej Cepl 2024-06-26 20:26:35 +00:00 committed by Git OBS Bridge
parent 779704fd57
commit acee009754
2 changed files with 12 additions and 20 deletions

View File

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

View File

@ -1,7 +1,7 @@
# #
# spec file for package libmaa # spec file for package libmaa
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed