[perl-Wx] 0.98

Tom Callaway spot at fedoraproject.org
Wed Jan 26 21:21:37 UTC 2011


commit 3c01fcf1768b8a06e73c335df4a9c8a785417ae8
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Jan 26 16:22:26 2011 -0500

    0.98

 .gitignore   |    1 +
 perl-Wx.spec |   10 +++++++---
 sources      |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c98fba0..4175cfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Wx-0.92.tar.gz
+/Wx-0.98.tar.gz
diff --git a/perl-Wx.spec b/perl-Wx.spec
index c2f7b1f..43ba72e 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -5,8 +5,8 @@
 #
 
 Name:           perl-Wx
-Version:        0.92
-Release:        5%{?dist}
+Version:        0.98
+Release:        1%{?dist}
 Summary:        Interface to the wxWidgets cross-platform GUI toolkit
 
 Group:          Development/Libraries
@@ -19,7 +19,8 @@ BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Alien::wxWidgets) >= 0.25
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.21
-BuildRequires:  perl(ExtUtils::XSpp)
+BuildRequires:  perl(ExtUtils::ParseXS) >= 2.2203
+BuildRequires:  perl(ExtUtils::XSpp::Cmd)
 BuildRequires:  perl(Module::Info)
 BuildRequires:  perl(Test::More), perl(Test::Harness)
 BuildRequires:  perl(Test::Pod)
@@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 26 2011 Tom Callaway <spot at fedoraproject.org> - 0.98-1
+- update to 0.98
+
 * Thu Dec 23 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.92-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 289e965..08d442a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-273a8770f290a66026bf6ea15060b6ae  Wx-0.92.tar.gz
+693c873b9b0c44136f79dd194a44da37  Wx-0.98.tar.gz



More information about the perl-devel mailing list