From bc6468135d0deeefc56ca90bc4a3439a7ade0d46 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Fri, 7 Jan 2022 17:29:16 -0500 Subject: [PATCH] Update to 1.5.0 --- .gitignore | 1 + sources | 2 +- tlp.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4e43720..5041f0f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /tlp-1.3.1.tar.gz /tlp-1.4.0-beta.1.tar.gz /tlp-1.4.0.tar.gz +/tlp-1.5.0.tar.gz diff --git a/sources b/sources index b6671fa..f1390eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tlp-1.4.0.tar.gz) = 6803c5bdc21bbd71a867d814f783ba526541e39485561a716bdc150ed35e0efd75f7a6d1775a43e93836d5e1f74d0243fda7cc67af03b837a7a4e15c75db2763 +SHA512 (tlp-1.5.0.tar.gz) = 93be83f276b902467049160c20a546cdf2f0ec221274bbb4761bf89a8da09f10a494ce2f36379ef9be48ca2e7325de8e582f5dbb823e2ddd339366bae1228122 diff --git a/tlp.spec b/tlp.spec index 192e885..aea1117 100644 --- a/tlp.spec +++ b/tlp.spec @@ -1,7 +1,7 @@ -%global gittag 1.4.0 +%global gittag 1.5.0 Name: tlp -Version: 1.4.0 -Release: 3%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Optimize laptop battery life License: GPLv2+ URL: https://linrunner.de/tlp @@ -120,6 +120,9 @@ appstream-util validate-relax --nonet \ /bin/systemctl enable NetworkManager-dispatcher.service >/dev/null 2>&1 || : %changelog +* Fri Jan 7 2022 Jeremy Newton - 1.5.0-1 +- Update to 1.5.0 + * Fri Jan 7 2022 Jeremy Newton - 1.4.0-3 - Fix some minor issues based on upstream feedback - Fix fesco issue 2725, RHBZ#2028701