[transifex/el5] fix broken dependency

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon May 20 13:49:04 UTC 2013


commit 4f26de2043869238aee279e10865a5fefcd4a066
Author: Luis <lbazan at fedoraproject.org>
Date:   Mon May 20 08:48:34 2013 -0500

    fix broken dependency

 transifex.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/transifex.spec b/transifex.spec
index 80ce1a0..45416bd 100644
--- a/transifex.spec
+++ b/transifex.spec
@@ -2,7 +2,7 @@
 
 Name:       transifex
 Version:    0.9.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A system for distributed translation submissions
 
 Group:      Applications/Internet
@@ -22,7 +22,7 @@ BuildRequires:  django-authority mercurial >= 1.3
 BuildRequires: python-sqlite2
 %endif
 
-Requires:   mercurial >= 1.3 python-urlgrabber intltool >= 0.37.1
+Requires:   mercurial >= 1.3 python-urlgrabber intltool >= 0:0.37.1
 Requires:   python-markdown python-pygments python-polib >= 0.4.2
 
 Requires:   Django django-contact-form django-pagination django-tagging
@@ -206,6 +206,9 @@ fi
 %dir %{_localstatedir}/lib/%{name}/scratchdir/sources/git
 
 %changelog
+* Mon May 20 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9.1-2
+- fix broken dependency
+
 * Mon Dec 27 2010 usuario - 0.9.1-1
 - Update to new upstream version.
 - The previous tarball has not the media/cs and media/images directories.


More information about the scm-commits mailing list