Browse Source

upgrading package: perl-wx 20031119 -> 20031124

Thomas Lotterer 22 years ago
parent
commit
8da1f5433f
2 changed files with 8 additions and 6 deletions
  1. 2 2
      perl-wx/perl-wx.patch
  2. 6 4
      perl-wx/perl-wx.spec

+ 2 - 2
perl-wx/perl-wx.patch

@@ -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' ],

+ 6 - 4
perl-wx/perl-wx.spec

@@ -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