Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2015-11-12 19:35:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powertop (Old)
 and      /work/SRC/openSUSE:Factory/.powertop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powertop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/powertop/powertop.changes        2015-04-30 
11:49:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2015-11-12 
19:35:49.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Nov 10 01:46:48 UTC 2015 - [email protected]
+
+- Update to version 2.8
+  * Enable PowerTOP support for: BSW, BDW-H
+  * bug-fix: added devices/devreq.h to Makefile
+  * Adding support to SKY platforms.
+  * Update internal repo with external mainline
+  * Android Support
+  * Add C7- C10 support for Intel SKY
+  * Enabling Intel SKL support
+- Remove powertop-fix-crash-with-autotune.patch; fixed on upstream
+  release
+- Update powertop-no-date.patch
+
+-------------------------------------------------------------------

Old:
----
  powertop-2.7.tar.gz
  powertop-fix-crash-with-autotune.patch

New:
----
  powertop-2.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ powertop.spec ++++++
--- /var/tmp/diff_new_pack.ZP1tlf/_old  2015-11-12 19:35:50.000000000 +0100
+++ /var/tmp/diff_new_pack.ZP1tlf/_new  2015-11-12 19:35:50.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           powertop
-Version:        2.7
+Version:        2.8
 Release:        0
 #Git-Clone:    git://github.com/fenrus75/powertop
 Summary:        A Linux Tool to Find out What is Using Power on a Laptop
@@ -27,7 +27,6 @@
 Source0:        
https://01.org/sites/default/files/downloads/%{name}/%{name}-%{version}.tar.gz
 Source1:        powertop.service
 Patch2:         powertop-1.98-always-create-params.patch
-Patch3:         powertop-fix-crash-with-autotune.patch
 Patch5:         powertop-no-date.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
@@ -53,7 +52,6 @@
 %prep
 %setup -q
 %patch2 -p1
-%patch3 -p1
 %patch5 -p1
 
 # Delete objects files left in tarball

++++++ powertop-2.7.tar.gz -> powertop-2.8.tar.gz ++++++
++++ 18821 lines of diff (skipped)

++++++ powertop-no-date.patch ++++++
--- /var/tmp/diff_new_pack.ZP1tlf/_old  2015-11-12 19:35:51.000000000 +0100
+++ /var/tmp/diff_new_pack.ZP1tlf/_new  2015-11-12 19:35:51.000000000 +0100
@@ -1,11 +1,11 @@
 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 @@
+@@ -98,7 +98,7 @@
  
  static void print_version()
  {
--      printf(_("PowerTOP version" POWERTOP_VERSION ", compiled on " __DATE__ 
"\n"));
+-      printf(_("PowerTOP version " POWERTOP_VERSION ", compiled on " __DATE__ 
"\n"));
 +      printf(_("PowerTOP version" POWERTOP_VERSION "\n"));
  }
  


Reply via email to