[perl-opts] Update to 0.06

2013-08-13 Thread Emmanuel Seyman
commit eb974e6930f7d369bf0df403ca61a0b3c3dd7ab6
Author: Emmanuel Seyman 
Date:   Wed Aug 14 01:39:05 2013 +0200

Update to 0.06

 .gitignore |1 +
 perl-opts.spec |   23 ++-
 sources|2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56f4941..985c424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 opts-0.022.tar.gz
 /opts-0.042.tar.gz
 /opts-0.05.tar.gz
+/opts-0.06.tar.gz
diff --git a/perl-opts.spec b/perl-opts.spec
index b249238..6ff45b1 100644
--- a/perl-opts.spec
+++ b/perl-opts.spec
@@ -1,10 +1,10 @@
 Name:   perl-opts
 Summary:Simple command line option parser
-Version:0.050
-Release:6%{?dist}
+Version:0.060
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-0.05.tar.gz 
+Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKIHOSHI/opts-0.06.tar.gz 
 URL:http://search.cpan.org/dist/opts
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
@@ -12,6 +12,7 @@ BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(Getopt::Long) >= 2.37
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(PadWalker) >= 1.9
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
@@ -29,28 +30,32 @@ Requires:   perl(Text::Table)
 opts is a DSL for quickly and easily handling command line options.
 
 %prep
-%setup -q -n opts-0.05
+%setup -q -n opts-0.06
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install DESTDIR=%{buildroot}
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+./Build test
 
 %files
-%doc Changes README
+%doc Changes README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Aug 14 2013 Emmanuel Seyman  - 0.060-1
+- Update to 0.06
+- Switch to Build.PL a build mecanism
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 0.050-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8dea51b..058bc7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49b55e10fc72cddcc146af27d5e74f76  opts-0.05.tar.gz
+ad8fecb04c93a13644f9f4aa6b6b6f84  opts-0.06.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 opts-0.06.tar.gz uploaded to lookaside cache by eseyman

2013-08-13 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-opts:

ad8fecb04c93a13644f9f4aa6b6b6f84  opts-0.06.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-Starman] Update to 0.4004

2013-08-13 Thread Emmanuel Seyman
commit e7fd72e4b5ff5d18bd7c5a616bd010d82efda4b8
Author: Emmanuel Seyman 
Date:   Wed Aug 14 01:16:35 2013 +0200

Update to 0.4004

 .gitignore|1 +
 perl-Starman.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e381465..469aaa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Starman-0.3011.tar.gz
 /Starman-0.3014.tar.gz
 /Starman-0.4003.tar.gz
+/Starman-0.4004.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
index c2b221e..b801bd8 100644
--- a/perl-Starman.spec
+++ b/perl-Starman.spec
@@ -1,5 +1,5 @@
 Name:   perl-Starman
-Version:0.4003
+Version:0.4004
 Release:1%{?dist}
 Summary:High-performance preforking PSGI/Plack web server
 License:GPL+ or Artistic
@@ -59,6 +59,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
';'
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 14 2013 Emmanuel Seyman  - 0.4004-1
+- Update to 0.4004
+
 * Sat Aug 10 2013 Emmanuel Seyman  - 0.4003-1
 - Update to 0.4003
 
diff --git a/sources b/sources
index 9e5b814..52ae6aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dde2d18242c578ac914509fda92f1afe  Starman-0.4003.tar.gz
+be000ce64911f0ce91b1665fcf108e66  Starman-0.4004.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 Starman-0.4004.tar.gz uploaded to lookaside cache by eseyman

2013-08-13 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Starman:

be000ce64911f0ce91b1665fcf108e66  Starman-0.4004.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-HTML-FillInForm] Update to 2.20

2013-08-13 Thread Emmanuel Seyman
commit 5a9bc0fd21d3a7e129e1dcc7e70690d88f416014
Author: Emmanuel Seyman 
Date:   Wed Aug 14 01:09:29 2013 +0200

Update to 2.20

 .gitignore|1 +
 perl-HTML-FillInForm.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2287ac5..fba86b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 HTML-FillInForm-2.00.tar.gz
 /HTML-FillInForm-2.1.tar.gz
 /HTML-FillInForm-2.11.tar.gz
