Accepting request 824593 from X11:Wayland

- Update to 0.9.3:
  Added:
  * FreeBSD support tada #425
  * Taskbar module tada #692
  * Added an on-update option to all modules #402
  * Network: Added Rfkill status #568
  * Bluetooth: Basic new module #568
  * Added a way to exclude specific output #596
  * Temperature: Add kelvin-scale #683
  * sway/workspaces: Added current_output CSS class #693
  * River status module #745
  Changed:
  * Fixed AMD brightness e01a081
  * Fixed full-at #680
  * sway/workspaces: sort by the "num" property provided by sway #696
  * Clock: prefer default fmt format when not using a timezone #715
  * Fixed exec-if hidding 3b16946
  * Fixed SIGSEV/BLOCKING bar while changing/removing output 6e7f22a
  * Battery: add check for battery type 401ea05
  * Fixed Workspace back and forth unwanted behavior 0080feb
  * Fixed persistent workspace position #783
  * Network: make nl80211 dep optional fb8cda9
  * Updated date, gtk-layer-shell subproject #797, Fixes #776 #780 #530 #750

OBS-URL: https://build.opensuse.org/request/show/824593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2020-08-06 08:39:38 +00:00 committed by Git OBS Bridge
commit cd07bb34e5
4 changed files with 34 additions and 4 deletions

View File

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

3
0.9.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Aug 6 05:56:55 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 0.9.3:
Added:
* FreeBSD support tada #425
* Taskbar module tada #692
* Added an on-update option to all modules #402
* Network: Added Rfkill status #568
* Bluetooth: Basic new module #568
* Added a way to exclude specific output #596
* Temperature: Add kelvin-scale #683
* sway/workspaces: Added current_output CSS class #693
* River status module #745
Changed:
* Fixed AMD brightness e01a081
* Fixed full-at #680
* sway/workspaces: sort by the "num" property provided by sway #696
* Clock: prefer default fmt format when not using a timezone #715
* Fixed exec-if hidding 3b16946
* Fixed SIGSEV/BLOCKING bar while changing/removing output 6e7f22a
* Battery: add check for battery type 401ea05
* Fixed Workspace back and forth unwanted behavior 0080feb
* Fixed persistent workspace position #783
* Network: make nl80211 dep optional fb8cda9
* Updated date, gtk-layer-shell subproject #797, Fixes #776 #780 #530 #750
-------------------------------------------------------------------
Sat Jun 22 17:11:07 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>

View File

@ -17,12 +17,15 @@
Name: waybar
Version: 0.9.2
Version: 0.9.3
Release: 0
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
License: MIT
Group: System/GUI/Other
URL: https://github.com/Alexays/Waybar
# use this to download tarball. then use `meson subprojects download`
# to get the `date` dependency. and create own tarball
#Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz
Source: %{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++