[vertica-python/epel7] update to new version

Jakub Jedelsky kubo at fedoraproject.org
Sun Jun 15 20:55:21 UTC 2014


commit 221f1c1ea5a8e09ca2aa85ef6c4bd4d50fb23fe4
Author: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date:   Fri Jun 13 16:40:47 2014 +0200

    update to new version

 .gitignore          |    1 +
 sources             |    2 +-
 vertica-python.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 79b8da4..d8db7bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /0.2.0.tar.gz
 /0.2.1.tar.gz
+/0.2.3.tar.gz
diff --git a/sources b/sources
index 6671a22..6d4826a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-487cb907da0d193f47c1538eda6d8e32  0.2.1.tar.gz
+5d9fd10d3b846bad6d2e158f722750c0  0.2.3.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index 00507eb..d867dca 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,7 +2,7 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.2.1
+Version:        0.2.3
 Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
@@ -16,9 +16,8 @@ Patch0:         vertica-python-0.2.0-dateutil15.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-pip
 
-%if 0%{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 Requires:       python-dateutil15
 Requires:       python-setuptools
 %else
@@ -37,7 +36,7 @@ vertica-python is a native Python adapter for the Vertica
 %prep
 %setup -q -n vertica-python-%{version}
 
-%if 0%{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 %patch0 -p1
 %endif
 
@@ -58,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Fri Jun 13 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.3-1
+- update to new version
+
 * Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.1-1
 - new version update
 


More information about the scm-commits mailing list