[bpython/epel7] set with_python3 to 0 for epel7

Adam Miller maxamillion at fedoraproject.org
Mon Jul 14 13:40:09 UTC 2014


commit 1e3df3c943341f4a0c82a1cc1f9fe24eca8a0797
Author: Adam Miller <admiller at redhat.com>
Date:   Mon Jul 14 08:40:26 2014 -0500

    set with_python3 to 0 for epel7

 bpython.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bpython.spec b/bpython.spec
index ad3e68f..076fef3 100644
--- a/bpython.spec
+++ b/bpython.spec
@@ -1,9 +1,9 @@
-%global        with_python3 1
+%global        with_python3 0
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
 Version:       0.12
-Release:       6%{?dist}
+Release:       6.1%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -129,6 +129,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 %endif # with_python3
 
 %changelog
+* Mon Jul 15 2014 Adam Miller <maxamillion at fedoraproject.org> - 0.12-6.1
+- set with_python3 to 0 for epel7
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list