rpms/python-storm/F-10 .cvsignore, 1.2, 1.3 python-storm.spec, 1.2, 1.3 sources, 1.2, 1.3

Michel Alexandre Salim salimma at fedoraproject.org
Thu Feb 19 00:54:41 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/python-storm/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8429/F-10

Modified Files:
	.cvsignore python-storm.spec sources 
Log Message:
* Wed Feb 18 2009 Michel Salim <salimma at fedoraproject.org> - 0.14-1
- Update to 0.14



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 Aug 2008 03:55:42 -0000	1.2
+++ .cvsignore	19 Feb 2009 00:54:11 -0000	1.3
@@ -1 +1 @@
-storm-0.13.tar.bz2
+storm-0.14.tar.bz2


Index: python-storm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/F-10/python-storm.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-storm.spec	1 Sep 2008 22:39:10 -0000	1.2
+++ python-storm.spec	19 Feb 2009 00:54:11 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-storm
-Version:        0.13
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        An object-relational mapper (ORM) for Python
 
 Group:          Development/Languages
@@ -86,8 +86,13 @@
 %{__python} setup.py build
 
 
+# temporarily disable the test suite to fix broken deps in rawhide
+# should re-enable ASAP, see:
+# https://bugzilla.redhat.com/show_bug.cgi?id=477591
 %check
+%if 0%{?fedora} < 11
 ./test
+%endif
 
 
 %install
@@ -120,8 +125,10 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/storm/databases/postgres.*
 
-
 %changelog
+* Wed Feb 18 2009 Michel Salim <salimma at fedoraproject.org> - 0.14-1
+- Update to 0.14
+
 * Mon Sep  1 2008 Michel Salim <salimma at fedoraproject.org> - 0.13-2
 - Add build dependency on python-sqlite2, for unit testing
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 Aug 2008 03:55:42 -0000	1.2
+++ sources	19 Feb 2009 00:54:11 -0000	1.3
@@ -1 +1 @@
-115a871c831dcb0e13bc5b4f5006b198  storm-0.13.tar.bz2
+b5329b58229640791895e6b5a37845ab  storm-0.14.tar.bz2




More information about the scm-commits mailing list