powertop/powertop-no-date.patch
Andreas Jaeger 58bbd3c61c Accepting request 120774 from home:jengelh:branches:Base:System
- Update to new upstream release 2.0:
* Interactive mode: redesigned, tab-based user interface with full
  on-demand window refresh support.
* Reporting mode: PowerTOP v2.0 now allows you to specify not only
  the duration of each test measurement cycle, but the number of
  iterations to measure. PowerTOP can now produce HTML and CSV.
* Increased WLAN support: PowerTOP now supports multiple
  WLAN interfaces
* Enhanced i915 driver support
* More robust battery data acquisition
* Real time measurement support for USB hot-plug.

OBS-URL: https://build.opensuse.org/request/show/120774
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=11
2012-05-14 09:40:37 +00:00

18 lines
510 B
Diff

---
src/main.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: powertop-2.0/src/main.cpp
===================================================================
--- powertop-2.0.orig/src/main.cpp
+++ powertop-2.0/src/main.cpp
@@ -80,7 +80,7 @@ static const struct option long_options[
static void print_version()
{
- printf(_("Powertop version" POWERTOP_VERSION ", compiled on "__DATE__ "\n"));
+ printf(_("Powertop version" POWERTOP_VERSION "\n"));
}
static bool set_refresh_timeout()