Accepting request 1058640 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1058640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=42
This commit is contained in:
commit
fafb7dc9fa
3
_service
3
_service
@ -2,10 +2,9 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||||
<param name="revision">0.9.16</param>
|
<param name="revision">0.9.17</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)</param>
|
<param name="versionrewrite-pattern">(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
<param name="filename">waybar</param>
|
<param name="filename">waybar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
<param name="url">https://github.com/Alexays/Waybar.git</param>
|
||||||
<param name="changesrevision">9eb6c4e296d5736565c0434514b709d2bbb3bebe</param></service></servicedata>
|
<param name="changesrevision">f0bead34d4f3a36cb9c94d60152d22dc6a773d60</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e62ce31638c135c779173b2e448dd390296c1ce03da6772360be179ba5d9e2b
|
|
||||||
size 845836
|
|
3
waybar-0.9.17.obscpio
Normal file
3
waybar-0.9.17.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3cf2765f24520526f0b2f59355d3679218e5711d19e80918b350cf9d08b80a27
|
||||||
|
size 877068
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 09:18:06 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
- Remove `changesgenerate` service
|
||||||
|
Upstream provides a better changelog than the one this service is able to
|
||||||
|
generate from git commits.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 11 15:03:09 UTC 2023 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.17:
|
||||||
|
* Add image module
|
||||||
|
* Upower click
|
||||||
|
* feat: add icon support to the wireplumber module
|
||||||
|
* fix: wireplumber module when used with a bluetooth device
|
||||||
|
* Allow the calendar month scrolling to be inverted
|
||||||
|
* User Module: added file existence check
|
||||||
|
* Don't search "Keyboard at" from hyprland/language
|
||||||
|
* Hide module if text resolves to being empty
|
||||||
|
* fix AIconLabel spacing between image and label
|
||||||
|
* feat(battery): add macsmc-battery time remaining support
|
||||||
|
* fix(calendar week numbers)
|
||||||
|
* fix(battery): ignore non-system power supplies
|
||||||
|
* Calendar week numbers
|
||||||
|
* format-calendar-weeks won't accept format strings
|
||||||
|
* Fix hyprland language initialization issues
|
||||||
|
* Minor refactorings and formatting fixes for hyprland language module
|
||||||
|
* Implement hyprland submap module
|
||||||
|
* Fix wrong layout name in hyprland language module when a variant is used
|
||||||
|
* modules/clock: improve ux when calendar_shift is used
|
||||||
|
* sway,feat: allow alphabetical sort
|
||||||
|
* fix: cpu_load pushed twice to the vector
|
||||||
|
* Add mpris module
|
||||||
|
* Activate CI for mpris module
|
||||||
|
* Fix GTK crash due to wlr/workspace module upon reconnecting monitor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 20:58:47 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
Tue Dec 13 20:58:47 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: waybar
|
name: waybar
|
||||||
version: 0.9.16
|
version: 0.9.17
|
||||||
mtime: 1669318452
|
mtime: 1673433570
|
||||||
commit: 9eb6c4e296d5736565c0434514b709d2bbb3bebe
|
commit: f0bead34d4f3a36cb9c94d60152d22dc6a773d60
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package waybar
|
# spec file for package waybar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: waybar
|
Name: waybar
|
||||||
Version: 0.9.16
|
Version: 0.9.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
Summary: Customizable Wayland bar for Sway and Wlroots based compositors
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,6 +41,8 @@ BuildRequires: pkgconfig(catch2) >= 3.0
|
|||||||
BuildRequires: sndio-devel >= 1.7.0
|
BuildRequires: sndio-devel >= 1.7.0
|
||||||
# clock module
|
# clock module
|
||||||
BuildRequires: hhdate-devel
|
BuildRequires: hhdate-devel
|
||||||
|
# optional: mpris module
|
||||||
|
BuildRequires: pkgconfig(playerctl)
|
||||||
# optional: man pages
|
# optional: man pages
|
||||||
BuildRequires: scdoc
|
BuildRequires: scdoc
|
||||||
# optional: tray module
|
# optional: tray module
|
||||||
|
Loading…
Reference in New Issue
Block a user