From abaf2a34c4965a32b581977c16d0b6a93777e9bf Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Oct 03 2006 20:00:07 +0000 Subject: - Update to 0.22. - Avoid creation of the debuginfo package (#209180). - Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch (http://rt.cpan.org/Public/Bug/Display.html?id=21854). --- diff --git a/.cvsignore b/.cvsignore index a4251d6..18be6ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Alien-wxWidgets-0.21.tar.gz +Alien-wxWidgets-0.22.tar.gz diff --git a/Alien-wxWidgets-0.21-Any_wx_config.pm.patch b/Alien-wxWidgets-0.21-Any_wx_config.pm.patch deleted file mode 100644 index 6f1b4c7..0000000 --- a/Alien-wxWidgets-0.21-Any_wx_config.pm.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN Alien-wxWidgets-0.21-orig/inc/My/Build/Any_wx_config.pm Alien-wxWidgets-0.21/inc/My/Build/Any_wx_config.pm ---- Alien-wxWidgets-0.21-orig/inc/My/Build/Any_wx_config.pm 2006-08-27 16:21:49.000000000 +0100 -+++ Alien-wxWidgets-0.21/inc/My/Build/Any_wx_config.pm 2006-10-01 02:27:40.000000000 +0100 -@@ -116,7 +116,7 @@ - } - - my @paths = ( ( map { s/^-L//; $_ } grep { /^-L/ } split ' ', $libs ), -- qw(/usr/local/lib /usr/lib) ); -+ qw(/usr/local/lib /usr/lib /usr/lib64) ); - - foreach ( split /\s+/, $libs ) { - m{^-[lL]|/} && do { $config{link_libraries} .= " $_"; next; }; diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec index a8f5634..64cab13 100644 --- a/perl-Alien-wxWidgets.spec +++ b/perl-Alien-wxWidgets.spec @@ -1,21 +1,23 @@ Name: perl-Alien-wxWidgets -Version: 0.21 -Release: 3%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Alien-wxWidgets/ Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz -Patch0: Alien-wxWidgets-0.21-Any_wx_config.pm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%define debug_package %{nil} + %description "Alien::wxWidgets" can be used to detect and get configuration settings from an installed wxWidgets. @@ -23,7 +25,6 @@ settings from an installed wxWidgets. %prep %setup -q -n Alien-wxWidgets-%{version} -%patch0 -p1 %build @@ -53,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Oct 3 2006 Jose Pedro Oliveira - 0.22-1 +- Update to 0.22. +- Avoid creation of the debuginfo package (#209180). +- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch + (http://rt.cpan.org/Public/Bug/Display.html?id=21854). + * Sun Oct 1 2006 Jose Pedro Oliveira - 0.21-3 - Patch to add /usr/lib64 to the library search path. diff --git a/sources b/sources index b808c38..f5ca353 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6975385d6e4d4d58c5d589c2a7077d23 Alien-wxWidgets-0.21.tar.gz +98de414f8d378170ede6cf96a0e2f73e Alien-wxWidgets-0.22.tar.gz