From de7c1de0bc22bb6e19392ae6c4edc7d2cc043c40 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Aug 25 2014 18:06:42 +0000 Subject: Update to latest upstream. --- diff --git a/.gitignore b/.gitignore index b2be597..d819827 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.5.1.tar.gz +/v0.5.4.tar.gz diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 3273940..5116556 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -1,12 +1,12 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif Name: python-cairocffi -Version: 0.5.1 -Release: 5%{?dist} +Version: 0.5.4 +Release: 1%{?dist} Group: Development/Libraries Summary: cffi-based cairo bindings for Python License: BSD @@ -83,6 +83,10 @@ popd %endif # with_python3 %changelog +* Mon Aug 25 2014 Eric Smith 0.5.4-1 +- Update to latest upstream. +- No python3 in EL7. + * Sat Jun 07 2014 Fedora Release Engineering - 0.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8f29ec2..8927f06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -410a3dc56d9416b01b525591b27154c8 v0.5.1.tar.gz +8735c97af6c477f4509e485757de3dc0 v0.5.4.tar.gz