Hello community, here is the log from the commit of package tlp for openSUSE:Factory checked in at 2016-08-22 10:07:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tlp (Old) and /work/SRC/openSUSE:Factory/.tlp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tlp" Changes: -------- --- /work/SRC/openSUSE:Factory/tlp/tlp.changes 2016-01-05 21:55:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tlp.new/tlp.changes 2016-08-22 10:07:17.000000000 +0200 @@ -1,0 +2,59 @@ +Thu Aug 18 14:46:12 UTC 2016 - [email protected] + +- Update to version 0.9: + * General: + - Block concurrent invocation of TLP. + * Disc drives: + - AHCI runtime power management for host controllers and + attached disc drives. + - SATA_LINKPWR_BLACKLIST: Exclude SATA host devices from power + management. + * Radio Devices: + - Finally remove deprecated DEVICES_TO_ENABLE_ON_RADIOSW code + (works with Ubuntu 12.04/Linux 3.2 only). + - Change WIFI_PWR_ON_AC/BAT default config values to off/on for + better usability (1/5 is still supported for backwards + compatibility). + * Radio Device Wizard (tlp-rdw): + - Add another ThinkPad OneLink Pro Dock USB LAN (17ef:304). + * (ThinkPad) Battery: + - tlp-stat: + + Distinguish incompatible hardware from load errors + (gh#linrunner/TLP#160). + + Display battery charge and capacity values in %. + + More selective suggestions for tp-smapi/acpi-call kernel + modules. + * tlp-stat: + - Intel graphics: include i915 parameters enable_dc, enable_psr, + modeset. + - --pev: monitor power supply udev events + (gh#linrunner/TLP#172). + - Processor: + + Display available scaling governors. + + intel_pstate: display turbo_pct, num_pstates. + - Storage Devices: + - Recognise blk-mq I/O scheduler. + - SMART attributes Power_Cycle_Count, Unused_Rsvd_Blk_Cnt_Tot, + NAND_Writes_1GiB. + - Suggestions: Add *60 models for tp-smapi/acpi-call. + - System Info: Display boot mode UEFI / BIOS. + - TLP Status: + + Display time and mode of tlp's last invocation. + + Issue warning when systemd-rfkill[@].service is not masked. + - Wireless: Display type in interface list. + * Bugfixes + - Handle kernel with built-in acpi_call module properly + (gh#linrunner/TLP#163). + - Battery discharge does not terminate on ThinkPad E-series + (gh#linrunner/TLP#170). + - TLP does not notice power source change (gh#linrunner/TLP#172). + - Do not touch wifi on shutdown when unconfigured + (gh#linrunner/TLP#175). + - Optimise rdw locking heuristics (gh#linrunner/TLP#176). + - tlp-stat: Fix ata error count (filter "DevExch" caused by + bay inserts). + - tp-smapi: Do not load on unsupported ThinkPads. + - Fix bash completion. +- Remove tlp-0.8-correct-udev-rules-path.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- tlp-0.8-correct-udev-rules-path.patch tlp-0.8.tar.gz New: ---- tlp-0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tlp.spec ++++++ --- /var/tmp/diff_new_pack.3clM4g/_old 2016-08-22 10:07:18.000000000 +0200 +++ /var/tmp/diff_new_pack.3clM4g/_new 2016-08-22 10:07:18.000000000 +0200 @@ -18,15 +18,13 @@ %define _name TLP Name: tlp -Version: 0.8 +Version: 0.9 Release: 0 Summary: Save battery power on laptops License: GPL-2.0+ and GPL-3.0+ Group: Hardware/Mobile Url: http://linrunner.de/tlp Source: https://github.com/linrunner/%{_name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE tlp-0.8-correct-udev-rules-path.patch boo#960498 [email protected] -- Set correct udev rules path. -Patch0: %{name}-0.8-correct-udev-rules-path.patch BuildRequires: gzip BuildRequires: systemd-rpm-macros Requires: hdparm @@ -36,7 +34,6 @@ Requires: usbutils Requires: util-linux >= 2.17 Recommends: %{name}-rdw = %{version} -Recommends: acpid Recommends: ethtool Recommends: lsb-release Recommends: smartmontools @@ -66,7 +63,6 @@ %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 %build make %{?_smp_mflags} \ @@ -79,11 +75,9 @@ TLP_NO_INIT=1 \ TLP_ULIB=%{_libexecdir}/udev \ TLP_SYSD=%{_unitdir} +make install-man \ + DESTDIR=%{buildroot} -for num in 1 8; do - mkdir -p %{buildroot}%{_mandir}/man$num/ - install -Dm 0644 man/*.$num %{buildroot}%{_mandir}/man$num/ -done for rc in rc%{name} rc%{name}-sleep; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/$rc done @@ -103,11 +97,7 @@ %files %defattr(-,root,root) %doc AUTHORS COPYING LICENSE README -%dir %{_sysconfdir}/acpi/ -%dir %{_sysconfdir}/acpi/events/ -%config %{_sysconfdir}/acpi/events/thinkpad-radiosw %config(noreplace) %{_sysconfdir}/default/%{name} -%{_sysconfdir}/acpi/thinkpad-radiosw.sh %{_bindir}/bluetooth %{_bindir}/run-on-* %{_bindir}/%{name}-* @@ -115,16 +105,19 @@ %{_bindir}/wwan %{_sbindir}/*%{name}* %{_unitdir}/%{name}*.service -%dir %{_datadir}/bash-completion/ -%dir %{_datadir}/bash-completion/completions/ -%{_datadir}/bash-completion/completions/%{name} -%{_libexecdir}/%{name}-pm/ +%{_datadir}/%{name}-pm/ %{_libexecdir}/pm-utils/ %dir %{_libexecdir}/udev/ %dir %{_libexecdir}/udev/rules.d/ %{_libexecdir}/udev/%{name}-usb-udev %{_libexecdir}/udev/rules.d/85-%{name}.rules -%{_mandir}/man?/* +%dir %{_datadir}/bash-completion/ +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/bluetooth +%{_datadir}/bash-completion/completions/%{name}* +%{_datadir}/bash-completion/completions/wifi +%{_datadir}/bash-completion/completions/wwan +%{_mandir}/man?/*.?%{?ext_man} %files rdw %defattr(-,root,root) ++++++ tlp-0.8.tar.gz -> tlp-0.9.tar.gz ++++++ ++++ 10823 lines of diff (skipped)