+/HTML-FillInForm-2.20.tar.gz
diff --git a/perl-HTML-FillInForm.spec b/perl-HTML-FillInForm.spec
index 9bff346..dd63551 100644
--- a/perl-HTML-FillInForm.spec
+++ b/perl-HTML-FillInForm.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-FillInForm
-Version:2.11
-Release:3%{?dist}
+Version:2.20
+Release:1%{?dist}
 Summary:Populates HTML Forms with data
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 14 2013 Emmanuel Seyman  - 2.20-1
+- Update to 2.20
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 2.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 19735f2..dd5d6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd99317154edf2591311bda9b58241e6  HTML-FillInForm-2.11.tar.gz
+eeae1ef0fb6f7bde4e3db313c7c703a6  HTML-FillInForm-2.20.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 HTML-FillInForm-2.20.tar.gz uploaded to lookaside cache by eseyman

2013-08-13 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-FillInForm:

eeae1ef0fb6f7bde4e3db313c7c703a6  HTML-FillInForm-2.20.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-srpm-macros] Disable perl_bootstrap for perl 5.18 rebuild

2013-08-13 Thread Jitka Plesnikova
commit 650c3c5896b9ee6319a8771cb0f3f992ba59918b
Author: Jitka Plesnikova 
Date:   Tue Aug 13 16:29:20 2013 +0200

Disable perl_bootstrap for perl 5.18 rebuild

 macros.perl-srpm  |2 +-
 perl-srpm-macros.spec |5 -
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/macros.perl-srpm b/macros.perl-srpm
index fd86296..114c422 100644
--- a/macros.perl-srpm
+++ b/macros.perl-srpm
@@ -13,5 +13,5 @@
 # dependencies, for example: perl-Test-Minimum-Version <->
 # perl-Perl-Minimum-Version Defined for bootstraping, undefined otherwise.
 # Usage: %%if !%%{defined perl_bootstrap} ... %%endif
-%perl_bootstrap 1
+#%%perl_bootstrap 1
 
diff --git a/perl-srpm-macros.spec b/perl-srpm-macros.spec
index fc8207b..5c76b76 100644
--- a/perl-srpm-macros.spec
+++ b/perl-srpm-macros.spec
@@ -1,6 +1,6 @@
 Name:   perl-srpm-macros
 Version:1
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:RPM macros for building Perl source package from source repository
 Group:  Development/Libraries
 License:GPLv3+
@@ -19,6 +19,9 @@ install -m 644 -D "%{SOURCE0}" \
 %{_sysconfdir}/rpm/macros.perl-srpm
 
 %changelog
+* Tue Aug 13 2013 Jitka Plesnikova  - 1-10
+- Disable perl_bootstrap for perl 5.18 rebuild
+
 * Sun Aug 04 2013 Fedora Release Engineering  
- 1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_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

File perl-5.18.1.tar.bz2 uploaded to lookaside cache by jplesnik

2013-08-13 Thread Jitka Plesnikova
A file has been added to the lookaside cache for perl:

4ec1a3f3824674552e749ae420c5e68c  perl-5.18.1.tar.bz2
--
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-Jemplate

2013-08-13 Thread buildsys


perl-Jemplate has broken dependencies in the rawhide tree:
On x86_64:
perl-Jemplate-0.262-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Jemplate-0.262-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Jemplate-0.262-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.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-Template-Alloy

2013-08-13 Thread buildsys


perl-Template-Alloy has broken dependencies in the rawhide tree:
On x86_64:
perl-Template-Alloy-1.016-6.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Template-Alloy-1.016-6.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Template-Alloy-1.016-6.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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-CGI-Ex

2013-08-13 Thread buildsys


