Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553804 - sys-power/cpupower version bump
Summary: sys-power/cpupower version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-02 15:30 UTC by Pacho Ramos
Modified: 2015-09-20 16:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2015-07-02 15:30:09 UTC
Looks like we are many versions behind current kernel (now 4.1.0)

Thanks
Comment 1 Mike Gilbert gentoo-dev 2015-07-02 15:47:47 UTC
> Looks like we are many versions behind current kernel (now 4.1.0)

I wonder if anything has actually changed though.
Comment 2 Mike Gilbert gentoo-dev 2015-07-02 16:07:02 UTC
This shows no commits.

git log v3.18..master -- tools/power/cpupower
Comment 3 Mike Gilbert gentoo-dev 2015-07-02 16:08:45 UTC
In fact, the cpupower tool has not changed since linux-3.14, so the 3.15 and 3.18 versions seems pointless.
Comment 4 Agostino Sarubbo gentoo-dev 2015-09-20 09:45:33 UTC
4.2  seems to have cosmetic changes respect on 3.18
Comment 5 Mike Gilbert gentoo-dev 2015-09-20 15:41:37 UTC
Hrm... I'm actually seeing quite a few changes now; maybe my git tree was out of date or I typoed something. Probably time for a bump afterall.

% git shortlog v3.18..v4.2 -- tools/power/cpupower

Herton R. Krzesinski (1):
      cpupower: mperf monitor: fix output in MAX_FREQ_SYSFS mode

Josh Boyer (1):
      Revert "cpupower Makefile change to help run the tool without 'make install'"

Lucas Stach (1):
      cpupower: fix breakage from libpci API change

Michal Privoznik (1):
      tools / cpupower: Correctly detect if running as root

Prarit Bhargava (3):
      tools: cpupower: fix return checks for sysfs_get_idlestate_count()
      Revert "tools: cpupower: fix return checks for sysfs_get_idlestate_count()"
      tools / cpupower: Fix no idle state information return value

sriram@marirs.net.in (1):
      cpupower Makefile change to help run the tool without 'make install'
Comment 6 Mike Gilbert gentoo-dev 2015-09-20 16:11:28 UTC
commit 1ec7809787e98f0c4fd3582ac5657af41ea547be
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Sep 20 12:07:47 2015 -0400

    sys-power/cpupower: Bump to 4.2
    
    Also clean up the ebuild a bit:
    - Move myemakeargs from pkg_setup to src_compile
    - Drop the pointless pkg-config call
    - Drop the pointless sed
    
    Bug: https://bugs.gentoo.org/553804
    
    Package-Manager: portage-2.2.20_p48

 sys-power/cpupower/Manifest            |  1 +
 sys-power/cpupower/cpupower-4.2.ebuild | 52 +++++
 2 files changed, 53 insertions(+)

commit c65c54f053885e439bc7bff4c6a23c6d90c61f17
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Sep 20 12:09:16 2015 -0400

    sys-power/cpupower: Add myself as a maintainer
    
    Package-Manager: portage-2.2.20_p48

 sys-power/cpupower/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)