File Path-Tiny-0.059.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Path-Tiny:

885c26b9758e1b767d72d58cb42f268f  Path-Tiny-0.059.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-Path-Tiny] Update to 0.059

2014-10-15 Thread Paul Howarth
commit 1c318234a348fb87e4019c0b78a49b6898e0d71f
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 15 09:19:39 2014 +0100

Update to 0.059

- New upstream release 0.059
  - Fixed precedence bug in the check for Unicode::UTF8

 perl-Path-Tiny.spec |6 +-
 sources |2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec
index c1927f9..bfff0f0 100644
--- a/perl-Path-Tiny.spec
+++ b/perl-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:  perl-Path-Tiny
-Version:   0.058
+Version:   0.059
 Release:   1%{?dist}
 Summary:   File path utility
 Group: Development/Libraries
@@ -99,6 +99,10 @@ make test
 %{_mandir}/man3/Path::Tiny.3pm*
 
 %changelog
+* Tue Oct 14 2014 Paul Howarth p...@city-fan.org - 0.059-1
+- Update to 0.059
+  - Fixed precedence bug in the check for Unicode::UTF8
+
 * Thu Sep 25 2014 Paul Howarth p...@city-fan.org - 0.058-1
 - Update to 0.058
   - Added a 'sibling' method as a more efficient form of calling
diff --git a/sources b/sources
index acf7794..b3e4cc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f271c1a0b44b6d4081f84bda05500d91  Path-Tiny-0.058.tar.gz
+885c26b9758e1b767d72d58cb42f268f  Path-Tiny-0.059.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-Path-Tiny/f21] Update to 0.059

2014-10-15 Thread Paul Howarth
Summary of changes:

  1c31823... Update to 0.059 (*)

(*) 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-Path-Tiny/epel7] Update to 0.059

2014-10-15 Thread Paul Howarth
Summary of changes:

  1c31823... Update to 0.059 (*)

(*) 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-Path-Tiny] Created tag perl-Path-Tiny-0.059-1.fc22

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-Path-Tiny-0.059-1.fc22' was created pointing to:

 1c31823... Update to 0.059
--
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-Path-Tiny] Created tag perl-Path-Tiny-0.059-1.el7

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-Path-Tiny-0.059-1.el7' was created pointing to:

 1c31823... Update to 0.059
--
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-Path-Tiny] Created tag perl-Path-Tiny-0.059-1.fc21

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-Path-Tiny-0.059-1.fc21' was created pointing to:

 1c31823... Update to 0.059
--
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-Readme-v1.0.2.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Pod-Readme:

0210c4985b8760e6f9d39b229aeba756  Pod-Readme-v1.0.2.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-Pod-Readme] Update to 1.0.2

2014-10-15 Thread Paul Howarth
commit a3de0878b46535e084c4f2c8367eeaf7fbea2061
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 15 11:19:13 2014 +0100

Update to 1.0.2

- New upstream release 1.0.2
  - This is a complete rewrite, using modern Perl with Moo
  - Added support for plugins, along with plugins to insert the module 
version,
prerequisites and the latest changes
  - Added the ability to generate a README in a variety of formats, such as
POD, Markdown, HTML, RTF, etc.
  - Added command-line options to the pod2readme script, including the 
ability
to specify the output format
  - Switched to semantic versioning
  - The documentation has been updated accordingly
  - This is no longer a subclass of a POD parser, although it has some 
wrapper
methods for compatibility with software known to use it
- This release by RRWO → update source URL
- Modernize spec since this version will never run on EL-5
- Unbundle the Module::Install stuff and use the system version instead

 .gitignore |4 +-
 Pod-Readme-v1.0.2-no-author-deps.patch |   26 ++
 perl-Pod-Readme.spec   |  133 +++-
 sources|2 +-
 4 files changed, 125 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75d85ba..7f0249c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-Pod-Readme-0.09.tar.gz
-/Pod-Readme-0.11.tar.gz
+/Pod-Readme-[0-9.]*.tar.gz
+/Pod-Readme-v[0-9.]*.tar.gz
diff --git a/Pod-Readme-v1.0.2-no-author-deps.patch 
b/Pod-Readme-v1.0.2-no-author-deps.patch
new file mode 100644
index 000..0871a27
--- /dev/null
+++ b/Pod-Readme-v1.0.2-no-author-deps.patch
@@ -0,0 +1,26 @@
+--- Makefile.PL
 Makefile.PL
