From 3a58c47f8daa24e7760eedd32e4edc07d76a5060 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: May 04 2018 15:49:58 +0000 Subject: bump spec Signed-off-by: Christian Heimes --- diff --git a/python-black.spec b/python-black.spec index f635705..ac4770d 100644 --- a/python-black.spec +++ b/python-black.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 18.4a4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The uncompromising code formatter License: MIT @@ -78,5 +78,9 @@ install -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/black.1 %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Fri May 04 2018 Christian Heimes - 18.4a4-2 +- Add man page +- Ignore false spelling warnings + * Wed May 02 2018 Christian Heimes - 18.4a4-1 - Initial package.