commit 212180614bbfb0ccfb302f4c4fe59635ab42d18e
Author: Jan Rękorajski <[email protected]>
Date:   Mon Jun 12 12:04:25 2017 +0200

    - updated to 0.9932

 method-typo.patch | 11 +++++++++++
 perl-Wx.spec      |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/perl-Wx.spec b/perl-Wx.spec
index b3e0756..9a5c60c 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -20,14 +20,15 @@
 Summary:       wxPerl - a Perl wrapper for the wxWidgets C++ GUI toolkit
 Summary(pl.UTF-8):     wxPerl - wrapper toolkitu graficznego C++ wxWidgets dla 
Perla
 Name:          perl-Wx
-Version:       0.9927
-Release:       6
+Version:       0.9932
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Wx/Wx-%{version}.tar.gz
-# Source0-md5: ef05f2f1fc0c3ccb1d4d1aa3896196f9
+# Source0-md5: 76f019b04fffec0fda06bf46b0e93046
 Source1:       perl-provides
+Patch0:                method-typo.patch
 URL:           http://wxperl.sourceforge.net/
 BuildRequires: perl-Alien-wxWidgets >= 0.67
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.46
@@ -70,6 +71,7 @@ Pakiet do rozwijania oprogramowania przy użyciu wxPerla.
 
 %prep
 %setup -q -n Wx-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
diff --git a/method-typo.patch b/method-typo.patch
new file mode 100644
index 0000000..6a4cf74
--- /dev/null
+++ b/method-typo.patch
@@ -0,0 +1,11 @@
+--- Wx-0.9932/XS/PropertySheetDialog.xsp~      2014-03-08 14:01:15.000000000 
+0100
++++ Wx-0.9932/XS/PropertySheetDialog.xsp       2017-06-12 11:59:36.149020034 
+0200
+@@ -49,7 +49,7 @@
+     void SetBookCtrl( wxBookCtrlBase* book );
+     wxBookCtrlBase* GetBookCtrl() const;
+ 
+-    void SetInnerSize( wxSizer* sizer );
++    void SetInnerSizer( wxSizer* sizer );
+     wxSizer* GetInnerSizer() const;
+ 
+ #if WXPERL_W_VERSION_GE( 2, 7, 2 )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Wx.git/commitdiff/212180614bbfb0ccfb302f4c4fe59635ab42d18e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to