Hello community,

here is the log from the commit of package tlp for openSUSE:Factory checked in 
at 2019-03-14 22:42:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tlp (Old)
 and      /work/SRC/openSUSE:Factory/.tlp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tlp"

Thu Mar 14 22:42:48 2019 rev:10 rq:684995 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/tlp/tlp.changes  2018-01-25 12:41:25.504185978 
+0100
+++ /work/SRC/openSUSE:Factory/.tlp.new.28833/tlp.changes       2019-03-14 
22:42:51.486630338 +0100
@@ -1,0 +2,64 @@
+Wed Mar 13 18:14:03 UTC 2019 - [email protected]
+
+- Update to version 1.2:
+  * Disc drives:
+    - Support for NVMe devices.
+    - Support for removable drives e.g. USB / IEE1394 devices.
+    - Improve support for multi queue I/O schedulers (blk-mq).
+  * General:
+    - tlp bat/ac: Keep manual power settings until tlp start
+      (gh#linrunner/TLP#349).
+    - Remove all pm-utils scripts (gh#linrunner/TLP#363).
+    - tlp/tlp-stat: Temporarily overwrite configuration for one
+      programme invocation only: -- PARAM=value ...
+    - Document intrinsic defaults in config file
+      (gh#linrunner/TLP#353).
+    - Code verified with ShellCheck.
+  * Graphics:
+    - INTEL_GPU_MIN_FREQ_ON_AC/BAT, INTEL_GPU_MAX_FREQ_ON_AC/BAT,
+      INTEL_GPU_BOOST_FREQ_ON_AC/BAT: Intel GPU frequency limits.
+  * Radio Devices:
+    - tlp-rdw: New command to disable RDW actions temporarily
+      (until reboot).
+    - Support ThinkPad Pro Dock CS18 (17ef:306f).
+    - USB_BLACKLIST_WWAN: Disable by default.
+    - Retire compatibility with Network Manager 0.9.8.
+  * PCI(e) devices:
+    - RUNTIME_PM_BLACKLIST: Add mei_me, pcieport.
+  * ThinkPad Battery:
+    - New native kernel API for battery features "natacpi",
+      requires kernel 4.17; enabled by default
+      (gh#linrunner/TLP#321).
+    - NATACPI_ENABLE, TPACPI_ENABLE, TPSMAPI_ENABLE: Make all
+      battery feature drivers switchable.
+    - tlp discharge/recalibrate: Exclude multiple simultaneous
+      invocations.
+    - Support ThinkPad 25, *80 (Coffee Lake) and all newer models.
+  * tlp-stat:
+    - Check systemd-rfkill.socket masked status.
+    - Drives: Show all configured devices (consider default).
+    - Intel GPU: Show frequency limits and available frequencies.
+    - Rename "Suggestions" section to "Recommendations".
+    - Remove invocation via "tlp stat".
+  * USB:
+    - Exclude scanners managed by libsane from autosuspend.
+    - Remove long deprecated level/autosuspend attributes.
+  * Bugfixes
+    - Do not try to start NetworkManager (systemd)
+      (gh#linrunner/TLP#193).
+    - get_disk_dev logic is not compatible with NVMe devices
+      (gh#linrunner/TLP#319).
+    - AC mode not detected with USB charger (gh#linrunner/TLP#320).
+    - Process "/usr/bin/tlp auto" failed with exit code 4
+      (gh#linrunner/TLP#331).
+    - zsh parse error in tlp diskid (gh#linrunner/TLP#332).
+    - Circumvent broken AC/charger detection (gh#linrunner/TLP#343,
+      gh#linrunner/TLP#362, gh#linrunner/TLP#375).
+    - Keep ASPM default to enable deeper C-states on AC
+      (gh#linrunner/TLP#344).
+    - Fix writing sequence for start/stop charge thresholds
+      (gh#linrunner/TLP#356).
+    - Recognise Think*p*ad P50 (gh#linrunner/TLP#368).
+    - tlp-stat: filter HWP lines from x86_energy_perf_policy output
+
+-------------------------------------------------------------------

Old:
----
  tlp-1.1.tar.gz

New:
----
  tlp-1.2.tar.gz

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

Other differences:
------------------
++++++ tlp.spec ++++++
--- /var/tmp/diff_new_pack.naWKG2/_old  2019-03-14 22:42:52.614629946 +0100
+++ /var/tmp/diff_new_pack.naWKG2/_new  2019-03-14 22:42:52.614629946 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tlp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name   TLP
 Name:           tlp
-Version:        1.1
+Version:        1.2
 Release:        0
 Summary:        Save battery power on laptops
-License:        GPL-2.0+ AND GPL-3.0+
+License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Hardware/Mobile
-Url:            http://linrunner.de/tlp
+URL:            http://linrunner.de/tlp
 Source:         
https://github.com/linrunner/%{_name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gzip
 BuildRequires:  systemd-rpm-macros
@@ -72,11 +72,14 @@
 %install
 %make_install \
   TLP_WITH_SYSTEMD=1           \
+  TLP_WITH_ELOGIND=0           \
   TLP_NO_INIT=1                \
   TLP_ULIB=%{_libexecdir}/udev \
   TLP_SYSD=%{_unitdir}
 make install-man \
   DESTDIR=%{buildroot}
+make install-man-rdw \
+  DESTDIR=%{buildroot}
 
 for rc in rc%{name} rc%{name}-sleep; do
     ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/$rc
@@ -95,11 +98,13 @@
 %service_del_preun %{name}.service %{name}-sleep.service
 
 %files
-%doc AUTHORS COPYING LICENSE README
+%license COPYING LICENSE
+%doc AUTHORS changelog README.md
 %config(noreplace) %{_sysconfdir}/default/%{name}
 %{_bindir}/bluetooth
 %{_bindir}/run-on-*
-%{_bindir}/%{name}-*
+%{_bindir}/%{name}-*list
+%{_bindir}/%{name}-stat
 %{_bindir}/wifi
 %{_bindir}/wwan
 %{_sbindir}/*%{name}*
@@ -107,7 +112,6 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/metainfo/
 %{_datadir}/metainfo/*%{name}.metainfo.xml
-%{_libexecdir}/pm-utils/
 %dir %{_libexecdir}/udev/
 %dir %{_libexecdir}/udev/rules.d/
 %{_libexecdir}/udev/%{name}-usb-udev
@@ -119,12 +123,15 @@
 %{_datadir}/bash-completion/completions/wifi
 %{_datadir}/bash-completion/completions/wwan
 %{_mandir}/man?/*.?%{?ext_man}
+%exclude %{_mandir}/man8/%{name}-rdw.8%{?ext_man}
 
 %files rdw
 %{_sysconfdir}/NetworkManager/
+%{_bindir}/%{name}-rdw
 %dir %{_libexecdir}/udev/
 %dir %{_libexecdir}/udev/rules.d/
 %{_libexecdir}/udev/rules.d/85-%{name}-rdw.rules
 %{_libexecdir}/udev/%{name}-rdw-udev
+%{_mandir}/man8/%{name}-rdw.8%{?ext_man}
 
 %changelog

++++++ tlp-1.1.tar.gz -> tlp-1.2.tar.gz ++++++
++++ 11856 lines of diff (skipped)


Reply via email to