SHA256
1
0
forked from pool/gdbm
gdbm/gdbm-no-build-date.patch
Petr Gajdos 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

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 ". "
"11/03/2017"
-#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__)
- " (built " __DATE__ " " __TIME__ ")"
-#endif
;
int const gdbm_version_number[3] = {
GDBM_VERSION_MAJOR,