- 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:
parent
11ef918ebb
commit
e4377a21b6
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user