Marcus Meissner
02861b5a18
Update to version 2.1 :) OBS-URL: https://build.opensuse.org/request/show/131272 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=13
13 lines
432 B
Diff
13 lines
432 B
Diff
diff -Nru powertop-2.1.orig/src/main.cpp powertop-2.1/src/main.cpp
|
|
--- powertop-2.1.orig/src/main.cpp 2012-08-21 01:43:23.616729444 -0400
|
|
+++ powertop-2.1/src/main.cpp 2012-08-21 01:44:07.582480500 -0400
|
|
@@ -83,7 +83,7 @@
|
|
|
|
static void print_version()
|
|
{
|
|
- printf(_("PowerTOP version" POWERTOP_VERSION ", compiled on " __DATE__ "\n"));
|
|
+ printf(_("PowerTOP version" POWERTOP_VERSION "\n"));
|
|
}
|
|
|
|
static bool set_refresh_timeout()
|