From 50da6b458ba5448293e22d2f0ac563cb84f4f5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-django-compressor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-django-compressor.spec b/python-django-compressor.spec index cc2818e..3910f1d 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -12,7 +12,7 @@ Name: python-django-compressor Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compresses linked and inline JavaScript or CSS into single cached files License: MIT @@ -95,6 +95,9 @@ processed with optional, configurable compilers and filters. %endif %changelog +* Mon Dec 19 2016 Miro HronĨok - 2.1-2 +- Rebuild for Python 3.6 + * Thu Aug 11 2016 Matthias Runge - 2.1-1 - update to 2.1 (rhbz#1365700) - modernize spec