From 6b0c5206b4d1136803e03a20f30cbaf9bb46235d Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Thu, 17 Dec 2015 19:58:05 -0500 Subject: [PATCH] Update to latest upstream release Signed-off-by: John Dulaney --- .gitignore | 1 + python-cffi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdc0cdd..df269b9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /cffi-0.8.6.tar.gz /cffi-1.1.2.tar.gz /cffi-1.3.1.tar.gz +/cffi-1.4.1.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 74929b0..0a8d846 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,7 +5,7 @@ %endif Name: python-cffi -Version: 1.3.1 +Version: 1.4.1 Release: 1%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT @@ -99,6 +99,9 @@ popd %doc doc/build/html %changelog +* Thu Dec 17 2015 John Dulaney - 1.4.1-1 +- Update to latest upstream release + * Fri Dec 11 2015 John Dulaney - 1.3.1-1 - Update to latest upstream release diff --git a/sources b/sources index 931d5e9..9ff71c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -deeba7c1fd32a66f1db587988d760c11 cffi-1.3.1.tar.gz +73c2047f598ac7d8b7a5cd8e6d835c42 cffi-1.4.1.tar.gz