File constant-1.27.tar.gz uploaded to lookaside cache by ppisar

2013-03-22 Thread Petr Pisar
A file has been added to the lookaside cache for perl-constant:

1e00a4fbed2b98ae1f447848b132cdd0  constant-1.27.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

[perl-constant] Import

2013-03-22 Thread Petr Pisar
commit 53921cc7a062824617fc7f2ef1776caf5b1668fc
Author: Petr Písař 
Date:   Fri Mar 22 08:57:56 2013 +0100

Import

 .gitignore |1 +
 perl-constant.spec |   65 
 sources|1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1bb1d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/constant-1.27.tar.gz
diff --git a/perl-constant.spec b/perl-constant.spec
new file mode 100644
index 000..325ea1c
--- /dev/null
+++ b/perl-constant.spec
@@ -0,0 +1,65 @@
+Name:   perl-constant
+Version:1.27
+Release:1%{?dist}
+Summary:Perl pragma to declare constants
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/constant/
+Source0:
http://www.cpan.org/authors/id/S/SA/SAPER/constant-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings::register)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Carp)
+
+%description
+This pragma allows you to declare constants at compile-time:
+
+use constant PI => 4 * atan2(1, 1);
+
+When you declare a constant such as "PI" using the method shown above,
+each machine your script runs upon can have as many digits of accuracy
+as it can use. Also, your program will be easier to read, more likely
+to be maintained (and maintained correctly), and far less likely to
+send a space probe to the wrong planet because nobody noticed the one
+equation in which you wrote 3.14195.
+
+When a constant is used in an expression, Perl replaces it with its
+value at compile time, and may then optimize the expression further.
+In particular, any code in an "if (CONSTANT)" block will be optimized
+away if the constant is false.
+
+%prep
+%setup -q -n constant-%{version}
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes eg README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 21 2013 Petr Pisar  1.27-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..36d22d9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1e00a4fbed2b98ae1f447848b132cdd0  constant-1.27.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-Math-Clipper

2013-03-22 Thread buildsys


perl-Math-Clipper has broken dependencies in the rawhide tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.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

Broken dependencies: perl-Bio-SamTools

2013-03-22 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-Bio-ASN1-EntrezGene

2013-03-22 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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-Math-Clipper

2013-03-22 Thread buildsys


perl-Math-Clipper has broken dependencies in the F-19 tree:
On x86_64:
perl-Math-Clipper-1.17-3.fc19.x86_64 requires 
libpolyclipping.so.5()(64bit)
On i386:
perl-Math-Clipper-1.17-3.fc19.i686 requires libpolyclipping.so.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

Broken dependencies: perl-Bio-SamTools

2013-03-22 Thread buildsys


perl-Bio-SamTools has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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-Bio-ASN1-EntrezGene

2013-03-22 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the F-19 tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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 924730] New: perl-Log-Contextual-0.005003 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924730

Bug ID: 924730
   Summary: perl-Log-Contextual-0.005003 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Log-Contextual
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org

Latest upstream release: 0.005003
Current version in Fedora Rawhide: 0.005002
URL: http://search.cpan.org/dist/Log-Contextual/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uX9vcnMjuW&a=cc_unsubscribe
--
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 924734] New: perl-TryCatch-1.003002 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924734

Bug ID: 924734
   Summary: perl-TryCatch-1.003002 is available
   Product: Fedora
   Version: rawhide
 Component: perl-TryCatch
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  Assignee: mmasl...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com

Latest upstream release: 1.003002
Current version in Fedora Rawhide: 1.003001
URL: http://search.cpan.org/dist/TryCatch/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Vu6vwEEPij&a=cc_unsubscribe
--
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 924734] perl-TryCatch-1.003002 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924734

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|mmasl...@redhat.com |psab...@redhat.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=lS7HgqtDI9&a=cc_unsubscribe
--
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 TryCatch-1.003002.tar.gz uploaded to lookaside cache by psabata

2013-03-22 Thread Petr Šabata
A file has been added to the lookaside cache for perl-TryCatch:

37dbff1d9ab3b09d2a41b706f7716957  TryCatch-1.003002.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

[perl-TryCatch/f19] 1.003002 bump

2013-03-22 Thread Petr Šabata
Summary of changes:

  48b41c8... 1.003002 bump (*)

(*) 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-TryCatch] 1.003002 bump

2013-03-22 Thread Petr Šabata
commit 48b41c834eb58bad0a62dba5bdfbb133538f4eb2
Author: Petr Šabata 
Date:   Fri Mar 22 13:03:48 2013 +0100

1.003002 bump

- XML tests fixes

 .gitignore |1 +
 perl-TryCatch.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83f5636..1a907a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /TryCatch-1.003000.tar.gz
 /TryCatch-1.003001.tar.gz
