1
0
forked from pool/libmaa
Commit Graph

13 Commits

Author SHA256 Message Date
cd820ae086
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.
2024-06-29 13:40:18 +02:00
Dominique Leuenberger
2b5665853b Accepting request 793781 from Education
OBS-URL: https://build.opensuse.org/request/show/793781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmaa?expand=0&rev=3
2020-04-14 13:11:27 +00:00
80226aa2c2 Accepting request 793556 from home:alois:branches:Education
- Update to version 1.4.7
  * Fix incorrect work of set_* where hash function generates
    full ulong_t hash value
  * hsh_string_hash generates full 64bit hash value on platforms
    where sizeof(long) == 8
  * Improve build and test system
  * tests/err: minor fix, target "test" should not remove _mkc_*
    and .o files
  * Avoid trailing \n in format argument for err_* functions, no
    need for it any longer
  * tests/err/errtest.c: fix another compilation failure due to
    __wur (warning used result)
  version 1.4.6
  * Add missing fix (compilation failure) for tests/err/errtest.c
  version 1.4.5
  * err_* functions:
    + Fix segfault caused by "ap" is used twice.  Solution is to
      va_copy it and use copied "ap" for printing to stderr.
    + Improve formatting (no empty lines in log files)
  * err_set_program_name: handle correctly NULL argument
  * log_mkpath function: avoid use of alloca(3)
  * hsh_pointer_compare function now follows -1/0/1 logic
  * Add more tests for log_*, err_*, hsh_* and set_* function
- Fix build with gcc 9.x
- Drop Group tag
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/793556
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=11
2020-04-14 08:57:38 +00:00
Dominique Leuenberger
565cab2ed0 Accepting request 697416 from Education
- Update to libmaa-1.4.4:
  * Fix compilation failure using gcc-8
- Simplify build process using capabilities of mk-configure
- Remove patches already applied in upstream, specifically
  - 02-Spelling-typos.patch
  - 03-Fix-gcc-8-ftbfs.patch
- Fix License in rpm spec
- Remove unnecessary dependencies from rpm spec

OBS-URL: https://build.opensuse.org/request/show/697416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmaa?expand=0&rev=2
2019-04-30 11:00:40 +00:00
f8df94f5cc Fix changes
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=9
2019-04-24 09:29:28 +00:00
5176375c25 Accepting request 697365 from home:cheusov:branches:openSUSE:Factory
- Update to libmaa-1.4.4:
  * Fix compilation failure using gcc-8
- Simplify build process using capabilities of mk-configure
- Remove patches already applied in upstream
- Fix License in rpm spec
- Remove unnecessary dependencies from rpm spec

OBS-URL: https://build.opensuse.org/request/show/697365
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=8
2019-04-24 09:16:47 +00:00
49b4ba086b - Update to 1.4.3:
- Fix parallel build
  - Explicitely enable WARNERR and remove gcc-ism from CFLAGS

OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=7
2019-03-07 22:55:42 +00:00
Stephan Kulow
0325ee1be0 Accepting request 670419 from Education
- Trim filler wording from descriptions. Set proper RPM groups,
  and noarch status for doc subpackage.
- Drop silly glibc PreReq.
- Upgrade to libmaa-1.4.2:
  * Fix build failure on SunOS-5.11 (alloca)
  * License has been changed from LGPL to MIT, permitted by Rik
    Faith, original author of this library.
  * Build system changed from autotools to mk-configure.
  * Library version/soname was bumped from 3 to 4. I cannot
    guarantee that mk-configure and libtool build shared library
    the same way.
  * Tests were added for stk_*, mem_* and prm_* functions.
  * stk_isempty function was added.
  * stk_* and other was reimplemented without obstack functions
    (glibc extension).
- Add 02-Spelling-typos.patch and 03-Fix-gcc-8-ftbfs.patch from Debian
  package.
- initial package

OBS-URL: https://build.opensuse.org/request/show/670419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmaa?expand=0&rev=1
2019-02-24 16:10:55 +00:00
87f1e2f404 Accepting request 669011 from home:jengelh:branches:Education
- Trim filler wording from descriptions. Set proper RPM groups,
  and noarch status for doc subpackage.
- Drop silly glibc PreReq.

OBS-URL: https://build.opensuse.org/request/show/669011
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=5
2019-01-29 08:39:48 +00:00
e6bbc46b93 OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=4 2019-01-27 20:58:02 +00:00
16accf12ff Accepting request 668830 from home:mcepl:branches:Education
- Upgrade to libmaa-1.4.2:
  * Fix build failure on SunOS-5.11 (alloca)
  * License has been changed from LGPL to MIT, permitted by Rik
    Faith, original author of this library.
  * Build system changed from autotools to mk-configure.
  * Library version/soname was bumped from 3 to 4. I cannot
    guarantee that mk-configure and libtool build shared library
    the same way.
  * Tests were added for stk_*, mem_* and prm_* functions.
  * stk_isempty function was added.
  * stk_* and other was reimplemented without obstack functions
    (glibc extension).

OBS-URL: https://build.opensuse.org/request/show/668830
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=3
2019-01-26 17:58:36 +00:00
Lars Vogdt
e8d9546fac Accepting request 646404 from home:mcepl
- Add 02-Spelling-typos.patch and 03-Fix-gcc-8-ftbfs.patch from Debian
  package.

OBS-URL: https://build.opensuse.org/request/show/646404
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=2
2018-11-07 10:01:21 +00:00
andrea florio
fd8e591ba7 Accepting request 138019 from home:Mailaender:branches:Education
required for dictd

OBS-URL: https://build.opensuse.org/request/show/138019
OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=1
2012-10-14 03:20:22 +00:00