Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package omnispeak for openSUSE:Factory checked in at 2024-05-27 11:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/omnispeak (Old) and /work/SRC/openSUSE:Factory/.omnispeak.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "omnispeak" Mon May 27 11:55:52 2024 rev:3 rq:1176966 version:1.1+git20240123.b9e215b Changes: -------- --- /work/SRC/openSUSE:Factory/omnispeak/omnispeak.changes 2024-02-06 16:36:38.143578744 +0100 +++ /work/SRC/openSUSE:Factory/.omnispeak.new.24587/omnispeak.changes 2024-05-27 12:03:51.675549437 +0200 @@ -1,0 +2,6 @@ +Sun May 19 16:26:13 UTC 2024 - Carsten Ziepke <kiel...@gmail.com> + +- Fix build on openSUSE Leap by requiring libieee1284-devel only + for openSUSE Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ omnispeak.spec ++++++ --- /var/tmp/diff_new_pack.tYA5CH/_old 2024-05-27 12:03:53.383612975 +0200 +++ /var/tmp/diff_new_pack.tYA5CH/_new 2024-05-27 12:03:53.383612975 +0200 @@ -33,7 +33,9 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme +%if 0%{?suse_version} >= 1599 BuildRequires: libieee1284-devel +%endif BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(sdl2) @@ -69,8 +71,12 @@ -DVANILLA=OFF \ -DXDGUSERPATH=OFF \ -DOMNIPATH=%{_datadir}/omnispeak \ +%if 0%{?suse_version} > 1500 -DWITH_ALSA=ON \ -DWITH_IEEE1284=ON +%else + -DWITH_ALSA=ON +%endif %cmake_build %install