+/TryCatch-1.003002.tar.gz
diff --git a/perl-TryCatch.spec b/perl-TryCatch.spec
index ca28006..a131c4c 100644
--- a/perl-TryCatch.spec
+++ b/perl-TryCatch.spec
@@ -1,5 +1,5 @@
 Name:   perl-TryCatch
-Version:1.003001
+Version:1.003002
 Release:1%{?dist}
 Summary:First class try catch semantics for Perl, without source 
filters
 License:GPL+ or Artistic
@@ -84,6 +84,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 22 2013 Petr Šabata  - 1.003002-1
+- 1.003002 bump
+- XML tests fixes
+
 * Wed Mar 20 2013 Petr Šabata  - 1.003001-1
 - 1.003001 bump
 - The bench* scripts are now documentation (eg)
diff --git a/sources b/sources
index 85ca979..3eebd62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-635a6468e17fdc343e962a993c8199d3  TryCatch-1.003001.tar.gz
+37dbff1d9ab3b09d2a41b706f7716957  TryCatch-1.003002.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

[Bug 924730] perl-Log-Contextual-0.005003 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924730

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|jples...@redhat.com |psab...@redhat.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=hGI5J7K12B&a=cc_unsubscribe
--
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 Digest-MD4-1.9.tar.gz uploaded to lookaside cache by pghmcfc

2013-03-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Digest-MD4:

7d3818b5da96fc876424caebcebf88f4  Digest-MD4-1.9.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

File Log-Contextual-0.005003.tar.gz uploaded to lookaside cache by psabata

2013-03-22 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Log-Contextual:

6bd8424dc5a1c7092fb2c7cd5ebe992b  Log-Contextual-0.005003.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

[Bug 924734] perl-TryCatch-1.003002 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924734

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-TryCatch-1.003002-1.fc
   ||19
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 08:26:34

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=e6Xf3S1bu8&a=cc_unsubscribe
--
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-Log-Contextual] 0.005003 bump

2013-03-22 Thread Petr Šabata
commit f6974ba1a0f09bde39da695811ee8bc6e1ee29b7
Author: Petr Šabata 
Date:   Fri Mar 22 13:27:33 2013 +0100

0.005003 bump

 .gitignore   |1 +
 perl-Log-Contextual.spec |9 -
 sources  |2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b6..0b4375a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Log-Contextual-0.004300.tar.gz
 /Log-Contextual-0.005001.tar.gz
 /Log-Contextual-0.005002.tar.gz
+/Log-Contextual-0.005003.tar.gz
diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec
index 35772c9..abef286 100644
--- a/perl-Log-Contextual.spec
+++ b/perl-Log-Contextual.spec
@@ -1,5 +1,5 @@
 Name:   perl-Log-Contextual
-Version:0.005002
+Version:0.005003
 Release:1%{?dist}
 Summary:Simple logging interface with a contextual log
 License:GPL+ or Artistic
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Log-Contextual/
 Source0:
http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(inc::Module::Install) >= 0.91
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -14,12 +15,15 @@ BuildRequires:  perl(Data::Dumper::Concise)
 BuildRequires:  perl(Exporter::Declare) >= 0.106
 BuildRequires:  perl(Exporter::Declare::Export::Generator)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Log::Log4perl) >= 1.29
 BuildRequires:  perl(Moo)
 BuildRequires:  perl(Moo::Role)
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
 Requires:   perl(Exporter::Declare) >= 0.105
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -56,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 22 2013 Petr Šabata  - 0.005003-1
+- 0.005003 bump
+
 * Mon Feb 18 2013 Jitka Plesnikova  - 0.005002-1
 - 0.005002 bump
 
diff --git a/sources b/sources
index 41e4cc3..2e17a3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9497f5edd2af1ce41963b101dc78b3d  Log-Contextual-0.005002.tar.gz
+6bd8424dc5a1c7092fb2c7cd5ebe992b  Log-Contextual-0.005003.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

[Bug 924730] perl-Log-Contextual-0.005003 is available

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924730

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Log-Contextual-0.00500
   ||3-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 08:28:08

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=E2g7YTPzHf&a=cc_unsubscribe
--
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-Log-Contextual/f19] 0.005003 bump

2013-03-22 Thread Petr Šabata
Summary of changes:

  f6974ba... 0.005003 bump (*)

(*) 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-Digest-MD4/f19] Update to 1.9

2013-03-22 Thread Paul Howarth
Summary of changes:

  85a130e... Update to 1.9 (*)

(*) 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

File DB_File-1.827.tar.gz uploaded to lookaside cache by ppisar

2013-03-22 Thread Petr Pisar
A file has been added to the lookaside cache for perl-DB_File:

ba76d23ccbcae48b612572ae57376e28  DB_File-1.827.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

[perl-DB_File] Import

