diff --git a/python-nikola.spec b/python-nikola.spec index 898c8d3..fc1013e 100644 --- a/python-nikola.spec +++ b/python-nikola.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 8.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A modular, fast, simple, static website and blog generator License: MIT and CC0 and BSD @@ -10,7 +10,7 @@ URL: https://getnikola.com/ Source0: https://github.com/getnikola/nikola/archive/v%{version}/nikola-%{version}.tar.gz BuildArch: noarch -%if %{fedora} >= 34 +%if %{fedora} > 34 # see https://github.com/getnikola/nikola/commit/e6c45385559c8d9d08c3e26ebe23ff258e46d8b7 Patch0: python-pygment28.fix %endif @@ -166,6 +166,9 @@ pytest %changelog +* Tue Jul 6 2021 José Matos - 8.1.3-3 +- off by one type (larger than 34 and not larger or equal to 34) + * Tue Jul 6 2021 José Matos - 8.1.3-2 - make pygments-2.8 patch conditional on the Fedora versions where it is needed