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

15 lines
534 B
Diff

Index: gdbm-1.16/src/version.c
===================================================================
--- gdbm-1.16.orig/src/version.c 2018-07-16 11:21:00.084356582 +0200
+++ gdbm-1.16/src/version.c 2018-07-16 11:23:03.453571017 +0200
@@ -25,9 +25,6 @@
making the distdir. */
const char * gdbm_version = "GDBM version " PACKAGE_VERSION ". "
"27/06/2018"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,