Update for 2.1.3 release.

This commit is contained in:
Steve Milner 2016-03-04 09:36:04 -05:00
parent ebc339e798
commit 41198a3579
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Pygments-1.3.1.tar.gz
/Pygments-1.6.tar.gz /Pygments-1.6.tar.gz
/Pygments-2.0.2.tar.gz /Pygments-2.0.2.tar.gz
/fix-shell-injection-in-font-manager.patch /fix-shell-injection-in-font-manager.patch
/Pygments-2.1.3.tar.gz

View File

@ -21,15 +21,14 @@
%global upstream_name Pygments %global upstream_name Pygments
Name: python-pygments Name: python-pygments
Version: 2.0.2 Version: 2.1.3
Release: 5%{?dist} Release: 1%{?dist}
Summary: Syntax highlighting engine written in Python Summary: Syntax highlighting engine written in Python
Group: Development/Libraries Group: Development/Libraries
License: BSD License: BSD
URL: http://pygments.org/ URL: http://pygments.org/
Source0: http://pypi.python.org/packages/source/P/%{upstream_name}/%{upstream_name}-%{version}.tar.gz 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -100,7 +99,6 @@ need to prettify source code. Highlights are:
%prep %prep
%setup -q -n Pygments-%{version} %setup -q -n Pygments-%{version}
%patch0 -p 1
%if 0%{?with_python3} %if 0%{?with_python3}
rm -rf %{py3dir} rm -rf %{py3dir}
@ -208,6 +206,9 @@ popd
%changelog %changelog
* Fri Mar 4 2016 Steve Milner <smilner@redhat.com> - 2.1.3-1
- Update for upstream release.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1,2 +1 @@
238587a1370d62405edabd0794b3ec4a Pygments-2.0.2.tar.gz ed3fba2467c8afcda4d317e4ef2c6150 Pygments-2.1.3.tar.gz
1d33104797add7b5b9e3a7feda7631ee fix-shell-injection-in-font-manager.patch