Commit Graph

15 Commits

Author SHA256 Message Date
8040599cfb Accepting request 951944 from home:AndreasStieger:branches:devel:libraries:c_c++
gdbm 1.23

OBS-URL: https://build.opensuse.org/request/show/951944
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=69
2022-02-07 07:11:40 +00:00
4a11e2a826 - version update to 1.22
* Fix file header validation
  * Fix key verification in sequential access
  * Fix testing with DejaGNU 1.6.3
  * Fix stack overflow in print_usage
  * Fix a leak of avail entry on pushing a new avail block
  * New gdbmtool variables: errorexit, errormask, trace, timing
  * etc. see CHANGES
- modified patches
  % gdbm-no-build-date.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=68
2021-12-13 09:34:02 +00:00
7bf3dab3ec - version update to 1.20
* New bucket cache
    The bucket cache support has been rewritten from scratch.  The new
    bucket cache code provides for significant speed up of search
    operations.
  * Change mmap prereading strategy
    Pre-reading of the memory mapper regions, introduced in version 1.19
    can be advantageous only when doing intensive look-ups on a read-only
    database.  It degrades performance otherwise, especially if doing
    multiple inserts.  Therefore, this version introduces a new flag
    to gdbm_open: GDBM_PREREAD.  When given, it enables pre-reading of
    memory mapped regions.
- modified patches
  % gdbm-no-build-date.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=67
2021-08-09 14:13:38 +00:00
6f71a7cca9 - version update to 1.19
* Pre-read the memory mapped regions on systems that support it.
  This speeds up operations on big databases.
  * gdbmtool: tagged initialization of structured data
  Initializers for structured data can be given in tagged form, e.g.:
     store somekey { status=2, id={a,u,x}, name="foo" }
  * Bugfixes:
  ** Preserve locking type during database reorganization
- modified patches
  % gdbm-no-build-date.patch (refreshed)
- deleted patches
  - gdbm-no-common.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=65
2020-12-28 13:32:15 +00:00
e256e6ef42 - update to 1.18.1:
* Fix debian bug 910911: This restores backward compatibility with
    databases created by version 1.8 (and some later versions, with
    mmapped I/O disabled).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=58
2018-10-31 07:15:52 +00:00
a8d30d1d28 Accepting request 630977 from home:AndreasStieger:branches:devel:libraries:c_c++
GNU dbm 1.18

OBS-URL: https://build.opensuse.org/request/show/630977
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=57
2018-08-23 06:39:25 +00:00
86239aab04 - update to 1.16:
* Fix typo
  * New gdbmtool variables: coalesce and centfree
  * src/falloc.c (avail_lookup): Remove the start parameter.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=54
2018-07-16 09:26:50 +00:00
a7659db9f8 Accepting request 617307 from home:AndreasStieger:branches:devel:libraries:c_c++
gdbm 1.15

OBS-URL: https://build.opensuse.org/request/show/617307
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=53
2018-06-19 06:29:44 +00:00
9b2ebb9600 Accepting request 611494 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Version update to 1.14.1:
  * Manpage formating issues
  * Make gdbm_error thread-safe
  * Improve database reproducibility
  * Fix build with --enable-gdbm-export
- Rebase patch gdbm-no-build-date.patch

OBS-URL: https://build.opensuse.org/request/show/611494
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=51
2018-05-23 08:27:10 +00:00
695d669090 Accepting request 607318 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Revert to release 1.13 to allow migration to split compat package
  first. Otherwise OBS can't get heads or tails on conflicts

OBS-URL: https://build.opensuse.org/request/show/607318
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=47
2018-05-15 09:18:57 +00:00
740e27679c Accepting request 606434 from home:scarabeus_iv:branches:devel:languages:perl
- Put back ndbm compat as the perl testuite seem to have hard time
  without it

- Version update to 1.14.1:
  * Manpage formating issues
  * Make gdbm_error thread-safe
  * Improve database reproducibility
  * Fix build with --enable-gdbm-export
- Rebase patch gdbm-no-build-date.patch

OBS-URL: https://build.opensuse.org/request/show/606434
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=43
2018-05-11 13:43:00 +00:00
a033337f1c Accepting request 506885 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Version update to 1.13:
  * Various few fixes
- Cleanup the spec a bit
- Refresh patch gdbm-no-build-date.patch
- Remove chinese language support patched in house, if anything it
  should be merged in the upstream git repo
- Drop the ndbm compats as it is not provided by any other distro

OBS-URL: https://build.opensuse.org/request/show/506885
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=40
2017-06-30 12:20:36 +00:00
29d0f0c851 Accepting request 396680 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.12
  * New configuration variable COMPATINCLUDEDIR
- Small spec file cleanups

OBS-URL: https://build.opensuse.org/request/show/396680
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=38
2016-05-19 08:07:46 +00:00
7093c2028c - update to 1.11:
* Improved dump format.
  * New function: gdbm_count.
  * New utilities: gdbm_dump and gdbm_load.
  * gdbmtool

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=32
2014-03-31 10:53:50 +00:00
Ismail Dönmez
6c04dfc904 Accepting request 135590 from home:MargueriteSu
updated baselibs.conf. sorry I forgot it.

OBS-URL: https://build.opensuse.org/request/show/135590
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=23
2012-09-25 13:47:24 +00:00