clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

Bump i3status version from 2.12-6 to v2.13 #1103

Closed xlfe closed 5 years ago

xlfe commented 5 years ago

Would it be possible to bump i3status from 2.12-6 to 2.13?

v2.13 adds some great new features and bug-fixes

From https://github.com/i3/i3status/commit/f791b4af3fd250c193c9a165e02305d138222c98

 • add memory module
 • add read_file module
 • drop CAP_NET_ADMIN (not needed on Linux ≥ 2.6.37)
 • switch to autotools 
 • battery: hide seconds by default
 • wireless: add format_quality
 • doc: clarify min_width not being supported with dzen2/xmobar
 • battery: read multiple batteries on DragonFlyBSD
 • make: don’t use pulseaudio on DragonFlyBSD
 • wireless: detect interface type on DragonFlyBSD
 • cpu usage: fix: correctly print usage for cpu 10
 • cpu usage: fix: correctly print for invalid %cpu placeholder
 • cpu usage: support non-consecutive CPUs
 • time: add only_when_tz_different option
 • ethernet: add %interface
 • ethernet: fix speed display for 100 Gbit/s cards
 • battery: handle POWER_SUPPLY_STATUS=Not charging
 • volume: provide more natural volume percentage with ALSA
 • volume: fix ALSA capture device monitoring
 • volume: implement %devicename for PulseAudio and ALSA
 • config: re-arrange disk after network interfaces
 • fix: include sys/socket.h on macOS
 • fix: strip network interface labels
 • fix glob(3) error handling
 • various testsuite improvements
 • switch to clang-format-3.8
fenrus75 commented 5 years ago

working on this

On Wed, Aug 7, 2019 at 3:22 AM Felix Barbalet notifications@github.com wrote:

Would it be possible to bump i3status https://github.com/clearlinux-pkgs/i3status from 2.12-6 to 2.13?

v2.13 adds some great new features and bug-fixes

From i3/i3status@f791b4a https://github.com/i3/i3status/commit/f791b4af3fd250c193c9a165e02305d138222c98

• add memory module

• add read_file module

• drop CAP_NET_ADMIN (not needed on Linux ≥ 2.6.37)

• switch to autotools

• battery: hide seconds by default

• wireless: add format_quality

• doc: clarify min_width not being supported with dzen2/xmobar

• battery: read multiple batteries on DragonFlyBSD

• make: don’t use pulseaudio on DragonFlyBSD

• wireless: detect interface type on DragonFlyBSD

• cpu usage: fix: correctly print usage for cpu 10

• cpu usage: fix: correctly print for invalid %cpu placeholder

• cpu usage: support non-consecutive CPUs

• time: add only_when_tz_different option

• ethernet: add %interface

• ethernet: fix speed display for 100 Gbit/s cards

• battery: handle POWER_SUPPLY_STATUS=Not charging

• volume: provide more natural volume percentage with ALSA

• volume: fix ALSA capture device monitoring

• volume: implement %devicename for PulseAudio and ALSA

• config: re-arrange disk after network interfaces

• fix: include sys/socket.h on macOS

• fix: strip network interface labels

• fix glob(3) error handling

• various testsuite improvements

• switch to clang-format-3.8

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/1103?email_source=notifications&email_token=AAJ54FKSLTSUUQSGBJFPTV3QDKO7JA5CNFSM4IJ6ZTL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HD3IMVA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJ54FKHIPM6SD6SKITUC3LQDKO7JANCNFSM4IJ6ZTLQ .

phmccarty commented 5 years ago

The update to v2.13 is in progress.

I set the package to ignore unit test failures for now, at least until this upstream bug is resolved: https://github.com/i3/i3status/issues/353

xlfe commented 5 years ago

thanks @phmccarty and @fenrus75 ! - Such quick turnarounds :)