Hello community,

here is the log from the commit of package tlp for openSUSE:Factory checked in 
at 2020-02-06 13:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tlp (Old)
 and      /work/SRC/openSUSE:Factory/.tlp.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tlp"

Thu Feb  6 13:07:42 2020 rev:14 rq:770370 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tlp/tlp.changes  2019-06-03 18:56:15.204409202 
+0200
+++ /work/SRC/openSUSE:Factory/.tlp.new.26092/tlp.changes       2020-02-06 
13:07:50.696323730 +0100
@@ -1,0 +2,40 @@
+Tue Feb  4 13:29:00 UTC 2020 - Paolo Stivanin <[email protected]>
+- Update to 1.3.0
+  * New configuration scheme
+    - /etc/default/tlp is replaced by /etc/tlp.conf
+    - Settings are read in the following order:
+    - 1. Intrinsic defaults
+    - 2. /etc/tlp.d/*.conf - Drop-in customization snippets
+    - 3. /etc/tlp.conf - User configuration
+    - In case of identical parameters, the last occurence has precedence
+    - Parse config files instead of sourcing --> no more shell expansion
+  * Battery Features, tlp-stat -b
+    - Charge thresholds: better checks for command line and configuration; 
clearer error messages
+    - tlp discharge: error message "check your hardware" when battery wasn't 
completely discharged (Issue #438)
+    - Distinguish between "no kernel support" for natacpi (< 4.17) and "laptop 
not supported" (>= 4.17)
+    - Supplement battery status "Unknown" with "threshold may prevent 
charging" when thresholds are available only
+  * General
+    - systemd: replace tlp-sleep.service with /lib/systemd/system-sleep/tlp
+  * Operation Mode AC/BAT
+    - TLP_PS_IGNORE: power supply class to ignore when determining operation 
mode; workaround for laptops reporting incorrect AC or battery status (Issue 
#446)
+  * PCI(e) devices
+    - PCIE_ASPM_ON_AC/BAT: add method 'powersupersave' (Issue #425)
+  * Processor
+    - CPU_ENERGY_PERF_POLICY_ON_AC/BAT: backward compatible merge of settings 
for Intel energy vs. performance policies EPB (ENERGY_PERF_POLICY_ON_AC/BAT) 
and HWP.EPP (CPU_HWP_ON_AC/BAT); when HWP.EPP is available, EPB is not set; 
validate parameters; eliminate external tool x86_energy_perf_policy for kernel 
>= 5.2
+  * tlp-stat
+    - Configuration: show file where the parameter comes from
+    - System Info:
+        Show SELinux status
+        Show RDW as 'disabled' when TLP is disabled as a whole
+        Indicate persistent mode
+    - Intel CPU: don't show EPB values when HWP.EPP is active (see above)
+    - PCIe ASPM: show available policies
+    - Undervolting: remove "PHC kernel not available" message
+  * Battery Features
+    - Issue #415: ThinkPad X240 discharge BAT1 malfunction when BAT0 is not 
installed
+  * Disks
+    - Fix NVMe detection on Linux 4.15
+  * tlp-stat
+    - Issue #430: ignore HID device batteries
+
+-------------------------------------------------------------------

Old:
----
  TLP-1.2.2.tar.gz

New:
----
  TLP-1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tlp.spec ++++++
--- /var/tmp/diff_new_pack.zIXTR1/_old  2020-02-06 13:07:51.528324184 +0100
+++ /var/tmp/diff_new_pack.zIXTR1/_new  2020-02-06 13:07:51.532324185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tlp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   TLP
 Name:           tlp
-Version:        1.2.2
+Version:        1.3.0
 Release:        0
 Summary:        Tools to save battery power on laptops
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
@@ -75,7 +75,8 @@
   TLP_WITH_ELOGIND=0           \
   TLP_NO_INIT=1                \
   TLP_ULIB=%{_libexecdir}/udev \
-  TLP_SYSD=%{_unitdir}
+  TLP_SYSD=%{_unitdir} \
+  TLP_SDSL=%{_unitdir}/system-sleep
 make install-man \
   DESTDIR=%{buildroot}
 make install-man-rdw \
@@ -100,10 +101,14 @@
 %files
 %license COPYING LICENSE
 %doc AUTHORS changelog README.md
-%config(noreplace) %{_sysconfdir}/default/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+%dir %{_sysconfdir}/%{name}.d
+%config(noreplace) %{_sysconfdir}/%{name}.d/00-template.conf
+%{_sysconfdir}/%{name}.d/README
+%dir %{_unitdir}/system-sleep
+%{_unitdir}/system-sleep/tlp
 %{_bindir}/bluetooth
 %{_bindir}/run-on-*
-%{_bindir}/%{name}-*list
 %{_bindir}/%{name}-stat
 %{_bindir}/wifi
 %{_bindir}/wwan

++++++ TLP-1.2.2.tar.gz -> TLP-1.3.0.tar.gz ++++++
++++ 5507 lines of diff (skipped)


Reply via email to