Hello community, here is the log from the commit of package powertop for openSUSE:Factory checked in at 2012-09-01 21:58:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powertop (Old) and /work/SRC/openSUSE:Factory/.powertop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "powertop", Maintainer is "THoenig@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/powertop/powertop.changes 2012-05-16 15:03:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes 2012-09-01 21:58:15.000000000 +0200 @@ -1,0 +2,20 @@ +Thu Aug 30 16:02:03 UTC 2012 - chenxiaolong@cxl.epac.to + +- Remove leftover x86_64 objects during build + +------------------------------------------------------------------- +Tue Aug 21 05:15:01 UTC 2012 - chenxiaolong@cxl.epac.to + +- Update to version 2.1: +* Added Transifex project integration +* Added localization of the UI with 9 languages in progress and active +* Support for cores without P-states +* Support for Intel GPU statistics +* PowerTOP manual page added +* Added an option to specify workload to run during measurement +* Add an option to suppress output to the terminal +* Added more ARM support assets +* Synced Traceevent library from the kernel tree for better event parsing +* Bug fixes and clean ups + +------------------------------------------------------------------- Old: ---- powertop-2.0.tar.bz2 New: ---- powertop-2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertop.spec ++++++ --- /var/tmp/diff_new_pack.s1l3bj/_old 2012-09-01 21:58:17.000000000 +0200 +++ /var/tmp/diff_new_pack.s1l3bj/_new 2012-09-01 21:58:17.000000000 +0200 @@ -22,9 +22,9 @@ Summary: A Linux Tool to Find out What is Using Power on a Laptop License: GPL-2.0+ Group: System/Monitoring -Version: 2.0 +Version: 2.1 Release: 0 -Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.bz2 +Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz Patch2: powertop-1.98-always-create-params.patch Patch5: powertop-no-date.patch BuildRequires: gcc-c++ @@ -48,6 +48,9 @@ %patch2 -p1 %patch5 -p1 +# Delete objects files left in tarball +find . -name '*.o' -delete + %build %configure make %{?_smp_mflags} @@ -69,5 +72,6 @@ %ghost %{_localstatedir}/cache/powertop/saved_parameters.powertop %ghost %{_localstatedir}/cache/powertop/saved_results.powertop %_sbindir/%name +%{_mandir}/man8/powertop.8.gz %changelog ++++++ powertop-no-date.patch ++++++ --- /var/tmp/diff_new_pack.s1l3bj/_old 2012-09-01 21:58:17.000000000 +0200 +++ /var/tmp/diff_new_pack.s1l3bj/_new 2012-09-01 21:58:17.000000000 +0200 @@ -1,17 +1,12 @@ ---- - 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[ +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")); +- printf(_("PowerTOP version" POWERTOP_VERSION ", compiled on " __DATE__ "\n")); ++ printf(_("PowerTOP version" POWERTOP_VERSION "\n")); } static bool set_refresh_timeout() -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org