Hello community,

here is the log from the commit of package powertop for openSUSE:Leap:15.2 
checked in at 2020-05-29 15:15:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/powertop (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.powertop.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powertop"

Fri May 29 15:15:52 2020 rev:15 rq:809892 version:2.11

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/powertop/powertop.changes      2020-01-15 
15:44:51.443303391 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.powertop.new.3606/powertop.changes    
2020-05-29 15:15:55.179026832 +0200
@@ -1,0 +2,42 @@
+Mon Oct  7 06:11:21 UTC 2019 - mvet...@suse.com
+
+- Update to version 2.11 (jira#SLE-10105):
+  * This release has an important feature to support runtime pm
+    enabling for AHCI. A few bug fixes focusing to support PowerTop
+       to run in newer platforms. We have also enabled support for
+       Intel’s Ice Lake server and Ice Lake client with new Sunny Cove
+       microarchitecture, Tiger Lake mobile and Tiger Lake desktop,
+       and atom based Tremont (Elkhart Lake). 
+  * Add bash command-line completion.
+  * wakeup.h: include limits.h
+  * src/devices/ahci.cpp: fix: Remove the humanname from ahci_data array
+  * src/tuning/tuning.cpp: fix: Update the size of tuned_data array
+  * runtime_tunables: Add runtime pm enabling support for ahci
+  * src/cpu/cpu.cpp: Bug fix: Increase the char buffer size
+    in enumerate_cpus()
+  * src/parameters: fix: set the global parameter
+    "global_power_override" to 1 to get power estimate
+  * Fix vertical scrolling in powertop-2.10
+  * Add compatibility for non GNU strerror_r.
+  * Enable support for ICL/ICX platform
+  * Enable support for TGL platform.
+  * Enable support for EHL platform.
+  * po: regenerate with new POT and strings
+  * powertop.pot: Fix Project-Id-Version
+  * src/main: Add missing pthread header
+  * intel_cpus.cpp: Change open parameter to const char *
+  * Make the wakeup toggle text clearer
+- See https://01.org/powertop/downloads/powertop-v2.11-0
+
+-------------------------------------------------------------------
+Tue Jan  8 12:00:55 UTC 2019 - mvet...@suse.com
+
+- Update to version 2.10:
+  * new WakeUp tab which displays the devices wake up settings
+  * Enable support for Intel GLK
+  * Enable support for Intel CNL-U/Y
+  * For details see https://01.org/powertop/downloads/powertop-v2.10
+- Remove powertop_libc++_fix.patch: in new release
+- Remove powertop_cstate_fix.patch: in new release
+
+-------------------------------------------------------------------

Old:
----
  powertop-v2.9.tar.gz
  powertop_cstate_fix.patch
  powertop_libc++_fix.patch

New:
----
  powertop-v2.11-1-g7ef7f79.tar_0.gz

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

Other differences:
------------------
++++++ powertop.spec ++++++
--- /var/tmp/diff_new_pack.KQim9S/_old  2020-05-29 15:15:55.643028345 +0200
+++ /var/tmp/diff_new_pack.KQim9S/_new  2020-05-29 15:15:55.647028359 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package powertop
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,26 @@
 
 
 Name:           powertop
-Version:        2.9
+Version:        2.11
 Release:        0
 #Git-Clone:    git://github.com/fenrus75/powertop
 Summary:        A Linux Tool to Find out What is Using Power on a Laptop
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Monitoring
-Url:            https://01.org/powertop/
-Source0:        
https://01.org/sites/default/files/downloads/%{name}/%{name}-v%{version}.tar.gz
+URL:            https://01.org/powertop/
+#Source0:        
https://01.org/sites/default/files/downloads/#{name}-v#{version}.tar.gz
+Source0:        
https://01.org/sites/default/files/downloads/powertop-v2.11-1-g7ef7f79.tar_0.gz
 Source1:        powertop.service
-Patch1:         powertop_cstate_fix.patch
-Patch2:         powertop_libc++_fix.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
 BuildRequires:  pkgconfig(libpci)
 BuildRequires:  pkgconfig(zlib)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -49,9 +47,7 @@
 %lang_package
 
 %prep
-%setup -qn powertop-v%{version}
-%patch1 -p1
-%patch2 -p1
+%setup -q -n powertop-v2.11-1-g7ef7f79
 
 # Delete objects files left in tarball
 find . -name '*.o' -delete
@@ -62,7 +58,7 @@
 make %{?_smp_mflags} V=1
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 install -Dd %{buildroot}%{_localstatedir}/cache/powertop
 touch 
%{buildroot}%{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.powertop}
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/powertop.service
@@ -85,17 +81,17 @@
 %service_del_postun %{name}.service
 
 %files
-%defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %dir %{_localstatedir}/cache/powertop
 %ghost %{_localstatedir}/cache/powertop/saved_parameters.powertop
 %ghost %{_localstatedir}/cache/powertop/saved_results.powertop
 %{_sbindir}/%{name}
-%{_mandir}/man8/powertop.8.gz
+%{_mandir}/man8/powertop.8%{?ext_man}
 %{_unitdir}/%{name}.service
 %{_sbindir}/rc%{name}
+%{_datadir}/bash-completion/completions/powertop
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog


Reply via email to