From 6aae47b6a06b5b79347b888d7f0410d7046d6a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 27 Jun 2014 21:13:22 +0200 Subject: [PATCH] Bootstrapping --- python-pip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 4ef3848..46e52c3 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,6 +1,6 @@ %global with_python2 0 %global with_python3 1 -%global build_wheel 0 +%global build_wheel 1 %global srcname pip @@ -17,7 +17,7 @@ Name: %{?scl_prefix}python-%{srcname} Version: 1.6 -Release: 0.3.20140626gitbb6c11ed%{?dist} +Release: 0.4.20140626gitbb6c11ed%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -156,6 +156,9 @@ pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefi %endif # with_python3 %changelog +* Fri Jun 27 2014 Miro Hrončok - 1.6-0.4.20140626gitbb6c11ed +- Bootstrap + * Thu Jun 26 2014 Miro Hrončok - 1.6-0.3.20140626gitbb6c11ed - Update to git: bb6c11ed - SCL