From 07506a88ef4a980281f77431883c16aa6c4c7ee9 Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Thu, 28 Apr 2016 13:06:02 -0400 Subject: [PATCH] Switch Source0 to using pypi.io 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 2b940f0..8446e4e 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,11 +6,11 @@ Name: python-cffi Version: 1.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ -Source0: https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-%{version}.tar.gz +Source0: https://pypi.io/packages/source/c/cffi/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-3 +- Switch Source0 to using pypi.io + * Thu Apr 28 2016 John Dulaney - 1.6.0-2 - Update Source0 URL to account for pypi change