rpms/python-storm/F-8 python-storm.spec,1.1,1.2

Michel Alexandre Salim salimma at fedoraproject.org
Mon Sep 1 22:39:40 UTC 2008


Author: salimma

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

Modified Files:
	python-storm.spec 
Log Message:
* Mon Sep  1 2008 Michel Salim <salimma at fedoraproject.org> - 0.13-2
- Add build dependency on python-sqlite2, for unit testing



Index: python-storm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-storm/F-8/python-storm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-storm.spec	31 Aug 2008 03:55:42 -0000	1.1
+++ python-storm.spec	1 Sep 2008 22:39:09 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-storm
 Version:        0.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An object-relational mapper (ORM) for Python
 
 Group:          Development/Languages
@@ -14,6 +14,8 @@
 # C extension now compiled by default
 #BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools
+# needed for unit tests
+BuildRequires:  python-sqlite2
 Requires:       python-storm-backend = %{version}-%{release}
 
 %description
@@ -120,6 +122,9 @@
 
 
 %changelog
+* Mon Sep  1 2008 Michel Salim <salimma at fedoraproject.org> - 0.13-2
+- Add build dependency on python-sqlite2, for unit testing
+
 * Sat Aug 30 2008 Michel Salim <salimma at fedoraproject.org> - 0.13-1
 - Update to 0.13
 




More information about the fedora-extras-commits mailing list