Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2583 Modified Files: .cvsignore perl-Padre.spec sources Added Files: switchOfCheck.patch Removed Files: Padre-removevsORLite.patch Log Message: * Wed Dec 17 2008 Marcela MaÅ¡láÅ?ová <mmaslano@xxxxxxxxxx> 0.20-1 - update to 0.20, switch off check of Wx, because unset DISPLAY in rpmbuild. V0.21 wasn't package because same problem somewhere else in code. switchOfCheck.patch: --- NEW FILE switchOfCheck.patch --- diff -up Padre-0.20/Build.PL.old Padre-0.20/Build.PL --- Padre-0.20/Build.PL.old 2008-12-02 11:40:30.000000000 +0100 +++ Padre-0.20/Build.PL 2008-12-17 15:45:57.000000000 +0100 @@ -10,7 +10,7 @@ if ( not $Config{usethreads} ) { exit 0; } -check_wx_version(); +#check_wx_version(); print <<"END_WARN"; ********************************************************** Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Nov 2008 09:54:09 -0000 1.7 +++ .cvsignore 18 Dec 2008 11:34:05 -0000 1.8 @@ -1,3 +1,4 @@ Padre.desktop Padre-0.14.tar.gz Padre-0.16.tar.gz +Padre-0.20.tar.gz Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Padre.spec 19 Nov 2008 09:54:09 -0000 1.3 +++ perl-Padre.spec 18 Dec 2008 11:34:05 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Padre -Version: 0.16 +Version: 0.20 Release: 1%{?dist} Summary: Perl Application Development and Refactoring Environment License: GPL+ or Artistic @@ -7,7 +7,7 @@ URL: http://search.cpan.org/dist/Padre/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz Source1: Padre.desktop -Patch0: Padre-removevsORLite.patch +Patch0: switchOfCheck.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 @@ -45,6 +45,7 @@ %prep %setup -q -n Padre-%{version} +%patch0 -p1 %build %{__perl} Build.PL installdirs=vendor @@ -81,6 +82,11 @@ %{_mandir}/man3/* %changelog +* Wed Dec 17 2008 Marcela MaÅ¡láÅ?ová <mmaslano@xxxxxxxxxx> 0.20-1 +- update to 0.20, switch off check of Wx, because unset DISPLAY + in rpmbuild. V0.21 wasn't package because same problem + somewhere else in code. + * Tue Nov 18 2008 Marcela MaÅ¡láÅ?ová <mmaslano@xxxxxxxxxx> 0.16-1 - update to 0.16 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Nov 2008 09:54:09 -0000 1.7 +++ sources 18 Dec 2008 11:34:05 -0000 1.8 @@ -1,3 +1,2 @@ e9457439b1f0c929ab3141197294e061 Padre.desktop -665f3e5361b0baa62eed8a313d8429aa Padre-0.14.tar.gz -c728c539ceded869c677c5f9f420189e Padre-0.16.tar.gz +cd91f198508d1756c9cf32736a40f58e Padre-0.20.tar.gz --- Padre-removevsORLite.patch DELETED --- -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list