From efb293c090648c7600af2ae9b6fedc20b177e6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 20 Aug 2019 17:58:16 +0200 Subject: [PATCH] New version Resolves: rhbz#1742776 --- ... => acpid-2.0.32-kacpimon-dynamic-connections.patch | 2 +- acpid.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) rename acpid-2.0.28-kacpimon-dynamic-connections.patch => acpid-2.0.32-kacpimon-dynamic-connections.patch (99%) diff --git a/acpid-2.0.28-kacpimon-dynamic-connections.patch b/acpid-2.0.32-kacpimon-dynamic-connections.patch similarity index 99% rename from acpid-2.0.28-kacpimon-dynamic-connections.patch rename to acpid-2.0.32-kacpimon-dynamic-connections.patch index b17dcbc..2cd2a7c 100644 --- a/acpid-2.0.28-kacpimon-dynamic-connections.patch +++ b/acpid-2.0.32-kacpimon-dynamic-connections.patch @@ -14,7 +14,7 @@ index 9b0b0a8..f228186 100644 /*---------------------------------------------------------------*/ /* private objects */ --#define MAX_CONNECTIONS 20 +-#define MAX_CONNECTIONS 100 +static int capacity = 0; -static struct connection connection_list[MAX_CONNECTIONS]; diff --git a/acpid.spec b/acpid.spec index 15a2069..ddf45c4 100644 --- a/acpid.spec +++ b/acpid.spec @@ -7,8 +7,8 @@ Summary: ACPI Event Daemon Name: acpid -Version: 2.0.30 -Release: 4%{?dist} +Version: 2.0.32 +Release: 1%{?dist} License: GPLv2+ Source: http://downloads.sourceforge.net/acpid2/%{name}-%{version}.tar.xz Source2: acpid.video.conf @@ -18,7 +18,7 @@ Source5: acpid.service Source6: acpid.sysconfig Source7: acpid.socket # https://sourceforge.net/p/acpid2/tickets/14/ -Patch0: acpid-2.0.28-kacpimon-dynamic-connections.patch +Patch0: acpid-2.0.32-kacpimon-dynamic-connections.patch ExclusiveArch: ia64 x86_64 %{ix86} %{arm} aarch64 URL: http://sourceforge.net/projects/acpid2/ BuildRequires: systemd, gcc @@ -99,6 +99,10 @@ fi /bin/systemctl try-restart acpid.service >/dev/null 2>&1 || : %changelog +* Tue Aug 20 2019 Jaroslav Škarvada - 2.0.32-1 +- New version + Resolves: rhbz#1742776 + * Wed Jul 24 2019 Fedora Release Engineering - 2.0.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild