[scipy] fix typo in conditional

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 16:36:13 UTC 2012


commit 6b9083af7ba78b4b5315bfbc0ce8bde55fd8f1d1
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 12:35:05 2012 -0400

    fix typo in conditional

 scipy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scipy.spec b/scipy.spec
index 69f151d..b406379 100644
--- a/scipy.spec
+++ b/scipy.spec
@@ -1,4 +1,4 @@
-%if (0%{?fedora} > 15
+%if 0%{?fedora} > 15
 %global with_python3 1
 %{?filter_setup:
 %filter_provides_in %{python_sitearch}.*\.so$


More information about the scm-commits mailing list