Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yambar for openSUSE:Factory checked in at 2023-07-25 11:49:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yambar (Old) and /work/SRC/openSUSE:Factory/.yambar.new.1467 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yambar" Tue Jul 25 11:49:36 2023 rev:7 rq:1099700 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yambar/yambar.changes 2023-01-30 17:17:56.786790674 +0100 +++ /work/SRC/openSUSE:Factory/.yambar.new.1467/yambar.changes 2023-07-25 11:50:01.677074720 +0200 @@ -1,0 +2,28 @@ +Thu Jul 20 09:09:52 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Remove _service file +- Update to version 1.10.0 + * Field width tag format option + * river: support for âlayoutâ events. + * dwl: support for specifying name of tags + * i3/sway: extend option sort; use native to sort numbered workspaces only. + * modules/dwl: handle the appid status + * battery: also show estimation for time to full + * on-click: tilde expansion + * script: tilde expansion of path. + * disk-io: interval renamed to poll-interval + * mem: interval renamed to poll-interval + * battery/network/script: poll-interval unit changed from seconds to milliseconds. + * all modules: minimum poll interval changed from 500ms to 250ms. + * network: do not use IPv6 link-local + * Build failures for certain combinations of enabled and disabled plugins. + * Documentation for the cpu module; interval has been renamed to poll-interval. + * battery: module was not thread safe. + * dwl module reporting only the last part of the title + * i3/sway: regression; persistent workspaces shown twice. + * pipewire: use roundf() instead of ceilf() for more accuracy + * Crash when a yaml anchor has a value that already exists in the target yaml node. + * battery: Fix time conversion in battery estimation + * battery: poll timeout being reset when receiving irrelevant udev notification (leading to battery status never updating, in worst case). + +------------------------------------------------------------------- Old: ---- _service yambar-1.9.0+g34.tar.xz New: ---- yambar-1.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yambar.spec ++++++ --- /var/tmp/diff_new_pack.3A7tjK/_old 2023-07-25 11:50:07.509108867 +0200 +++ /var/tmp/diff_new_pack.3A7tjK/_new 2023-07-25 11:50:07.549109101 +0200 @@ -17,13 +17,13 @@ Name: yambar -Version: 1.9.0+g34 +Version: 1.10.0 Release: 0 Summary: Modular statusbar for X11 and Wayland License: MIT Group: System/GUI/Other URL: https://codeberg.org/dnkl/yambar -Source: %{name}-%{version}.tar.xz +Source: https://codeberg.org/dnkl/yambar/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: bison BuildRequires: flex BuildRequires: meson >= 0.59 @@ -59,7 +59,7 @@ Simplistic and highly configurable status panel for X and Wayland. %prep -%setup -q +%setup -q -n %{name} %package devel Summary: Development files for %{name}