SHA256
1
0
forked from pool/form
Files
form/form-dont-use-DATE.patch
Dmitry Roshchin eae7d87a76 Accepting request 1038413 from home:badshah400:branches:science
* Update to version 4.3.0.
* Add form-dont-use-DATE.patch -- Do not use __DATE__ in source code to avoid issues with reproducibility.
* Drop unused %{name}-rpmlintrc file.
* Fix some TeX directives and re-enable documentation generation.
* Exclude 32-bit builds as they fail during make for hitherto not understood reasons.

OBS-URL: https://build.opensuse.org/request/show/1038413
OBS-URL: https://build.opensuse.org/package/show/science/form?expand=0&rev=15
2022-11-27 14:00:40 +00:00

17 lines
365 B
Diff

Index: form-4.3.0/sources/form3.h
===================================================================
--- form-4.3.0.orig/sources/form3.h
+++ form-4.3.0/sources/form3.h
@@ -47,11 +47,7 @@
#define MAJORVERSION 4
#define MINORVERSION 3
-#ifdef __DATE__
-#define PRODUCTIONDATE __DATE__
-#else
#define PRODUCTIONDATE "08-nov-2022"
-#endif
#undef BETAVERSION