Accepting request 368037 from home:apersaud:branches:X11:windowmanagers

update to latest version

OBS-URL: https://build.opensuse.org/request/show/368037
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3status?expand=0&rev=12
This commit is contained in:
Ondřej Súkup 2016-03-08 08:44:29 +00:00 committed by Git OBS Bridge
parent b3eb258b59
commit f3457df34e
4 changed files with 68 additions and 30 deletions

3
i3status-2.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:daf5d07611b054a43da1a3d28850b05e2dbdbd6d25fd5e25ede98bb1b66e2791
size 53684

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42eb09500c625fcac9a7125a29e7bf532ca4b8540942418ee3253aa15e5e9de3
size 46615

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Mar 8 08:03:19 UTC 2016 - arun@gmx.de
- 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 dont 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 8 04:52:20 UTC 2015 - arun@gmx.de Mon Jun 8 04:52:20 UTC 2015 - arun@gmx.de
@ -35,31 +71,31 @@ Sun Feb 1 00:41:34 UTC 2015 - arun@gmx.de
------------------------------------------------------------------- -------------------------------------------------------------------
Sa Jul 26 22:2:11 UTC 2014 - email@pfeiffer.pw Sa Jul 26 22:2:11 UTC 2014 - email@pfeiffer.pw
Fix build on GNU/Hurd Fix build on GNU/Hurd
Add format_down for battery if no battery is available Add format_down for battery if no battery is available
Use degraded color in case volume is muted with OSS Use degraded color in case volume is muted with OSS
Support mixer_idx with OSS Support mixer_idx with OSS
Enable colored output for battery on FreeBSD Enable colored output for battery on FreeBSD
print_volume: dont return, complete the buffer first print_volume: dont return, complete the buffer first
Support colored output for CPU temperature on FreeBSD Support colored output for CPU temperature on FreeBSD
manpage: mention i3bar in the description manpage: mention i3bar in the description
manpage: be more explicit about the path option manpage: be more explicit about the path option
battery: use path as i3bar JSON “instance” battery: use path as i3bar JSON “instance”
print_volume(linux): Open a new mixer every time print_volume(linux): Open a new mixer every time
Implement term output format Implement term output format
signal handler: set flag because directly calling fprintf() is unsafe signal handler: set flag because directly calling fprintf() is unsafe
Makefile: use .SILENT and support V=1 for verbose builds Makefile: use .SILENT and support V=1 for verbose builds
load: allow max_threshold to be a float load: allow max_threshold to be a float
manpage: Add example path for CPU temperature manpage: Add example path for CPU temperature
Fix build on NetBSD Fix build on NetBSD
Implement cpu usage, ethernet status, cpu temperature on NetBSD Implement cpu usage, ethernet status, cpu temperature on NetBSD
fix slurp(), it needs to read size-1 for the trailing NUL fix slurp(), it needs to read size-1 for the trailing NUL
format detection: simplify code, handle "sh" processes in the hierarchy format detection: simplify code, handle "sh" processes in the hierarchy
default config: show %avail disk space instead of %free default config: show %avail disk space instead of %free
Added different format string for volume in case it is muted Added different format string for volume in case it is muted
manpage: document format_muted manpage: document format_muted
add support for path_exists directive add support for path_exists directive
disk: Distinguish between IEC, SI and custom prefixes disk: Distinguish between IEC, SI and custom prefixes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 14 08:52:47 UTC 2013 - toganm@opensuse.org Thu Mar 14 08:52:47 UTC 2013 - toganm@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package i3status # 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@pfeiffer.pw> # Copyright (c) 2014 Thomas Pfeiffer <email@pfeiffer.pw>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: i3status Name: i3status
Version: 2.9 Version: 2.10
Release: 0 Release: 0
Summary: I3 Status Bar Summary: I3 Status Bar
License: BSD-3-Clause License: BSD-3-Clause
@ -32,6 +32,8 @@ BuildRequires: libasound2
BuildRequires: libcap2 BuildRequires: libcap2
BuildRequires: libconfuse-devel BuildRequires: libconfuse-devel
BuildRequires: libiw-devel BuildRequires: libiw-devel
BuildRequires: libnl3-devel
BuildRequires: libpulse-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: libyajl-devel BuildRequires: libyajl-devel