From 3dc231c2e032308e6ec950e698cce71b2d51726ce5612fbca66047e6545ba4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 14 Jun 2017 12:49:53 +0000 Subject: [PATCH] Accepting request 501690 from home:jsjhb:branches:hardware - fix wpa_supplicant-sigusr1-changes-debuglevel.patch to match eloop_signal_handler type (needed to build eapol_test via config) OBS-URL: https://build.opensuse.org/request/show/501690 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=74 --- wpa_supplicant-sigusr1-changes-debuglevel.patch | 2 +- wpa_supplicant.changes | 6 ++++++ wpa_supplicant.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant-sigusr1-changes-debuglevel.patch b/wpa_supplicant-sigusr1-changes-debuglevel.patch index 9fd73d7..c47b60e 100644 --- a/wpa_supplicant-sigusr1-changes-debuglevel.patch +++ b/wpa_supplicant-sigusr1-changes-debuglevel.patch @@ -8,7 +8,7 @@ return set; } -+static void wpa_supplicant_handle_sigusr1(int sig, void *eloop_ctx, ++static void wpa_supplicant_handle_sigusr1(int sig, + void *signal_ctx) +{ + /* Increase verbosity (by decreasing the debug level) and wrap back diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index aad3a26..28f1052 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 21 11:02:18 UTC 2017 - obs@botter.cc + +- fix wpa_supplicant-sigusr1-changes-debuglevel.patch to match + eloop_signal_handler type (needed to build eapol_test via config) + ------------------------------------------------------------------- Fri Dec 23 11:12:05 UTC 2016 - dwaas@suse.com diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index e2ca6b8..652d1c9 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,7 @@ # # spec file for package wpa_supplicant # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed