From 53e39cd28e064b982f0f533e62725c5812bb01bb Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Fri, 26 Apr 2013 07:33:23 -0500 Subject: [PATCH] Update to 1.3.1 to fix CVE-2013-1888. --- .gitignore | 1 + python-pip.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6563c36..f3ead45 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ pip-0.7.2.tar.gz /pip-0.8.3.tar.gz /pip-1.0.2.tar.gz /pip-1.1.tar.gz +/pip-1.3.1.tar.gz diff --git a/python-pip.spec b/python-pip.spec index e3cced4..4025a23 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -8,8 +8,8 @@ %global srcname pip Name: python-%{srcname} -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Pip installs packages. Python3 packages. An easy_install replacement Group: Development/Libraries @@ -129,6 +129,9 @@ popd %endif # with_python3 %changelog +* Fri Apr 26 2013 Jon Ciesla - 1.3.1-1 +- Update to 1.3.1, fix for CVE-2013-1888. + * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 18bee69..4b91cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db8a6d8a4564d3dc7f337ebed67b1a85 pip-1.2.1.tar.gz \ No newline at end of file +cbb27a191cebc58997c4da8513863153 pip-1.3.1.tar.gz