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

15 lines
534 B
Diff

Index: gdbm-1.22/src/version.c
===================================================================
--- gdbm-1.22.orig/src/version.c 2021-12-13 10:29:13.471179586 +0100
+++ gdbm-1.22/src/version.c 2021-12-13 10:29:53.399511924 +0100
@@ -24,9 +24,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"19/10/2021"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,