[Bug 1147431] perl-experimental-0.011 is available

2014-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1147431

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-experimental-0.011-1.f |perl-experimental-0.011-1.f
   |c22 |c21
 Resolution|--- |ERRATA
Last Closed||2014-10-06 01:05:58



--- Comment #3 from Fedora Update System  ---
perl-experimental-0.011-1.fc21 has been pushed to the Fedora 21 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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=F5KZtF8zHa&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 1147882] perl-B-Lint-1.18 is available

2014-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1147882

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-B-Lint-1.18-1.fc22 |perl-B-Lint-1.18-1.fc21
 Resolution|--- |ERRATA
Last Closed||2014-10-06 01:00:19



--- Comment #3 from Fedora Update System  ---
perl-B-Lint-1.18-1.fc21 has been pushed to the Fedora 21 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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=ZncEtajzY7&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 1149524] Review Request: perl-Digest-Whirlpool - Interface to Whirlpool hash algorithm

2014-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1149524

Denis Fateyev  changed:

   What|Removed |Added

 CC||perl-devel@lists.fedoraproj
   ||ect.org



-- 
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=X4LaBcYMyX&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-Pod-Snippets/f19] Initial commit

2014-10-05 Thread 李瑞彬
Summary of changes:

  26eaa88... Initial commit (*)

(*) 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-Pod-Snippets/f20] Initial commit

2014-10-05 Thread 李瑞彬
Summary of changes:

  26eaa88... Initial commit (*)

(*) 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-Pod-Snippets/f21] Initial commit

2014-10-05 Thread 李瑞彬
Summary of changes:

  26eaa88... Initial commit (*)

(*) 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-Pod-Snippets] Initial commit

2014-10-05 Thread 李瑞彬
commit 26eaa8812a5053fcb098d7fc553f2238c02f698e
Author: Robin Lee 
Date:   Mon Oct 6 01:07:59 2014 +0800

Initial commit

 .gitignore |1 +
 perl-Pod-Snippets.spec |   65 
 sources|1 +
 3 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b540eab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Pod-Snippets-0.14.tar.gz
diff --git a/perl-Pod-Snippets.spec b/perl-Pod-Snippets.spec
new file mode 100644
index 000..1bc34a9
--- /dev/null
+++ b/perl-Pod-Snippets.spec
@@ -0,0 +1,65 @@
+Name:   perl-Pod-Snippets
+Version:0.14
+Release:3%{?dist}
+Summary:Extract and reformat snippets of POD
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Pod-Snippets/
+Source0:
http://www.cpan.org/authors/id/D/DO/DOMQ/Pod-Snippets-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(base)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Pod::Parser)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%description
+This class is a very simple extension of Pod::Parser that extracts POD
+snippets from Perl code, and pretty-prints it so as to make it usable from
+other Perl code. As demonstrated above, Pod::Snippets is immediately useful
+to test-driven-development nutcases who want to put every single line of
+Perl code under test, including code that is in the POD (typically a
+SYNOPSIS section). There are other uses, such as storing a piece of
+information that is both human- and machine-readable (e.g. an XML schema)
+simultaneously as documentation and code.
+
+%prep
+%setup -q -n Pod-Snippets-%{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 README eg/
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Sep 19 2014 Robin Lee  - 0.14-3
+- Additional cleanup
+- Remove Requires perl(Pod::Parser)
+
+* Thu Sep 18 2014 Robin Lee  - 0.14-2
+- BR: perl(base) perl(File::Path) perl(File::Spec::Functions)
+  perl(File::Temp) perl(overload) perl(strict) perl(Test::More)
+  perl(vars) perl(warnings)
+- specfile cleanup
+
+* Sat Sep 13 2014 Robin Lee  0.14-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..96b789f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e4897fdbcbbb76f6c73da895ca45b759  Pod-Snippets-0.14.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 Pod-Snippets-0.14.tar.gz uploaded to lookaside cache by cheeselee

2014-10-05 Thread 李瑞彬
A file has been added to the lookaside cache for perl-Pod-Snippets:

e4897fdbcbbb76f6c73da895ca45b759  Pod-Snippets-0.14.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 1141390] Review Request: perl-DBIx-RunSQL - Run SQL commands from a file

2014-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1141390



--- Comment #4 from Denis Fateyev  ---
Yes, I think it would be okay here (with keeping Pod::Readme and dropping
Pod::Markdown) since Pod::Readme will be available soon in all Fedora/RHEL
scope.

-- 
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=Rz4ZMLrEvC&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

Broken dependencies: perl-Qt

2014-10-05 Thread buildsys


perl-Qt has broken dependencies in the rawhide tree:
On x86_64:
perl-Qt-0.96.0-11.fc22.x86_64 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.x86_64 requires libperl.so.5.18()(64bit)
On i386:
perl-Qt-0.96.0-11.fc22.i686 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.i686 requires libperl.so.5.18
On armhfp:
perl-Qt-0.96.0-11.fc22.armv7hl requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.armv7hl requires libperl.so.5.18
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-Geo-IP] Update to 1.45

2014-10-05 Thread Emmanuel Seyman
commit 6698dfe3fd6e33efe6803175188ef7327b6698cb
Author: Emmanuel Seyman 
Date:   Sun Oct 5 11:00:30 2014 +0200

