Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave-forge-image-acquisition for openSUSE:Factory checked in at 2025-08-27 21:35:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-image-acquisition (Old) and /work/SRC/openSUSE:Factory/.octave-forge-image-acquisition.new.30751 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-image-acquisition" Wed Aug 27 21:35:06 2025 rev:3 rq:1301566 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-image-acquisition/octave-forge-image-acquisition.changes 2023-04-30 16:08:00.352236773 +0200 +++ /work/SRC/openSUSE:Factory/.octave-forge-image-acquisition.new.30751/octave-forge-image-acquisition.changes 2025-08-27 21:36:08.698354036 +0200 @@ -1,0 +2,21 @@ +Tue Aug 26 12:33:59 UTC 2025 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de> + +- Update to version 0.3.3 + * Fix BIST if there is no conversion implemented for selected + VideoFormat to RGB3 +- Update to version 0.3.2 + * fix missing header for Media Foundation build +- Update to version 0.3.1 + * videoinput: Use first available device when no adapter given. +- Update to version 0.3.0 + * Support for Media Foundation (MF) on MS-Windows + * New internal conversion routines for YCbCr -> RGB3 +- Update to version 0.2.5 + * Bugfix release + Octave version >= 6 removed error_state. Bug #63136) + Ignore v4l2 Metadata Interface devices in imaqhwinfo. + Example if /dev/video0 AND /dev/video1 are created simultaneously. +- Drop image-acquisition-error-state.patch +- Exclude tests requiring a physical camera. + +------------------------------------------------------------------- Old: ---- image-acquisition-0.2.2.tar.gz image-acquisition-error-state.patch New: ---- image-acquisition-0.3.3.tar.gz ----------(Old B)---------- Old: Example if /dev/video0 AND /dev/video1 are created simultaneously. - Drop image-acquisition-error-state.patch - Exclude tests requiring a physical camera. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-image-acquisition.spec ++++++ --- /var/tmp/diff_new_pack.rf030Q/_old 2025-08-27 21:36:09.318379921 +0200 +++ /var/tmp/diff_new_pack.rf030Q/_new 2025-08-27 21:36:09.322380088 +0200 @@ -1,7 +1,7 @@ # # spec file for package octave-forge-image-acquisition # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,18 @@ %define octpkg image-acquisition Name: octave-forge-%{octpkg} -Version: 0.2.2 +Version: 0.3.3 Release: 0 Summary: Image Acquisition functions for Octave License: GPL-3.0-or-later Group: Productivity/Scientific/Math -URL: http://octave.sourceforge.net -Source0: http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM image-acquisition-error-state.patch badshah...@gmail.com -- Fix build failure against octave >= 6 by dropping use of error_state (https://savannah.gnu.org/bugs/index.php?63136) -Patch0: image-acquisition-error-state.patch +URL: https://gnu-octave.github.io/packages/image-acquisition/ +Source0: https://github.com/Andy1978/octave-image-acquisition/releases/download/%{octpkg}-%{version}/%{octpkg}-%{version}.tar.gz BuildRequires: fltk-devel BuildRequires: gcc-c++ BuildRequires: libv4l-devel -BuildRequires: octave-devel -Requires: octave-cli >= 3.8.0 +BuildRequires: octave-devel >= 5.1.0 +Requires: octave-cli >= 5.1.0 %description The Octave-forge Image Aquisition package provides functions to capture @@ -40,9 +38,6 @@ %prep %setup -q -c %{name}-%{version} -pushd %{octpkg}-%{version} -%autopatch -p1 -popd %octave_pkg_src %build @@ -52,6 +47,8 @@ %octave_pkg_install %check +%global octskiptests imaqhwinfo|__imaq_handler__.cc-tst +echo "Skip tests requiring a camera device: %{octskiptests}" %octave_pkg_test %post ++++++ image-acquisition-0.2.2.tar.gz -> image-acquisition-0.3.3.tar.gz ++++++ ++++ 16339 lines of diff (skipped)