+@@ -74,23 +74,6 @@
+ 
+ install_script(qw{ bin/pod2readme });
+ 
+-author_requires(
+-'Module::Install::AuthorRequires' = 0.02,
+-'Module::Install::AuthorTests'= 0,
+-'Test::CPAN::Meta'= 0,
+-'Test::CheckManifest' = 0.9,
+-'Test::CleanNamespaces'   = 0,
+-'Test::Command'   = 0,
+-'Test::ConsistentVersion' = 0,
+-'Test::MinimumVersion'= 0,
+-'Test::Perl::Critic'  = 0,
+-'Test::Pod'   = '1.00',
+-'Test::Pod::Coverage' = 0,
+-'Test::Portability::Files'= 0,
+-);
+-
+-recursive_author_tests('xt');
+-
+ install_as_cpan;
+ auto_install;
+ WriteAll;
diff --git a/perl-Pod-Readme.spec b/perl-Pod-Readme.spec
index ac14a2b..5bdebcf 100644
--- a/perl-Pod-Readme.spec
+++ b/perl-Pod-Readme.spec
@@ -1,59 +1,118 @@
-%define module_version 0.11
-
 Name:   perl-Pod-Readme
-Version:0.110
-Release:11%{?dist}
-Summary:Convert POD to README file
+Version:1.0.2
+Release:1%{?dist}
+Summary:Intelligently generate a README file from POD
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Readme/
-Source0:
http://www.cpan.org/authors/id/B/BI/BIGPRESH/Pod-Readme-%{module_version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:
http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-v%{version}.tar.gz
+Patch0: Pod-Readme-v1.0.2-no-author-deps.patch
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Regexp::Common)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod) = 1.00
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(Test::Portability::Files)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Module Build
+BuildRequires:  perl = 4:5.10.1
+BuildRequires:  perl(inc::Module::Install)
+# Module Runtime
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Class::Method::Modifiers)
+BuildRequires:  perl(CPAN::Changes) = 0.30
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.56
+BuildRequires:  perl(feature)
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(Hash::Util)
+BuildRequires:  perl(IO)
+BuildRequires:  perl(List::Util) = 1.33
+BuildRequires:  perl(Module::CoreList)
+BuildRequires:  perl(Module::Load)
+BuildRequires:  perl(Moo) = 1.004005
+BuildRequires:  perl(Moo::Role)
+BuildRequires:  perl(MooX::HandlesVia)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Path::Tiny) = 0.018
+BuildRequires:  perl(Role::Tiny)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(Type::Tiny)
+BuildRequires:  perl(Types::Standard)
+BuildRequires:  perl(version) = 0.77
+BuildRequires:  perl(warnings)
+# Script Runtime
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(Getopt::Long::Descriptive)
+BuildRequires:  perl(IO::Handle)
+# Test Suite

[perl-Pod-Readme] Created tag perl-Pod-Readme-1.0.2-1.fc22

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-Pod-Readme-1.0.2-1.fc22' was created pointing to:

 a3de087... Update to 1.0.2
--
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-15 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

