@@ -1,5 +1,5 @@
---- Wx-0.17/Makefile.PL.orig Sat Aug 23 15:02:46 2003
-+++ Wx-0.17/Makefile.PL Wed Aug 27 09:58:32 2003
+--- Makefile.PL.orig Sat Aug 23 15:02:46 2003
++++ Makefile.PL Wed Aug 27 09:58:32 2003
@@ -34,9 +34,7 @@
},
PMLIBDIRS => [ 'lib', 'build' ],
@@ -24,7 +24,7 @@
##
# package versions
-%define V_wx 0.17
+%define V_wx 0.18
%define V_wx_perl_treechecker 1.08
# package information
@@ -36,8 +36,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Language
License: GPL/Artistic
-Version: 20031119
-Release: 20031119
+Version: 20031124
+Release: 20031124
# list of sources
Source0: http://www.cpan.org/modules/by-module/Wx/Wx-%{V_wx}.tar.gz
@@ -60,7 +60,9 @@ AutoReqProv: no
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
- %patch -p0
+ ( cd Wx-%{V_wx}
+ %patch0 -p0
+ ) || exit $?
%build