perl-CGI-Ex has broken dependencies in the rawhide tree:
On x86_64:
perl-CGI-Ex-2.38-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-CGI-Ex-2.38-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-CGI-Ex-2.38-4.fc19.noarch requires perl(:MODULE_COMPAT_5.16.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-Bio-ASN1-EntrezGene

2013-08-13 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.noarch requires 
perl(Bio::Index::AbstractSeq)
On armhfp:
perl-Bio-ASN1-EntrezGene-1.091-19.fc20.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-Alien-ROOT

2013-08-13 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On armhfp:
perl-Alien-ROOT-5.34.3.1-3.fc20.noarch requires root-core
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

2013-08-13 Thread buildsys


perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Encode-devel-2.49-286.fc20.noarch requires perl-Encode = 
0:2.49-286.fc20
On i386:
perl-Encode-devel-2.49-286.fc20.noarch requires perl-Encode = 
0:2.49-286.fc20
On armhfp:
perl-Encode-devel-2.49-286.fc20.noarch requires perl-Encode = 
0:2.49-286.fc20
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-IPTables-libiptc

2013-08-13 Thread buildsys


perl-IPTables-libiptc has broken dependencies in the rawhide tree:
On x86_64:
perl-IPTables-libiptc-0.52-5.fc19.x86_64 requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-IPTables-libiptc-0.52-5.fc19.i686 requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-IPTables-libiptc-0.52-5.fc19.armv7hl requires 
perl(:MODULE_COMPAT_5.16.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-DBD-AnyData

2013-08-13 Thread buildsys


perl-DBD-AnyData has broken dependencies in the rawhide tree:
On x86_64:
perl-DBD-AnyData-0.110-6.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-DBD-AnyData-0.110-6.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-DBD-AnyData-0.110-6.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
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-PDL

2013-08-13 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-PDL-2.4.10-6.fc19.i686 requires libgd.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-Padre

2013-08-13 Thread buildsys


perl-Padre has broken dependencies in the rawhide tree:
On x86_64:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-Padre-0.90-6.fc18.noarch requires perl(:MODULE_COMPAT_5.16.0)
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-Encode-JP-Mobile

2013-08-13 Thread buildsys


perl-Encode-JP-Mobile has broken dependencies in the rawhide tree:
On x86_64:
perl-Encode-JP-Mobile-0.30-2.fc19.x86_64 requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Encode-JP-Mobile-0.30-2.fc19.i686 requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Encode-JP-Mobile-0.30-2.fc19.armv7hl requires 
perl(:MODULE_COMPAT_5.16.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-Math-NumSeq

2013-08-13 Thread buildsys


perl-Math-NumSeq has broken dependencies in the rawhide tree:
On x86_64:
perl-Math-NumSeq-55-2.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Math-NumSeq-55-2.fc19.noarch requires perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Math-NumSeq-55-2.fc19.noarch requires perl(:MODULE_COMPAT_5.16.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-ParseUtil-Domain

2013-08-13 Thread buildsys


perl-ParseUtil-Domain has broken dependencies in the rawhide tree:
On x86_64:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-ParseUtil-Domain-2.22-3.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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: polymake

2013-08-13 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.12-7.fc20.x86_64 requires perl(:MODULE_COMPAT_5.16.3)
polymake-2.12-7.fc20.x86_64 requires perl = 4:5.16.3
polymake-2.12-7.fc20.x86_64 requires libperl.so()(64bit)
On i386:
polymake-2.12-7.fc20.i686 requires perl(:MODULE_COMPAT_5.16.3)
polymake-2.12-7.fc20.i686 requires perl = 4:5.16.3
polymake-2.12-7.fc20.i686 requires libperl.so
On armhfp:
polymake-2.12-7.fc20.armv7hl requires perl(:MODULE_COMPAT_5.16.3)
polymake-2.12-7.fc20.armv7hl requires perl = 4:5.16.3
polymake-2.12-7.fc20.armv7hl requires libperl.so
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: slic3r

2013-08-13 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On i386:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
On armhfp:
slic3r-0.9.10b-2.fc20.noarch requires perl(:MODULE_COMPAT_5.16.3)
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-MooseX-TrackDirty-Attributes

2013-08-13 Thread buildsys


perl-MooseX-TrackDirty-Attributes has broken dependencies in the rawhide tree:
On x86_64:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-MooseX-TrackDirty-Attributes-2.002-2.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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-Language-Expr

2013-08-13 Thread buildsys


perl-Language-Expr has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On i386:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.2)
On armhfp:
perl-Language-Expr-0.19-4.fc19.noarch requires 
perl(:MODULE_COMPAT_5.16.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-Qt

2013-08-13 Thread buildsys


perl-Qt has broken dependencies in the rawhide tree:
On x86_64:
perl-Qt-0.96.0-6.fc19.x86_64 requires perl(:MODULE_COMPAT_5.16.2)
perl-Qt-0.96.0-6.fc19.x86_64 requires libperl.so()(64bit)
On i386:
perl-Qt-0.96.0-6.fc19.i686 requires perl(:MODULE_COMPAT_5.16.2)
perl-Qt-0.96.0-6.fc19.i686 requires libperl.so
On armhfp:
perl-Qt-0.96.0-6.fc19.armv7hl requires perl(:MODULE_COMPAT_5.16.2)
perl-Qt-0.96.0-6.fc19.armv7hl requires libperl.so
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-MIME-Lite-HTML

2013-08-13 Thread buildsys


perl-MIME-Lite-HTML has broken dependencies in the rawhide tree:
On x86_64:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On i386:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
On armhfp:
perl-MIME-Lite-HTML-1.24-4.fc18.noarch requires 
perl(:MODULE_COMPAT_5.16.0)
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 987388] perl-DBD-CSV-0.41 is available

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=987388

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBD-CSV-0.41-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 05:13:48



-- 
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=vah2NyAonI&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-DBD-CSV] 0.41 bump

2013-08-13 Thread Petr Šabata
commit 88bd9decef0443c505a8255f2ded81d4971783b4
Author: Petr Šabata 
Date:   Tue Aug 13 11:11:44 2013 +0200

0.41 bump

 .gitignore|1 +
 perl-DBD-CSV.spec |9 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cba356..cd41704 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ DBD-CSV-0.30.tgz
 /DBD-CSV-0.36.tgz
 /DBD-CSV-0.38.tgz
 /DBD-CSV-0.40.tgz
+/DBD-CSV-0.41.tgz
diff --git a/perl-DBD-CSV.spec b/perl-DBD-CSV.spec
index 691d607..1ee603b 100644
--- a/perl-DBD-CSV.spec
+++ b/perl-DBD-CSV.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBD-CSV
-Version:0.40
-Release:2%{?dist}
+Version:0.41
+Release:1%{?dist}
 Summary:DBI driver for CSV files
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -56,7 +56,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -69,6 +69,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Tue Aug 13 2013 Petr Šabata  - 0.41-1
+- 0.41 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering  
- 0.40-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3bb0ec8..18b2965 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-415bfcbdcc5c7a2ec23850479821e122  DBD-CSV-0.40.tgz
+9f444850fc0c03f465b2ff9a222a2809  DBD-CSV-0.41.tgz
--
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 DBD-CSV-0.41.tgz uploaded to lookaside cache by psabata

2013-08-13 Thread Petr Šabata
A file has been added to the lookaside cache for perl-DBD-CSV:

9f444850fc0c03f465b2ff9a222a2809  DBD-CSV-0.41.tgz
--
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 996455] New: perl-Net-Twitter-4.00007 is available

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=996455

Bug ID: 996455
   Summary: perl-Net-Twitter-4.7 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-Twitter
  Keywords: FutureFeature, Triaged
  Assignee: jd...@aquezada.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jd...@aquezada.com, perl-devel@lists.fedoraproject.org



Latest upstream release: 4.7
Current version/release in Fedora Rawhide: 4.6-3.fc20
URL: http://search.cpan.org/dist/Net-Twitter/

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=1WFXASTB6L&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 996452] New: perl-Crypt-OpenSSL-X509-1.803 is available

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=996452