2013-03-22 Thread Petr Pisar
commit acb1f0239813c2ca7bdd2fdfd9fa77438b2c6f95
Author: Petr Písař 
Date:   Fri Mar 22 14:07:13 2013 +0100

Import

 .gitignore  |1 +
 DB_File-1.824-respect_installdirs.patch |   26 +++
 perl-DB_File.spec   |   74 +++
 sources |1 +
 4 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..328ed54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DB_File-1.827.tar.gz
diff --git a/DB_File-1.824-respect_installdirs.patch 
b/DB_File-1.824-respect_installdirs.patch
new file mode 100644
index 000..faf0079
--- /dev/null
+++ b/DB_File-1.824-respect_installdirs.patch
@@ -0,0 +1,26 @@
+commit 95115572e8e7941b8db887f5eceb0a18a4d10fa9
+Author: Todd Rinaldo 
+Date:   Wed May 18 09:18:04 2011 -0500
+
+Remove INSTALLDIRS from macro in Makefile.PL so site override works
+
+diff --git a/Makefile.PL b/Makefile.PL
+index a586a04..c05b552 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -60,13 +60,12 @@ WriteMakefile(
+ AUTHOR   => 'Paul Marquess ')
+ : ()
+ ),
+-
+-
++($] < 5.008 || $] > 5.011) ? (INSTALLDIRS => 'site') : ( INSTALLDIRS => 
'perl' ),
+   #OPTIMIZE   => '-g',
+   'depend'=> { 'Makefile'  => 'config.in',
+  'version$(OBJ_EXT)' => 'version.c'},
+   'clean' => { FILES => 'constants.h constants.xs' },
+-  'macro' => { INSTALLDIRS => 'perl', my_files => "@files" },
++  'macro' => { my_files => "@files" },
+ 'dist'  => { COMPRESS => 'gzip', SUFFIX => 'gz',
+DIST_DEFAULT => 'MyDoubleCheck tardist'},
+   );
diff --git a/perl-DB_File.spec b/perl-DB_File.spec
new file mode 100644
index 000..0841fee
--- /dev/null
+++ b/perl-DB_File.spec
@@ -0,0 +1,74 @@
+Name:   perl-DB_File
+Version:1.827
+Release:1%{?dist}
+Summary:Perl5 access to Berkeley DB version 1.x
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/DB_File/
+Source0:
http://www.cpan.org/authors/id/P/PM/PMQS/DB_File-%{version}.tar.gz
+# Install files into INSTALLDIR perl directory, CPAN RT#70420
+Patch0: DB_File-1.824-respect_installdirs.patch
+BuildRequires:  libdb-devel
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::Constant)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 5.16
+# File::Copy not needed if ExtUtils::Constant is available
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Carp)
+# DynaLoader not needed if XSLoader is available
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Tie::Hash)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(Symbol)
+%if !%{defined perl_bootstrap}
+# Optional tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod) >= 1.00
+%endif
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Fcntl)
+Requires:   perl(XSLoader)
+
+%{?perl_default_filter}
+
+%description
+DB_File is a module which allows Perl programs to make use of the facilities
+provided by Berkeley DB version 1.x (if you have a newer version of DB, you
+will be limited to functionality provided by interface of version 1.x). The
+interface defined here mirrors the Berkeley DB interface closely.
+
+%prep
+%setup -q -n DB_File-%{version}
+%patch0 -p1
+find -type f -exec chmod -x {} +
+%fix_shbang_line dbinfo
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes dbinfo README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/DB_File*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Mar 21 2013 Petr Pisar  1.827-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..cf6fc07 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ba76d23ccbcae48b612572ae57376e28  DB_File-1.827.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

[perl-Digest-MD4] Created tag perl-Digest-MD4-1.9-1.fc19

2013-03-22 Thread Paul Howarth
The lightweight tag 'perl-Digest-MD4-1.9-1.fc19' was created pointing to:

 85a130e... Update to 1.9
--
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-Digest-MD4] Created tag perl-Digest-MD4-1.9-1.fc20

2013-03-22 Thread Paul Howarth
The lightweight tag 'perl-Digest-MD4-1.9-1.fc20' was created pointing to:

 85a130e... Update to 1.9
--
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] Conflict perl-autodie with older perl

2013-03-22 Thread Petr Pisar
commit f4d737c40d89957c2f79b66ab1cdc90f0cc73847
Author: Petr Písař 
Date:   Fri Mar 22 09:55:14 2013 +0100

Conflict perl-autodie with older perl

 perl.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index b7db292..861824b 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:264%{?dist}
+Release:265%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -311,6 +311,7 @@ Requires:   perl(B)
 Requires:   perl(Fcntl)
 Requires:   perl(overload)
 Requires:   perl(POSIX)
+Conflicts:  perl < 4:5.16.2-259
 
 %description autodie
 The "autodie" and "Fatal" pragma provides a convenient way to replace
