[python-sqlalchemy] Upstream bugfix

Toshio くらとみ toshio at fedoraproject.org
Mon Apr 29 22:21:56 UTC 2013


commit 06aa1b8f655c5ad61f1ef79a944bda570dabe213
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Apr 29 13:34:05 2013 -0700

    Upstream bugfix

 .gitignore             |    1 +
 python-sqlalchemy.spec |    9 +++++----
 sources                |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e4624b..67c5c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ SQLAlchemy-0.6.1.tar.gz
 /SQLAlchemy-0.7.9dev.tar.gz
 /SQLAlchemy-0.8.0b1.tar.gz
 /SQLAlchemy-0.8.0.tar.gz
+/SQLAlchemy-0.8.1.tar.gz
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index 46e2163..0db821c 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,7 +10,7 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.8.0
+Version:        0.8.1
 Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -18,7 +18,6 @@ Group:          Development/Libraries
 License:        MIT
 URL:            http://www.sqlalchemy.org/
 Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
-Patch0: sqlalchemy-unittest-ordering.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -63,8 +62,7 @@ This package includes the python 3 version of the module.
 %global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so$
 
 %prep
-%setup -q -n %{srcname}-0.8.0
-%patch0 -p1 -b .ordering
+%setup -q -n %{srcname}-%{version}
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -126,6 +124,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Apr 29 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-1
+- Upstream bugfix
+
 * Fri Apr 12 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.0-1
 - Final release of 0.8.0
 - Fix for a unittest that assumes order in dicts
diff --git a/sources b/sources
index 5aee153..a81ee1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11cd07ca81fab78d53f2922b5fb187a3  SQLAlchemy-0.8.0.tar.gz
+65d1f3a9f25f3cd558b6001b11392ce1  SQLAlchemy-0.8.1.tar.gz


More information about the scm-commits mailing list