kubo pushed to vertica-python (el6). "update to new version"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 15:57:04 UTC 2015


>From 221f1c1ea5a8e09ca2aa85ef6c4bd4d50fb23fe4 Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date: Fri, 13 Jun 2014 16:40:47 +0200
Subject: update to new version


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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vertica-python.git/commit/?h=el6&id=221f1c1ea5a8e09ca2aa85ef6c4bd4d50fb23fe4


More information about the scm-commits mailing list