Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glfw for openSUSE:Factory checked in at 2024-01-11 21:04:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glfw (Old) and /work/SRC/openSUSE:Factory/.glfw.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glfw" Thu Jan 11 21:04:37 2024 rev:23 rq:1137962 version:3.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/glfw/glfw.changes 2023-12-22 22:41:04.127419074 +0100 +++ /work/SRC/openSUSE:Factory/.glfw.new.21961/glfw.changes 2024-01-11 21:04:44.937629039 +0100 @@ -1,0 +2,5 @@ +Wed Jan 10 15:15:37 UTC 2024 - Danilo Spinella <[email protected]> + +- Make the geany tags build optional again to fix SLE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glfw.spec ++++++ --- /var/tmp/diff_new_pack.G4ABs7/_old 2024-01-11 21:04:45.613653660 +0100 +++ /var/tmp/diff_new_pack.G4ABs7/_new 2024-01-11 21:04:45.613653660 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,6 +21,7 @@ %bcond_without wayland %else %bcond_with wayland +%bcond_without geany %endif %define sover 3 Name: glfw%{flavor} @@ -44,7 +45,9 @@ BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(xkbcommon) %else +%if %{with geany} BuildRequires: geany +%endif BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xinerama) @@ -96,7 +99,7 @@ mkdir -p geany_config %build -%if %{without wayland} +%if %{with geany} # generate geany tags geany -c geany_config -g glfw.c.tags $(find src \( ! -name CMakeFiles \) -type f \( -iname "*.c" -o -iname "*.h" \) \( ! -iname "win32*" \) \( ! -iname "cocoa*" \) | sort ) include/GLFW/glfw3.h @@ -115,7 +118,8 @@ %if %{with wayland} # Only in main package rm -rfv %{buildroot}%{_includedir} %{buildroot}%{_libdir}/{cmake,libglfw.so,pkgconfig} -%else +%endif +%if %{with geany} # install geany tags install -d %{buildroot}/%{_datadir}/geany/tags/ install -m0644 glfw.c.tags %{buildroot}/%{_datadir}/geany/tags/ @@ -136,6 +140,8 @@ %{_libdir}/cmake/glfw3 %{_libdir}/libglfw.so %{_libdir}/pkgconfig/glfw3.pc +%if %{with geany} %{_datadir}/geany/* %endif +%endif
