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-06-29 17:31:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frei0r-plugins (Old) and /work/SRC/openSUSE:Factory/.frei0r-plugins.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frei0r-plugins" Mon Jun 29 17:31:55 2026 rev:24 rq:1362353 version:3.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/frei0r-plugins/frei0r-plugins.changes 2026-06-22 17:38:53.645637800 +0200 +++ /work/SRC/openSUSE:Factory/.frei0r-plugins.new.11887/frei0r-plugins.changes 2026-06-29 17:33:42.608923126 +0200 @@ -1,0 +2,7 @@ +Sun Jun 28 18:53:24 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 3.2.3: + + fix(ising0r): Use '(int8_t) rather than (char) so we get a + defined signedness + +------------------------------------------------------------------- Old: ---- frei0r-plugins-3.2.2.tar.gz New: ---- frei0r-plugins-3.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frei0r-plugins.spec ++++++ --- /var/tmp/diff_new_pack.FBenXa/_old 2026-06-29 17:33:43.128941037 +0200 +++ /var/tmp/diff_new_pack.FBenXa/_new 2026-06-29 17:33:43.128941037 +0200 @@ -17,7 +17,7 @@ Name: frei0r-plugins -Version: 3.2.2 +Version: 3.2.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+ ++++++ frei0r-plugins-3.2.2.tar.gz -> frei0r-plugins-3.2.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/frei0r-3.2.2/src/generator/ising0r/ising0r.c new/frei0r-3.2.3/src/generator/ising0r/ising0r.c --- old/frei0r-3.2.2/src/generator/ising0r/ising0r.c 2026-06-21 00:31:40.000000000 +0200 +++ new/frei0r-3.2.3/src/generator/ising0r/ising0r.c 2026-06-27 11:37:42.000000000 +0200 @@ -249,7 +249,7 @@ int ysize = f->ysize; // start on second pixel of the second line (f->s[1][1]): - char* current = f->s + xsize + 1; + int8_t* current = f->s + xsize + 1; for (y = ysize-2; y > 0; --y) {