Update to 1.45

 .gitignore |1 +
 ...IP-1.40-Drop-failing-namelookup-unit-test.patch |   35 
 perl-Geo-IP.spec   |   13 ---
 sources|2 +-
 4 files changed, 10 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8018671..88f0516 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Geo-IP-1.38.tar.gz
 /Geo-IP-1.40.tar.gz
 /Geo-IP-1.42.tar.gz
 /Geo-IP-1.43.tar.gz
+/Geo-IP-1.45.tar.gz
diff --git a/perl-Geo-IP.spec b/perl-Geo-IP.spec
index 24b68d7..48e4c6b 100644
--- a/perl-Geo-IP.spec
+++ b/perl-Geo-IP.spec
@@ -1,17 +1,17 @@
 Name: perl-Geo-IP
 Summary:  Efficient Perl bindings for the GeoIP location database
-Version:  1.43
-Release:  2%{?dist}
+Version:  1.45
+Release:  1%{?dist}
 URL:  http://search.cpan.org/dist/Geo-IP/
 License:  GPL+ or Artistic
 
-Source0:  
http://search.cpan.org/CPAN/authors/id/B/BO/BORISZ/Geo-IP-%{version}.tar.gz
+Source0:  
http://search.cpan.org/CPAN/authors/id/M/MA/MAXMIND/Geo-IP-%{version}.tar.gz
 
-Patch0:   Geo-IP-1.40-Drop-failing-namelookup-unit-test.patch
 Patch1:   Geo-IP-1.40-Fix-shebangs-in-example-files.patch
 
 BuildRequires:GeoIP-devel
 BuildRequires:perl(ExtUtils::MakeMaker)
+BuildRequires:perl(Test::More)
 
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -28,7 +28,6 @@ similar modules.
 %prep
 %setup -q -n Geo-IP-%{version}
 
-%patch0 -p1
 %patch1 -p1
 
 
@@ -60,6 +59,10 @@ make test
 
 
 %changelog
+* Sun Oct 05 2014 Emmanuel Seyman  - 1.45-1
+- Update to 1.45
+- Drop Patch0 (no longer applies)
+
 * Wed Sep 03 2014 Jitka Plesnikova  - 1.43-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9d3bb7a..5d98035 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a24af3f3b78f7a6c613e06b91593d10  Geo-IP-1.43.tar.gz
+781fbf2a6b6505e86e3e5ebe05254928  Geo-IP-1.45.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-Mojolicious] Update to 5.47

2014-10-05 Thread Emmanuel Seyman
commit ee96b6589053c590099a3a51b77b363c7465830b
Author: Emmanuel Seyman 
Date:   Sun Oct 5 10:02:57 2014 +0200

Update to 5.47

 .gitignore|1 +
 perl-Mojolicious.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fa99e6..1c3eaed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -143,3 +143,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-5.41.tar.gz
 /Mojolicious-5.42.tar.gz
 /Mojolicious-5.45.tar.gz
+/Mojolicious-5.47.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 6aa9664..fd49acb 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:5.45
+Version:5.47
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 05 2014 Emmanuel Seyman  - 5.47-1
+- Update to 5.47
+
 * Sat Sep 27 2014 Emmanuel Seyman  - 5.45-1
 - Update to 5.45
 
diff --git a/sources b/sources
index 6cedfc7..2f21708 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eeed3bf32bc1820566e01a73a73dc7dd  Mojolicious-5.45.tar.gz
+96adc06ba7f4678a562bffbc6f56c6f7  Mojolicious-5.47.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 Mojolicious-5.47.tar.gz uploaded to lookaside cache by eseyman

2014-10-05 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Mojolicious:

96adc06ba7f4678a562bffbc6f56c6f7  Mojolicious-5.47.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-JSON-Any] Update to 1.38

2014-10-05 Thread Emmanuel Seyman
commit 600885bda4540a087c006e6cc8f19b908699aaa4
Author: Emmanuel Seyman 
Date:   Sun Oct 5 09:56:48 2014 +0200

Update to 1.38

 .gitignore |1 +
 perl-JSON-Any.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f011fee..39754dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ JSON-Any-1.22.tar.gz
 /JSON-Any-1.34.tar.gz
 /JSON-Any-1.35.tar.gz
 /JSON-Any-1.36.tar.gz
+/JSON-Any-1.38.tar.gz
diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec
index b4d748b..61eff2e 100644
--- a/perl-JSON-Any.spec
+++ b/perl-JSON-Any.spec
@@ -1,7 +1,7 @@
 Name:   perl-JSON-Any
 Summary:A meta-module to make working with JSON easier
-Version:1.36
-Release:2%{?dist}
+Version:1.38
+Release:1%{?dist}
 License:GPL+ or Artistic
 
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/JSON-Any-%{version}.tar.gz 
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 05 2014 Emmanuel Seyman  - 1.38-1
+- Update to 1.38
+
 * Wed Sep 03 2014 Jitka Plesnikova  - 1.36-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b11be42..db0563c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-378650e94616c3752acb6ec440a1de38  JSON-Any-1.36.tar.gz
+8f86b73f560a964d022e9198dc13110e  JSON-Any-1.38.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 JSON-Any-1.38.tar.gz uploaded to lookaside cache by eseyman

2014-10-05 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-JSON-Any:

8f86b73f560a964d022e9198dc13110e  JSON-Any-1.38.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 Geo-IP-1.45.tar.gz uploaded to lookaside cache by eseyman

2014-10-05 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Geo-IP:

781fbf2a6b6505e86e3e5ebe05254928  Geo-IP-1.45.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