Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tlp for openSUSE:Factory checked in 
at 2024-10-06 17:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tlp (Old)
 and      /work/SRC/openSUSE:Factory/.tlp.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tlp"

Sun Oct  6 17:52:17 2024 rev:25 rq:1205737 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tlp/tlp.changes  2024-05-22 21:35:06.919768985 
+0200
+++ /work/SRC/openSUSE:Factory/.tlp.new.19354/tlp.changes       2024-10-06 
17:52:29.050381999 +0200
@@ -1,0 +2,76 @@
+Thu Oct  3 20:53:02 UTC 2024 - Michael Pujos <[email protected]>
+
+- Update to 1.7.0 27.09.2024
+  * Features
+    Battery Care:
+    - Apple Silicon Macbooks (M*) with MacOS 13.0 (or later) firmware and
+      Asahi Linux kernel 6.6 (or later): start and stop threshold
+    - MSI laptops supported by the msi_ec driver in kernel 6.3 (or later):
+      start and stop threshold (Issue #707)
+    - Lenovo laptops (non-ThinkPad series): tlp-stat -b: number 60% removed
+      because the threshold varies by model (Issue #717)
+    - LG Gram laptops: forward to lg-legacy for kernel <= 5.17 only
+    - ThinkPads:
+      - The obsolete tpacpi-bat driver along with the acpi_call dependency
+        were removed. Current Linux distributions ship with kernel 5.17 or
+        later, which enables battery care via the built-in thinkpad_acpi.
+      - tlp-stat -b improvements for coreboot:
+        - Fix charge readings (Issue #657)
+        - Indicate when recalibration is not possible
+    - tlp-stat -b: Highlight battery care status
+    - tlp setcharge, tlp-stat -b: display a recommendation to use the laptop
+      on battery power until the battery is discharged to the stop threshold
+    Disks:
+    - tlp-stat -d: replace disk serial number with asterisks (for privacy)
+    General:
+    - TLP_MSG_COLORS: highlight error, warning, notice and success messages
+      in color.
+    - Add option --version to all TLP commands
+    - Add tlp-stat output options:
+      -m|--mode: print current power mode
+      -q|--quiet: omit version header and show less information in the
+        processor category
+    - Add Fish shell command completion
+    - Improve busybox compatibility by using only portable options for flock
+    Graphics:
+    - AMDGPU_ABM_LEVEL_ON_AC/BAT: configure display panel power savings via
+      Adaptive Backlight Modulation (ABM) from AMD Vega or newer GPUs;
+      kernel 6.9 required
+    Processor:
+    - CPU_ENERGY_PERF_POLICY_ON_AC/BAT: drop backwards compatibility for
+      EPB with kernels < 5.2; x86_energy_perf_policy is no longer required
+    - CPU_HWP_DYN_BOOST_ON_AC/BAT: drop the AMD implementation; the
+      corresponding kernel patch was discarded during the 2022 review,
+      reincarnation seems unlikely
+    - tlp-stat -t:
+      - Show AMD CPU temperatures
+      - Indicate unavailable fan speed
+    - tlp-stat -p: identify CPU model on ARM systems
+    Radio Devices:
+    - DEVICES_TO_ENABLE/DISABLE_ON_SHUTDOWN removed
+    USB:
+    - USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN removed
+  * Bugfixes 
+    Battery:
+    - Thinkpads:
+      - Fix premature abort of discharge/recalibrate for *20 models
+        (Issue #759)
+      - Fix ThinkPad X13s ARM power source detection (Issue #758)
+      - tlp-stat -b: do not recommend kernel 5.17 for coreboot,
+        as coreboot does not support discharge/recalibrate anyway.
+      - Fix Edge 11 battery enumeration (Issue #714)
+      - Support ThinkPad W510
+    Disks:
+    - Ensure power saving for all USB disks when plugged in
+    - tlp diskid: filter duplicates
+    General:
+    - tlp-stat -s: rework manual mode detection (Issue #702)
+    - tlp-stat --psup/udev: fix udev rule check
+    Radio Devices:
+    - Avoid error popups from NetworkManager when switching wifi/wwan
+    USB:
+    - tlp-stat -u: filter out error messages
+    - Prevent USB devices from being unrecognized or malfunctioning on battery;
+      adds xhci_hcd to RUNTIME_PM_DRIVER_DENYLIST defaults (Issues #436, #587) 
+    
+-------------------------------------------------------------------

Old:
----
  TLP-1.6.1.tar.gz

New:
----
  TLP-1.7.0.tar.gz

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

Other differences:
------------------
++++++ tlp.spec ++++++
--- /var/tmp/diff_new_pack.sBoZYf/_old  2024-10-06 17:52:30.482441509 +0200
+++ /var/tmp/diff_new_pack.sBoZYf/_new  2024-10-06 17:52:30.502442340 +0200
@@ -25,12 +25,12 @@
 %endif
 %{!?_udevrulesdir: %define _udevrulesdir %{_udevdir}/rules.d}
 Name:           tlp
-Version:        1.6.1
+Version:        1.7.0
 Release:        0
 Summary:        Tools to save battery power on laptops
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Hardware/Mobile
-URL:            http://linrunner.de/tlp
+URL:            https://linrunner.de/tlp
 Source:         
https://github.com/linrunner/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 Source10:       tlp-rpmlintrc
 BuildRequires:  gzip
@@ -78,7 +78,7 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-make %{?_smp_mflags} V=1 \
+%make_build \
   TLP_ULIB=%{_udevdir} \
   TLP_SYSD=%{_unitdir}
 
@@ -129,6 +129,8 @@
 %dir %{_datadir}/bash-completion/completions/
 %dir %{_datadir}/zsh
 %dir %{_datadir}/zsh/site-functions
+%dir %{_datadir}/fish
+%dir %{_datadir}/fish/vendor_completions.d
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %config(noreplace) %{_sysconfdir}/%{name}.d/00-template.conf
 %{_sysconfdir}/%{name}.d/README
@@ -153,6 +155,8 @@
 %exclude %{_datadir}/zsh/site-functions/_tlp-rdw
 %{_mandir}/man?/*.?%{?ext_man}
 %exclude %{_mandir}/man8/%{name}-rdw.8%{?ext_man}
+%{_datadir}/fish/vendor_completions.d/*
+%exclude %{_datadir}/fish/vendor_completions.d/tlp-rdw.fish
 
 %files rdw
 %dir %{_prefix}/lib/NetworkManager
@@ -164,4 +168,5 @@
 %{_mandir}/man8/%{name}-rdw.8%{?ext_man}
 %{_datadir}/bash-completion/completions/%{name}-rdw
 %{_datadir}/zsh/site-functions/_%{name}-rdw
+%{_datadir}/fish/vendor_completions.d/%{name}-rdw.fish
 

++++++ TLP-1.6.1.tar.gz -> TLP-1.7.0.tar.gz ++++++
++++ 14966 lines of diff (skipped)

Reply via email to