3 new revisions:

Revision: d7610ec56c99
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 11:07:51 2011
Log:      rpm Requires: /usr/bin/python2.6, not python26...
http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=d7610ec56c99

Revision: 0f6d936d6206
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 12:09:17 2011
Log:      don't actually need python*-devel to build
http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=0f6d936d6206

Revision: ad488f7904b7
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 11:09:22 2011
Log:      bump rpm release to 1.0.6-2
http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=ad488f7904b7

==============================================================================
Revision: d7610ec56c99
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 11:07:51 2011
Log:      rpm Requires: /usr/bin/python2.6, not python26

since newer versions of red hat/fedora/centos provide python only as
"python", not as "python26".

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=d7610ec56c99

Modified:
 /redhat/python26-cql.spec

=======================================
--- /redhat/python26-cql.spec   Mon Nov 14 14:48:40 2011
+++ /redhat/python26-cql.spec   Mon Dec  5 11:07:51 2011
@@ -11,7 +11,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

 BuildRequires:  python26-devel
-Requires:       python26, python26-thrift
+Requires:       /usr/bin/python2.6, python26-thrift

 %global __python python2.6
%global python26_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")

==============================================================================
Revision: 0f6d936d6206
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 12:09:17 2011
Log:      don't actually need python*-devel to build

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=0f6d936d6206

Modified:
 /redhat/python26-cql.spec

=======================================
--- /redhat/python26-cql.spec   Mon Dec  5 11:07:51 2011
+++ /redhat/python26-cql.spec   Mon Dec  5 12:09:17 2011
@@ -10,7 +10,6 @@
 BuildArch:      noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

-BuildRequires:  python26-devel
 Requires:       /usr/bin/python2.6, python26-thrift

 %global __python python2.6

==============================================================================
Revision: ad488f7904b7
Author:   paul cannon <[email protected]>
Date:     Mon Dec  5 11:09:22 2011
Log:      bump rpm release to 1.0.6-2

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=ad488f7904b7

Modified:
 /redhat/python26-cql.spec

=======================================
--- /redhat/python26-cql.spec   Mon Dec  5 12:09:17 2011
+++ /redhat/python26-cql.spec   Mon Dec  5 11:09:22 2011
@@ -1,6 +1,6 @@
 Name:           python26-cql
 Version:        1.0.6
-Release:        1
+Release:        2
 Summary:        DB-API 2.0 compliant client library for Cassandra/CQL

 Group:          Applications/Databases

Reply via email to