Hello community, here is the log from the commit of package acpid checked in at Mon Sep 1 18:57:51 CEST 2008. -------- --- acpid/acpid.changes 2008-08-07 23:04:11.000000000 +0200 +++ /mounts/work_src_done/STABLE/acpid/acpid.changes 2008-09-01 18:38:24.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 1 18:37:13 CEST 2008 - hmacht@suse.de + +- different config files for different rules: + events.thinkpad and events.power_button + +------------------------------------------------------------------- Old: ---- events.default New: ---- events.power_button events.thinkpad ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acpid.spec ++++++ --- /var/tmp/diff_new_pack.Z22596/_old 2008-09-01 18:57:31.000000000 +0200 +++ /var/tmp/diff_new_pack.Z22596/_new 2008-09-01 18:57:31.000000000 +0200 @@ -21,7 +21,7 @@ Name: acpid Url: http://acpid.sourceforge.net/ Version: 1.0.6 -Release: 76 +Release: 81 %define acpi_version 0.09 License: GPL v2 or later Group: System/Daemons @@ -34,7 +34,8 @@ Source2: rcacpid Source3: README.SuSE Source4: thinkpad_acpi.modprobe -Source5: events.default +Source5: events.power_button +Source9: events.thinkpad Source6: thinkpad_handler Source7: power_button Patch1: acpi_%{acpi_version}.dif @@ -63,7 +64,7 @@ %patch1 pushd acpi-%{acpi_version} popd -cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} . +cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} . %build make EXTRA_CFLAGS="$RPM_OPT_FLAGS -DUSE_SYSLOG" @@ -81,7 +82,8 @@ install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button mkdir -p %{buildroot}/usr/sbin ln -sf ../../etc/init.d/acpid %{buildroot}/usr/sbin/rcacpid -install -Dm 644 events.default %{buildroot}/etc/acpi/events/default +install -Dm 644 events.power_button %{buildroot}/etc/acpi/events/power_button +install -Dm 644 events.thinkpad %{buildroot}/etc/acpi/events/thinkpad pushd acpi-%{acpi_version} ln -sf /usr/share/automake*/mkinstalldirs mkinstalldirs make prefix=%{buildroot}/usr install @@ -111,7 +113,8 @@ %dir /etc/modprobe.d %dir /etc/acpi %dir /etc/acpi/events -/etc/acpi/events/default +/etc/acpi/events/thinkpad +/etc/acpi/events/power_button /usr/lib/acpid /etc/init.d/acpid /etc/modprobe.d/thinkpad_acpi @@ -126,6 +129,9 @@ %ghost %config(noreplace,missingok) %_var/log/acpid %changelog +* Mon Sep 01 2008 hmacht@suse.de +- different config files for different rules: + events.thinkpad and events.power_button * Fri Aug 08 2008 hmacht@suse.de - add power_button script to care about button presses if there is no active X session ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de