[setools/f13/master] - Add range to ports in seinfo python

Daniel J Walsh dwalsh at fedoraproject.org
Thu Aug 19 11:24:48 UTC 2010


commit dd0662276959c1f3d299c374dcadc732fadc4332
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Aug 19 07:24:37 2010 -0400

    - Add range to ports in seinfo python

 setools-python.patch |   45 ---------------------------------------------
 1 files changed, 0 insertions(+), 45 deletions(-)
---
diff --git a/setools-python.patch b/setools-python.patch
index 3785a66..804981e 100644
--- a/setools-python.patch
+++ b/setools-python.patch
@@ -1,51 +1,6 @@
 diff -up setools-3.3.7/configure.ac.python setools-3.3.7/configure.ac
 --- setools-3.3.7/configure.ac.python	2010-04-30 10:25:48.000000000 -0400
 +++ setools-3.3.7/configure.ac	2010-07-30 15:02:10.000000000 -0400
-@@ -194,7 +194,7 @@ AC_ARG_ENABLE(swig-java,
-               enable_jswig="$enableval")
- if test "x${enable_jswig}" = xyes; then
-    if test ${do_swigify} = no; then
--      AC_PROG_SWIG(1.3.28)
-+      AC_PROG_SWIG(2.0.0)
-    fi
-    AC_JAVA_OPTIONS
-    if test "x$JAVAPREFIX" = x; then
-@@ -216,21 +216,23 @@ if test "x${enable_jswig}" = xyes; then
-    do_swigify_java=yes
-    do_swigify=yes
- fi
-+
-+AM_PATH_PYTHON(2.6)
-+
- AC_ARG_ENABLE(swig-python,
-               AC_HELP_STRING([--enable-swig-python],
-                              [build SWIG interfaces for Python]),
-               enable_pyswig="$enableval")
- if test "x${enable_pyswig}" = xyes; then
-    if test ${do_swigify} = no; then
--      AC_PROG_SWIG(1.3.28)
-+      AC_PROG_SWIG(2.0.0)
-    fi
--   AM_PATH_PYTHON(2.3)
-    SWIG_PYTHON
-    do_swigify_python=yes
-    do_swigify=yes
- fi
- if test ${do_swigify} = "yes"; then
--   AC_PROG_SWIG(1.3.28)
-+   AC_PROG_SWIG(2.0.0)
- fi
- build_apol=yes
- AC_ARG_ENABLE(swig-tcl,
-@@ -239,7 +241,7 @@ AC_ARG_ENABLE(swig-tcl,
-               enable_tclswig="$enableval", enable_tclswig="yes")
- if test "x${enable_tclswig}" = xyes; then
-    if test ${do_swigify} = no; then
--      AC_PROG_SWIG(1.3.28)
-+      AC_PROG_SWIG(2.0.0)
-    fi
-    TEA_INIT(3.5)
-    TEA_PATH_TCLCONFIG
 @@ -888,6 +890,8 @@ AC_CONFIG_FILES([Makefile VERSION \
                   sediff/Makefile \
                   man/Makefile \


More information about the scm-commits mailing list