diff --git a/.gitignore b/.gitignore index 7caa290..5285ba4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Pygments-1.3.1.tar.gz /Pygments-1.6.tar.gz /Pygments-2.0.2.tar.gz /fix-shell-injection-in-font-manager.patch +/Pygments-2.1.3.tar.gz diff --git a/python-pygments.spec b/python-pygments.spec index bf78c96..5a48459 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -21,15 +21,14 @@ %global upstream_name Pygments Name: python-pygments -Version: 2.0.2 -Release: 5%{?dist} +Version: 2.1.3 +Release: 1%{?dist} Summary: Syntax highlighting engine written in Python Group: Development/Libraries License: BSD URL: http://pygments.org/ Source0: http://pypi.python.org/packages/source/P/%{upstream_name}/%{upstream_name}-%{version}.tar.gz -Patch0: fix-shell-injection-in-font-manager.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -100,7 +99,6 @@ need to prettify source code. Highlights are: %prep %setup -q -n Pygments-%{version} -%patch0 -p 1 %if 0%{?with_python3} rm -rf %{py3dir} @@ -208,6 +206,9 @@ popd %changelog +* Fri Mar 4 2016 Steve Milner - 2.1.3-1 +- Update for upstream release. + * Thu Feb 04 2016 Fedora Release Engineering - 2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index ad68be8..656e9cf 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -238587a1370d62405edabd0794b3ec4a Pygments-2.0.2.tar.gz -1d33104797add7b5b9e3a7feda7631ee fix-shell-injection-in-font-manager.patch +ed3fba2467c8afcda4d317e4ef2c6150 Pygments-2.1.3.tar.gz