Author: kwizart Update of /cvs/pkgs/rpms/perl-BDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6762/devel Modified Files: perl-BDB.spec Added Files: BDB-1.84-nocommon.patch import.log Log Message: Add patch to get rid of nosense BDB-1.84-nocommon.patch: BDB.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE BDB-1.84-nocommon.patch --- diff -up BDB-1.84/BDB.pm.nocommon BDB-1.84/BDB.pm --- BDB-1.84/BDB.pm.nocommon 2009-07-17 06:18:47.000000000 +0200 +++ BDB-1.84/BDB.pm 2009-08-31 17:18:28.246005452 +0200 @@ -105,7 +105,9 @@ result in a runtime error). package BDB; -use common::sense; +use strict qw(vars subs); +use feature qw(say state switch); +no warnings; use base 'Exporter'; --- NEW FILE import.log --- perl-BDB-1_84-1_fc11:HEAD:perl-BDB-1.84-1.fc11.src.rpm:1251732031 Index: perl-BDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BDB/devel/perl-BDB.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-BDB.spec 31 Aug 2009 15:15:54 -0000 1.8 +++ perl-BDB.spec 31 Aug 2009 15:21:53 -0000 1.9 @@ -7,6 +7,7 @@ Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz +Patch0: BDB-1.84-nocommon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) @@ -19,6 +20,7 @@ Asynchronous Berkeley DB access. %prep %setup -q -n BDB-%{version} +%patch0 -p1 -b .nocommon %build @@ -54,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 1.84-1 - Update to 1.84 +- Add Patch to get rid of common:sense * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.83-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -- 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