- Update to 0.4 beta4.

This commit is contained in:
Toshio くらとみ 2007-08-27 21:52:02 +00:00
parent 7a026354a3
commit 693d2e3b05
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
SQLAlchemy-0.3.10.tar.gz SQLAlchemy-0.4.0beta4.tar.gz

View File

@ -3,16 +3,17 @@
%define srcname SQLAlchemy %define srcname SQLAlchemy
%define betaver beta4
Name: python-sqlalchemy Name: python-sqlalchemy
Version: 0.3.10 Version: 0.4.0
Release: 2%{?dist} Release: 0.1.%{betaver}%{?dist}
Summary: Modular and flexible ORM library for python Summary: Modular and flexible ORM library for python
Group: Development/Libraries Group: Development/Libraries
License: MIT License: MIT
URL: http://www.sqlalchemy.org/ URL: http://www.sqlalchemy.org/
Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/sqlalchemy/%{srcname}-%{version}%{betaver}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -29,7 +30,7 @@ define the join conditions explicitly, to bridge the gap between database and
domain. domain.
%prep %prep
%setup -q -n %{srcname}-%{version} %setup -q -n %{srcname}-%{version}%{betaver}
%build %build
@ -49,10 +50,13 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README LICENSE PKG-INFO CHANGES doc examples %doc README LICENSE PKG-INFO CHANGES doc examples
%{python_sitelib}/%{srcname}-%{version}-py%{pyver}.egg-info %{python_sitelib}/%{srcname}-%{version}%{betaver}-py%{pyver}.egg-info
%{python_sitelib}/sqlalchemy/ %{python_sitelib}/sqlalchemy/
%changelog %changelog
* Mon Aug 27 2007 Toshio Kuratomi <toshio@tiki-lounge.com> - 0.4.0-0.1.beta4
- Update to 0.4 beta4.
* Tue Jul 24 2007 Toshio Kuratomi <toshio@tiki-lounge.com> - 0.3.10-2 * Tue Jul 24 2007 Toshio Kuratomi <toshio@tiki-lounge.com> - 0.3.10-2
- Remove python-abi Requires. This is automatic since FC4+. - Remove python-abi Requires. This is automatic since FC4+.

View File

@ -1 +1 @@
1e91e7430b7ec64d5f5ff51e5a9ddf58 SQLAlchemy-0.3.10.tar.gz 97b00cfba5bcb7cc947320a66c2ce085 SQLAlchemy-0.4.0beta4.tar.gz