@@ -3227,6 +3228,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Mar 22 2013 Petr Pisar  - 4:5.16.3-265
+- Conflict perl-autodie with older perl (bug #911226)
+
 * Thu Mar 21 2013 Petr Pisar  - 4:5.16.3-264
 - Sub-package constant (bug #924169)
 - Sub-package DB_File (bug #924351)
--
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] Sub-package Env

2013-03-22 Thread Petr Pisar
commit 9ae7a69eee6b0709610b3247d1ead152e75aafbe
Author: Petr Písař 
Date:   Fri Mar 22 09:59:58 2013 +0100

Sub-package Env

 perl.spec |   26 +-
 1 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 861824b..5dad5e6 100644
--- a/perl.spec
+++ b/perl.spec
@@ -643,6 +643,21 @@ Mapping files (.ucm) or Tcl Encoding Files (.enc). You can 
use enc2xs to add
 your own encoding to perl. No knowledge of XS is necessary.
 %endif
 
+%package Env
+Summary:Perl module that imports environment variables as scalars or 
arrays
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:1.03
+Requires:   %perl_compat
+BuildArch:  noarch
+Conflicts:  perl < 4:5.16.2-265
+
+%description Env
+Perl maintains environment variables in a special hash named %%ENV. For when
+this access method is inconvenient, the Perl module Env allows environment
+variables to be treated as scalar or array variables.
+
 %package ExtUtils-CBuilder
 Summary:Compile and link C code for Perl modules
 Group:  Development/Libraries
@@ -1630,7 +1645,7 @@ Requires:   perl-Carp, perl-Compress-Raw-Zlib, 
perl-CGI, perl-constant,
 Requires:   perl-CPAN,
 Requires:   perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS, perl-Encode
 Requires:   perl-Data-Dumper, perl-DB_File, perl-Digest, perl-Digest-MD5,
-Requires:   perl-Digest-SHA,
+Requires:   perl-Digest-SHA, perl-Env
 Requires:   perl-ExtUtils-CBuilder, perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:   perl-ExtUtils-Manifest
@@ -2125,6 +2140,10 @@ sed \
 %exclude %{privlib}/Encode/encode.h
 %exclude %{_mandir}/man1/enc2xs.1*
 
+# Env
+%exclude %{privlib}/Env.pm
+%exclude %{_mandir}/man3/Env.3*
+
 # ExtUtils-CBuilder
 %exclude %{privlib}/ExtUtils/CBuilder/
 %exclude %{privlib}/ExtUtils/CBuilder.pm
@@ -2728,6 +2747,10 @@ sed \
 %{_mandir}/man1/enc2xs.1*
 %endif
 
+%files Env
+%{privlib}/Env.pm
+%{_mandir}/man3/Env.3*
+
 %files ExtUtils-CBuilder
 %{privlib}/ExtUtils/CBuilder/
 %{privlib}/ExtUtils/CBuilder.pm
@@ -3230,6 +3253,7 @@ sed \
 %changelog
 * Fri Mar 22 2013 Petr Pisar  - 4:5.16.3-265
 - Conflict perl-autodie with older perl (bug #911226)
+- Sub-package Env (bug #924619)
 
 * Thu Mar 21 2013 Petr Pisar  - 4:5.16.3-264
 - Sub-package constant (bug #924169)
--
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] Sub-package Exporter

2013-03-22 Thread Petr Pisar
commit 0f2825538b9be2851dbf8aee6bcc5b0e243a8a53
Author: Petr Písař 
Date:   Fri Mar 22 10:51:25 2013 +0100

Sub-package Exporter

 perl.spec |   29 -
 1 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 5dad5e6..63eb209 100644
--- a/perl.spec
+++ b/perl.spec
@@ -658,6 +658,24 @@ Perl maintains environment variables in a special hash 
named %%ENV. For when
 this access method is inconvenient, the Perl module Env allows environment
 variables to be treated as scalar or array variables.
 
+%package Exporter
+Summary:Implements default import method for modules
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:5.66
+Requires:   %perl_compat
+Requires:   perl(Carp) >= 1.05
+BuildArch:  noarch
+Conflicts:  perl < 4:5.16.2-265
+
+%description Exporter
+The Exporter module implements an import method which allows a module to
+export functions and variables to its users' name spaces. Many modules use
+Exporter rather than implementing their own import method because Exporter
+provides a highly flexible interface, with an implementation optimized for
+the common case.
+
 %package ExtUtils-CBuilder
 Summary:Compile and link C code for Perl modules
 Group:  Development/Libraries
@@ -1645,7 +1663,7 @@ Requires:   perl-Carp, perl-Compress-Raw-Zlib, 
perl-CGI, perl-constant,
 Requires:   perl-CPAN,
 Requires:   perl-CPAN-Meta, perl-CPAN-Meta-YAML, perl-CPANPLUS, perl-Encode
 Requires:   perl-Data-Dumper, perl-DB_File, perl-Digest, perl-Digest-MD5,
-Requires:   perl-Digest-SHA, perl-Env
+Requires:   perl-Digest-SHA, perl-Env, perl-Exporter
 Requires:   perl-ExtUtils-CBuilder, perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:   perl-ExtUtils-Manifest
@@ -2144,6 +2162,10 @@ sed \
 %exclude %{privlib}/Env.pm
 %exclude %{_mandir}/man3/Env.3*
 
+# Exporter
+%exclude %{privlib}/Exporter*
+%exclude %{_mandir}/man3/Exporter*
+
 # ExtUtils-CBuilder
 %exclude %{privlib}/ExtUtils/CBuilder/
 %exclude %{privlib}/ExtUtils/CBuilder.pm
@@ -2751,6 +2773,10 @@ sed \
 %{privlib}/Env.pm
 %{_mandir}/man3/Env.3*
 
+%files Exporter
+%{privlib}/Exporter*
+%{_mandir}/man3/Exporter*
+
 %files ExtUtils-CBuilder
 %{privlib}/ExtUtils/CBuilder/
 %{privlib}/ExtUtils/CBuilder.pm
@@ -3254,6 +3280,7 @@ sed \
 * Fri Mar 22 2013 Petr Pisar  - 4:5.16.3-265
 - Conflict perl-autodie with older perl (bug #911226)
 - Sub-package Env (bug #924619)
+- Sub-package Exporter (bug #924645)
 
 * Thu Mar 21 2013 Petr Pisar  - 4:5.16.3-264
 - Sub-package constant (bug #924169)
--
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] Sub-package File-Path

2013-03-22 Thread Petr Pisar
commit a03cb6a82934fe30b0c76c726039d66a629e0283
Author: Petr Písař 
Date:   Fri Mar 22 14:53:33 2013 +0100

Sub-package File-Path

 perl.spec |   26 +-
 1 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 63eb209..a704ebb 100644
--- a/perl.spec
+++ b/perl.spec
@@ -820,6 +820,21 @@ BuildArch:  noarch
 File::Fetch is a generic file fetching mechanism.
 %endif
 
+%package File-Path
+Summary:Create or remove directory trees
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:2.08.01
+Requires:   %perl_compat
+Requires:   perl(Carp)
+BuildArch:  noarch
+Conflicts:  perl < 4:5.16.2-265
+
+%description File-Path
+This module provides a convenient way to create directories of arbitrary
+depth and to delete an entire directory subtree from the file system.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 # FIXME Filter-Simple? version?
 %package Filter
@@ -1668,7 +1683,7 @@ Requires:   perl-ExtUtils-CBuilder, 
perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:   perl-ExtUtils-Manifest
 Requires:   perl-ExtUtils-ParseXS, perl-File-CheckTree, perl-File-Fetch
-Requires:   perl-Filter, perl-HTTP-Tiny
+Requires:   perl-File-Path, perl-Filter, perl-HTTP-Tiny
 Requires:   perl-IO-Compress, perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-Locale-Codes, perl-Locale-Maketext-Simple
 Requires:   perl-Log-Message, perl-Log-Message-Simple, perl-Module-Build
@@ -2243,6 +2258,10 @@ sed \
 %exclude %{privlib}/File/Fetch.pm
 %exclude %{_mandir}/man3/File::Fetch.3*
 
+# File-Path
+%exclude %{privlib}/File/Path.pm
+%exclude %{_mandir}/man3/File::Path.3*
+
 # Filter
 %exclude %{archlib}/auto/Filter/Util
 %exclude %{archlib}/Filter/Util
@@ -2862,6 +2881,10 @@ sed \
 %{_mandir}/man3/File::Fetch.3*
 %endif
 
+%files File-Path
+%{privlib}/File/Path.pm
+%{_mandir}/man3/File::Path.3*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Filter
 %{archlib}/auto/Filter/Util
@@ -3281,6 +3304,7 @@ sed \
 - Conflict perl-autodie with older perl (bug #911226)
 - Sub-package Env (bug #924619)
 - Sub-package Exporter (bug #924645)
+- Sub-package File-Path (bug #924782)
 
 * Thu Mar 21 2013 Petr Pisar  - 4:5.16.3-264
 - Sub-package constant (bug #924169)
--
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] Sub-package File-Temp

2013-03-22 Thread Petr Pisar
commit d1fe445f4a78f6cd54247790827cbabab691779a
Author: Petr Písař 
Date:   Fri Mar 22 16:03:06 2013 +0100

Sub-package File-Temp

 perl.spec |   30 +-
 1 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index a704ebb..2db2cc9 100644
--- a/perl.spec
+++ b/perl.spec
@@ -835,6 +835,25 @@ Conflicts:  perl < 4:5.16.2-265
 This module provides a convenient way to create directories of arbitrary
 depth and to delete an entire directory subtree from the file system.
 
+%package File-Temp
+Summary:Return name and handle of a temporary file safely
+Group:  Development/Libraries
+License:GPL+ or Artistic
+Epoch:  0
+Version:0.22
+Requires:   %perl_compat
+BuildArch:  noarch
+Requires:   perl(File::Path) >= 2.06
+Requires:   perl(POSIX)
+Conflicts:  perl < 4:5.16.2-265
+
+%description File-Temp
+File::Temp can be used to create and open temporary files in a safe way.
+There is both a function interface and an object-oriented interface. The
+File::Temp constructor or the tempfile() function can be used to return the
+name and the open file handle of a temporary file. The tempdir() function
+can be used to create a temporary directory.
+
 %if %{dual_life} || %{rebuild_from_scratch}
 # FIXME Filter-Simple? version?
 %package Filter
@@ -1683,7 +1702,7 @@ Requires:   perl-ExtUtils-CBuilder, 
perl-ExtUtils-Embed,
 Requires:   perl-ExtUtils-Install, perl-ExtUtils-MakeMaker
 Requires:   perl-ExtUtils-Manifest
 Requires:   perl-ExtUtils-ParseXS, perl-File-CheckTree, perl-File-Fetch
-Requires:   perl-File-Path, perl-Filter, perl-HTTP-Tiny
+Requires:   perl-File-Path, perl-File-Temp, perl-Filter, perl-HTTP-Tiny
 Requires:   perl-IO-Compress, perl-IO-Zlib, perl-IPC-Cmd, perl-JSON-PP
 Requires:   perl-Locale-Codes, perl-Locale-Maketext-Simple
 Requires:   perl-Log-Message, perl-Log-Message-Simple, perl-Module-Build
@@ -2262,6 +2281,10 @@ sed \
 %exclude %{privlib}/File/Path.pm
 %exclude %{_mandir}/man3/File::Path.3*
 
+# File-Temp
+%exclude %{privlib}/File/Temp.pm
+%exclude %{_mandir}/man3/File::Temp.3*
+
 # Filter
 %exclude %{archlib}/auto/Filter/Util
 %exclude %{archlib}/Filter/Util
@@ -2885,6 +2908,10 @@ sed \
 %{privlib}/File/Path.pm
 %{_mandir}/man3/File::Path.3*
 
+%files File-Temp
+%{privlib}/File/Temp.pm
+%{_mandir}/man3/File::Temp.3*
+
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Filter
 %{archlib}/auto/Filter/Util
@@ -3305,6 +3332,7 @@ sed \
 - Sub-package Env (bug #924619)
 - Sub-package Exporter (bug #924645)
 - Sub-package File-Path (bug #924782)
+- Sub-package File-Temp (bug #924822)
 
 * Thu Mar 21 2013 Petr Pisar  - 4:5.16.3-264
 - Sub-package constant (bug #924169)
--
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 Env-1.04.tar.gz uploaded to lookaside cache by ppisar

2013-03-22 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Env:

fdba5c0690e66972c96fee112cf5f25c  Env-1.04.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

File Exporter-5.67.tar.gz uploaded to lookaside cache by ppisar

2013-03-22 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Exporter:

99ddc4eac35ba72d7d8e8b7887f71c09  Exporter-5.67.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

[perl-Env] Import

2013-03-22 Thread Petr Pisar
commit 7180d05bf3712e577d6d2fb6a7cdee9a7b6641dd
Author: Petr Písař 
Date:   Fri Mar 22 16:17:56 2013 +0100

Import

 .gitignore|1 +
 perl-Env.spec |   49 +
 sources   |1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9026284 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Env-1.04.tar.gz
diff --git a/perl-Env.spec b/perl-Env.spec
new file mode 100644
index 000..350aa16
--- /dev/null
+++ b/perl-Env.spec
@@ -0,0 +1,49 @@
+Name:   perl-Env
+Version:1.04
+Release:1%{?dist}
+Summary:Perl module that imports environment variables as scalars or 
arrays
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Env/
+Source0:http://www.cpan.org/authors/id/F/FL/FLORA/Env-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Tie::Array)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Perl maintains environment variables in a special hash named %%ENV. For when
+this access method is inconvenient, the Perl module Env allows environment
+variables to be treated as scalar or array variables.
+
+%prep
+%setup -q -n Env-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 22 2013 Petr Pisar  1.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..9516fa4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fdba5c0690e66972c96fee112cf5f25c  Env-1.04.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

[perl-Exporter] Import

2013-03-22 Thread Petr Pisar
commit ca27f8ef19e5e194d44a8eadf98b98e7b76ee64a
Author: Petr Písař 
Date:   Fri Mar 22 16:20:59 2013 +0100

Import

 .gitignore |1 +
 perl-Exporter.spec |   54 
 sources|1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cdb4e41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Exporter-5.67.tar.gz
diff --git a/perl-Exporter.spec b/perl-Exporter.spec
new file mode 100644
index 000..c327cbb
--- /dev/null
+++ b/perl-Exporter.spec
@@ -0,0 +1,54 @@
+Name:   perl-Exporter
+Version:5.67
+Release:1%{?dist}
+Summary:Implements default import method for modules
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Exporter/
+Source0:
http://www.cpan.org/authors/id/T/TO/TODDR/Exporter-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp) >= 1.05
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+%if !%{defined perl_bootstrap}
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.18
+%endif
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Carp) >= 1.05
+
+%description
+The Exporter module implements an import method which allows a module to
+export functions and variables to its users' name spaces. Many modules use
+Exporter rather than implementing their own import method because Exporter
+provides a highly flexible interface, with an implementation optimized for
+the common case.
+
+%prep
+%setup -q -n Exporter-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Mar 22 2013 Petr Pisar  5.67-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..8799e9b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+99ddc4eac35ba72d7d8e8b7887f71c09  Exporter-5.67.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

Issue with virtual perl(Carp)

2013-03-22 Thread Remi Collet
Hi,

I have a failed build in rawhide with

Can't locate Carp.pm in @INC (@INC contains: ...

So I add a BR perl(Carp)
(even if I think this one was already in the implicit BuildRequires)

=> same error, see
http://koji.fedoraproject.org/koji/taskinfo?taskID=5158288

Instead, I add an explicit BR perl-Carp and this allow to workaround the
problem.
=> http://koji.fedoraproject.org/koji/taskinfo?taskID=5158288

So :
http://pkgs.fedoraproject.org/cgit/graphviz.git/commit/?id=dbf87247d374c7d58e891c98f1b13a1c15b4a14c

And it seems, I'm not the only one affected
http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?id=8b1aec18c36e788ee718344005565d437f5f6261


I suspect a dirty package which provides perl(Carp) where it shouldn't.


Remi.

--
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 924938] New: wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Bug ID: 924938
   Summary: wrong provides in latest build
   Product: Fedora
   Version: rawhide
 Component: perl
  Severity: unspecified
  Priority: unspecified
  Assignee: mmasl...@redhat.com
  Reporter: thomas.mosc...@gmx.de
QA Contact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu, iarn...@gmail.com,
jples...@redhat.com, ka...@ucw.cz, lkund...@v3.sk,
mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com, rc040...@freenet.de,
tcall...@redhat.com

perl-5.16.3-265.fc20 provides perl(Carp), but does not contain Carp.pm. This
causes perl-XML-Parser to fail.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yxRJkLX9Ea&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Vít Ondruch  changed:

   What|Removed |Added

 CC||vondr...@redhat.com

--- Comment #1 from Vít Ondruch  ---
What is worser, it breaks autoconf:

http://koji.fedoraproject.org/koji/watchlogs?taskID=5158977

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=S4P59svE6R&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Jerry James  changed:

   What|Removed |Added

 CC||loganje...@gmail.com

--- Comment #2 from Jerry James  ---
And it also breaks makeinfo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kN9rCaFJWu&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #3 from Jerry James  ---
*** Bug 925918 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=oSNktGvYcS&a=cc_unsubscribe
--
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 925969] false Provides: perl(Carp)

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=925969

Kevin Kofler  changed:

   What|Removed |Added

 CC||cw...@alumni.drew.edu,
   ||iarn...@gmail.com,
   ||jples...@redhat.com,
   ||ka...@ucw.cz,
   ||lkund...@v3.sk,
   ||mmasl...@redhat.com,
   ||perl-devel@lists.fedoraproj
   ||ect.org, ppi...@redhat.com,
   ||psab...@redhat.com,
   ||rc040...@freenet.de,
   ||tcall...@redhat.com
  Component|autoconf|perl
   Assignee|prais...@redhat.com |mmasl...@redhat.com
Summary|autoconf is missing the |false Provides: perl(Carp)
   |necessary dependency|

--- Comment #3 from Kevin Kofler  ---
perl claims to Provide perl(Carp):
http://koji.fedoraproject.org/koji/rpminfo?rpmID=3851739
but does not seem to actually provide it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VpxkfIjTuJ&a=cc_unsubscribe
--
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 925969] false Provides: perl(Carp)

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=925969

Dan Mashal  changed:

   What|Removed |Added

 CC||dan.mas...@gmail.com
 QA Contact|extras...@fedoraproject.org |dan.mas...@gmail.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pvj8V28SqL&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Mamoru TASAKA  changed:

   What|Removed |Added

 CC||mtas...@fedoraproject.org

--- Comment #4 from Mamoru TASAKA  ---
With rebuilding perl-5.16.3-265 on f19, then

$ rpmdiff --ignore T ./perl-5.16.3-265.fc19.i686.rpm
./perl-5.16.3-265.fc20.i686.rpm 2>&1 | tee 30.txt
removed REQUIRES perl-libs = 4:5.16.3-265.fc19
added   REQUIRES perl-libs = 4:5.16.3-265.fc20
removed PROVIDES perl(x86-32) = 4:5.16.3-265.fc19
added   PROVIDES perl(Carp)  
added   PROVIDES perl(DB) = 1.37
added   PROVIDES perl(DB::fake)  
added   PROVIDES perl(bytes)  
added   PROVIDES perl(utf8)  
added   PROVIDES perl(x86-32) = 4:5.16.3-265.fc20
S.5 /usr/bin/a2p
S.5 /usr/bin/perl
S.5 /usr/bin/perl5.16.3
..5 /usr/bin/perlbug
..5 /usr/bin/perlthanks
S.5 /usr/lib/perl5/Config_heavy.pl
S.5 /usr/lib/perl5/_h2ph_pre.ph
..5 /usr/lib/perl5/auto/B/B.so
S.5 /usr/lib/perl5/auto/Devel/PPPort/PPPort.so
..5 /usr/lib/perl5/auto/Devel/Peek/Peek.so
..5 /usr/lib/perl5/auto/Fcntl/Fcntl.so
..5 /usr/lib/perl5/auto/File/Glob/Glob.so
..5 /usr/lib/perl5/auto/GDBM_File/GDBM_File.so
..5 /usr/lib/perl5/auto/Hash/Util/FieldHash/FieldHash.so
S.5 /usr/lib/perl5/auto/Hash/Util/Util.so
..5 /usr/lib/perl5/auto/I18N/Langinfo/Langinfo.so
..5 /usr/lib/perl5/auto/IO/IO.so
S.5 /usr/lib/perl5/auto/IPC/SysV/SysV.so
..5 /usr/lib/perl5/auto/MIME/Base64/Base64.so
..5 /usr/lib/perl5/auto/Math/BigInt/FastCalc/FastCalc.so
..5 /usr/lib/perl5/auto/NDBM_File/NDBM_File.so
..5 /usr/lib/perl5/auto/ODBM_File/ODBM_File.so
..5 /usr/lib/perl5/auto/Opcode/Opcode.so
..5 /usr/lib/perl5/auto/POSIX/POSIX.so
..5 /usr/lib/perl5/auto/PerlIO/encoding/encoding.so
..5 /usr/lib/perl5/auto/PerlIO/mmap/mmap.so
..5 /usr/lib/perl5/auto/PerlIO/scalar/scalar.so
..5 /usr/lib/perl5/auto/PerlIO/via/via.so
..5 /usr/lib/perl5/auto/SDBM_File/SDBM_File.so
..5 /usr/lib/perl5/auto/Storable/Storable.so
..5 /usr/lib/perl5/auto/Sys/Hostname/Hostname.so
S.5 /usr/lib/perl5/auto/Sys/Syslog/Syslog.so
..5 /usr/lib/perl5/auto/Tie/Hash/NamedCapture/NamedCapture.so
S.5 /usr/lib/perl5/auto/Time/HiRes/HiRes.so
..5 /usr/lib/perl5/auto/Unicode/Collate/Collate.so
S.5 /usr/lib/perl5/auto/Unicode/Normalize/Normalize.so
..5 /usr/lib/perl5/auto/arybase/arybase.so
..5 /usr/lib/perl5/auto/attributes/attributes.so
..5 /usr/lib/perl5/auto/mro/mro.so
..5 /usr/lib/perl5/auto/re/re.so

So something changed outside of perl.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=PIuNLOb7G5&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

Remi Collet  changed:

   What|Removed |Added

 CC||alekc...@googlemail.com

--- Comment #5 from Remi Collet  ---
*** Bug 925969 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5kELhUME1a&a=cc_unsubscribe
--
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 925969] false Provides: perl(Carp)

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=925969

Remi Collet  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||fed...@famillecollet.com
 Resolution|--- |DUPLICATE
Last Closed||2013-03-23 02:28:28

--- Comment #4 from Remi Collet  ---


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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Xvyy6mLN6A&a=cc_unsubscribe
--
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 924938] wrong provides in latest build

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #6 from Mamoru TASAKA  ---
Also, perl-5.16.3-264.fc20 does not provide perl(Carp), however rebuilding
perl-5.16.3-264.fc20 with _current_ f20 now provides perl(Carp).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZKq1487i9f&a=cc_unsubscribe
--
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