gdbm/gdbm-no-build-date.patch
Petr Gajdos 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

15 lines
534 B
Diff

Index: gdbm-1.19/src/version.c
===================================================================
--- gdbm-1.19.orig/src/version.c 2020-12-28 14:02:20.065391921 +0100
+++ gdbm-1.19/src/version.c 2020-12-28 14:03:54.389977011 +0100
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"23/12/2020"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,