[Bug 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #6 from Petr Pisar ppi...@redhat.com ---
You are right that the patch is wrong. The only slnames that need a correction
are the LGPL's. I think more appropriate place for a dependency on
Software::License is Module::Build rather then Module::Starter.

-- 
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=C3OPMWr0Nba=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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #8 from Richard Poole r...@guests.deus.net ---
Module::Build is used at module install time, so a dependency on
Software::License would effectively bring Software::License into any working
perl development setup, whereas a dependency on Module::Starter only brings it
in for people writing their own modules. Of course it makes no difference to me
but in general it may be considered a bloat issue: there are probably many many
more installations of Module::Build than of Module::Starter .

-- 
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=4iLwfkgjdxa=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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #9 from Petr Pisar ppi...@redhat.com ---
(In reply to Paul Howarth from comment #7)
 (In reply to Petr Pisar from comment #6)
  You are right that the patch is wrong. The only slnames that need a
  correction are the LGPL's. I think more appropriate place for a dependency
  on Software::License is Module::Build rather then Module::Starter.
 
 That's what I thought too but it might introduce bootstrapping issues, with
 the bootstrap Module::Build not having the dependency and the dual-lived one
 subsequently introducing it.

I'm aware of it. I will put the dependency into not bootstrapping condition.

-- 
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=pA9Mbi7jx3a=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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #10 from Petr Pisar ppi...@redhat.com ---
(In reply to Richard Poole from comment #8)
 Module::Build is used at module install time, so a dependency on
 Software::License would effectively bring Software::License into any working
 perl development setup, whereas a dependency on Module::Starter only brings
 it in for people writing their own modules. Of course it makes no difference
 to me but in general it may be considered a bloat issue: there are probably
 many many more installations of Module::Build than of Module::Starter .

The issue is Module::Build::API explicitly allows Software::License
identifiers, so one can run into not working Build.PL event without
Module::Starter.

-- 
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=Lr4tb2BHsKa=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-Module-Starter] Produce valid Software::License identifiers

2014-10-15 Thread Petr Pisar
commit 3921fbd064916483ce96be1e26a7d4773128ea4f
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 13:12:25 2014 +0200

Produce valid Software::License identifiers

 ...tware-License-s-identifiers-for-LGPL-lice.patch |   61 +
 ...e-slnames-to-match-CPAN-Meta-Spec-case-se.patch |  278 
 ...nse-types-for-the-non-standard-licenses-C.patch |   62 -
 perl-Module-Starter.spec   |   19 +-
 4 files changed, 71 insertions(+), 349 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
new file mode 100644
index 000..7a7fafa
--- /dev/null
+++ 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
@@ -0,0 +1,61 @@
+From ef492d5d6468d02b22fb53d4dc64d8409a669937 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 15 Oct 2014 12:37:54 +0200
+Subject: [PATCH] Correct Software::License's identifiers for LGPL licenses
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Module/Starter/Simple.pm | 4 ++--
+ t/test-dist.t| 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..6d650c0 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -485,7 +485,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -525,7 +525,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+diff --git a/t/test-dist.t b/t/test-dist.t
+index 8814112..b3a9885 100644
+--- a/t/test-dist.t
 b/t/test-dist.t
+@@ -364,7 +364,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -404,7 +404,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index c28cab6..3ebc9b3 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -1,21 +1,18 @@
 Name:   perl-Module-Starter
 Epoch:  1
 Version:1.62
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:A simple starter kit for any module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Module-Starter
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Produce valid Software::License identifiers, bug #1152319,
+# https://github.com/xsawyerx/module-starter/pull/21
+Patch0: 
Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 # Document the default license is artistic2, CPAN RT#86557,
 # https://github.com/xsawyerx/module-starter/issues/1
-Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+Patch1: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +59,6 @@ perl-Module-Starter-PBP for the aforementioned templates.)
 %setup -q -n Module-Starter-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +80,11 @@ make test
 
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 1:1.62-5
+- Revert the previous license identifiers patches which broke
+  Software::License
+- Produce valid Software::License identifiers (bug #1152319)
+
 * Tue Oct 14 2014 Petr Pisar ppi...@redhat.com - 1:1.62-4
 - Produce valid license 

[perl-Module-Starter/f21] Produce valid Software::License identifiers

2014-10-15 Thread Petr Pisar
commit 408cd5068452def118cfeeed31ef2be8904a734e
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 13:12:25 2014 +0200

Produce valid Software::License identifiers

 ...tware-License-s-identifiers-for-LGPL-lice.patch |   61 +
 ...e-slnames-to-match-CPAN-Meta-Spec-case-se.patch |  278 
 ...nse-types-for-the-non-standard-licenses-C.patch |   62 -
 perl-Module-Starter.spec   |   19 +-
 4 files changed, 71 insertions(+), 349 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
new file mode 100644
index 000..7a7fafa
--- /dev/null
+++ 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
@@ -0,0 +1,61 @@
+From ef492d5d6468d02b22fb53d4dc64d8409a669937 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 15 Oct 2014 12:37:54 +0200
+Subject: [PATCH] Correct Software::License's identifiers for LGPL licenses
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Module/Starter/Simple.pm | 4 ++--
+ t/test-dist.t| 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..6d650c0 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -485,7 +485,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -525,7 +525,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+diff --git a/t/test-dist.t b/t/test-dist.t
+index 8814112..b3a9885 100644
+--- a/t/test-dist.t
 b/t/test-dist.t
+@@ -364,7 +364,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -404,7 +404,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index 6b89dd2..16f5d1b 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -1,21 +1,18 @@
 Name:   perl-Module-Starter
 Epoch:  1
 Version:1.62
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:A simple starter kit for any module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Module-Starter
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Produce valid Software::License identifiers, bug #1152319,
+# https://github.com/xsawyerx/module-starter/pull/21
+Patch0: 
Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 # Document the default license is artistic2, CPAN RT#86557,
 # https://github.com/xsawyerx/module-starter/issues/1
-Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+Patch1: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +59,6 @@ perl-Module-Starter-PBP for the aforementioned templates.)
 %setup -q -n Module-Starter-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +80,11 @@ make test
 
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 1:1.62-4
+- Revert the previous license identifiers patches which broke
+  Software::License
+- Produce valid Software::License identifiers (bug #1152319)
+
 * Tue Oct 14 2014 Petr Pisar ppi...@redhat.com - 1:1.62-3
 - Produce valid license 

[perl-Module-Starter/f20] Produce valid Software::License identifiers

2014-10-15 Thread Petr Pisar
commit ff72ae2ef13789f0f00bdcd30c43f595a1aa2b4e
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 13:12:25 2014 +0200

Produce valid Software::License identifiers

 ...tware-License-s-identifiers-for-LGPL-lice.patch |   61 +
 ...e-slnames-to-match-CPAN-Meta-Spec-case-se.patch |  278 
 ...nse-types-for-the-non-standard-licenses-C.patch |   62 -
 perl-Module-Starter.spec   |   19 +-
 4 files changed, 71 insertions(+), 349 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
new file mode 100644
index 000..7a7fafa
--- /dev/null
+++ 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
@@ -0,0 +1,61 @@
+From ef492d5d6468d02b22fb53d4dc64d8409a669937 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 15 Oct 2014 12:37:54 +0200
+Subject: [PATCH] Correct Software::License's identifiers for LGPL licenses
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Module/Starter/Simple.pm | 4 ++--
+ t/test-dist.t| 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..6d650c0 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -485,7 +485,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -525,7 +525,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+diff --git a/t/test-dist.t b/t/test-dist.t
+index 8814112..b3a9885 100644
+--- a/t/test-dist.t
 b/t/test-dist.t
+@@ -364,7 +364,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -404,7 +404,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index b02fffa..c19c5dd 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -1,21 +1,18 @@
 Name:   perl-Module-Starter
 Epoch:  1
 Version:1.62
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A simple starter kit for any module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Module-Starter
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Produce valid Software::License identifiers, bug #1152319,
+# https://github.com/xsawyerx/module-starter/pull/21
+Patch0: 
Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 # Document the default license is artistic2, CPAN RT#86557,
 # https://github.com/xsawyerx/module-starter/issues/1
-Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+Patch1: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +59,6 @@ perl-Module-Starter-PBP for the aforementioned templates.)
 %setup -q -n Module-Starter-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +80,11 @@ make test
 
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 1:1.62-3
+- Revert the previous license identifiers patches which broke
+  Software::License
+- Produce valid Software::License identifiers (bug #1152319)
+
 * Tue Oct 14 2014 Petr Pisar ppi...@redhat.com - 1:1.62-2
 - Produce valid license 

[perl-Module-Starter/f19] Produce valid Software::License identifiers

2014-10-15 Thread Petr Pisar
commit 44268e8d6cd41a7238294d411d3b52e023fa39f2
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 13:12:25 2014 +0200

Produce valid Software::License identifiers

 ...tware-License-s-identifiers-for-LGPL-lice.patch |   61 +
 ...e-slnames-to-match-CPAN-Meta-Spec-case-se.patch |  278 
 ...nse-types-for-the-non-standard-licenses-C.patch |   62 -
 perl-Module-Starter.spec   |   19 +-
 4 files changed, 71 insertions(+), 349 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
new file mode 100644
index 000..7a7fafa
--- /dev/null
+++ 
b/Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
@@ -0,0 +1,61 @@
+From ef492d5d6468d02b22fb53d4dc64d8409a669937 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Wed, 15 Oct 2014 12:37:54 +0200
+Subject: [PATCH] Correct Software::License's identifiers for LGPL licenses
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Module/Starter/Simple.pm | 4 ++--
+ t/test-dist.t| 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..6d650c0 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -485,7 +485,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -525,7 +525,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+diff --git a/t/test-dist.t b/t/test-dist.t
+index 8814112..b3a9885 100644
+--- a/t/test-dist.t
 b/t/test-dist.t
+@@ -364,7 +364,7 @@ EOT
+ },
+ lgpl = {
+ license = 'lgpl',
+-slname  = 'LGPL_2',
++slname  = 'LGPL_2_1',
+ url = 'http://www.gnu.org/licenses/lgpl-2.1.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+@@ -404,7 +404,7 @@ EOT
+ },
+ lgpl3 = {
+ license = 'lgpl3',
+-slname  = 'LGPL_3',
++slname  = 'LGPL_3_0',
+ url = 'http://www.gnu.org/licenses/lgpl-3.0.html',
+ blurb   = 'EOT',
+ This program is free software; you can redistribute it and/or
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index 618ef01..73fdc7e 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -1,21 +1,18 @@
 Name:   perl-Module-Starter
 Epoch:  1
 Version:1.62
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A simple starter kit for any module
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Module-Starter
 Source0:
http://search.cpan.org/CPAN/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
-# Produce valid license identifiers, bug #1152319,
-# https://github.com/xsawyerx/module-starter/pull/21, accepted after 1.62
-Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Produce valid Software::License identifiers, bug #1152319,
+# https://github.com/xsawyerx/module-starter/pull/21
+Patch0: 
Module-Starter-1.62-Correct-Software-License-s-identifiers-for-LGPL-lice.patch
 # Document the default license is artistic2, CPAN RT#86557,
 # https://github.com/xsawyerx/module-starter/issues/1
-Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
+Patch1: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +59,6 @@ perl-Module-Starter-PBP for the aforementioned templates.)
 %setup -q -n Module-Starter-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +80,11 @@ make test
 
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 1:1.62-3
+- Revert the previous license identifiers patches which broke
+  Software::License
+- Produce valid Software::License identifiers (bug #1152319)
+
 * Tue Oct 14 2014 Petr Pisar ppi...@redhat.com - 1:1.62-2
 - Produce valid license 

[Bug 1152319] perl-Module-Starter produces invalid license identifiers

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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

   Fixed In Version|perl-Module-Starter-1.62-4. |perl-Module-Starter-1.62-5.
   |fc22|fc22



-- 
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=39eNSvfDqDa=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 1152816] Second Extruder Motor Gain Very Low

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

Miro Hrončok mhron...@redhat.com changed:

   What|Removed |Added

 CC||cgf...@gmail.com
  Flags||needinfo?(cgf...@gmail.com)



--- Comment #3 from Miro Hrončok mhron...@redhat.com ---
Thanks for reporting. However your report is quite confusing for me.

Could you please provide:

 * 3D model to slice (i.e. the amf file)
 * slic3r configuration (in inf file) that you have used

And describe a way how to tell if the gcode result is OK or not (e.g. telling
me that the first G1 command after T1 has a low F value or something like
that).

In that case I would be able to recognize if I can reproduce it with slic3r
1.0.1 and slic3r 1.1.7 - and if the situation is the same as you describe (i.e.
it is wrong in 1.0.1 and good in 1.1.7), I might be able to locate when the
issue was fixed and if possible backport the fix to Fedora 20.

-- 
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=MZo561E9Nua=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 1152816] Second Extruder Motor Gain Very Low

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



--- Comment #4 from Miro Hrončok mhron...@redhat.com ---
 in inf file
I meant in ini file

-- 
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=UtyV0iudrFa=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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #11 from Petr Pisar ppi...@redhat.com ---
Module::Build does not die on Software::License identifier if the
Software::License is not available since 0.4208-2-gf75aa88:

commit f75aa882772d6ebe3b18e27076b1bb124f91cec1
Author: Leon Timmermans faw...@gmail.com
Date:   Wed Aug 27 22:11:45 2014 +0200

Use CPAN::Meta::Merge for meta_merge


It puts 'unknown' license into the MYMETA. However I still think having
Software::License is better than loosing the license name.

-- 
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=AitoFdE9xxa=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-Module-Build] Require Software::License to recognize more license identifiers

