From 7a8fa254c60a0aeb3a5e8049f7b58c11e73c78c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:52:04 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lirc.spec b/lirc.spec index 8c2395e..b5d05df 100644 --- a/lirc.spec +++ b/lirc.spec @@ -10,7 +10,7 @@ Name: lirc Version: 0.10.0 -Release: 22%{?tag:.}%{?tag}%{?dist} +Release: 23%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -384,6 +384,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Tue May 26 2020 Miro HronĨok - 0.10.0-23 +- Rebuilt for Python 3.9 + * Thu Jan 30 2020 Paul Wouters - 0.10.0-22 - Use rundir macro and not old hardcoded /var/run for tmpfile creation in spec file.