rpms/pyodbc/F-11 pyodbc.spec,1.7,1.8 README.rst,1.1,NONE

Ray Van Dolson rayvd at fedoraproject.org
Wed Apr 22 15:47:13 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/pyodbc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17484

Modified Files:
	pyodbc.spec 
Removed Files:
	README.rst 
Log Message:
2.1.5


Index: pyodbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyodbc/F-11/pyodbc.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyodbc.spec	9 Apr 2009 22:05:20 -0000	1.7
+++ pyodbc.spec	22 Apr 2009 15:46:41 -0000	1.8
@@ -1,14 +1,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pyodbc
-Version:        2.1.4
-Release:        5%{?dist}
+Version:        2.1.5
+Release:        1%{?dist}
 Summary:        Python DB API 2.0 Module for ODBC
 Group:          Development/Languages
 License:        MIT
 URL:            http://code.google.com/p/pyodbc/
 Source0:        http://pyodbc.googlecode.com/files/%{name}-%{version}.zip
-Source1:        README.rst
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       unixODBC, python >= 2.4
 BuildRequires:  unixODBC-devel
@@ -28,7 +27,6 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%{__cp} -p %{SOURCE1} %{_builddir}/%{name}-%{version}/
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -39,6 +37,9 @@
 %{python_sitearch}/*
 
 %changelog
+* Wed Apr 22 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 2.1.5-1
+- Upstream released 2.1.5
+
 * Sun Feb 23 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 2.1.4-5
 - Removing versioned BuildRequires
 


--- README.rst DELETED ---




More information about the fedora-extras-commits mailing list