From 318d8440fb2908a63c1bd8359b77ede4603f35d7 Mon Sep 17 00:00:00 2001 From: yatin Date: Mon, 18 Feb 2019 13:34:06 +0530 Subject: [PATCH] Update to 1.1.0 Update to latest release i.e 1.1.0 and adjust AUTHORS, LICENSE and CHANGES files as per latest release. --- python-markupsafe.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 2245087..c64efb0 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe -Version: 1.0 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -57,20 +57,23 @@ rm %{buildroot}%{python3_sitearch}/markupsafe/*.c %files -n python2-markupsafe -%license LICENSE -%doc AUTHORS CHANGES README.rst +%license LICENSE.rst +%doc CHANGES.rst README.rst %{python2_sitearch}/MarkupSafe-%{version}-py%{python2_version}.egg-info/ %{python2_sitearch}/markupsafe/ %files -n python3-markupsafe -%license LICENSE -%doc AUTHORS CHANGES README.rst +%license LICENSE.rst +%doc CHANGES.rst README.rst %{python3_sitearch}/MarkupSafe-%{version}-py%{python3_version}.egg-info/ %{python3_sitearch}/markupsafe/ %changelog +* Mon Feb 18 2019 Yatin Karel - 1.1.0-1 +- Update to 1.1.0 + * Sat Feb 02 2019 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild