[Bug 746941] perl-Mojolicious-2.76 is available

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=746941

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Mojolicious-2.74 is|perl-Mojolicious-2.76 is
   |available   |available

--- Comment #49 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org 2012-04-05 06:40:42 EDT ---
Latest upstream release: 2.76
Current version in Fedora Rawhide: 2.70
URL: http://search.cpan.org/dist/Mojolicious/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Language-Prolog-Yaswi

2012-04-05 Thread buildsys


perl-Language-Prolog-Yaswi has broken dependencies in the F-17 tree:
On x86_64:
perl-Language-Prolog-Yaswi-0.19-1.fc17.x86_64 requires 
libswipl.so.5.10.5()(64bit)
On i386:
perl-Language-Prolog-Yaswi-0.19-1.fc17.i686 requires libswipl.so.5.10.5
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810223] New: Circular build dependency in perl-HTTP-Message-6.03-1.fc18

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Circular build dependency in perl-HTTP-Message-6.03-1.fc18

https://bugzilla.redhat.com/show_bug.cgi?id=810223

   Summary: Circular build dependency in
perl-HTTP-Message-6.03-1.fc18
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-HTTP-Message
AssignedTo: ppi...@redhat.com
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, ppi...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


perl-HTTP-Message buildrequires perl(HTML::Parser), which requires
perl(HTTP::Headers), which is provided by perl-HTTP-Message. This will be a
problem when it comes to bootstrapping perl 5.16

Suggested workaround, dropping perl(HTML::Parser) buildreq and affected test
when bootstrapping:

diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec
index 747d01d..95608aa 100644
--- a/perl-HTTP-Message.spec
+++ b/perl-HTTP-Message.spec
@@ -12,7 +12,10 @@ BuildRequires:  perl(Encode) = 2.12
 BuildRequires:  perl(Encode::Locale) = 1
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# HTML::Parser - HTTP::Headers (provided by this package)
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(HTML::Parser) = 3.33
+%endif
 BuildRequires:  perl(HTTP::Date) = 6
 BuildRequires:  perl(IO::Compress::Bzip2) = 2.021
 BuildRequires:  perl(IO::Compress::Deflate)
@@ -77,7 +80,12 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {}
2/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*

 %check
+%if 0%{!?perl_bootstrap:1}
 make test
+%else
+# t/message-charset.t exercises HTTP::Message, which requires HTML::Parser
+make test TEST_FILES=$(echo $(find t/ -name '*.t' | grep -Fvx
t/message-charset.t))
+%endif

 %files
 %defattr(-,root,root,-)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Config-Validator-0.4.tar.gz uploaded to lookaside cache by mpaladin

2012-04-05 Thread mpaladin
A file has been added to the lookaside cache for perl-Config-Validator:

a0bf2e29d9d795e346acd55617e0d186  Config-Validator-0.4.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-RPM2

2012-04-05 Thread buildsys


perl-RPM2 has broken dependencies in the rawhide tree:
On x86_64:
perl-RPM2-1.0-2.fc17.x86_64 requires librpmio.so.2()(64bit)
perl-RPM2-1.0-2.fc17.x86_64 requires librpm.so.2()(64bit)
On i386:
perl-RPM2-1.0-2.fc17.i686 requires librpmio.so.2
perl-RPM2-1.0-2.fc17.i686 requires librpm.so.2
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-BerkeleyDB

2012-04-05 Thread buildsys


perl-BerkeleyDB has broken dependencies in the rawhide tree:
On x86_64:
perl-BerkeleyDB-0.49-3.fc17.x86_64 requires libdb-5.2.so()(64bit)
perl-BerkeleyDB-0.49-3.fc17.x86_64 requires libdb = 0:5.2.36
On i386:
perl-BerkeleyDB-0.49-3.fc17.i686 requires libdb-5.2.so
perl-BerkeleyDB-0.49-3.fc17.i686 requires libdb = 0:5.2.36
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Config-Validator/f17] Update to 0.4.

2012-04-05 Thread mpaladin
Summary of changes:

  25b3520... Update to 0.4. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Config-Validator/f16] Update to 0.4.

2012-04-05 Thread mpaladin
Summary of changes:

  25b3520... Update to 0.4. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Config-Validator/el6] Update to 0.4.

2012-04-05 Thread mpaladin
Summary of changes:

  25b3520... Update to 0.4. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Config-Validator/el5] Update to 0.4.

2012-04-05 Thread mpaladin
Summary of changes:

  25b3520... Update to 0.4. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810234] Circular build dependency in perl-POE-1.352-1.fc18

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=810234

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

--- Comment #2 from Petr Šabata psab...@redhat.com 2012-04-05 11:04:45 EDT ---
*** Bug 810297 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810297] perl-POE pulls in perl-devel

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=810297

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||DUPLICATE
Last Closed||2012-04-05 11:04:45

