[vertica-python/el6] new version update

Jakub Jedelsky kubo at fedoraproject.org
Fri Apr 25 07:09:10 UTC 2014


commit bf859cd4b52e00abaf2147ef41ce940b6cfd1c43
Author: Jakub Jedelsky <jakub.jedelsky at gooddata.com>
Date:   Fri Apr 25 00:11:08 2014 +0200

    new version update

 .gitignore                         |    1 +
 sources                            |    2 +-
 vertica-python-0.2.0-version.patch |   13 -------------
 vertica-python.spec                |   13 +++++++------
 4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e0eccb..79b8da4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /0.2.0.tar.gz
+/0.2.1.tar.gz
diff --git a/sources b/sources
index 94d1f5b..6671a22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da4f73d2d63e6253491977e80726ee85  0.2.0.tar.gz
+487cb907da0d193f47c1538eda6d8e32  0.2.1.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index 2f63cf0..00507eb 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,17 +2,16 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.2.0
-Release:        4%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
 License:        MIT
 URL:            https://github.com/uber/vertica-python
 Source0:        https://github.com/uber/vertica-python/archive/%{version}.tar.gz
-Patch0:         vertica-python-0.2.0-version.patch
 # EPEL 6 patch
-Patch1:         vertica-python-0.2.0-dateutil15.patch
+Patch0:         vertica-python-0.2.0-dateutil15.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -37,10 +36,9 @@ vertica-python is a native Python adapter for the Vertica
 
 %prep
 %setup -q -n vertica-python-%{version}
-%patch0 -p1
 
 %if 0%{?rhel} <= 6
-%patch1 -p1
+%patch0 -p1
 %endif
 
 
@@ -60,6 +58,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.1-1
+- new version update
+
 * Fri Mar 28 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.0-4
 - remove buildrood tag
 - edit dateutil patch for el6


More information about the scm-commits mailing list