Update to version 1.5.1 #1

Closed
mcepl wants to merge 1 commits from mcepl_pkgs/libmaa:factory into factory
4 changed files with 22 additions and 6 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,19 @@
-------------------------------------------------------------------
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

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -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)