2014-10-15 Thread Petr Pisar
commit 57bc2492c27b9e38305963a3980f3a08183ca2b4
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 14:45:07 2014 +0200

Require Software::License to recognize more license identifiers

 perl-Module-Build.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index 83eff26..4d73085 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:   perl-Module-Build
 Epoch:  2
 Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -82,6 +82,11 @@ Requires:   perl(Module::Metadata) = 1.02
 # Keep PAR support optional (PAR::Dist)
 Requires:   perl(Perl::OSType) = 1
 Requires:   perl(Test::Harness)
+%if !%{defined perl_bootstrap}
+# Optional run-time needed for Software::License license identifier,
+# bug #1152319
+Requires:   perl(Software::License)
+%endif
 # Optional run-time needed for generating documentation from POD:
 Requires:   perl(Pod::Html)
 Requires:   perl(Pod::Man) = 2.17
@@ -133,6 +138,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 2:0.42.10-2
+- Require Software::License to recognize more license identifiers (bug 
#1152319)
+
 * Wed Sep 10 2014 Jitka Plesnikova jples...@redhat.com - 2:0.42.10-1
 - 0.4210 bump
 
--
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-Module-Build/f21] Require Software::License to recognize more license identifiers

2014-10-15 Thread Petr Pisar
commit 0f7620404fcd36445b9c195310bb383c859d8d68
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 14:45:07 2014 +0200

