From 839ce1845d7b427bdad36876809c0789d1144b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:17:57 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-rjsmin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rjsmin.spec b/python-rjsmin.spec index 8e250ce..e0acb35 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.0.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Javascript Minifier License: ASL 2.0 @@ -119,6 +119,9 @@ rm -r %{buildroot}/%{_docdir}/%{pypi_name}/ %doc README.rst docs %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.0.12-11 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Matthias Runge - 1.0.12-10 - add gcc build requirement