Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2026-03-31 15:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v4l-utils (Old)
 and      /work/SRC/openSUSE:Factory/.v4l-utils.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v4l-utils"

Tue Mar 31 15:21:58 2026 rev:47 rq:1343530 version:1.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes      2025-06-24 
20:45:13.518544706 +0200
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new.1999/v4l-utils.changes    
2026-03-31 15:22:08.267971333 +0200
@@ -1,0 +2,45 @@
+Tue Mar 24 21:45:52 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.32.0:
+  * v4l-utils: Add is_compressed_format helper to centralize
+    compressed format checks
+  * edid-decode: be more relaxed on InfoFrames format
+  * edid-decode: allow using stdin for InfoFrame decoding
+  * v4l2-compliance: run testBlockingWait when streaming
+  * v4l2-ctl: fix string in hdmi-4k-600mhz-with-displayid-eeodb
+  * v4l2-compliance: report unsupported devices as such
+  * cobalt-ctl: fix search for the mtd device
+  * v4l2-ctl: log bitmask control value has hex number
+  * edid-decode: add sanity checks for DTD image size
+  * v4l2-compliance: fix pix_array control test
+  * test-media: add 'date' commands to the vicodec tests
+  * test-media: speed up stateful decoder compliance tests
+  * v4l-utils: sync with v6.17-rc1
+  * v4l-utils: update Hans Verkuil's email addresses
+  * cec-ctl: --show-raw should show raw transmit data as well
+  * v4l-utils: sync with latest media kernel tree
+  * cec-compliance: fix Vendor Command With ID vivid tests
+  * v4l2-tracer: fix out of date comment
+  * v4l2-ctl: use strtoul instead of strtol where appropriate
+  * rds-ctl: use strtoul instead of strtol where appropriate
+  * ivtv-ctl: use strtoul instead of strtol where appropriate
+  * cx18-ctl: use strtoul instead of strtol where appropriate
+  * cec-ctl: use strtoul instead of strtol where appropriate
+  * libv4lconvert: use strtoul instead of strtol where
+    appropriate
+  * capture-example.c: use strtoul instead of strtol for -c
+  * libv4l2: prefix HAVE_POSIX_IOCTL with LIBV4L_ for public
+    header
+  * qv4l2: Fix video capture being transparent on Wayland
+  * qvidcap: Fix video capture being transparent on Wayland
+  * ir-ctl: remove quirky -rmw command line parsing
+  * libv4l2: zero v4l2_buffer
+  * media-ctl: libv4l2subdev: Add Y16 format
+  * v4l2-ctl: process events before queues in stateful_m2m()
+  * v4l2-compliance: Add test for V4L2_FMTDESC_FLAG_ENUM_ALL flag
+  * v4l2-ctl-vidcap: Add options to enumerate all pixel formats
+  * edid-decode: support parsing EDID-Like Data
+  * qvidcap: fix core dump
+  * qv4l2: fix crash when disabling openGL
+
+-------------------------------------------------------------------

Old:
----
  v4l-utils-1.28.1.tar.xz
  v4l-utils-1.28.1.tar.xz.asc

New:
----
  v4l-utils-1.32.0.tar.xz
  v4l-utils-1.32.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ v4l-utils.spec ++++++
--- /var/tmp/diff_new_pack.54yxqj/_old  2026-03-31 15:22:10.088047342 +0200
+++ /var/tmp/diff_new_pack.54yxqj/_new  2026-03-31 15:22:10.092047509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -19,7 +19,6 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "qv4l2"
 %global psuffix -%{flavor}
-
 %ifarch armv7l armv7hl aarch64
 # Qt6 doesn't have gl support in these archs
 %bcond_with qvidcap
@@ -31,13 +30,12 @@
 %bcond_without qvidcap
 %endif
 %endif
-
 %endif
 %define _udevdir %(pkg-config --variable udevdir udev)
 %define so_ver 0
 %define sname v4l-utils
 Name:           v4l-utils%{?psuffix}
-Version:        1.28.1
+Version:        1.32.0
 Release:        0
 Summary:        Utilities for video4linux
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -49,11 +47,6 @@
 Patch0:         use_system_v4l_for_qv4l.patch
 Patch1:         v4l-utils-32bitfix.patch
 BuildRequires:  alsa-devel
-%if 0%{?suse_version} == 1500
-BuildRequires:  gcc13-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -62,6 +55,11 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 Requires:       libv4l = %{version}
+%if 0%{?suse_version} == 1500
+BuildRequires:  gcc13-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 %if "%{flavor}" == ""
 BuildRequires:  doxygen
 BuildRequires:  kernel-headers
@@ -282,6 +280,7 @@
 %{_bindir}/cec-compliance
 %{_bindir}/cec-ctl
 %{_bindir}/cec-follower
+%{_bindir}/edid-decode
 %{_bindir}/ir-ctl
 %{_bindir}/ir-keytable
 %{_bindir}/ivtv-ctl
@@ -295,6 +294,7 @@
 %{_mandir}/man1/cec-compliance.1%{?ext_man}
 %{_mandir}/man1/cec-ctl.1%{?ext_man}
 %{_mandir}/man1/cec-follower.1%{?ext_man}
+%{_mandir}/man1/edid-decode.1%{?ext_man}
 %{_mandir}/man1/ir-ctl.1%{?ext_man}
 
 %files lang -f "%{name}.lang"

++++++ v4l-utils-1.28.1.tar.xz -> v4l-utils-1.32.0.tar.xz ++++++
++++ 33389 lines of diff (skipped)

Reply via email to