Require Software::License to recognize more license identifiers

 perl-Module-Build.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index dda69a6..3918c89 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:   perl-Module-Build
 Epoch:  2
 Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -79,6 +79,11 @@ Requires:   perl(Module::Metadata) = 1.02
 # Keep PAR support optional (PAR::Dist)
 Requires:   perl(Perl::OSType) = 1
 Requires:   perl(Test::Harness)
+%if !%{defined perl_bootstrap}
+# Optional run-time needed for Software::License license identifier,
+# bug #1152319
+Requires:   perl(Software::License)
+%endif
 # Optional run-time needed for generating documentation from POD:
 Requires:   perl(Pod::Html)
 Requires:   perl(Pod::Man) = 2.17
@@ -130,6 +135,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 2:0.42.06-2
+- Require Software::License to recognize more license identifiers (bug 
#1152319)
+
 * Wed Jul 16 2014 Jitka Plesnikova jples...@redhat.com - 0.42.06-1
 - 0.4206 bump
 
--
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-Module-Build/f20] Require Software::License to recognize more license identifiers

2014-10-15 Thread Petr Pisar
commit 2ef76b5c5df5474877b843f2c4aff732322920fd
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 14:45:07 2014 +0200

Require Software::License to recognize more license identifiers

 perl-Module-Build.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index 5f235c8..d98e0e6 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:   perl-Module-Build
 Epoch:  2
 Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -79,6 +79,11 @@ Requires:   perl(Module::Metadata) = 1.02
 # Keep PAR support optional (PAR::Dist)
 Requires:   perl(Perl::OSType) = 1
 Requires:   perl(Test::Harness)
