rpms/python-elixir/devel python-elixir.spec,1.13,1.14

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Apr 29 12:57:29 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/python-elixir/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7113

Modified Files:
	python-elixir.spec 
Log Message:
python-elixir: added missing dependency to Requires, fix Source0 URL




Index: python-elixir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-elixir/devel/python-elixir.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-elixir.spec	13 Apr 2010 13:34:05 -0000	1.13
+++ python-elixir.spec	29 Apr 2010 12:57:29 -0000	1.14
@@ -2,19 +2,19 @@
 
 Name:           python-elixir
 Version:        0.7.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A declarative mapper for SQLAlchemy
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://elixir.ematia.de/
-Source0:        http://cheeseshop.python.org/packages/source/E/Elixir/Elixir-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/E/Elixir/Elixir-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
 
-Requires:       python-sqlalchemy
+Requires:       python-sqlalchemy, python-crypto
 
 
 %description
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 29 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0.7.1-3
+- Added missing python-crypto to Requires
+- Fixed Source0 URL
+
 * Tue Apr 13 2010 James Bowes <jbowes at redhat.com> 0.7.1-2
 - Remove non-existant docs
 



More information about the scm-commits mailing list