Browse Source

upgrading package: swig 4.3.1 -> 4.4.1

master
parent
commit
ffd11b6ec4
  1. 12
      swig/swig.patch
  2. 6
      swig/swig.spec

12
swig/swig.patch

@ -1,12 +0,0 @@
Index: configure
--- configure.orig 2009-03-21 01:18:05 +0100
+++ configure 2009-03-27 12:57:55 +0100
@@ -8567,7 +8567,7 @@
MZDYNOBJ="$MZDYNOBJ"
else
# older versions (3.72 approx and earlier)
- MZDYNOBJ=`$MZSCHEME --mute-banner --version --eval '(begin (require (lib "link.ss" "dynext")) (with-handlers (((lambda args #t) (lambda args #f))) (for-each (lambda (x) (display x) (display " ")) ((current-make-standard-link-libraries)))) (with-handlers (((lambda args #t) (lambda args #f))) (for-each (lambda (x) (display x)) (expand-for-link-variant (current-standard-link-libraries)))))' 2>/dev/null`
+ MZDYNOBJ=""
fi
if test -f "$MZDYNOBJ"; then
{ echo "$as_me:$LINENO: result: $MZDYNOBJ" >&5

6
swig/swig.spec

@ -31,12 +31,11 @@ Distribution: OpenPKG Community
Class: BASE Class: BASE
Group: CompilerCompiler Group: CompilerCompiler
License: BSD-style License: BSD-style
Version: 4.3.1 Version: 4.4.1
Release: 20250416 Release: 20251208
# list of sources # list of sources
Source0: http://downloads.sourceforge.net/swig/swig-%{version}.tar.gz Source0: http://downloads.sourceforge.net/swig/swig-%{version}.tar.gz
Patch0: swig.patch
# build information # build information
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, make, libtool BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, make, libtool
@ -61,7 +60,6 @@ PreReq: pcre
%prep %prep
%setup -q %setup -q
%patch -p0
%build %build
CC="%{l_cc}" \ CC="%{l_cc}" \

Loading…
Cancel
Save