+%if !%{defined perl_bootstrap}
+# Optional run-time needed for Software::License license identifier,
+# bug #1152319
+Requires:   perl(Software::License)
+%endif
 # Optional run-time needed for generating documentation from POD:
 Requires:   perl(Pod::Html)
 Requires:   perl(Pod::Man) = 2.17
@@ -123,6 +128,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 2:0.40.07-4
+- Require Software::License to recognize more license identifiers (bug 
#1152319)
+
 * Wed Aug 14 2013 Jitka Plesnikova jples...@redhat.com - 2:0.40.07-3
 - Perl 5.18 re-rebuild of bootstrapped packages
 
--
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-Module-Build/f19] Require Software::License to recognize more license identifiers

2014-10-15 Thread Petr Pisar
commit 705d663b2c18d695458d1aec2b689afbe75acccb
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 14:45:07 2014 +0200

Require Software::License to recognize more license identifiers

 perl-Module-Build.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec
index 05e0c11..903402d 100644
--- a/perl-Module-Build.spec
+++ b/perl-Module-Build.spec
@@ -5,7 +5,7 @@
 Name:   perl-Module-Build
 Epoch:  2
 Version:
%{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Build and install Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -75,6 +75,11 @@ Requires:   perl(Module::Metadata) = 1.02
 # Keep PAR support optional (PAR::Dist)
 Requires:   perl(Perl::OSType) = 1
 Requires:   perl(Test::Harness)
+%if !%{defined perl_bootstrap}
+# Optional run-time needed for Software::License license identifier,
+# bug #1152319
+Requires:   perl(Software::License)
+%endif
 # Optional run-time needed for generating documentation from POD:
 Requires:   perl(Pod::Html)
 Requires:   perl(Pod::Man)
@@ -119,6 +124,9 @@ LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 15 2014 Petr Pisar ppi...@redhat.com - 2:0.40.04-2
+- Require Software::License to recognize more license identifiers (bug 
#1152319)
+
 * Wed Apr 03 2013 Petr Šabata con...@redhat.com - 2:0.40.04-1
 - 0.4004 bump
 
--
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] Require Software::License at perl-Module-Build

2014-10-15 Thread Petr Pisar
commit 3f95d39ec42bfe2effbd501af8ae6261028ab0ee
Author: Petr Písař ppi...@redhat.com
Date:   Wed Oct 15 15:12:00 2014 +0200

Require Software::License at perl-Module-Build

 perl.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 21dd39c..a841852 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1167,6 +1167,11 @@ Requires:   perl(ExtUtils::CBuilder) = 0.15
 Requires:   perl(ExtUtils::ParseXS) = 1.02
 Requires:   perl-devel
 Requires:   %perl_compat
+%if !%{defined perl_bootstrap}
+# Optional run-time needed for Software::License license identifier,
+# bug #1152319
+Requires:   perl(Software::License)
+%endif
 # Optional run-time needed for generating documentation from POD:
 Requires:   perl(Pod::Html)
 Requires:   perl(Pod::Man)
--
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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #12 from Paul Howarth p...@city-fan.org ---
(In reply to Petr Pisar from comment #9)
 (In reply to Paul Howarth from comment #7)
  (In reply to Petr Pisar from comment #6)
   You are right that the patch is wrong. The only slnames that need a
   correction are the LGPL's. I think more appropriate place for a dependency
   on Software::License is Module::Build rather then Module::Starter.
  
  That's what I thought too but it might introduce bootstrapping issues, with
  the bootstrap Module::Build not having the dependency and the dual-lived one
  subsequently introducing it.
 
 I'm aware of it. I will put the dependency into not bootstrapping
 condition.

If you do that, are you then going to post-bootstrap rebuild every package that
pulled in Module::Build during the bootstrap process, to make sure it still
builds OK with Software::License in the buildroot?

Adding bootstrap-dependent Requires (as opposed to bootstrap-dependent
RuildRequires) has a much bigger impact in terms of post-bootstrap rebuilds I
think.

-- 
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=EMr3NF8Gija=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 1153134] New: FTBFS: No longer works with the current Lingua::EN::Numbers

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

Bug ID: 1153134
   Summary: FTBFS: No longer works with the current
Lingua::EN::Numbers
   Product: Fedora
   Version: rawhide
 Component: perl-Lingua-EN-Numbers-Easy
  Assignee: mhron...@redhat.com
  Reporter: psab...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org



Description of problem:
Lingua::EN::Numbers 2.00 dropped support for the legacy OO interface which this
module still uses.

Version-Release number of selected component (if applicable):
perl-Lingua-EN-Numbers-Easy-2009110701-8.fc22

How reproducible:
Always

Steps to Reproduce:
1. Try to build or use the package in any way

Actual results:
It's totally borked.

Expected results:
It works.

Additional info:
I think replacing ($n = Lingua::EN::Numbers- new)-parse($value) with
num2en($value) should do the trick.  However, I haven't tested this.

-- 
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=PVsXncKAGKa=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 JSON-MaybeXS-1.002005.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-JSON-MaybeXS:

87d68022483b34cade8b957b3a4d4240  JSON-MaybeXS-1.002005.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-MaybeXS] Update to 1.002005

2014-10-15 Thread Paul Howarth
commit d2ba6415f5516592eb032d3f6f8567f9f45333f5
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 15 18:10:14 2014 +0100

Update to 1.002005

- New upstream release 1.002005
  - Fix can I haz XS? logic precedence in Makefile.PL
  - Added the ':all' export tag
  - Removed dependency on Safe::Isa
  - Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

 perl-JSON-MaybeXS.spec |   11 +--
 sources|2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index 060a9f0..6852de5 100644
--- a/perl-JSON-MaybeXS.spec
+++ b/perl-JSON-MaybeXS.spec
@@ -8,7 +8,7 @@
 
 Name:  perl-JSON-MaybeXS
 Summary:   Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
-Version:   1.002004
+Version:   1.002005
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,7 +24,7 @@ BuildRequires:perl(File::Temp)
 BuildRequires: perl(base)
 BuildRequires: perl(Cpanel::JSON::XS) = 2.3310
 BuildRequires: perl(Exporter)
-BuildRequires: perl(Safe::Isa)
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -72,6 +72,13 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Wed Oct 15 2014 Paul Howarth p...@city-fan.org - 1.002005-1
+- Update to 1.002005
+  - Fix can I haz XS? logic precedence in Makefile.PL
+  - Added the ':all' export tag
+  - Removed dependency on Safe::Isa
+  - Repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git
+
 * Sun Oct 12 2014 Paul Howarth p...@city-fan.org - 1.002004-1
 - Update to 1.002004
   - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
diff --git a/sources b/sources
index e082b86..aafc3e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4cd707f8712fce7a95640edcf22fd08  JSON-MaybeXS-1.002004.tar.gz
+87d68022483b34cade8b957b3a4d4240  JSON-MaybeXS-1.002005.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-MaybeXS/f21] Update to 1.002005

2014-10-15 Thread Paul Howarth
Summary of changes:

  d2ba641... Update to 1.002005 (*)

(*) 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-JSON-MaybeXS] Created tag perl-JSON-MaybeXS-1.002005-1.fc22

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-JSON-MaybeXS-1.002005-1.fc22' was created pointing to:

 d2ba641... Update to 1.002005
