Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package waybar for openSUSE:Factory checked 
in at 2022-11-02 12:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/waybar (Old)
 and      /work/SRC/openSUSE:Factory/.waybar.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "waybar"

Wed Nov  2 12:47:18 2022 rev:37 rq:1032797 version:0.9.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/waybar/waybar.changes    2022-10-18 
16:12:52.221845376 +0200
+++ /work/SRC/openSUSE:Factory/.waybar.new.2275/waybar.changes  2022-11-02 
12:48:04.185850743 +0100
@@ -1,0 +2,15 @@
+Tue Nov  1 03:00:49 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Fix spec file to use catch2 >= 3.0
+
+-------------------------------------------------------------------
+Thu Oct 27 06:52:06 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.9.14:
+  No changelog. Too many commits to list. Please see
+  https://github.com/Alexays/Waybar/compare/0.9.13...0.9.14
+- Remove waybar-0.9.13-fmt-compat.patch
+- Use catch2 >= 3
+- Enable sndio
+
+-------------------------------------------------------------------

Old:
----
  0.9.13.tar.gz
  waybar-0.9.13-fmt-compat.patch

New:
----
  0.9.14.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ waybar.spec ++++++
--- /var/tmp/diff_new_pack.15zIQw/_old  2022-11-02 12:48:04.821853971 +0100
+++ /var/tmp/diff_new_pack.15zIQw/_new  2022-11-02 12:48:04.821853971 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           waybar
-Version:        0.9.13
+Version:        0.9.14
 Release:        0
 Summary:        Customizable Wayland bar for Sway and Wlroots based compositors
 License:        MIT
@@ -26,8 +26,7 @@
 # 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
-Patch:          
https://patch-diff.githubusercontent.com/raw/Alexays/Waybar/pull/1617.patch#/waybar-0.9.13-fmt-compat.patch
+Source:         %{version}.tar.xz
 BuildRequires:  cmake
 %if 0%{?sle_version} >= 150400
 BuildRequires:  gcc11-c++
@@ -39,9 +38,8 @@
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 # test dependency
-BuildRequires:  pkgconfig(catch2) < 3.0
-# wait for SR#860135
-#BuildRequires:  sndio-devel >= 1.7.0
+BuildRequires:  pkgconfig(catch2) >= 3.0
+BuildRequires:  sndio-devel >= 1.7.0
 # optional: man pages
 BuildRequires:  scdoc
 # optional: tray module
@@ -59,6 +57,7 @@
 BuildRequires:  pkgconfig(libnl-genl-3.0)
 # optional: audio
 BuildRequires:  pkgconfig(libevdev)
+BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(sigc++-2.0)
@@ -97,7 +96,7 @@
 %if 0%{?sle_version} >= 150400
 export CXX=g++-11
 %endif
-%meson -Dsndio=disabled
+%meson
 %meson_build
 
 %install

Reply via email to