Accepting request 959817 from X11:Wayland

- Update to 0.9.10:
  * avoid use-after-free in lambda
  * style.css: add fontawesome to beginning of font list
  * Fix remaining posix compatability issues in keyboard_state
  * Don't use gnu extensions which are too new for debian and ubuntu
  * Make error messages portable
  * Improve keyboard_state error messages
  * limit cpu load figure to 2 points
  * Add 1 to songPosition in the MPD module
  * fix #1431: audio output does not update on unplug
  * move Glib ustring format helper to utils
  * remove duplicated string manipulation methods
  * ltrim and rtrim take argument by const-ref
  * make functions in header file inline
  * Update man page clock module - tooltip
  * Fix disabled tooltip on clock module
  * Update spotify example to work on copy paste
  * Properly initialize distance_scrolled members.
  * Fix Typo in Example for sway/mode
  * Add config option "reverse-direction"
  * use pack_end instead of pack_start
  * sway/language: fix segmentation fault for layouts not found in XKBContext
  * Show application icon when using sway window module
  * battery: read status with spaces
  * Use locale when formatting clock
  * fix(man): add missing newlines to wlr docs.
  * created a hotfix for libfmt-8.1.0 and above
  * removed commented useless runtime errors
  * changing want_route_dump to default to true, since we say we have gwaddr support
  * maybe we shouldn't actually runtime error, but still doing a check

OBS-URL: https://build.opensuse.org/request/show/959817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2022-03-07 16:46:56 +00:00 committed by Git OBS Bridge
commit b3185d1e68
4 changed files with 41 additions and 4 deletions

3
0.9.10.tar.xz Normal file
View File

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

View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Mar 7 09:47:52 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.9.10:
* avoid use-after-free in lambda
* style.css: add fontawesome to beginning of font list
* Fix remaining posix compatability issues in keyboard_state
* Don't use gnu extensions which are too new for debian and ubuntu
* Make error messages portable
* Improve keyboard_state error messages
* limit cpu load figure to 2 points
* Add 1 to songPosition in the MPD module
* fix #1431: audio output does not update on unplug
* move Glib ustring format helper to utils
* remove duplicated string manipulation methods
* ltrim and rtrim take argument by const-ref
* make functions in header file inline
* Update man page clock module - tooltip
* Fix disabled tooltip on clock module
* Update spotify example to work on copy paste
* Properly initialize distance_scrolled members.
* Fix Typo in Example for sway/mode
* Add config option "reverse-direction"
* use pack_end instead of pack_start
* sway/language: fix segmentation fault for layouts not found in XKBContext
* Show application icon when using sway window module
* battery: read status with spaces
* Use locale when formatting clock
* fix(man): add missing newlines to wlr docs.
* created a hotfix for libfmt-8.1.0 and above
* removed commented useless runtime errors
* changing want_route_dump to default to true, since we say we have gwaddr support
* maybe we shouldn't actually runtime error, but still doing a check
* explicitly checking for errors to silence unused variable warnings when writing to fd
* Add man
* Add swap flags
-------------------------------------------------------------------
Wed Feb 16 16:21:53 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,7 +17,7 @@
Name: waybar
Version: 0.9.9
Version: 0.9.10
Release: 0
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
License: MIT