Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package frei0r-plugins for openSUSE:Factory checked in at 2026-08-24 15:43:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old) and /work/SRC/openSUSE:Factory/.frei0r-plugins.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frei0r-plugins" Mon Aug 24 15:43:55 2026 rev:26 rq:1373322 version:3.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes 2026-08-19 17:56:54.826967617 +0200 +++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new.1258/frei0r-plugins.changes 2026-08-24 15:44:07.226783652 +0200 @@ -1,0 +2,7 @@ +Sun Aug 23 15:07:58 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 3.4.3: + + fix(shake0scillate): include C++ math declarations +- Add check section and ctest macro. + +------------------------------------------------------------------- Old: ---- frei0r-plugins-3.4.0.tar.gz New: ---- frei0r-plugins-3.4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frei0r-plugins.spec ++++++ --- /var/tmp/diff_new_pack.OV1tnq/_old 2026-08-24 15:44:08.005811441 +0200 +++ /var/tmp/diff_new_pack.OV1tnq/_new 2026-08-24 15:44:08.008811548 +0200 @@ -17,7 +17,7 @@ Name: frei0r-plugins -Version: 3.4.0 +Version: 3.4.3 Release: 0 Summary: Collection of video sources and filters plugins # Upstream says 2.0+ but quite few of their plugins are GPL-3.0+ @@ -67,6 +67,9 @@ %install %cmake_install +%check +%ctest + %files %license COPYING %doc AUTHORS.md README.md ++++++ frei0r-plugins-3.4.0.tar.gz -> frei0r-plugins-3.4.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frei0r-3.4.0/.github/workflows/test.yml new/frei0r-3.4.3/.github/workflows/test.yml --- old/frei0r-3.4.0/.github/workflows/test.yml 2026-08-18 13:34:08.000000000 +0200 +++ new/frei0r-3.4.3/.github/workflows/test.yml 2026-08-21 12:33:41.000000000 +0200 @@ -77,7 +77,7 @@ " test-suite: - name: 🔬 test + name: 🔬 test (${{ matrix.compiler }}) needs: [c-lint] if: "!contains(github.event.pull_request.labels.*.name, 'skip-test')" strategy: @@ -98,7 +98,7 @@ sudo apt-get install --no-install-recommends -y \ "${{ matrix.compiler }}" \ cmake ninja-build libfreetype-dev libopencv-dev \ - libcairo2-dev libgavl-dev + libcairo2-dev libgavl-dev libgl-dev libegl-dev - name: Detect new plugins id: detect if: github.event_name == 'pull_request' @@ -131,7 +131,7 @@ - name: ${{ matrix.compiler }} analyze plugins if: github.event_name != 'pull_request' || steps.detect.outputs.mode != 'targeted' run: | - make test + ctest --test-dir build --output-on-failure --parallel 4 - name: ${{ matrix.compiler }} analyze new plugins if: github.event_name == 'pull_request' && steps.detect.outputs.mode == 'targeted' run: | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frei0r-3.4.0/src/filter/shake0scillate/shake0scillate.cpp new/frei0r-3.4.3/src/filter/shake0scillate/shake0scillate.cpp --- old/frei0r-3.4.0/src/filter/shake0scillate/shake0scillate.cpp 2026-08-18 13:34:08.000000000 +0200 +++ new/frei0r-3.4.3/src/filter/shake0scillate/shake0scillate.cpp 2026-08-21 12:33:41.000000000 +0200 @@ -20,7 +20,7 @@ #include "frei0r.hpp" #include <cairo.h> #define _USE_MATH_DEFINES -#include <math.h> +#include <cmath> class Shake0scillate : public frei0r::filter {
