diff --git a/0.9.2.tar.gz b/0.9.2.tar.gz deleted file mode 100644 index 76573eb..0000000 --- a/0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:627e7605f947e4a5975a1375afe8e113c1a355a48599214046dcc7aa4b16cec6 -size 932802 diff --git a/0.9.3.tar.gz b/0.9.3.tar.gz new file mode 100644 index 0000000..8179b9c --- /dev/null +++ b/0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46a62e7bca108779bd63004fa183c4bc0b7b13aa8be725b9fc162972e2b88fc +size 3738527 diff --git a/waybar.changes b/waybar.changes index 704ea70..54706bc 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Aug 6 05:56:55 UTC 2020 - Michael Vetter + +- 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 diff --git a/waybar.spec b/waybar.spec index 1ba8d8d..ba1e6d2 100644 --- a/waybar.spec +++ b/waybar.spec @@ -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++