Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2020-06-12 21:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powertop (Old)
 and      /work/SRC/openSUSE:Factory/.powertop.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powertop"

Fri Jun 12 21:43:12 2020 rev:52 rq:814111 version:2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/powertop/powertop.changes        2020-04-21 
13:12:56.829085109 +0200
+++ /work/SRC/openSUSE:Factory/.powertop.new.3606/powertop.changes      
2020-06-12 21:44:41.548451895 +0200
@@ -1,0 +2,21 @@
+Fri Jun 12 08:58:22 UTC 2020 - Michael Vetter <[email protected]>
+
+- Update to 2.13:
+  * Update README.md
+  * configure.ac: use ax_cxx_compile_stdcxx instead
+  * po: regenerate gettext files
+  * Enable support for DNV
+  * intel_cpus: Fix ICX definition
+  * configure.ac: add missing checks from autoscan
+  * gettext: update to 0.20.2
+  * remove INSTALL relic
+  * Doxyfile.in: refresh for version 1.8.18
+  * Doxyfile.in: modernize configuration
+  * intel_cpus: Fix SKY-X definition
+  * Dropped unused variable "entry" detected by Coverity
+  * intel_cpus.cpp: Only call closedir() if opened
+- Add BuildRequires for autoconf, autoconf-archive, automake, libtool
+  because each release they forget to create a release tarball
+  until I ping them
+
+-------------------------------------------------------------------

Old:
----
  powertop-2.12.tar.gz

New:
----
  v2.13.tar.gz

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

Other differences:
------------------
++++++ powertop.spec ++++++
--- /var/tmp/diff_new_pack.6YNHWy/_old  2020-06-12 21:44:44.272450965 +0200
+++ /var/tmp/diff_new_pack.6YNHWy/_new  2020-06-12 21:44:44.276450964 +0200
@@ -17,17 +17,23 @@
 
 
 Name:           powertop
-Version:        2.12
+Version:        2.13
 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-only
 Group:          System/Monitoring
 URL:            https://01.org/powertop/
-Source0:        
https://01.org/sites/default/files/downloads/powertop-%{version}.tar.gz
+Source0:        https://github.com/fenrus75/powertop/archive/v2.13.tar.gz
 Source1:        powertop.service
+# they repeatedly forget to upload a release tarball and only have the one from
+# GitHub which doesnt contain configure thus adding:
+# autoconf, autoconf-archive, automake, libtool
+BuildRequires:  autoconf
+BuildRequires:  autoconf-archive
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
@@ -51,9 +57,10 @@
 find . -name '*.o' -delete
 
 %build
+autoreconf -fi
 export CFLAGS="%{optflags} -D_GNU_SOURCE"
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -80,7 +87,7 @@
 
 %files
 %license COPYING
-%doc README
+%doc README.md
 %dir %{_localstatedir}/cache/powertop
 %ghost %{_localstatedir}/cache/powertop/saved_parameters.powertop
 %ghost %{_localstatedir}/cache/powertop/saved_results.powertop


Reply via email to