From 44d670f26ddc8461180767940097205730525ed6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jun 26 2020 12:00:54 +0000 Subject: * Fri Jun 26 2020 Fabian Affolter - 2.17.2-7 - Add python3-setuptools as BR --- diff --git a/irclog2html.spec b/irclog2html.spec index b5031a7..15d4db5 100644 --- a/irclog2html.spec +++ b/irclog2html.spec @@ -1,14 +1,15 @@ Name: irclog2html Version: 2.17.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A script to convert IRC logs to HTML and other formats License: GPLv2+ URL: http://mg.pov.lt/irclog2html/ -Source0: https://github.com/mgedmin/irclog2html/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/mgedmin/irclog2html/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description irclog2html is a nice IRC log parser and colorizer that will do the most common @@ -41,6 +42,9 @@ install -Dpm 0644 src/%{name}/irclog.css %{buildroot}%{_datadir}/%{name} %{python3_sitelib}/*.egg-info %changelog +* Fri Jun 26 2020 Fabian Affolter - 2.17.2-7 +- Add python3-setuptools as BR + * Tue May 26 2020 Miro HronĨok - 2.17.2-6 - Rebuilt for Python 3.9