From 27bc6b1beaa795bad43f665a28030ec08fa4128e Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Mon, 21 Dec 2015 23:07:49 -0500 Subject: [PATCH] Update to 1.4.2 (#1293504) 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 df269b9..d998e52 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /cffi-1.1.2.tar.gz /cffi-1.3.1.tar.gz /cffi-1.4.1.tar.gz +/cffi-1.4.2.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 0a8d846..db1e151 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,7 +5,7 @@ %endif Name: python-cffi -Version: 1.4.1 +Version: 1.4.2 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 +* Tue Dec 22 2015 John Dulaney - 1.4.2-1 +- Update to 1.4.2 (#1293504) + * Thu Dec 17 2015 John Dulaney - 1.4.1-1 - Update to latest upstream release diff --git a/sources b/sources index 9ff71c6..1d35fb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73c2047f598ac7d8b7a5cd8e6d835c42 cffi-1.4.1.tar.gz +81357fe5042d00650b85b728cc181df2 cffi-1.4.2.tar.gz