[python-funcparserlib] using %{python3_version} instead of hardcoded 3.3

Dridi Boukelmoune dridi at fedoraproject.org
Sat Dec 21 17:00:49 UTC 2013


commit 89b51fe8063bbdbd3602697942117473ca7382cd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Sat Dec 21 17:51:38 2013 +0100

    using %{python3_version} instead of hardcoded 3.3

 python-funcparserlib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec
index b9bd9cd..ba2a06d 100644
--- a/python-funcparserlib.spec
+++ b/python-funcparserlib.spec
@@ -2,7 +2,7 @@
 
 Name:           python-%{srcname}
 Version:        0.3.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Recursive descent parsing library based on functional combinators
 
 License:        MIT
@@ -59,7 +59,7 @@ popd
 nosetests build/
 
 pushd %{py3dir}
-nosetests-3.3 build/
+nosetests-%{python3_version} build/
 popd
 
 
@@ -76,5 +76,8 @@ popd
 
 
 %changelog
+* Sat Dec 21 2013 Dridi Boukelmoune <dridi.boukelmoune at gmail.com> - 0.3.6-2
+- Using %%{python3_version} instead of hardcoded 3.3
+
 * Mon Dec 09 2013 Dridi Boukelmoune <dridi.boukelmoune at gmail.com> - 0.3.6-1
 - Initial spec


More information about the scm-commits mailing list