SHA256
1
0
forked from pool/libewf
libewf/remove_date_time_macros.patch
Stephan Kulow e433315f4e Accepting request 133169 from security
Upgrade to latest release
Remove Requires libewf from ewftools subpackage as requested by Coolo.
Workaround BNC 778993 license issue by using GPL-3.0+ for now (forwarded request 133168 from gregfreemyer)

OBS-URL: https://build.opensuse.org/request/show/133169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=3
2012-09-11 09:25:02 +00:00

16 lines
485 B
Diff

Index: libewf-20120813/ewftools/info_handle.c
===================================================================
--- libewf-20120813.orig/ewftools/info_handle.c
+++ libewf-20120813/ewftools/info_handle.c
@@ -4193,10 +4193,6 @@ int dfxml_build_environment_fprint(
#endif
fprintf(
stream,
- "\t\t\t<compilation_date>" __DATE__ " " __TIME__ "</compilation_date>\n" );
-
- fprintf(
- stream,
"\t\t\t<library name=\"libewf\" version=\"%s\"/>\n",
LIBEWF_VERSION_STRING );