From 0ec11e6d098d46eb4f335946f8a21947a09bf1c0 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Feb 07 2022 09:08:33 +0000 Subject: Update to 1.3.1 --- diff --git a/.gitignore b/.gitignore index ee7da43..41628cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /thinkfan-1.2.1.tar.gz /thinkfan-1.2.2.tar.gz /thinkfan-1.3.0.tar.gz +/thinkfan-1.3.1.tar.gz diff --git a/sources b/sources index 47dc137..bc73dbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (thinkfan-1.3.0.tar.gz) = 0f1016ef25cb8e91b3c9b371877677c4a1a7441847caebfbba77d6ae104bdd4463fa2205176228c9f9cb686fc36c89bb86df08683f4e6ae7354f3af151e8dc99 +SHA512 (thinkfan-1.3.1.tar.gz) = dbb92ab1a7f008ecb5c125b105191b9021cccf3b59f6dbd0fbdea03dd730b573214d8a44b219c4efd458a6cab94deae3bcbdca030db72e79ca221ba91f0c2c6c diff --git a/thinkfan.spec b/thinkfan.spec index 7e9e84f..7ff1384 100644 --- a/thinkfan.spec +++ b/thinkfan.spec @@ -1,6 +1,6 @@ Name: thinkfan -Version: 1.3.0 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: A simple fan control program License: GPLv3+ @@ -77,6 +77,9 @@ rm -f %{buildroot}/%{_pkgdocdir}/COPYING %changelog +* Mon Feb 07 2022 Sandro Mani - 1.3.1-1 +- Update to 1.3.1 + * Sat Jan 22 2022 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/thinkfan_systemd.patch b/thinkfan_systemd.patch index b3fb147..d704b61 100644 --- a/thinkfan_systemd.patch +++ b/thinkfan_systemd.patch @@ -1,7 +1,7 @@ -diff -rupN --no-dereference thinkfan-1.3.0/CMakeLists.txt thinkfan-1.3.0-new/CMakeLists.txt ---- thinkfan-1.3.0/CMakeLists.txt 2021-09-22 23:25:33.000000000 +0200 -+++ thinkfan-1.3.0-new/CMakeLists.txt 2021-11-01 10:04:52.522553982 +0100 -@@ -134,17 +134,7 @@ if(SYSTEMD_FOUND) +diff -rupN --no-dereference thinkfan-1.3.1/CMakeLists.txt thinkfan-1.3.1-new/CMakeLists.txt +--- thinkfan-1.3.1/CMakeLists.txt 2022-02-05 16:12:20.000000000 +0100 ++++ thinkfan-1.3.1-new/CMakeLists.txt 2022-02-07 10:08:13.703113795 +0100 +@@ -139,17 +139,7 @@ if(SYSTEMD_FOUND) rcscripts/systemd/thinkfan-sleep.service rcscripts/systemd/thinkfan-wakeup.service "${CMAKE_BINARY_DIR}/rcscripts/systemd/thinkfan.service" @@ -20,9 +20,9 @@ diff -rupN --no-dereference thinkfan-1.3.0/CMakeLists.txt thinkfan-1.3.0-new/CMa endif(SYSTEMD_FOUND) if(OPENRC_FOUND) -diff -rupN --no-dereference thinkfan-1.3.0/rcscripts/systemd/thinkfan.service.cmake thinkfan-1.3.0-new/rcscripts/systemd/thinkfan.service.cmake ---- thinkfan-1.3.0/rcscripts/systemd/thinkfan.service.cmake 2021-09-22 23:25:33.000000000 +0200 -+++ thinkfan-1.3.0-new/rcscripts/systemd/thinkfan.service.cmake 2021-11-01 10:04:52.522553982 +0100 +diff -rupN --no-dereference thinkfan-1.3.1/rcscripts/systemd/thinkfan.service.cmake thinkfan-1.3.1-new/rcscripts/systemd/thinkfan.service.cmake +--- thinkfan-1.3.1/rcscripts/systemd/thinkfan.service.cmake 2022-02-05 16:12:20.000000000 +0100 ++++ thinkfan-1.3.1-new/rcscripts/systemd/thinkfan.service.cmake 2022-02-07 10:08:13.703113795 +0100 @@ -4,8 +4,8 @@ After=sysinit.target After=systemd-modules-load.service