From 62b5de3438d147a49c437f883046b35e28c3c1cc Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 22 Apr 2021 11:36:52 +0200 Subject: [PATCH] Fix chaneglog (second attempt) Related: rhbz#1935839 --- python-qrcode.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-qrcode.spec b/python-qrcode.spec index 379c9a1..ceda842 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 6.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python QR Code image generator License: BSD @@ -100,7 +100,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/%{pkgname}/image/__pycache__/base.* %changelog -* Mon Mar 08 2021 Christian Heimes - 6.1-10 +* Thu Apr 22 2021 Christian Heimes - 6.1-10 - Resolves: #1935839 Remove python-imaging build requirements for RHEL - Run unit tests during build