Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libopenshot for openSUSE:Factory checked in at 2025-09-09 20:30:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopenshot (Old) and /work/SRC/openSUSE:Factory/.libopenshot.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenshot" Tue Sep 9 20:30:41 2025 rev:16 rq:1303326 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libopenshot/libopenshot.changes 2025-03-13 15:08:22.111663925 +0100 +++ /work/SRC/openSUSE:Factory/.libopenshot.new.1977/libopenshot.changes 2025-09-09 20:31:19.571959961 +0200 @@ -1,0 +2,5 @@ +Mon Sep 8 10:18:33 UTC 2025 - ecsos <[email protected]> + +- Fix build error for Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenshot.spec ++++++ --- /var/tmp/diff_new_pack.Qgv1oO/_old 2025-09-09 20:31:20.135983731 +0200 +++ /var/tmp/diff_new_pack.Qgv1oO/_new 2025-09-09 20:31:20.139983898 +0200 @@ -29,7 +29,14 @@ BuildRequires: babl-devel BuildRequires: cmake BuildRequires: cppzmq-devel +%if 0%{?suse_version} < 1600 +BuildRequires: ffmpeg-4-private-devel +BuildRequires: gcc13 +BuildRequires: gcc13-c++ +%else +BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: opencv-devel BuildRequires: pkgconfig BuildRequires: protobuf-devel @@ -107,6 +114,10 @@ %autosetup -p1 %build +%if 0%{?suse_version} < 1600 +export CC=gcc-13 +export CXX=g++-13 +%endif # operators of base classes are not supposed to be used here, we can ignore it therefore. sed -i '/^set(CMAKE_CXX_FLAGS/d' CMakeLists.txt export CXXFLAGS="%{optflags} -Wno-return-type"