Bug ID: 996452
   Summary: perl-Crypt-OpenSSL-X509-1.803 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Crypt-OpenSSL-X509
  Keywords: FutureFeature, Triaged
  Assignee: wjhns...@hardakers.net
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
wjhns...@hardakers.net



Latest upstream release: 1.803
Current version/release in Fedora Rawhide: 1.800.2-7.fc20
URL: http://search.cpan.org/dist/Crypt-OpenSSL-X509/

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=UUqqIfS3D6&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 996451] New: perl-CPANPLUS-0.9142 is available

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=996451

Bug ID: 996451
   Summary: perl-CPANPLUS-0.9142 is available
   Product: Fedora
   Version: rawhide
 Component: perl-CPANPLUS
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.9142
Current version/release in Fedora Rawhide: 0.91.40-1.fc20
URL: http://search.cpan.org/dist/CPANPLUS/

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=L1hg6ph4Dt&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 992738] perl-Test-Unit-Runner-Xml: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992738

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Test-Unit-Runner-Xml-0
   ||.1-14.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:33:52



-- 
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=9z9xP1uuQo&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 914286] perl-HTTP-Daemon-SSL: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=914286

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-HTTP-Daemon-SSL-1.04-1
   ||3.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:32:16



-- 
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=kcSi8hH9sT&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 992745] perl-VMware-LabManager: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992745

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-VMware-LabManager-0.01
   ||-6.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:07:05



-- 
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=HudcGwVd35&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 992704] perl-POE-Component-Server-XMLRPC: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992704

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-POE-Component-Server-X
   ||MLRPC-0.05-17.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:04:06



-- 
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=MiPBcLqvLa&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 992703] perl-POE-Component-Server-SimpleHTTP: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992703

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-POE-Component-Server-S
   ||impleHTTP-2.18-3.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:02:44



-- 
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=MegroUfAxt&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 992702] perl-POE-Component-Server-SOAP: FTBFS in rawhide

2013-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992702

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-POE-Component-Server-S
   ||OAP-1.14-14.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-08-13 03:01: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=OTCzWGw0ow&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