--
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-MaybeXS] Created tag perl-JSON-MaybeXS-1.002005-1.fc21

2014-10-15 Thread Paul Howarth
The lightweight tag 'perl-JSON-MaybeXS-1.002005-1.fc21' was created pointing to:

 d2ba641... Update to 1.002005
--
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 1139700] CVE-2014-4330 perl-Data-Dumper: deep recursion stack overflow

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

Vincent Danen vda...@redhat.com changed:

   What|Removed |Added

 Whiteboard|impact=low,public=20140918, |impact=low,public=20140918,
   |reported=20140909,source=up |reported=20140909,source=up
   |stream,cvss2=1.2/AV:L/AC:H/ |stream,cvss2=1.2/AV:L/AC:H/
   |Au:N/C:N/I:N/A:P,rhel-4/per |Au:N/C:N/I:N/A:P,rhel-4/per
   |l=new,rhel-5/perl=new,rhel- |l=wontfix,rhel-5/perl=wontf
   |6/perl=new,rhel-7/perl=nota |ix,rhel-6/perl=new,rhel-7/p
   |ffected,fedora-all/perl=not |erl=notaffected,fedora-all/
   |affected,rhel-7/perl-Data-D |perl=notaffected,rhel-7/per
   |umper=affected,rhscl-1/perl |l-Data-Dumper=affected,rhsc
   |516-perl-Data-Dumper=affect |l-1/perl516-perl-Data-Dumpe
   |ed,fedora-all/perl-Data-Dum |r=affected,fedora-all/perl-
   |per=affected|Data-Dumper=affected



