From 12a9b9bed0337b60ff2db459e09bdf772f22a27f Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Tue, 11 May 2021 13:37:40 +0200 Subject: [PATCH] Bump version to 1.1.0-4 and update changelog Update spec file to contain version bump and latest changelog. Related: #1958824 Signed-off-by: Antonio Torres --- python-rjsmin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-rjsmin.spec b/python-rjsmin.spec index 88a016e..cee4818 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Javascript Minifier License: ASL 2.0 @@ -91,6 +91,9 @@ sphinx-build -b html docs/_userdoc docs/_userdoc/html %doc README.md docs/_userdoc/html %changelog +* Mon May 10 2021 Antonio Torres - 1.1.0-4 +- Remove benchmarking files from sources + * Fri Apr 16 2021 Mohan Boddu - 1.1.0-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937