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