inkscape/inkscape-remove-datetime.patch
OBS User autobuild cab6443a92 Accepting request 47084 from GNOME:Apps
Copy from GNOME:Apps/inkscape based on submit request 47084 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/47084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=37
2010-09-06 16:18:55 +00:00

14 lines
521 B
Diff

Index: inkscape-0.48.0/src/main.cpp
===================================================================
--- inkscape-0.48.0.orig/src/main.cpp
+++ inkscape-0.48.0/src/main.cpp
@@ -1894,7 +1894,7 @@ sp_process_args(poptContext ctx)
break;
}
case SP_ARG_VERSION: {
- printf("Inkscape %s (%s)\n", Inkscape::version_string, __DATE__);
+ printf("Inkscape %s\n", Inkscape::version_string);
exit(0);
break;
}