Skip to content

Commit

Permalink
Prepare release 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysarraf committed Feb 1, 2018
1 parent 9c93667 commit 2bd94fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Documentation/revision-history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.72 - Thu Feb 1 21:59:24 IST 2018
* Switch to PyQt5 and Python3
* Add btrfs to list of filesystems for which we can set commit interval
* Add pkexec invocation script
* Add desktop file to upstream repo and invoke script
* Update installer to includes gui wrappers
* Install new SVG pixmap
* Control all available cards in radeon-dpm
* Prefer to use the new runtime pm autosuspend_delay_ms interface
* tolerate broken device interfaces quietly
* runtime-pm: Make {black,white}lists work with non-USB devices
* send echo errors to verbose log
* Extend blacklist by device types of devtype

1.71 - Thu Jan 12 13:30:50 IST 2017
* Fix incorrect import of os.putenv
* Merge pull request #74 from Coucouf/fix-os-putenv
Expand Down
8 changes: 5 additions & 3 deletions laptop-mode-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@

Summary: Tools for power savings based on battery/AC status
Name: laptop-mode-tools
Version: 1.71
Version: 1.72
Release: 1
License: GPL
Group: System Environment/Base
URL: http://github.com/rickysarraf/laptop-mode-tools
Vendor: Laptop Mode Tools Developers
Distribution: RPM Based distributions
Packager: Ritesh Raj Sarraf <[email protected]>

Source: http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_%{version}.tar.gz
Source: https://github.com/rickysarraf/laptop-mode-tools/releases/download/%{version}/laptop-mode-tools_%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
Expand Down Expand Up @@ -102,6 +101,9 @@ fi


%changelog
* Thu Feb 1 2018 Ritesh Raj Sarraf <[email protected]> - 1.72-1
- Updated to release 1.72

* Thu Jan 12 2017 Ritesh Raj Sarraf <[email protected]> - 1.71-1
- Updated to release 1.71

Expand Down
2 changes: 1 addition & 1 deletion usr/sbin/laptop_mode
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -a

# The laptop mode tools version number. Extracted by the installer makefile
# as well, so don't change the format!
LMTVERSION=1.71
LMTVERSION=1.72

# This script is loaded from multiple scripts to set the config defaults
# and to read the configuration on top of those. Only when the command is
Expand Down

0 comments on commit 2bd94fc

Please sign in to comment.