Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package facetimehd for openSUSE:Factory 
checked in at 2025-03-05 13:41:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/facetimehd (Old)
 and      /work/SRC/openSUSE:Factory/.facetimehd.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "facetimehd"

Wed Mar  5 13:41:12 2025 rev:9 rq:1250306 version:0.6.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/facetimehd/facetimehd.changes    2025-02-05 
17:21:28.853408780 +0100
+++ /work/SRC/openSUSE:Factory/.facetimehd.new.19136/facetimehd.changes 
2025-03-05 13:42:31.345582816 +0100
@@ -1,0 +2,9 @@
+Tue Mar  4 11:21:45 UTC 2025 - Patrik Jakobsson <patrik.jakobs...@suse.com>
+
+- Update to version 0.6.13
+  * Makes reloading the module work properly
+  * Adjust include files to work with 6.13+ kernels
+- 0001-Fix-include-of-prandom.patch
+  * No longer needed since fix is in driver
+
+-------------------------------------------------------------------
@@ -4,0 +14,3 @@
+  * The driver only supports the camera over PCI and as far as
+    I know, only the x86_64 machines connect the camera via PCI.
+    The M1/M2 Macs use a different driver.

Old:
----
  0001-Fix-include-of-prandom.patch
  facetimehd-0.6.8.2.tar.gz

New:
----
  facetimehd-0.6.13.tar.gz

BETA DEBUG BEGIN:
  Old:  * Adjust include files to work with 6.13+ kernels
- 0001-Fix-include-of-prandom.patch
  * No longer needed since fix is in driver
BETA DEBUG END:

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

Other differences:
------------------
++++++ facetimehd.spec ++++++
--- /var/tmp/diff_new_pack.5AMq5w/_old  2025-03-05 13:42:32.957650280 +0100
+++ /var/tmp/diff_new_pack.5AMq5w/_new  2025-03-05 13:42:32.969650782 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           facetimehd
-Version:        0.6.8.2
+Version:        0.6.13
 Release:        0
 Summary:        Kernel driver for the Apple FacetimeHD webcams
 License:        GPL-2.0-only
@@ -26,7 +26,6 @@
 Source0:        
https://github.com/patjak/facetimehd/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        preamble
 Patch0:         Remove-use-of-linux-pci-aspm.h-since-it-s-not-in-the.patch
-Patch1:         0001-Fix-include-of-prandom.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 ExclusiveArch:  x86_64
 %kernel_module_package -p %{_sourcedir}/preamble
@@ -39,9 +38,6 @@
 %if 0%{?sle_version} == 150300
 %patch -P 0 -p1
 %endif
-%if 0%{?sle_version} >= 150300 || 0%{?suse_version} >= 1600
-%patch -P 1 -p1
-%endif
 
 set -- *
 mkdir source

++++++ facetimehd-0.6.8.2.tar.gz -> facetimehd-0.6.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/facetimehd-0.6.8.2/fthd_ddr.c 
new/facetimehd-0.6.13/fthd_ddr.c
--- old/facetimehd-0.6.8.2/fthd_ddr.c   2024-06-05 13:24:15.000000000 +0200
+++ new/facetimehd-0.6.13/fthd_ddr.c    2025-03-03 20:49:20.000000000 +0100
@@ -17,7 +17,13 @@
  *
  */
 
+#include <linux/version.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0)
+#include <linux/prandom.h>
+#else
 #include <linux/random.h>
+#endif
+
 #include "fthd_drv.h"
 #include "fthd_hw.h"
 #include "fthd_ddr.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/facetimehd-0.6.8.2/fthd_drv.c 
new/facetimehd-0.6.13/fthd_drv.c
--- old/facetimehd-0.6.8.2/fthd_drv.c   2024-06-05 13:24:15.000000000 +0200
+++ new/facetimehd-0.6.13/fthd_drv.c    2025-03-03 20:49:20.000000000 +0100
@@ -542,6 +542,7 @@
        .name = KBUILD_MODNAME,
        .probe = fthd_pci_probe,
        .remove = fthd_pci_remove,
+       .shutdown = fthd_pci_remove,
        .id_table = fthd_pci_id_table,
 #ifdef CONFIG_PM
        .suspend = fthd_pci_suspend,

Reply via email to