[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] swig-1.3.17.patch

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-11 06:44:31 CET

* ac-helpers/swig.m4
  subversion/bindings/swig/README,
  subversion/bindings/swig/INSTALL,
  packages/rpm/redhat-7.x/subversion.spec,
  packages/rpm/redhat-8.x/subversion.spec,
  packages/rpm/mandrake-9.0/subversion.spec:
  Update the documentation to reflect a minimum version of SWIG
  as 1.3.16 and support 1.3.17.

Index: ac-helpers/swig.m4
===================================================================
--- ac-helpers/swig.m4 (revision 4084)
+++ ac-helpers/swig.m4 (working copy)
@@ -30,6 +30,14 @@
   ])
 ])
 
+dnl If you change the swig version number thats required,
+dnl don't forget to update:
+dnl subversion/bindings/swig/INSTALL
+dnl subversion/bindings/swig/README
+dnl packages/rpm/mandrake-9.0/subversion.spec
+dnl packages/rpm/redhat-7.x/subversion.spec
+dnl packages/rpm/redhat-8.x/subversion.spec
+
 AC_DEFUN(SVN_FIND_SWIG,
 [
   where=$1
@@ -48,6 +56,9 @@
         [1.3.16*])
           SWIG_SUITABLE=yes
           ;;
+ [1.3.17*])
+ SWIG_SUITABLE=yes
+ ;;
         *)
           SWIG_SUITABLE=no
           AC_MSG_WARN([swig bindings require 1.3.16.])
Index: subversion/bindings/swig/README
===================================================================
--- subversion/bindings/swig/README (revision 4084)
+++ subversion/bindings/swig/README (working copy)
@@ -48,7 +48,7 @@
 (4) limited symbols/functionality exported via the _util module
 
 
-NOTE: the bindings code is being developed using SWIG 1.3.12. Earlier
+NOTE: the bindings code is being developed using SWIG 1.3.16. Earlier
 versions of SWIG will simply *not* work.
 
 
Index: subversion/bindings/swig/INSTALL
===================================================================
--- subversion/bindings/swig/INSTALL (revision 4084)
+++ subversion/bindings/swig/INSTALL (working copy)
@@ -4,7 +4,7 @@
 
 
 Step 1: Build & install the proper version of SWIG (which is
- currently swig 1.3.14 or greater).
+ currently swig 1.3.16 or 1.3.17).
 
     * Go to http://www.swig.org, download the sourceball, unpack.
 
Index: packages/rpm/redhat-7.x/subversion.spec
===================================================================
--- packages/rpm/redhat-7.x/subversion.spec (revision 4084)
+++ packages/rpm/redhat-7.x/subversion.spec (working copy)
@@ -40,7 +40,7 @@
 BuildPreReq: python2
 BuildPreReq: python2-devel
 %if %{build_cvs2svn}
-BuildPreReq: swig >= 1.3.15
+BuildPreReq: swig >= 1.3.16
 %endif
 BuildPreReq: texinfo
 BuildPreReq: zlib-devel
@@ -86,7 +86,7 @@
 %package cvs2svn
 Group: Utilities/System
 Summary: Converts CVS repositories to Subversion repositories.
-Requires: swig-runtime >= 1.3.15
+Requires: swig-runtime >= 1.3.16
 %description cvs2svn
 Converts CVS repositories to Subversion repositories.
 
Index: packages/rpm/redhat-8.x/subversion.spec
===================================================================
--- packages/rpm/redhat-8.x/subversion.spec (revision 4084)
+++ packages/rpm/redhat-8.x/subversion.spec (working copy)
@@ -38,7 +38,7 @@
 BuildPreReq: python
 BuildPreReq: python-devel
 %if %{build_cvs2svn}
-BuildPreReq: swig >= 1.3.15
+BuildPreReq: swig >= 1.3.16
 %endif
 BuildPreReq: texinfo
 BuildPreReq: zlib-devel
@@ -83,7 +83,7 @@
 %package cvs2svn
 Group: Utilities/System
 Summary: Converts CVS repositories to Subversion repositories.
-Requires: swig-runtime >= 1.3.15
+Requires: swig-runtime >= 1.3.16
 %description cvs2svn
 Converts CVS repositories to Subversion repositories.
 
Index: packages/rpm/mandrake-9.0/subversion.spec
===================================================================
--- packages/rpm/mandrake-9.0/subversion.spec (revision 4084)
+++ packages/rpm/mandrake-9.0/subversion.spec (working copy)
@@ -116,7 +116,7 @@
 Group: Development/Other
 Requires: %{name}-base = %{version}-%{release}
 Requires: python >= 2.2.0
-Requires: swig >= 1.3.14
+Requires: swig >= 1.3.16
 %description python
 This package contains the files necessary to use the subversion library
 functions within python scripts. This will also install a number of utility

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 03:41:52 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.