* 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
17 lines
365 B
Diff
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
|
|
|