--- Comment #1 from Petr Šabata psab...@redhat.com 2012-04-05 11:04:45 EDT ---
This was, more or less, reporter earlier today (bug #810234) and should fixed
already.

*** This bug has been marked as a duplicate of bug 810234 ***

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810243] Upgrade to new upstream version

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=810243

--- Comment #2 from Fedora Update System upda...@fedoraproject.org 2012-04-05 
10:22:15 EDT ---
perl-Config-Validator-0.4-1.el6 has been submitted as an update for Fedora EPEL
6.
https://admin.fedoraproject.org/updates/perl-Config-Validator-0.4-1.el6

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810243] Upgrade to new upstream version

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=810243

--- Comment #3 from Fedora Update System upda...@fedoraproject.org 2012-04-05 
10:22:58 EDT ---
perl-Config-Validator-0.4-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Config-Validator-0.4-1.fc17

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810223] Circular build dependency in perl-HTTP-Message-6.03-1.fc18

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=810223

--- Comment #2 from Paul Howarth p...@city-fan.org 2012-04-05 12:15:01 EDT ---
Hmm, you're right.

However, a problem with having a Requires: removed based on %perl_bootstrap is
that the resulting package is actually different from a non-bootstrap build,
which is why I prefer to just exclude build requirements and not runtime ones.
It also makes it difficult to detect the broken cycle using a script without
actually rebuilding all packages with the bootstrap macro set, which is a much
bigger job than processing the metadata to find the runtime dependencies.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-SubCalls] Created tag perl-Test-SubCalls-1.09-8.fc18

2012-04-05 Thread Paul Howarth
The lightweight tag 'perl-Test-SubCalls-1.09-8.fc18' was created pointing to:

 97b5616... Don't run the release tests when bootstrapping, tidy up
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-BerkeleyDB] rebuild against libdb 5.3.15

2012-04-05 Thread Jindrich Novy
commit 24963fac1be0b64844b28283943ed5f52335e6e8
Author: Jindrich Novy jn...@redhat.com
Date:   Thu Apr 5 19:45:57 2012 +0200

rebuild against libdb 5.3.15

 perl-BerkeleyDB.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec
index e871a63..bc218e9 100644
--- a/perl-BerkeleyDB.spec
+++ b/perl-BerkeleyDB.spec
@@ -10,7 +10,7 @@
 
 Name:   perl-BerkeleyDB
 Version:0.49
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Interface to Berkeley DB
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/BerkeleyDB.3pm*
 
 %changelog
+* Thu Apr 05 2012 Jindrich Novy jn...@redhat.com - 0.49-4
+- rebuild against libdb 5.3.15
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.49-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810377] New: Circular build dependency in perl-SQL-Statement-1.33-4.fc18

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Circular build dependency in perl-SQL-Statement-1.33-4.fc18

https://bugzilla.redhat.com/show_bug.cgi?id=810377

   Summary: Circular build dependency in
perl-SQL-Statement-1.33-4.fc18
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-SQL-Statement
AssignedTo: mmasl...@redhat.com
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, ppi...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


perl-SQL-Statement has a buildreq of perl(DBD::CSV) = 0.30, which is used in
the
test suite if available. However, DBD::CSV itself buildrequires and requires
SQL::Statement, so this creates a circular build dependency, which will be a
problem when we come to build everything for perl 5.16. Suggested fix is to not
buildrequire DBD::CSV when bootstrapping:

diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec
index a5a8c64..2c1930f 100644
--- a/perl-SQL-Statement.spec
+++ b/perl-SQL-Statement.spec
@@ -17,7 +17,10 @@ BuildRequires:  perl(Clone) = 0.30
 BuildRequires:  perl(Params::Util) = 1.00
 # for tests only:
 BuildRequires:  perl(DBD::AnyData) = 0.110
+# DBD::CSV buildrequires SQL::Statement
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(DBD::CSV) = 0.30
+%endif
 BuildRequires:  perl(DBD::DBM) = 0.06
 BuildRequires:  perl(DBD::File) = 0.40
 BuildRequires:  perl(DBD::SQLite)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 247250] Conflicting Provides

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=247250

Harald Reindl h.rei...@thelounge.net changed:

   What|Removed |Added

 CC||h.rei...@thelounge.net

--- Comment #9 from Harald Reindl h.rei...@thelounge.net 2012-04-05 15:33:29 
EDT ---
and that you see what impact such small bugs are having
here the list what canbe removed on a single server now

in our case there are 20 virtual machines with the
package - in summary 1600 MB caused by one simple
packaging bug

===
 Package   ArchVersion 
Repository   Größe
===
Entfernen:
 apr-devel x86_64  1.4.6-1.fc16.20120325.rh
@lounge-buildserver  767 k
 apr-util-develx86_64  1.3.12-1.fc16   
