Update for 2.1.3 release.
This commit is contained in:
parent
ebc339e798
commit
41198a3579
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user