Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package isatapd for openSUSE:Factory checked 
in at 2025-03-10 18:03:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/isatapd (Old)
 and      /work/SRC/openSUSE:Factory/.isatapd.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "isatapd"

Mon Mar 10 18:03:48 2025 rev:5 rq:1251436 version:0.9.7+git.20141015

Changes:
--------
--- /work/SRC/openSUSE:Factory/isatapd/isatapd.changes  2024-02-25 
14:06:11.725065702 +0100
+++ /work/SRC/openSUSE:Factory/.isatapd.new.19136/isatapd.changes       
2025-03-10 18:03:50.058854744 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 11:14:34 UTC 2025 - pgaj...@suse.com
+
+- added patches
+  fix build with gcc15
+  + isatapd-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  isatapd-gcc15.patch

BETA DEBUG BEGIN:
  New:  fix build with gcc15
  + isatapd-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ isatapd.spec ++++++
--- /var/tmp/diff_new_pack.tzSSvr/_old  2025-03-10 18:03:52.694963942 +0100
+++ /var/tmp/diff_new_pack.tzSSvr/_new  2025-03-10 18:03:52.698964107 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package isatapd
 #
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,6 +29,8 @@
 Source1:        %{name}.service
 Source2:        %{name}.sysconfig
 Patch0:         isatapd-fix-ftbfs-linux-4.8.patch
+# build with gcc15
+Patch1:         isatapd-gcc15.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  systemd-rpm-macros

++++++ isatapd-gcc15.patch ++++++
Index: isatapd-0.9.7+git.20141015/src/isatap.c
===================================================================
--- isatapd-0.9.7+git.20141015.orig/src/isatap.c
+++ isatapd-0.9.7+git.20141015/src/isatap.c
@@ -339,7 +339,7 @@ int drop_to_user(char* username)
 /**
  * SIGHUP
  **/
-static void sighup_handler_child() {
+static void sighup_handler_child(int unused) {
        exit(EXIT_CHECK_PRL);
 }
 

Reply via email to