- Fixing powertop-no-date.patch: Missed a whitespace between

program name and version.

OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=43
This commit is contained in:
Michael Vetter 2016-02-24 14:11:55 +00:00 committed by Git OBS Bridge
parent 11ef918ebb
commit e4377a21b6
2 changed files with 3 additions and 1 deletions

View File

@ -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()

View File

@ -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