diff --git a/powertop-no-date.patch b/powertop-no-date.patch index 761a428..9bcbbd3 100644 --- a/powertop-no-date.patch +++ b/powertop-no-date.patch @@ -6,7 +6,7 @@ diff -Nru powertop-2.1.orig/src/main.cpp powertop-2.1/src/main.cpp static void print_version() { - printf(_("PowerTOP version " POWERTOP_VERSION ", compiled on " __DATE__ "\n")); -+ printf(_("PowerTOP version" POWERTOP_VERSION "\n")); ++ printf(_("PowerTOP version " POWERTOP_VERSION "\n")); } static bool set_refresh_timeout() diff --git a/powertop.changes b/powertop.changes index f864b68..cde2bf4 100644 --- a/powertop.changes +++ b/powertop.changes @@ -3,6 +3,8 @@ Wed Feb 24 14:01:33 UTC 2016 - mvetter@suse.com - Require xterm-bin on openSUSE and xterm on other systems. xterm was splitted on openSUSE to have fewer dependencies. +- Fixing powertop-no-date.patch: Missed a whitespace between + program name and version. ------------------------------------------------------------------- Mon Feb 8 14:44:26 UTC 2016 - mvetter@suse.com