From 641ff0cda632d45a21d8c56591c7e2e2cab2b77dae0fe6a7b42f24f9f86da575 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Tue, 15 Nov 2022 14:12:56 +0000 Subject: [PATCH] Accepting request 1035852 from home:dimstar:Factory - Update to version 2.0.34: - Add MSG_CMSG_CLOEXEC for systems that are missing it. - Fix a bug with input layer event table not working on 32-bit builds with 64-bit time types. - Use binary search to find input layer events in the table. - Use AC_PROG_CC instead of the obsolete AC_PROG_CC_STDC. - Add support for more input layer events. OBS-URL: https://build.opensuse.org/request/show/1035852 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=104 --- acpid-2.0.33.tar.xz | 3 --- acpid-2.0.34.tar.xz | 3 +++ acpid.changes | 11 +++++++++++ acpid.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 acpid-2.0.33.tar.xz create mode 100644 acpid-2.0.34.tar.xz diff --git a/acpid-2.0.33.tar.xz b/acpid-2.0.33.tar.xz deleted file mode 100644 index 4211ba4..0000000 --- a/acpid-2.0.33.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0856f71b3eb34a1b663d0a8e6363dfcbc519e63d847330498898658e2972dbe8 -size 156580 diff --git a/acpid-2.0.34.tar.xz b/acpid-2.0.34.tar.xz new file mode 100644 index 0000000..359b3a9 --- /dev/null +++ b/acpid-2.0.34.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d095c8cfcbc847caec746d62cdc8d0bff1ec1bc72ef7c674c721e04da6ab333 +size 159924 diff --git a/acpid.changes b/acpid.changes index ed9370e..b2302ba 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 15 14:01:40 UTC 2022 - Dominique Leuenberger + +- Update to version 2.0.34: + - Add MSG_CMSG_CLOEXEC for systems that are missing it. + - Fix a bug with input layer event table not working on 32-bit + builds with 64-bit time types. + - Use binary search to find input layer events in the table. + - Use AC_PROG_CC instead of the obsolete AC_PROG_CC_STDC. + - Add support for more input layer events. + ------------------------------------------------------------------- Sat Oct 16 12:54:21 UTC 2021 - Dirk Müller diff --git a/acpid.spec b/acpid.spec index 08252ae..b99d9ad 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,7 +1,7 @@ # # spec file for package acpid # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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: acpid -Version: 2.0.33 +Version: 2.0.34 Release: 0 Summary: Daemon to execute actions on ACPI events License: GPL-2.0-or-later