Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package facetimehd for openSUSE:Factory checked in at 2026-04-17 21:04:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/facetimehd (Old) and /work/SRC/openSUSE:Factory/.facetimehd.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "facetimehd" Fri Apr 17 21:04:55 2026 rev:10 rq:1347689 version:0.7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/facetimehd/facetimehd.changes 2025-03-05 13:42:31.345582816 +0100 +++ /work/SRC/openSUSE:Factory/.facetimehd.new.11940/facetimehd.changes 2026-04-17 21:05:08.784021887 +0200 @@ -1,0 +2,6 @@ +Fri Apr 17 09:55:51 UTC 2026 - Patrik Jakobsson <[email protected]> + +- Update to version 0.7.0.1 + * Fixes build against 7.0 kernel + +------------------------------------------------------------------- Old: ---- facetimehd-0.6.13.tar.gz New: ---- facetimehd-0.7.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ facetimehd.spec ++++++ --- /var/tmp/diff_new_pack.AFGD68/_old 2026-04-17 21:05:09.344044952 +0200 +++ /var/tmp/diff_new_pack.AFGD68/_new 2026-04-17 21:05:09.344044952 +0200 @@ -1,7 +1,7 @@ # # spec file for package facetimehd # -# 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 @@ -17,7 +17,7 @@ Name: facetimehd -Version: 0.6.13 +Version: 0.7.0.1 Release: 0 Summary: Kernel driver for the Apple FacetimeHD webcams License: GPL-2.0-only ++++++ facetimehd-0.6.13.tar.gz -> facetimehd-0.7.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/facetimehd-0.6.13/dkms.conf new/facetimehd-0.7.0.1/dkms.conf --- old/facetimehd-0.6.13/dkms.conf 2025-03-03 20:49:20.000000000 +0100 +++ new/facetimehd-0.7.0.1/dkms.conf 2026-04-17 11:46:17.000000000 +0200 @@ -1,5 +1,5 @@ PACKAGE_NAME=facetimehd -PACKAGE_VERSION=0.6.8 +PACKAGE_VERSION=0.7.0.1 CLEAN="make clean" BUILT_MODULE_NAME[0]="facetimehd" BUILT_MODULE_LOCATION[0]="." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/facetimehd-0.6.13/fthd_v4l2.c new/facetimehd-0.7.0.1/fthd_v4l2.c --- old/facetimehd-0.6.13/fthd_v4l2.c 2025-03-03 20:49:20.000000000 +0100 +++ new/facetimehd-0.7.0.1/fthd_v4l2.c 2026-04-17 11:46:17.000000000 +0200 @@ -303,8 +303,10 @@ .start_streaming = fthd_start_streaming, .stop_streaming = fthd_stop_streaming, .buf_queue = fthd_buffer_queue, +#if LINUX_VERSION_CODE < KERNEL_VERSION(7, 0, 0) .wait_prepare = vb2_ops_wait_prepare, .wait_finish = vb2_ops_wait_finish, +#endif }; static struct v4l2_file_operations fthd_vdev_fops = {
