From 08cc8c5642188a24b9f9c95a08eaa58a6e8cb792c1f2af14eccf531298464774 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 5 Jun 2013 08:11:45 +0000 Subject: [PATCH] Accepting request 177314 from home:elvigia:branches:Base:System - Also remove After=syslog.target from unit file (target does not exists anymore) - 2.0.19 release - README improvements (README) (Ted Felix) - man page additions (acpid.8) (Ted Felix) (kacpimon/libnetlink.c) (Ted Felix) - Add support for mic mute (KEY_MICMUTE). (input_layer.c) (Ted Felix) - Fix format of video/tabletmode event string. CRITICAL. (input_layer.c) (Ted Felix) - Add how to kill acpid to kacpimon man page. (kacpimon.8) (Ted Felix) - Add info on logind.conf's HandlePowerKey to man page. (acpid.8) (Ted Felix) - Remove ExecStop from systemd unit, not required. OBS-URL: https://build.opensuse.org/request/show/177314 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=58 --- acpid-2.0.17.tar.xz | 3 --- acpid-2.0.19.tar.xz | 3 +++ acpid.changes | 24 ++++++++++++++++++++++++ acpid.service | 2 -- acpid.spec | 3 +-- 5 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 acpid-2.0.17.tar.xz create mode 100644 acpid-2.0.19.tar.xz diff --git a/acpid-2.0.17.tar.xz b/acpid-2.0.17.tar.xz deleted file mode 100644 index 2795042..0000000 --- a/acpid-2.0.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b7d2c7deb6a44ae87b28026ff368f96e66b3ee8dd6b6cef4de2c3dbea17a3e -size 149440 diff --git a/acpid-2.0.19.tar.xz b/acpid-2.0.19.tar.xz new file mode 100644 index 0000000..a436ffe --- /dev/null +++ b/acpid-2.0.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde +size 150972 diff --git a/acpid.changes b/acpid.changes index 459dbf9..767235c 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jun 4 02:21:33 UTC 2013 - crrodriguez@opensuse.org + +- Also remove After=syslog.target from unit file (target does + not exists anymore) + +------------------------------------------------------------------- +Tue Jun 4 02:12:39 UTC 2013 - crrodriguez@opensuse.org + +- 2.0.19 release +- README improvements (README) (Ted Felix) +- man page additions (acpid.8) (Ted Felix) + (kacpimon/libnetlink.c) (Ted Felix) +- Add support for mic mute (KEY_MICMUTE). + (input_layer.c) (Ted Felix) +- Fix format of video/tabletmode event string. CRITICAL. + (input_layer.c) (Ted Felix) +- Add how to kill acpid to kacpimon man page. + (kacpimon.8) (Ted Felix) +- Add info on logind.conf's HandlePowerKey to man page. + (acpid.8) (Ted Felix) + +- Remove ExecStop from systemd unit, not required. + ------------------------------------------------------------------- Tue Jan 15 15:29:10 UTC 2013 - trenn@suse.de diff --git a/acpid.service b/acpid.service index 485c63b..407bb9d 100644 --- a/acpid.service +++ b/acpid.service @@ -1,12 +1,10 @@ [Unit] Description=ACPI Event Daemon -After=syslog.target [Service] ExecStart=/usr/sbin/acpid -n -f ExecReload=/bin/kill -s HUP $MAINPID -ExecStop=/bin/kill -s QUIT $MAINPID [Install] WantedBy=multi-user.target diff --git a/acpid.spec b/acpid.spec index bd49292..a60e0ca 100644 --- a/acpid.spec +++ b/acpid.spec @@ -16,9 +16,8 @@ # - Name: acpid -Version: 2.0.17 +Version: 2.0.19 Release: 0 Summary: Executes Actions at ACPI Events License: GPL-2.0+