--- Comment #15 from Vincent Danen vda...@redhat.com ---
Statement:

This issue affects the versions of perl as shipped with Red Hat Enterprise
Linux 6 and 7. A future update may address this issue.

Red Hat Enterprise Linux 5 is now in Production 3 Phase of the support and
maintenance life cycle. This has been rated as having Low security impact and
is not currently planned to be addressed in future updates. For additional
information, refer to the Red Hat Enterprise Linux Life Cycle:
https://access.redhat.com/support/policy/updates/errata/.

-- 
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=Bbs719pIlVa=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 1150523] perl-List-AllUtils-0.09 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-List-AllUtils-0.09-1.f |perl-List-AllUtils-0.09-1.f
   |c22 |c21
 Resolution|--- |ERRATA
Last Closed||2014-10-15 21:57:00



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-List-AllUtils-0.09-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=1G4Hp3R3WWa=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 1150533] perl-Test-Strict-0.24 is available

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



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Test-Strict-0.24-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=kc7PNmSAIoa=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 1152101] perl-MooX-Options-4.012 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
Package perl-MooX-Options-4.012-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-MooX-Options-4.012-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12830/perl-MooX-Options-4.012-1.fc20
then log in and leave karma (feedback).

-- 
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=K0UGTMqdWna=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 1150529] perl-POE-Test-Loops-1.359 is available

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



--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
perl-POE-Test-Loops-1.359-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=riPeOPQxB9a=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