rpms/python-repoze-tm2/EL-5 .cvsignore, 1.2, 1.3 python-repoze-tm2.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken lmacken at fedoraproject.org
Wed May 5 07:48:23 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-tm2/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20894

Modified Files:
	.cvsignore python-repoze-tm2.spec sources 
Log Message:
Update to 1.0a5 and run the test suite during build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-tm2/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	1 Oct 2009 15:54:53 -0000	1.2
+++ .cvsignore	5 May 2010 07:48:22 -0000	1.3
@@ -1 +1 @@
-repoze.tm2-1.0a4.tar.gz
+repoze.tm2-1.0a5.tar.gz


Index: python-repoze-tm2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-tm2/EL-5/python-repoze-tm2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-repoze-tm2.spec	1 Oct 2009 15:58:26 -0000	1.1
+++ python-repoze-tm2.spec	5 May 2010 07:48:22 -0000	1.2
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define     alphaver    a4
+%define     alphaver    a5
 
 Name:           python-repoze-tm2
 Version:        1.0
-Release:        0.5.%{alphaver}%{?dist}
+Release:        0.6.%{alphaver}%{?dist}
 Summary:        Zope-like transaction manager via WSGI middleware
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ Source0:        http://pypi.python.org/p
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python-devel python-setuptools-devel python-nose python-transaction
 Requires:       python-transaction
 
 %description
@@ -36,6 +36,8 @@ Zope to make use of two-phase commit tra
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+%check
+nosetests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 05 2010 Luke Macken <lmacken at redhat.com> - 1.0-0.5.a5
+- Update to 1.0a5
+- Run the test suite in %%check
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.5.a4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-tm2/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	1 Oct 2009 15:54:53 -0000	1.2
+++ sources	5 May 2010 07:48:22 -0000	1.3
@@ -1 +1 @@
-0a8c71c8b99487de353ca2b1205f05e4  repoze.tm2-1.0a4.tar.gz
+e874e84259b753dd0157260412d61173  repoze.tm2-1.0a5.tar.gz



More information about the scm-commits mailing list