Commit Graph

50 Commits

Author SHA256 Message Date
9c570107e8 Accepting request 1131394 from home:kukuk:branches:devel:libraries:c_c++
- libgdbm_compat4: Fix libgdbm version of Conflicts [bsc#1217727]

OBS-URL: https://build.opensuse.org/request/show/1131394
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=72
2023-12-07 14:30:11 +00:00
cd66db0ac2 Accepting request 1102983 from home:dspinella:branches:devel:libraries:c_c++
- Fix bsc#1209583, gdbm_load and gdbm_dump receive a SEGFAULT if
  run without arguments
  bsc1209583.patch

OBS-URL: https://build.opensuse.org/request/show/1102983
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=70
2023-08-12 10:15:29 +00:00
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
d4935f19ce Accepting request 784684 from home:iznogood:branches:devel:libraries:c_c++
- No longer recommend -lang: supplements are in use. Also add a
  explicit %%{name] = %%{version} Provides to aid supplements to do
  the right thing. We will lose the lang package Recommends for the
  compat package, but normally nobody will have only the compat
  package installed without the current package.

OBS-URL: https://build.opensuse.org/request/show/784684
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=63
2020-03-19 08:42:18 +00:00
9b36569b1d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=61 2020-01-21 10:25:43 +00:00
8e603c317d - added patches
Build with -no-common, [bsc#1160872]
  + gdbm-no-common.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=60
2020-01-21 09:36:33 +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
e0a668e3a0 - added gdbm-close-and-sync-return-value.patch
see https://puszcza.gnu.org.ua/bugs/index.php?399

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=56
2018-07-16 09:55:40 +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
331e7e455a Accepting request 610435 from home:jengelh:branches:devel:libraries:c_c++
- Fix boilerplate summary.

OBS-URL: https://build.opensuse.org/request/show/610435
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=49
2018-05-18 17:44:02 +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
a7e98628aa Accepting request 606957 from home:scarabeus_iv:branches:devel:languages:perl
- Require both compat and base in develpkg

OBS-URL: https://build.opensuse.org/request/show/606957
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=44
2018-05-14 08:59:31 +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
0f9dc49d46 Accepting request 591570 from home:kukuk:branches:devel:libraries:c_c++
- Use %license instead of %doc [bsc#1082318]
- Move docu to -devel subpackage, where it fits better

OBS-URL: https://build.opensuse.org/request/show/591570
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=42
2018-03-27 11:39:57 +00:00
ca266b5c30 Accepting request 509293 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups.

OBS-URL: https://build.opensuse.org/request/show/509293
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=41
2017-07-12 09:28:16 +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
68eaf27755 Accepting request 287200 from home:pluskalm:branches:devel:libraries:c_c++
- Clenup spec file with spec-cleaner
- Update project and download url
- Add gpg signature
- Enable checks

OBS-URL: https://build.opensuse.org/request/show/287200
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=36
2015-02-22 11:37:07 +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
c8e9c873bb Accepting request 157562 from home:jengelh:branches:devel:libraries:c_c++
Rebase.

OBS-URL: https://build.opensuse.org/request/show/157562
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=30
2013-03-06 19:52:09 +00:00
5f76168de2 - buildrequire makeinfo
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=28
2013-03-04 11:47:29 +00:00
c5c7f19f76 Accepting request 151441 from home:babelworx:ldig:branches:devel:libraries:c_c++
license update: GPL-3.0+
See the COPYING file

OBS-URL: https://build.opensuse.org/request/show/151441
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=26
2013-02-06 10:00:55 +00:00
b8c24b9485 Accepting request 150769 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/150769
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=25
2013-02-01 19:53:18 +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
Ismail Dönmez
8db697066d Accepting request 107777 from home:aturrini:branches:devel:libraries:c_c++
Fixed typos in gdbm.spec descriptions

OBS-URL: https://build.opensuse.org/request/show/107777
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=21
2012-03-02 12:59:43 +00:00
Stephan Kulow
a3a9791ce8 - fix baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=18
2012-02-07 08:02:17 +00:00
Philipp Thomas
0da2a06c13 Accepting request 102917 from home:jengelh:branches:devel:libraries:c_c++
- Name library package according to shlib policy
- Update description, source text from GNU homepage

OBS-URL: https://build.opensuse.org/request/show/102917
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=17
2012-02-06 15:39:31 +00:00
d8de2f0ce9 Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=16
2012-02-05 16:37:14 +00:00
a1712aba73 Accepting request 86021 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86021
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=14
2011-10-02 14:43:14 +00:00
OBS User buildservice-autocommit
af28b36632 Updating link to change in openSUSE:Factory/gdbm revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=c45d6a998edfdbc71a1330e1d24c40b9
2010-09-21 15:56:43 +00:00
Stephan Kulow
f81402b1d3 merged
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=11
2010-09-06 09:56:59 +00:00
Cristian Rodríguez
2d7c1fb76d Accepting request 46598 from home:elvigia:branches:devel:libraries:c_c++
Copy from home:elvigia:branches:devel:libraries:c_c++/gdbm via accept of submit request 46598 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/46598
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=10
2010-08-30 03:41:45 +00:00
OBS User buildservice-autocommit
8e2971392f Updating link to change in openSUSE:Factory/gdbm revision 12.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=9449d86fc577c21976ffe4cfa3bd40c7
2010-07-02 12:52:49 +00:00
Pavol Rusnak
dbbd5b722c Accepting request 42128 from home:jengelh:smp
Copy from home:jengelh:smp/gdbm via accept of submit request 42128 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42128
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=8
2010-06-28 14:21:03 +00:00
OBS User buildservice-autocommit
e4ab425d1e Updating link to change in openSUSE:Factory/gdbm revision 10.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=93c307fc9dbedf0ae86fa0f68ba579b1
2010-01-14 14:21:55 +00:00
OBS User autobuild
f717255426 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=6
2010-01-14 14:21:54 +00:00
64a53bf30a Accepting request 26366 from home:jengelh:branches:devel:libraries:c_c++
Copy from home:jengelh:branches:devel:libraries:c_c++/gdbm via accept of submit request 26366 revision 2.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/26366
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gdbm?expand=0&rev=5
2010-01-05 10:49:43 +00:00
OBS User autobuild
448b40fe2f Accepting request 25721 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/gdbm based on submit request 25721 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/25721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=9
2009-12-08 11:48:57 +00:00
OBS User unknown
093ffe14e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=7 2008-12-15 11:31:10 +00:00
OBS User unknown
4ccf01afae OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=6 2008-11-28 14:00:44 +00:00
OBS User unknown
7a3e1526ba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=4 2008-04-10 12:15:47 +00:00
OBS User unknown
2f84e1cf26 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=3 2008-02-29 22:56:31 +00:00
OBS User unknown
4055660b93 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=2 2007-12-31 21:20:59 +00:00
OBS User unknown
2fc560c599 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdbm?expand=0&rev=1 2006-12-18 23:16:32 +00:00