Hello community, here is the log from the commit of package acpid for openSUSE:Factory checked in at 2013-08-04 16:47:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/acpid (Old) and /work/SRC/openSUSE:Factory/.acpid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "acpid" Changes: -------- --- /work/SRC/openSUSE:Factory/acpid/acpid.changes 2013-06-05 17:38:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2013-08-04 16:48:00.000000000 +0200 @@ -1,0 +2,17 @@ +Fri Aug 2 11:56:14 UTC 2013 - [email protected] + +- Use sourceforge download as below http://tedfelix.com/linux/ + the tar ball has been removed + +------------------------------------------------------------------- +Thu Jul 4 12:41:12 UTC 2013 - [email protected] + +- remove power and sleep button handlers -- now handled by systemd + just keep them as examples in the documentation + +------------------------------------------------------------------- +Wed Jul 3 19:36:13 UTC 2013 - [email protected] + +- remove obsolete thinkpad_acpi modprobe config (bnc#792172) + +------------------------------------------------------------------- Old: ---- thinkpad_acpi.modprobe ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acpid.spec ++++++ --- /var/tmp/diff_new_pack.7U0AcP/_old 2013-08-04 16:48:00.000000000 +0200 +++ /var/tmp/diff_new_pack.7U0AcP/_new 2013-08-04 16:48:00.000000000 +0200 @@ -23,10 +23,9 @@ License: GPL-2.0+ Group: System/Daemons Url: http://tedfelix.com/linux/acpid-netlink.html -Source: http://tedfelix.com/linux/%{name}-%{version}.tar.xz +Source: http://downloads.sourceforge.net/project/acpid2/%{name}-%{version}.tar.xz Source2: rcacpid Source3: README.SuSE -Source4: thinkpad_acpi.modprobe Source5: events.power_button Source6: thinkpad_handler Source7: power_button @@ -57,7 +56,7 @@ %setup -q %patch1 -cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE9} %{SOURCE10} %{SOURCE11} . +cp %{SOURCE2} %{SOURCE3} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE9} %{SOURCE10} %{SOURCE11} . %build export LDFLAGS="-Wl,-z,relro,-z,now" @@ -67,18 +66,15 @@ %install make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir} install -Dm 744 rcacpid %{buildroot}%{_initddir}/acpid -install -Dm 644 thinkpad_acpi.modprobe %{buildroot}%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf install -Dm 744 thinkpad_handler %{buildroot}%{_prefix}/lib/acpid/thinkpad_handler -install -Dm 744 power_button %{buildroot}%{_prefix}/lib/acpid/power_button -install -Dm 744 sleep_button %{buildroot}%{_prefix}/lib/acpid/sleep_button mkdir -p %{buildroot}%{_prefix}/sbin ln -sf ../../etc/init.d/acpid %{buildroot}%{_sbindir}/rcacpid -install -Dm 644 events.power_button %{buildroot}%{_sysconfdir}/acpi/events/power_button -install -Dm 644 events.sleep_button %{buildroot}%{_sysconfdir}/acpi/events/sleep_button install -Dm 644 events.thinkpad %{buildroot}%{_sysconfdir}/acpi/events/thinkpad mkdir -p %{buildroot}/%{_unitdir} install -m 644 %{SOURCE8} %{buildroot}/%{_unitdir} +# formerly installed, but no longer useful with systemd. Keep as documentation. +cp -p events.power_button events.sleep_button power_button sleep_button samples/ # for the rpmlint fascists mv samples examples # keep the logfile @@ -103,15 +99,11 @@ %files %defattr(-,root,root) -%dir %{_sysconfdir}/modprobe.d %dir %{_sysconfdir}/acpi %dir %{_sysconfdir}/acpi/events %{_sysconfdir}/acpi/events/thinkpad -%{_sysconfdir}/acpi/events/power_button -%{_sysconfdir}/acpi/events/sleep_button %{_prefix}/lib/acpid %{_sysconfdir}/init.d/acpid -%{_sysconfdir}/modprobe.d/50-thinkpad_acpi.conf %_unitdir/%{name}.service %{_sbindir}/rcacpid %{_sbindir}/acpid -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
