SHA256
3
0
forked from pool/gdbm
gdbm/gdbm-no-build-date.patch
Stanislav Brabec 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

15 lines
432 B
Diff

Index: src/version.c
===================================================================
--- src/version.c.orig
+++ src/version.c
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"03/01/2018"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,