rpms/python-storm/devel .cvsignore, 1.2, 1.3 python-storm.spec, 1.4, 1.5 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/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8429/devel

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/devel/.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/devel/python-storm.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-storm.spec	22 Dec 2008 08:25:13 -0000	1.4
+++ python-storm.spec	19 Feb 2009 00:54:11 -0000	1.5
@@ -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:        4%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        An object-relational mapper (ORM) for Python
 
 Group:          Development/Languages
@@ -89,8 +89,10 @@
 # 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
-#./test
+%check
+%if 0%{?fedora} < 11
+./test
+%endif
 
 
 %install
@@ -124,6 +126,9 @@
 %{python_sitearch}/storm/databases/postgres.*
 
 %changelog
+* Wed Feb 18 2009 Michel Salim <salimma at fedoraproject.org> - 0.14-1
+- Update to 0.14
+
 * Mon Dec 22 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.13-4
 - Temporarily disable the check to fix broken deps 
   (opened #477591 to track this)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/devel/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