Hello community, here is the log from the commit of package i3status for openSUSE:Factory checked in at 2016-03-11 09:38:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3status (Old) and /work/SRC/openSUSE:Factory/.i3status.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3status" Changes: -------- --- /work/SRC/openSUSE:Factory/i3status/i3status.changes 2015-06-09 08:50:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.i3status.new/i3status.changes 2016-03-11 09:38:18.000000000 +0100 @@ -1,0 +2,36 @@ +Tue Mar 8 08:03:19 UTC 2016 - [email protected] + +- specfile: + * add libnl3-devel, libpulse-devel + +- update to version 2.10: + * man: fix typo in battery example + * Pass the "instance" JSON property key for tztime blocks + * Fix build (and build warnings) on FreeBSD + * Fix build on OpenBSD + * path_exists, run_watch: add format_down + * volume: add PulseAudio support. This significantly reduces battery + consumption on systems that use PulseAudio, which is the default + on any modern Linux desktop. + * wireless/OpenBSD: use the maximum rssi, not the scaled percentage + for the signal level. + * make: Add support for differing PREFIX and MANPREFIX. + * battery: make output HH:MM across all platforms. + * battery: clamp the percentage at 100% when last_full_capacity is + enabled. + * Use format_not_mounted if the directory for a disk_info block does + not exist. + * disk_info/OS X: Fix build. + * volume/OpenBSD: use SndIO. + * eth, wireless: Use "color_degraded" when interface has no IP. + * eth, wireless/FreeBSD: Fix for recent FreeBSD versions. + * wireless/Linux: switch from libiw to libnl. This allows you to run + i3status on kernels which don’t have the wext compatibility module + enabled. + * battery/FreeBSD: properly detect charging status + * eth: first_eth_interface: ignore MAC addresses, look for IPv4/IPv6 + addresses + * Implement support for Pango markup. + * format detection: recognise swaybar + +------------------------------------------------------------------- @@ -38,25 +74,25 @@ - • Fix build on GNU/Hurd - • Add format_down for battery if no battery is available - • Use degraded color in case volume is muted with OSS - • Support mixer_idx with OSS - • Enable colored output for battery on FreeBSD - • print_volume: don’t return, complete the buffer first - • Support colored output for CPU temperature on FreeBSD - • manpage: mention i3bar in the description - • manpage: be more explicit about the path option - • battery: use path as i3bar JSON “instance” - • print_volume(linux): Open a new mixer every time - • Implement term output format - • signal handler: set flag because directly calling fprintf() is unsafe - • Makefile: use .SILENT and support V=1 for verbose builds - • load: allow max_threshold to be a float - • manpage: Add example path for CPU temperature - • Fix build on NetBSD - • Implement cpu usage, ethernet status, cpu temperature on NetBSD - • fix slurp(), it needs to read size-1 for the trailing NUL - • format detection: simplify code, handle "sh" processes in the hierarchy - • default config: show %avail disk space instead of %free - • Added different format string for volume in case it is muted - • manpage: document format_muted - • add support for path_exists directive - • disk: Distinguish between IEC, SI and custom prefixes + Fix build on GNU/Hurd + Add format_down for battery if no battery is available + Use degraded color in case volume is muted with OSS + Support mixer_idx with OSS + Enable colored output for battery on FreeBSD + print_volume: don’t return, complete the buffer first + Support colored output for CPU temperature on FreeBSD + manpage: mention i3bar in the description + manpage: be more explicit about the path option + battery: use path as i3bar JSON “instance” + print_volume(linux): Open a new mixer every time + Implement term output format + signal handler: set flag because directly calling fprintf() is unsafe + Makefile: use .SILENT and support V=1 for verbose builds + load: allow max_threshold to be a float + manpage: Add example path for CPU temperature + Fix build on NetBSD + Implement cpu usage, ethernet status, cpu temperature on NetBSD + fix slurp(), it needs to read size-1 for the trailing NUL + format detection: simplify code, handle "sh" processes in the hierarchy + default config: show %avail disk space instead of %free + Added different format string for volume in case it is muted + manpage: document format_muted + add support for path_exists directive + disk: Distinguish between IEC, SI and custom prefixes Old: ---- i3status-2.9.tar.bz2 New: ---- i3status-2.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3status.spec ++++++ --- /var/tmp/diff_new_pack.5KgGkU/_old 2016-03-11 09:38:19.000000000 +0100 +++ /var/tmp/diff_new_pack.5KgGkU/_new 2016-03-11 09:38:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package i3status # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Thomas Pfeiffer <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: i3status -Version: 2.9 +Version: 2.10 Release: 0 Summary: I3 Status Bar License: BSD-3-Clause @@ -32,6 +32,8 @@ BuildRequires: libcap2 BuildRequires: libconfuse-devel BuildRequires: libiw-devel +BuildRequires: libnl3-devel +BuildRequires: libpulse-devel BuildRequires: libxslt-devel BuildRequires: libyajl-devel ++++++ i3status-2.9.tar.bz2 -> i3status-2.10.tar.bz2 ++++++ ++++ 2494 lines of diff (skipped)
