Преглед изворни кода

modifying package: perl-wx-5.8.4 20040508 -> 20040613

Thomas Lotterer пре 21 година
родитељ
комит
f8f29cdb58
2 измењених фајлова са 10 додато и 9 уклоњено
  1. 7 6
      perl-wx/perl-wx.patch
  2. 3 3
      perl-wx/perl-wx.spec

+ 7 - 6
perl-wx/perl-wx.patch

@@ -1,13 +1,14 @@
---- Makefile.PL.orig	Sat Aug 23 15:02:46 2003
-+++ Makefile.PL	Wed Aug 27 09:58:32 2003
-@@ -34,9 +34,7 @@
-                                    },
+Index: Makefile.PL
+--- Makefile.PL.orig	2004-04-11 15:14:28 +0200
++++ Makefile.PL	2004-06-13 22:55:36 +0200
+@@ -36,9 +36,7 @@
                   PMLIBDIRS     => [ 'lib', 'build' ],
-                  WX_CORE_LIB   => 'adv core base',
+                  WX_CORE_LIB   => ( $^O eq 'darwin' ? 'adv html core base' :
+                                                       'adv core base' ),
 -#                 ( $wxConfig::o_static ?
 -#                   ( WXLIB => [ 'wxxrc', 'stc' ] ) :
 -#                   () ),
 +                 WX_LIB        => [ 'xrc', 'stc' ],
                 );
  
- # local variables:
+ END {

+ 3 - 3
perl-wx/perl-wx.spec

@@ -25,8 +25,8 @@
 
 #   package versions
 %define       V_perl                5.8.4
-%define       V_wx                  0.18
-%define       V_wx_perl_treechecker 1.08
+%define       V_wx                  0.19
+%define       V_wx_perl_treechecker 1.11
 
 #   package information
 Name:         perl-wx
@@ -39,7 +39,7 @@ Class:        EVAL
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040508
+Release:      20040613
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Wx/Wx-%{V_wx}.tar.gz