From 97716a9a992ab186a322e39d474184e6858ee18b Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 6 Feb 2014 14:40:02 +0100 Subject: [PATCH] update to 7.19.3.1 --- .gitignore | 1 + python-pycurl.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c0d3969..dbac5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pycurl-7.19.0.tar.gz /pycurl-7.19.0.2.tar.gz /pycurl-7.19.0.3.tar.gz /pycurl-7.19.3.tar.gz +/pycurl-7.19.3.1.tar.gz diff --git a/python-pycurl.spec b/python-pycurl.spec index 9eb0a1f..bc84dbd 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-pycurl -Version: 7.19.3 -Release: 2%{?dist} +Version: 7.19.3.1 +Release: 1%{?dist} Summary: A Python interface to libcurl Group: Development/Languages @@ -94,6 +94,9 @@ rm -rf %{buildroot}%{_datadir}/doc/pycurl %{python3_sitearch}/* %changelog +* Thu Feb 06 2014 Kamil Dudka - 7.19.3.1-1 +- update to 7.19.3.1 + * Fri Jan 10 2014 Kamil Dudka - 7.19.3-2 - add python3 subpackage (#1014583) diff --git a/sources b/sources index 0a4fe5f..0ffa742 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9091b7438d3de1552e28862d2971cd1 pycurl-7.19.3.tar.gz +6df8fa7fe8b680d93248da1f8d4fcd12 pycurl-7.19.3.1.tar.gz