[python-XStatic-Font-Awesome] add requirement to font-awesome >= 4.1.0

Matthias Runge mrunge at fedoraproject.org
Sun Oct 5 13:05:31 UTC 2014


commit f93cf1b25a6cbc557e4f84f3cc1706dcaa3cfc4b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Sun Oct 5 15:05:02 2014 +0200

    add requirement to font-awesome >= 4.1.0

 python-XStatic-Font-Awesome.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-XStatic-Font-Awesome.spec b/python-XStatic-Font-Awesome.spec
index 61d1b39..981ef1a 100644
--- a/python-XStatic-Font-Awesome.spec
+++ b/python-XStatic-Font-Awesome.spec
@@ -4,7 +4,7 @@
 
 Name:           python-%{pypi_name}
 Version:        4.1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Font-Awesome (XStatic packaging standard)
 
 # font awesome is licensed under SIL 1.1.
@@ -23,7 +23,7 @@ BuildRequires:  fontawesome-fonts
 
 Requires: python-XStatic
 Requires: web-assets-filesystem
-Requires: fontawesome-fonts-web
+Requires: fontawesome-fonts-web >= 4.1.0
 Requires: fontawesome-fonts
 
 
@@ -69,5 +69,8 @@ done
 %{python2_sitelib}/XStatic_Font_Awesome-%{version}-py%{python_version}-nspkg.pth
 
 %changelog
+* Wed Oct 01 2014 Matthias Runge <mrunge at redhat.com> - 4.1.0.0-2
+- require at least version 4.1.0 of fontawesome-fonts-web
+
 * Wed Sep 10 2014 Matthias Runge <mrunge at redhat.com> - 4.1.0.0-1
 - Initial package. (rhbz#1140377)


More information about the scm-commits mailing list