Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory 
checked in at 2019-06-06 18:17:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpupower (Old)
 and      /work/SRC/openSUSE:Factory/.cpupower.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpupower"

Thu Jun  6 18:17:47 2019 rev:40 rq:707855 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes        2019-04-09 
20:19:01.801870574 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new.4811/cpupower.changes      
2019-06-06 18:17:47.292677842 +0200
@@ -1,0 +2,7 @@
+Wed Jun  5 11:38:15 UTC 2019 - [email protected]
+
+- jira#5244 Turbostat for Ice Lake
+- Remove very old cpufrequtils provides and requires (predecessor)
+- Update libcpupower description
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cpupower.spec ++++++
--- /var/tmp/diff_new_pack.DTKis6/_old  2019-06-06 18:17:47.984677640 +0200
+++ /var/tmp/diff_new_pack.DTKis6/_new  2019-06-06 18:17:47.988677639 +0200
@@ -45,25 +45,24 @@
 BuildRequires:  gettext-tools
 BuildRequires:  pciutils
 BuildRequires:  pciutils-devel
-Obsoletes:      cpufrequtils
-Provides:       cpufrequtils = %{version}
 
 %description
 This tool accesses the Linux kernel's processor power subsystems
 like CPU frequency switching (cpufreq) or CPU sleep states (cpuidle).
 
 %package -n libcpupower0
-Summary:        Obsolete processor frequency related C-library
+Summary:        Processor power related C-library
 Group:          System/Libraries
 
 %description -n libcpupower0
-Contains libcpupower.
+Contains libcpupower which offers easy functions to access
+processor frequency, processor idle, processor power hierarchy
+and other CPU power consumption related information.
 
 %package devel
 Summary:        Include files for libcpupower
 Group:          Development/Languages/C and C++
 Requires:       libcpupower0 = %{version}
-Conflicts:      cpufrequtils-devel
 
 %description devel
 Include files for C/C++ development with libcpupower.
@@ -71,8 +70,6 @@
 %package bench
 Summary:        CPU frequency micro benchmark
 Group:          System/Benchmark
-Obsoletes:      cpufrequtils-bench < %{version}
-Provides:       cpufrequtils-bench = %{version}
 
 %description bench
 This benchmark helps to test the condition of a given kernel cpufreq

++++++ cpupower-5.1.tar.bz2 ++++++

++++++ cpupower_export_tarball_from_git.sh ++++++
--- /var/tmp/diff_new_pack.DTKis6/_old  2019-06-06 18:17:48.148677592 +0200
+++ /var/tmp/diff_new_pack.DTKis6/_new  2019-06-06 18:17:48.152677591 +0200
@@ -35,10 +35,8 @@
                 GIT_TAG="$OPTARG"
                 ;;
             t)
-               echo XXXXXXXXX
                TOOL="$OPTARG"
                echo $TOOL
-               echo YYYYYYYY
                 ;;
             ?|h)
                 usage
@@ -124,7 +122,7 @@
 parse_args $*
 
 DIR=`mktemp -d`
-pushd $DIR
+pushd "$DIR"
 
 if [ "$GIT_DIR" = "" ];then
     export GIT_DIR=/archteam/trenn/git/linux-2.6/.git
@@ -132,7 +130,6 @@
 
 case $TOOL in
     cpupower)
-       echo XXX
         export_cpupower
         ;;
     turbostat)
@@ -148,4 +145,4 @@
        exit 1
        ;;
 esac
-#rm -rf "$DIR"
+rm -rf "$DIR"

++++++ turbostat-19.03.20.tar.bz2 ++++++

++++++ x86_energy_perf_policy-17.05.11.tar.bz2 ++++++


Reply via email to