@lounge-cache260 k
 cyrus-sasl-devel  x86_64  2.1.23-27.fc16  
@lounge-cache982 k
 db4-cxx   x86_64  4.8.30-3.fc15   
@lounge-cache/15 1.6 M
 db4-devel x86_64  4.8.30-3.fc15   
@lounge-cache/15  68 M
 expat-devel   x86_64  2.1.0-1.fc16
@lounge-cache178 k
 httpd-devel   x86_64  2.2.22-5.fc16.20120325.rh   
@lounge-buildserver  523 k
 mod_perl-develx86_64  2.0.5-8.fc16
@lounge-cache896 k
 openldap-develx86_64  2.4.26-6.fc16   
@lounge-cache5.1 M
 perl-Archive-Tar  noarch  1.76-197.fc16   
@lounge-cache121 k
 perl-CPAN-Metanoarch  2.120630-1.fc16 
@lounge-cache386 k
 perl-CPAN-Meta-YAML   noarch  0.004-1.fc16
@lounge-cache 40 k
 perl-ExtUtils-CBuildernoarch  1:0.28.2.3-197.fc16 
@lounge-cache 61 k
 perl-ExtUtils-Embed   noarch  1.30-197.fc16   
@lounge-cache 17 k
 perl-IO-Zlib  noarch  1:1.10-197.fc16 
@lounge-cache 19 k
 perl-IPC-Cmd  noarch  1:0.70-197.fc16 
@lounge-cache 64 k
 perl-JSON-PP  noarch  2.27200-2.fc16  
@lounge-cache117 k
 perl-Locale-Maketext-Simple   noarch  1:0.21-197.fc16 
@lounge-cache 14 k
 perl-Module-Build noarch  1:0.3800-197.fc16   
@lounge-cache495 k
 perl-Module-Load  noarch  1:0.18-197.fc16 
@lounge-cache7.3 k
 perl-Module-Load-Conditional  noarch  0.44-197.fc16   
@lounge-cache 24 k
 perl-Module-Metadata  noarch  1.06-1.fc16 
@lounge-cache 27 k
 perl-Package-Constantsnoarch  1:0.02-197.fc16 
@lounge-cache4.6 k
 perl-Params-Check noarch  1:0.28-197.fc16 
@lounge-cache 25 k
 perl-Parse-CPAN-Meta  noarch  1:1.4401-197.fc16   
@lounge-cache 11 k
 perl-Perl-OSType  noarch  1.002-197.fc16  
@lounge-cache6.1 k
 perl-Test-Simple  noarch  0.98-197.fc16   
@lounge-cache195 k

Vorgangsübersicht
===
Remove  27 Packages

Installationsgröße: 80 M
Ist dies in Ordnung? [j/N] :j

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810394] New: Circular build dependency in perl-Moose-2.0402-1.fc18

2012-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Circular build dependency in perl-Moose-2.0402-1.fc18

https://bugzilla.redhat.com/show_bug.cgi?id=810394

   Summary: Circular build dependency in perl-Moose-2.0402-1.fc18
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-Moose
AssignedTo: iarn...@gmail.com
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: iarn...@gmail.com, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


perl-Moose has a buildreq of perl(Data::Visitor), which is used in
the test suite if available. However, Data::Visitor itself requires
Moose, so this creates a circular build dependency, which will be a
problem when we come to build everything for perl 5.16.

It also has a buildreq and req of perl(Devel::PartialDump) = 0.14, which gives
better runtime diagnostics of some errors. However, Devel::PartialDump also
requires Moose and hence is a circular dependency. The functionality provided
by Devel::PartialDump is not tested in the test suite so it can be dropped as a
buildreq with no effects (in fact this had been done in the past in build
2.0002-2). It's OK to leave it as a req as Moose can be built first.

Suggested fixes are to not buildrequire Data::Visitor when bootstrapping and to
drop Devel::PartialDump as a buildreq entirely:

diff --git a/perl-Moose.spec b/perl-Moose.spec
index c9d49d4..9d30544 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -19,7 +19,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 # develop
 BuildRequires:  perl(Algorithm::C3)
 BuildRequires:  perl(DBM::Deep) = 1.0003
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Data::Visitor)
+%endif
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Calendar::Mayan)
 BuildRequires:  perl(DateTime::Format::MySQL)
@@ -69,14 +71,12 @@ BuildRequires:  perl(Sub::Exporter) = 0.980
 BuildRequires:  perl(Sub::Name) = 0.05
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Try::Tiny) = 0.02
-# recommended
-BuildRequires:  perl(Devel::PartialDump) = 0.14


 Requires:   perl(Data::OptList) = 0.107
 Requires:   perl(Dist::CheckConflicts) = 0.02

-# recommended
+# recommended (note: this uses Moose itself)
 Requires:   perl(Devel::PartialDump) = 0.14

 # hidden from PAUSE

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel