From 9d674d5ff434e4628350bc13908f84b7421e5bed Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Thu, 28 Apr 2016 12:31:06 -0400 Subject: [PATCH] Update Source0 URL to account for pypi change Signed-off-by: John Dulaney --- python-cffi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index 3917985..2b940f0 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,11 +6,11 @@ Name: python-cffi Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ -Source0: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz +Source0: https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-%{version}.tar.gz BuildRequires: libffi-devel python-sphinx BuildRequires: python2-devel python2-setuptools Cython python-pycparser @@ -109,6 +109,9 @@ popd %doc doc/build/html %changelog +* Thu Apr 28 2016 John Dulaney - 1.6.0-2 +- Update Source0 URL to account for pypi change + * Thu Apr 21 2016 John Dulaney - 1.6.0-1 - Update to 1.6.0 (#1329203)