[Bug 1152816] Second Extruder Motor Gain Very Low

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



--- Comment #2 from Craig Faas  ---
(In reply to Craig Faas from comment #0)
> Description of problem:  Second extruder motor gain is down in the gcode 
> produced by slic3r 1.0.1.  slic3r 1.1.7 loaded from a tarball could print the 
> same .amf piece well, the secodn extruder motor gain was fine.

When comparing the gcode files between slic3r 1.0.1 and 1.1.7 there is less
information for the second extruder in the 1.0.1 version (attached).

The print is stringy from the second extruder and it turns but a a very reduced
rate. This si not a hardware or settign issue in slic3r. For whatever reason
the secodn extruder motor gain appears turned down. The feed-rate values appear
to be correct but it is difficult to tell.

The second extruder x,y locaiotn are fine; elevations are fine; temperautre is
fine. Teh printer host (RepetierHost 0.95) extruders correctly when used
manually (10mm = 10mm) 


> 
> 
> Version-Release number of selected component (if applicable):

slicer 1.0.1 (Fedora 20 stable)

compare with 

slic3r 1.1.7 (Tarball, Fedora 21- under testing)

> 
> 
> How reproducible: 100%
> 
> 
> Steps to Reproduce:
> 1. build .gcode file from .amf (used TWO_COLOR.amf availabel throguh 
> Printrbot) (I can email this to you)
> 2. Print on Reprap/Marlin Printer (Printrbot Go V2)
> 3.wait. 
4. Build .gcode from the same .amf with slic3r 1.1.7 and watch the extruder
perform well. 
> 
> Actual results:
> Low 2nd extruder motor gain (low extruder values)
> 
> Expected results:
> Extruder 2 works just the same as extruder 1.  

> 
> Additional info:

Glad to help any way I can. Living in Calgary, can test code at night.

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

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



--- Comment #1 from Craig Faas  ---
Created attachment 947074
  --> https://bugzilla.redhat.com/attachment.cgi?id=947074&action=edit
slic3r 1.01 error, second extruder not supported, low gain on extruder motor

If a gcode file is created from slic3r 1.1.7 the fiels will show two filament
settings

eg: filament size: 1.75, 1.75

whereas in slic3r 1.0.1

it will read 

filament size: 1.75 

I could not determine from teh gcode why the second extruder gain is turned way
down. It has hoever been tracjked to the slic3r progam and is not a firmware
issue.

-- 
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=iqyFoEXnH0&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 1152816] New: Second Extruder Motor Gain Very Low

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

Bug ID: 1152816
   Summary: Second Extruder Motor Gain Very Low
   Product: Fedora
   Version: 20
 Component: slic3r
  Severity: high
  Assignee: mhron...@redhat.com
  Reporter: cgf...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org



Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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=9PWm1gUr3A&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 1139700] CVE-2014-4330 perl-Data-Dumper: deep recursion stack overflow

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

Matt Goldman  changed:

   What|Removed |Added

 CC||magol...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2JrX2k8FP5&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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #5 from Richard Poole  ---
The patch you've applied fixes the case where Software::License is not
installed at the expense of breaking the case where Software::License *is*
installed - it changes the values of the field called "slname", which is used
in Module::Build, later in the build process, as the name of the license as
Software::License thinks of it. (This is why the field is called "slname".)

The patched version works for the artistic license version 2 but breaks several
other licenses, including the Perl license and the GPL. As most module authors
will have Software::License installed and the most commonly used license is the
Perl license, this will in practice break the majority of installations.

I think the best fix of all would be for Module::Starter to require
Software::License and use it for its license-related logic; Software::License
is capable of checking strings for compliance with CPAN::Meta , among other
things. But that involves rather more work. I stand by my original suggestion,
that Module::Starter should be distributed in Fedora without this patch but
with a dependency on Software::License. That won't break anything that
currently works and will make a significant class of confusing errors
impossible.

-- 
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=AGc08khuLB&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-Module-Build-Tiny] Created tag perl-Module-Build-Tiny-0.039-1.fc21

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Module-Build-Tiny-0.039-1.fc21' was created pointing 
to:

 227b959... Update to 0.039
--
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-Tiny] Created tag perl-Module-Build-Tiny-0.039-1.fc22

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Module-Build-Tiny-0.039-1.fc22' was created pointing 
to:

 227b959... Update to 0.039
--
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-Tiny] Created tag perl-Module-Build-Tiny-0.039-1.fc20

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Module-Build-Tiny-0.039-1.fc20' was created pointing 
to:

 227b959... Update to 0.039
--
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-Tiny] Created tag perl-Module-Build-Tiny-0.039-1.el7

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Module-Build-Tiny-0.039-1.el7' was created pointing 
to:

 227b959... Update to 0.039
--
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-Tiny/epel7] Update to 0.039

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

  227b959... Update to 0.039 (*)

(*) 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-Module-Build-Tiny/f20] Update to 0.039

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

  227b959... Update to 0.039 (*)

(*) 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-Module-Build-Tiny/f21] Update to 0.039

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

  227b959... Update to 0.039 (*)

(*) 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-Module-Build-Tiny] Update to 0.039

2014-10-14 Thread Paul Howarth
commit 227b95911a53d84f6ae21981ad9851fd2539e8de
Author: Paul Howarth 
Date:   Tue Oct 14 15:09:08 2014 +0100

Update to 0.039

- New upstream release 0.039
  - Supply basename to *.PL files as its args

 perl-Module-Build-Tiny.spec |6 +-
 sources |2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec
index 4645dcb..8e38e79 100644
--- a/perl-Module-Build-Tiny.spec
+++ b/perl-Module-Build-Tiny.spec
@@ -1,6 +1,6 @@
 Summary:   A tiny replacement for Module::Build
 Name:  perl-Module-Build-Tiny
-Version:   0.038
+Version:   0.039
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -77,6 +77,10 @@ AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Module::Build::Tiny.3pm*
 
 %changelog
+* Mon Oct 13 2014 Paul Howarth  - 0.039-1
+- Update to 0.039
+  - Supply basename to *.PL files as its args
+
 * Mon Sep 22 2014 Paul Howarth  - 0.038-1
 - Update to 0.038
   - Scrub PERL_MB_OPT in tests too
diff --git a/sources b/sources
index 2a97e44..1afedc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89f79a97b3ab7c8e14fbe285e4d0b758  Module-Build-Tiny-0.038.tar.gz
+2332c90c17454107fea3f2614e11a3a9  Module-Build-Tiny-0.039.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 Module-Build-Tiny-0.039.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-14 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Module-Build-Tiny:

2332c90c17454107fea3f2614e11a3a9  Module-Build-Tiny-0.039.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-Safe-Isa] Created tag perl-Safe-Isa-1.000005-2.el5

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Safe-Isa-1.05-2.el5' was created pointing to:

 15f9c4f... Add legacy spec file elements for EPEL-5 compatibility
--
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-Safe-Isa] Created tag perl-Safe-Isa-1.000005-1.fc22

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Safe-Isa-1.05-1.fc22' was created pointing to:

 5de1325... Update to 1.05
--
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-Safe-Isa] Created tag perl-Safe-Isa-1.000005-2.el6

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Safe-Isa-1.05-2.el6' was created pointing to:

 15f9c4f... Add legacy spec file elements for EPEL-5 compatibility
--
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-Safe-Isa] Created tag perl-Safe-Isa-1.000005-2.el7

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Safe-Isa-1.05-2.el7' was created pointing to:

 15f9c4f... Add legacy spec file elements for EPEL-5 compatibility
--
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-Safe-Isa] Created tag perl-Safe-Isa-1.000005-1.fc21

2014-10-14 Thread Paul Howarth
The lightweight tag 'perl-Safe-Isa-1.05-1.fc21' was created pointing to:

 5de1325... Update to 1.05
--
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-Safe-Isa/epel7] (2 commits) ...Add legacy spec file elements for EPEL-5 compatibility

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

  5de1325... Update to 1.05 (*)
  15f9c4f... Add legacy spec file elements for EPEL-5 compatibility (*)

(*) 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-Safe-Isa/el6] (2 commits) ...Add legacy spec file elements for EPEL-5 compatibility

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

  5de1325... Update to 1.05 (*)
  15f9c4f... Add legacy spec file elements for EPEL-5 compatibility (*)

(*) 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-Safe-Isa/el5] (2 commits) ...Add legacy spec file elements for EPEL-5 compatibility

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

  5de1325... Update to 1.05 (*)
  15f9c4f... Add legacy spec file elements for EPEL-5 compatibility (*)

(*) 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-Safe-Isa] Add legacy spec file elements for EPEL-5 compatibility

2014-10-14 Thread Paul Howarth
commit 15f9c4fda1c2de35d3509bfe174c676197e08482
Author: Paul Howarth 
Date:   Tue Oct 14 14:25:24 2014 +0100

Add legacy spec file elements for EPEL-5 compatibility

 perl-Safe-Isa.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Safe-Isa.spec b/perl-Safe-Isa.spec
index fb6f45a..69d3234 100644
--- a/perl-Safe-Isa.spec
+++ b/perl-Safe-Isa.spec
@@ -1,11 +1,12 @@
 Name:   perl-Safe-Isa
 Version:1.05
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Safe-Isa/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Safe-Isa-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:  noarch
 # Build
 BuildRequires:  perl
@@ -39,6 +40,7 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
+rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}
@@ -46,12 +48,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %check
 make test
 
+%clean
+rm -rf %{buildroot}
+
 %files
 %doc Changes README
 %{perl_vendorlib}/Safe/
 %{_mandir}/man3/Safe::Isa.3*
 
 %changelog
+* Tue Oct 14 2014 Paul Howarth  - 1.05-2
+- Add legacy spec file elements for EPEL-5 compatibility
+
 * Tue Oct 14 2014 Paul Howarth  - 1.05-1
 - Update to 1.05
   - Fixed slightly mangled metadata from last release
--
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-POE/f21] (3 commits) ...1.365 bump

2014-10-14 Thread Petr Šabata
Summary of changes:

  9690606... Perl 5.20 rebuild (*)
  19d19be... Perl 5.20 re-rebuild of bootstrapped packages (*)
  a99bb78... 1.365 bump (*)

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

[Bug 1150529] perl-POE-Test-Loops-1.359 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Blocks||1150528




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1150528
[Bug 1150528] perl-POE-1.365 is available
-- 
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=uUDXqkIY0Y&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 1150528] perl-POE-1.365 is available

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

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
 Depends On||1150529
   Fixed In Version||perl-POE-1.365-1.fc22



--- Comment #1 from Petr Šabata  ---
Pushed to Rawhide.

I'll build this for f20/f21 once POE::Test::Loops >= 1.359 makes it there.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1150529
[Bug 1150529] perl-POE-Test-Loops-1.359 is available
-- 
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=0Smz1UhCyC&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-POE] 1.365 bump

2014-10-14 Thread Petr Šabata
commit a99bb78880451a5855ab5e275df1d08c45130e58
Author: Petr Šabata 
Date:   Tue Oct 14 15:23:11 2014 +0200

1.365 bump

 .gitignore|1 +
 perl-POE.spec |9 ++---
 sources   |2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a33c35..62bdf39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ POE-1.289.tar.gz
 /POE-1.356.tar.gz
 /POE-1.358.tar.gz
 /POE-1.364.tar.gz
+/POE-1.365.tar.gz
diff --git a/perl-POE.spec b/perl-POE.spec
index 9b3718e..9986623 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
-Version:   1.364
-Release:   3%{?dist}
+Version:   1.365
+Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -65,7 +65,7 @@ BuildRequires:  perl(Time::HiRes) >= 1.59
 # POE::Test::Loops unsurprisingly requires POE
 # ...and it's not in EPEL at the moment
 %if 0%{!?perl_bootstrap:1} && ! ( 0%{?rhel} )
-BuildRequires:  perl(POE::Test::Loops) >= 1.352
+BuildRequires:  perl(POE::Test::Loops) >= 1.359
 %endif
 
 Requires:   perl(Compress::Zlib) >= 1.33
@@ -143,6 +143,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Oct 14 2014 Petr Šabata  - 1.365-1
+- 1.365 bump
+
 * Sun Sep 07 2014 Jitka Plesnikova  - 1.364-3
 - Perl 5.20 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index cedaecf..800abc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb83124faeac63d2bf86b0a7983299b4  POE-1.364.tar.gz
+e5e56e2b458322ac89d3d96b777ea497  POE-1.365.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 POE-1.365.tar.gz uploaded to lookaside cache by psabata

2014-10-14 Thread Petr Šabata
A file has been added to the lookaside cache for perl-POE:

e5e56e2b458322ac89d3d96b777ea497  POE-1.365.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-Safe-Isa/f21] (2 commits) ...Update to 1.000005

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

  744e8e1... Perl 5.20 rebuild (*)
  5de1325... Update to 1.05 (*)

(*) 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-Safe-Isa] Update to 1.000005

2014-10-14 Thread Paul Howarth
commit 5de1325160458c36e033eb514f4c276a10da86cc
Author: Paul Howarth 
Date:   Tue Oct 14 13:43:53 2014 +0100

Update to 1.05

- New upstream release 1.05
  - Fixed slightly mangled metadata from last release
  - Comment blessed use so people who don't know perl stop trying to break 
it
  - Add link to lightning talk given at YAPC::NA 2013
- Classify buildreqs by usage
- Make %files list more explicit

 .gitignore |3 +--
 perl-Safe-Isa.spec |   36 ++--
 sources|2 +-
 3 files changed, 24 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eea6af6..a06b03e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Safe-Isa-1.02.tar.gz
-/Safe-Isa-1.03.tar.gz
+/Safe-Isa-[0-9.]*.tar.gz
diff --git a/perl-Safe-Isa.spec b/perl-Safe-Isa.spec
index c6b61f4..fb6f45a 100644
--- a/perl-Safe-Isa.spec
+++ b/perl-Safe-Isa.spec
@@ -1,22 +1,24 @@
 Name:   perl-Safe-Isa
-Version:1.03
-Release:5%{?dist}
+Version:1.05
+Release:1%{?dist}
 Summary:Call isa, can, does and DOES safely on things that may not be 
objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Safe-Isa/
 Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Safe-Isa-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(Exporter)
+# Build
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(base)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-
-%{?perl_default_filter}
+# Test Suite
+BuildRequires:  perl(Test::More)
+# Runtime
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 How many times have you found yourself writing:
@@ -33,25 +35,31 @@ Right. That's why this module exists.
 %setup -q -n Safe-Isa-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Safe/
+%{_mandir}/man3/Safe::Isa.3*
 
 %changelog
+* Tue Oct 14 2014 Paul Howarth  - 1.05-1
+- Update to 1.05
+  - Fixed slightly mangled metadata from last release
+  - Comment blessed use so people who don't know perl stop trying to break it
+  - Add link to lightning talk given at YAPC::NA 2013
+- Classify buildreqs by usage
+- Make %%files list more explicit
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.03-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b2e7330..b45e279 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e301faa2128b785203d413a6d6e5b09  Safe-Isa-1.03.tar.gz
+398246c348f404dbfc4e89dab2cbc02a  Safe-Isa-1.05.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 Safe-Isa-1.000005.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-14 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Safe-Isa:

398246c348f404dbfc4e89dab2cbc02a  Safe-Isa-1.05.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

[PkgDB] bochecha:perl-EV watchbugzilla set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchbugzilla of package: perl-EV from: 
Approved to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchcommits set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchcommits of package: perl-EV from: 
Approved to: Obsolete on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchbugzilla set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchbugzilla of package: perl-EV from: 
Approved to: Obsolete on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchcommits set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchcommits of package: perl-EV from: 
Approved to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchcommits set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchcommits of package: perl-EV from: 
Approved to: Obsolete on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchcommits set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchcommits of package: perl-EV from: 
Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV commit set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: commit of package: perl-EV from: Approved 
to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV commit set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: commit of package: perl-EV from: Approved 
to: Obsolete on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV approveacls set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: approveacls of package: perl-EV from: 
Approved to: Obsolete on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV commit set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: commit of package: perl-EV from: Approved 
to: Obsolete on branch: f19

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchbugzilla set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchbugzilla of package: perl-EV from: 
Approved to: Obsolete on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV approveacls set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: approveacls of package: perl-EV from: 
Approved to: Obsolete on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV approveacls set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: approveacls of package: perl-EV from: 
Approved to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchcommits set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchcommits of package: perl-EV from: 
Approved to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchbugzilla set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchbugzilla of package: perl-EV from: 
Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV watchbugzilla set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: watchbugzilla of package: perl-EV from: 
Approved to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV commit set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: commit of package: perl-EV from: Approved 
to: Obsolete on branch: f20

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV approveacls set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: approveacls of package: perl-EV from: 
Approved to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV commit set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: commit of package: perl-EV from: Approved 
to: Obsolete on branch: master

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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

[PkgDB] bochecha:perl-EV approveacls set to Obsolete

2014-10-14 Thread pkgdb
user: bochecha set for bochecha acl: approveacls of package: perl-EV from: 
Approved to: Obsolete on branch: f21

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-EV
--
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.002004-1.fc22

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

 dca1ccb... Update to 1.002004
--
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.002004-1.fc21

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

 dca1ccb... Update to 1.002004
--
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-String-Compare-ConstantTime] Correct package description

2014-10-14 Thread Petr Pisar
commit 620b35511bd763eccd3196a9d82f1bbb6dc4e9b5
Author: Petr Písař 
Date:   Tue Oct 14 14:22:27 2014 +0200

Correct package description

 perl-String-Compare-ConstantTime.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-Compare-ConstantTime.spec 
b/perl-String-Compare-ConstantTime.spec
index 28b061c..9c8d4ae 100644
--- a/perl-String-Compare-ConstantTime.spec
+++ b/perl-String-Compare-ConstantTime.spec
@@ -19,7 +19,7 @@ BuildRequires:  perl(utf8)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
-This module provides one function "equals" which works like perl's "eq", but
+This module provides one function, "equals", which works like perl's "eq", but
 which does not provide a timing side-channel. Such comparison is useful when
 matching against a secret string.
 
--
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-String-Compare-ConstantTime] Import

2014-10-14 Thread Petr Pisar
commit 69cf81fc7b3b411c367781011da0a007f4f640c4
Author: Petr Písař 
Date:   Tue Oct 14 14:21:02 2014 +0200

Import

 .gitignore|1 +
 perl-String-Compare-ConstantTime.spec |   50 +
 sources   |1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..35e7ecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/String-Compare-ConstantTime-0.310.tar.gz
diff --git a/perl-String-Compare-ConstantTime.spec 
b/perl-String-Compare-ConstantTime.spec
new file mode 100644
index 000..28b061c
--- /dev/null
+++ b/perl-String-Compare-ConstantTime.spec
@@ -0,0 +1,50 @@
+Name:   perl-String-Compare-ConstantTime
+Version:0.310
+Release:1%{?dist}
+Summary:Timing side-channel protected string compare
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/String-Compare-ConstantTime/
+Source0:
http://www.cpan.org/authors/id/F/FR/FRACTAL/String-Compare-ConstantTime-%{version}.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(XSLoader)
+# Tests:
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module provides one function "equals" which works like perl's "eq", but
+which does not provide a timing side-channel. Such comparison is useful when
+matching against a secret string.
+
+%prep
+%setup -q -n String-Compare-ConstantTime-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes COPYING README
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/String*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Oct 10 2014 Petr Pisar  0.310-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..287a176 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+33d7cf50d3f348fd900a0eca671bd208  String-Compare-ConstantTime-0.310.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 String-Compare-ConstantTime-0.310.tar.gz uploaded to lookaside cache by ppisar

2014-10-14 Thread Petr Pisar
A file has been added to the lookaside cache for 
perl-String-Compare-ConstantTime:

33d7cf50d3f348fd900a0eca671bd208  String-Compare-ConstantTime-0.310.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-Number-Tolerant] Import

2014-10-14 Thread Petr Pisar
commit 2dbb1015031e0ea6ec42e54a5ee8a8affbfaa173
Author: Petr Písař 
Date:   Tue Oct 14 14:15:13 2014 +0200

Import

 .gitignore|1 +
 perl-Number-Tolerant.spec |   81 +
 sources   |1 +
 3 files changed, 83 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..71b675b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Number-Tolerant-1.703.tar.gz
diff --git a/perl-Number-Tolerant.spec b/perl-Number-Tolerant.spec
new file mode 100644
index 000..115ea60
--- /dev/null
+++ b/perl-Number-Tolerant.spec
@@ -0,0 +1,81 @@
+Name:   perl-Number-Tolerant
+Version:1.703
+Release:1%{?dist}
+Summary:Tolerance ranges for inexact numbers
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Number-Tolerant/
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Number-Tolerant-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Math::BigFloat)
+BuildRequires:  perl(Math::BigRat)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Sub::Exporter) >= 0.950
+BuildRequires:  perl(Sub::Exporter::Util)
+BuildRequires:  perl(Test::Builder)
+# Tests:
+BuildRequires:  perl(base)
+BuildRequires:  perl(feature)
+BuildRequires:  perl(if)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Tester)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(overload)
+
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude|%__requires_exclude|}^perl\\(Sub::Exporter\\)$
+
+%description
+These Perl modules create a number-like object whose value refers
+to a range of possible values, each equally acceptable. It overloads
+comparison operations to reflect this.
+
+%package -n perl-Test-Tolerant
+Summary:Test routines for testing numbers against tolerances
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(Sub::Exporter) >= 0.950
+
+%description -n perl-Test-Tolerant
+"is_tol" is the only routine provided by Test::Tolerant Perl module. It
+behaves like "is" from Test::More, asserting that two values must be equal,
+but it will always use numeric equality, and the second argument is not always
+used as the right hand side of comparison directly, but it used to produce
+a Number::Tolerant to compare to.
+
+
+%prep
+%setup -q -n Number-Tolerant-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/Number/
+%{_mandir}/man3/Number::*
+
+%files -n perl-Test-Tolerant
+%doc Changes LICENSE README
+%{perl_vendorlib}/Test/
+%{_mandir}/man3/Test::*
+
+%changelog
+* Fri Oct 10 2014 Petr Pisar  1.703-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..085e683 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bb13130da7125e3fdabb2ea6cf8652ea  Number-Tolerant-1.703.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 Number-Tolerant-1.703.tar.gz uploaded to lookaside cache by ppisar

2014-10-14 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Number-Tolerant:

bb13130da7125e3fdabb2ea6cf8652ea  Number-Tolerant-1.703.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-Crypt-URandom/epel7] Import

2014-10-14 Thread Petr Pisar
Summary of changes:

  9d64412... Import (*)

(*) 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-Crypt-URandom] Import

2014-10-14 Thread Petr Pisar
commit 9d644122b0b7ffb28bcc6e8c5201d1a64fb8fd08
Author: Petr Písař 
Date:   Tue Oct 14 14:10:12 2014 +0200

Import

 .gitignore  |1 +
 perl-Crypt-URandom.spec |   55 +++
 sources |1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0f5f04f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Crypt-URandom-0.34.tar.gz
diff --git a/perl-Crypt-URandom.spec b/perl-Crypt-URandom.spec
new file mode 100644
index 000..df7c828
--- /dev/null
+++ b/perl-Crypt-URandom.spec
@@ -0,0 +1,55 @@
+Name:   perl-Crypt-URandom
+Version:0.34
+Release:1%{?dist}
+Summary:Non-blocking randomness for Perl
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Crypt-URandom/
+Source0:
http://www.cpan.org/authors/id/D/DD/DDICK/Crypt-URandom-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(English)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(FileHandle)
+# Win32 not used
+# Win32::API not used
+# Win32::API::Type not used
+# Tests:
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Encode)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(FileHandle)
+
+%description
+This Module is intended to provide an interface to the strongest available
+source of non-blocking randomness on the current platform.
+
+%prep
+%setup -q -n Crypt-URandom-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make  test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Oct 10 2014 Petr Pisar  0.34-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..e11e829 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d8f1bed6d188a1e1898a14c55db7617c  Crypt-URandom-0.34.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 Crypt-URandom-0.34.tar.gz uploaded to lookaside cache by ppisar

2014-10-14 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Crypt-URandom:

d8f1bed6d188a1e1898a14c55db7617c  Crypt-URandom-0.34.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 1152319] perl-Module-Starter produces invalid license identifiers

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



--- Comment #4 from Fedora Update System  ---
perl-Module-Starter-1.62-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/perl-Module-Starter-1.62-2.fc19

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

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



--- Comment #3 from Fedora Update System  ---
perl-Module-Starter-1.62-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/perl-Module-Starter-1.62-2.fc20

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

[PkgDB] limb:perl-Mo approveacls set to Approved

2014-10-14 Thread pkgdb
user: limb set for ddick acl: approveacls of package: perl-Mo from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Mo
--
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

[PkgDB] limb:perl-Mo commit set to Approved

2014-10-14 Thread pkgdb
user: limb set for ddick acl: commit of package: perl-Mo from:  to: Approved on 
branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Mo
--
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

[PkgDB] limb:perl-Mo watchbugzilla set to Approved

2014-10-14 Thread pkgdb
user: limb set for ddick acl: watchbugzilla of package: perl-Mo from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Mo
--
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

[PkgDB] limb updated perl-Mo

2014-10-14 Thread pkgdb
user: limb created branch el6 on package perl-Mo

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Mo
--
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

[PkgDB] limb:perl-Mo watchcommits set to Approved

2014-10-14 Thread pkgdb
user: limb set for ddick acl: watchcommits of package: perl-Mo from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Mo
--
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-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1152319



--- Comment #2 from Fedora Update System  ---
perl-Module-Starter-1.62-3.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/perl-Module-Starter-1.62-3.fc21

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

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

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Module-Starter-1.62-4.
   ||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=lTJtWJRn3H&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

[PkgDB] limb:perl-Safe-Isa watchcommits set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchcommits of package: perl-Safe-Isa from:  
to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa approveacls set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: approveacls of package: perl-Safe-Isa from:  
to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa commit set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: commit of package: perl-Safe-Isa from:  to: 
Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa watchbugzilla set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchbugzilla of package: perl-Safe-Isa from:  
to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa approveacls set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: approveacls of package: perl-Safe-Isa from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa watchbugzilla set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchbugzilla of package: perl-Safe-Isa from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb updated perl-Safe-Isa

2014-10-14 Thread pkgdb
user: limb created branch epel7 on package perl-Safe-Isa

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa approveacls set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: approveacls of package: perl-Safe-Isa from:  
to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb updated perl-Safe-Isa

2014-10-14 Thread pkgdb
user: limb created branch el6 on package perl-Safe-Isa

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa commit set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: commit of package: perl-Safe-Isa from:  to: 
Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa watchcommits set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchcommits of package: perl-Safe-Isa from:  
to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa commit set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: commit of package: perl-Safe-Isa from:  to: 
Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa watchbugzilla set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchbugzilla of package: perl-Safe-Isa from:  
to: Approved on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb:perl-Safe-Isa watchcommits set to Approved

2014-10-14 Thread pkgdb
user: limb set for pghmcfc acl: watchcommits of package: perl-Safe-Isa from:  
to: Approved on branch: el5

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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

[PkgDB] limb updated perl-Safe-Isa

2014-10-14 Thread pkgdb
user: limb created branch el5 on package perl-Safe-Isa

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Safe-Isa
--
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-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1152319

Petr Pisar  changed:

   What|Removed |Added

Summary|perl-Module-Starter should  |perl-Module-Starter
   |depend on   |produces invalid license
   |perl-Software-License   |identifiers



-- 
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=bGbP9LIBfs&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-Module-Starter/f19] Document the default license is artistic2

2014-10-14 Thread Petr Pisar
commit ac0bfaca9539743642660ab9987caf4f6dc5d945
Author: Petr Písař 
Date:   Tue Oct 14 13:41:43 2014 +0200

Document the default license is artistic2

 ...ter-1.62-doc-Default-license-is-artistic2.patch |   32 
 perl-Module-Starter.spec   |5 +++
 2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch 
b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
new file mode 100644
index 000..8940433
--- /dev/null
+++ b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
@@ -0,0 +1,32 @@
+From cdd8c8dab049210af88b2d122cf48dd3bd210a98 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 14 Oct 2014 13:33:48 +0200
+Subject: [PATCH] doc: Default license is 'artistic2'
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Module/Starter.pm b/lib/Module/Starter.pm
+index 5d87ad6..39eca2e 100644
+--- a/lib/Module/Starter.pm
 b/lib/Module/Starter.pm
+@@ -53,7 +53,7 @@ It takes a hash of params, as follows:
+   # or specify more than one builder in an
+   # arrayref
+ 
+-license  => $license,  # type of license; defaults to 'perl'
++license  => $license,  # type of license; defaults to 'artistic2'
+ author   => $author,   # author's full name (taken from C 
if not provided)
+ email=> $email,# author's email address (taken from C 
if not provided)
+ ignores_type => $type, # ignores file type ('generic', 'cvs', 'git', 
'manifest' )
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index a2a4a5a..618ef01 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -13,6 +13,9 @@ Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec
 # Produce valid license identifiers, bug #1152319,
 # , accepted after 1.62
 Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Document the default license is artistic2, CPAN RT#86557,
+# 
+Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -59,6 +62,7 @@ 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
@@ -82,6 +86,7 @@ make test
 %changelog
 * Tue Oct 14 2014 Petr Pisar  - 1:1.62-2
 - Produce valid license identifiers (bug #1152319)
+- Document the default license is artistic2
 
 * Tue Dec 10 2013 Petr Pisar  - 1:1.62-1
 - 1.62 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-Starter/f19] Produce valid license identifiers

2014-10-14 Thread Petr Pisar
commit c38426aa1f69eb1c5b093f7584fe2dd1440f38c2
Author: Petr Písař 
Date:   Tue Oct 14 13:39:29 2014 +0200

Produce valid license identifiers

 ...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   |   14 +-
 3 files changed, 353 insertions(+), 1 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
new file mode 100644
index 000..6323f3a
--- /dev/null
+++ 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
@@ -0,0 +1,278 @@
+From ac02cf143740c2e308d6ca1d13f844c2dffd2e12 Mon Sep 17 00:00:00 2001
+From: Colin Ewen 
+Date: Sat, 10 May 2014 23:54:22 -0400
+Subject: [PATCH 1/2] Edit License slnames to match CPAN::Meta::Spec (case
+ sensitive)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter/Simple.pm | 28 ++--
+ t/test-dist.t| 28 ++--
+ 2 files changed, 28 insertions(+), 28 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..dc9d775 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -228,7 +228,7 @@ method eventually.)
+ our $LICENSES = {
+ perl => {
+ license => 'perl',
+-slname  => 'Perl_5',
++slname  => 'perl_5',
+ url => 'http://dev.perl.org/licenses/',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -240,7 +240,7 @@ EOT
+ },
+ artistic => {
+ license => 'artistic',
+-slname  => 'Artistic_1_0',
++slname  => 'artistic_1',
+ url => 'http://www.perlfoundation.org/artistic_license_1_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -266,7 +266,7 @@ EOT
+ },
+ artistic2 => {
+ license => 'artistic2',
+-slname  => 'Artistic_2_0',
++slname  => 'artistic_2',
+ url => 'http://www.perlfoundation.org/artistic_license_2_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -308,7 +308,7 @@ EOT
+ },
+ mit => {
+ license => 'mit',
+-slname  => 'MIT',
++slname  => 'mit',
+ url => 'http://www.opensource.org/licenses/mit-license.php',
+ blurb   => <<'EOT',
+ This program is distributed under the MIT (X11) License:
+@@ -338,7 +338,7 @@ EOT
+ },
+ mozilla => {
+ license => 'mozilla',
+-slname  => 'Mozilla_1_1',
++slname  => 'mozilla_1_1',
+ url => 'http://www.mozilla.org/MPL/1.1/',
+ blurb   => <<'EOT',
+ The contents of this file are subject to the Mozilla Public License
+@@ -364,7 +364,7 @@ EOT
+ },
+ bsd => {
+ license => 'bsd',
+-slname  => 'BSD',
++slname  => 'bsd',
+ url => 'http://www.opensource.org/licenses/BSD-3-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Revised) BSD License:
+@@ -401,7 +401,7 @@ EOT
+ },
+ freebsd => {
+ license => 'freebsd',
+-slname  => 'FreeBSD',
++slname  => 'freebsd',
+ url => 'http://www.opensource.org/licenses/BSD-2-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Simplified) BSD License:
+@@ -465,7 +465,7 @@ EOT
+ },
+ gpl => {
+ license => 'gpl',
+-slname  => 'GPL_2',
++slname  => 'gpl_2',
+ url => 'http://www.gnu.org/licenses/gpl-2.0.html',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify
+@@ -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
+@@ -506,7 +506,7 @@ EOT
+ },
+ gpl3 => {
+ license => 'gpl3',
+-slname  => 'GPL_3',
++slname  => 'gpl_3',
+ url => 'http://www.gnu.org/licenses/gpl-3.0.html',
+ blurb   => <<'EOT',
+ This program is free software: you can redistribute it and/or modify
+@@ -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
+@@ -545,7 +545,7 @@ EOT
+ },
+ agpl3 => {
+ license => 'agpl3',
+-slname 

[perl-Module-Starter/f20] Document the default license is artistic2

2014-10-14 Thread Petr Pisar
commit 1409793177815e2372a88f2ace2bc3670ecd613b
Author: Petr Písař 
Date:   Tue Oct 14 13:41:43 2014 +0200

Document the default license is artistic2

 ...ter-1.62-doc-Default-license-is-artistic2.patch |   32 
 perl-Module-Starter.spec   |5 +++
 2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch 
b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
new file mode 100644
index 000..8940433
--- /dev/null
+++ b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
@@ -0,0 +1,32 @@
+From cdd8c8dab049210af88b2d122cf48dd3bd210a98 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 14 Oct 2014 13:33:48 +0200
+Subject: [PATCH] doc: Default license is 'artistic2'
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Module/Starter.pm b/lib/Module/Starter.pm
+index 5d87ad6..39eca2e 100644
+--- a/lib/Module/Starter.pm
 b/lib/Module/Starter.pm
+@@ -53,7 +53,7 @@ It takes a hash of params, as follows:
+   # or specify more than one builder in an
+   # arrayref
+ 
+-license  => $license,  # type of license; defaults to 'perl'
++license  => $license,  # type of license; defaults to 'artistic2'
+ author   => $author,   # author's full name (taken from C 
if not provided)
+ email=> $email,# author's email address (taken from C 
if not provided)
+ ignores_type => $type, # ignores file type ('generic', 'cvs', 'git', 
'manifest' )
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index 1db01a6..b02fffa 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -13,6 +13,9 @@ Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec
 # Produce valid license identifiers, bug #1152319,
 # , accepted after 1.62
 Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Document the default license is artistic2, CPAN RT#86557,
+# 
+Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -59,6 +62,7 @@ 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
@@ -82,6 +86,7 @@ make test
 %changelog
 * Tue Oct 14 2014 Petr Pisar  - 1:1.62-2
 - Produce valid license identifiers (bug #1152319)
+- Document the default license is artistic2
 
 * Tue Dec 10 2013 Petr Pisar  - 1:1.62-1
 - 1.62 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-Starter/f20] Produce valid license identifiers

2014-10-14 Thread Petr Pisar
commit 577e0fa23743246594ccabb8a70ea6b75ca58729
Author: Petr Písař 
Date:   Tue Oct 14 13:39:29 2014 +0200

Produce valid license identifiers

 ...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   |   14 +-
 3 files changed, 353 insertions(+), 1 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
new file mode 100644
index 000..6323f3a
--- /dev/null
+++ 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
@@ -0,0 +1,278 @@
+From ac02cf143740c2e308d6ca1d13f844c2dffd2e12 Mon Sep 17 00:00:00 2001
+From: Colin Ewen 
+Date: Sat, 10 May 2014 23:54:22 -0400
+Subject: [PATCH 1/2] Edit License slnames to match CPAN::Meta::Spec (case
+ sensitive)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter/Simple.pm | 28 ++--
+ t/test-dist.t| 28 ++--
+ 2 files changed, 28 insertions(+), 28 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..dc9d775 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -228,7 +228,7 @@ method eventually.)
+ our $LICENSES = {
+ perl => {
+ license => 'perl',
+-slname  => 'Perl_5',
++slname  => 'perl_5',
+ url => 'http://dev.perl.org/licenses/',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -240,7 +240,7 @@ EOT
+ },
+ artistic => {
+ license => 'artistic',
+-slname  => 'Artistic_1_0',
++slname  => 'artistic_1',
+ url => 'http://www.perlfoundation.org/artistic_license_1_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -266,7 +266,7 @@ EOT
+ },
+ artistic2 => {
+ license => 'artistic2',
+-slname  => 'Artistic_2_0',
++slname  => 'artistic_2',
+ url => 'http://www.perlfoundation.org/artistic_license_2_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -308,7 +308,7 @@ EOT
+ },
+ mit => {
+ license => 'mit',
+-slname  => 'MIT',
++slname  => 'mit',
+ url => 'http://www.opensource.org/licenses/mit-license.php',
+ blurb   => <<'EOT',
+ This program is distributed under the MIT (X11) License:
+@@ -338,7 +338,7 @@ EOT
+ },
+ mozilla => {
+ license => 'mozilla',
+-slname  => 'Mozilla_1_1',
++slname  => 'mozilla_1_1',
+ url => 'http://www.mozilla.org/MPL/1.1/',
+ blurb   => <<'EOT',
+ The contents of this file are subject to the Mozilla Public License
+@@ -364,7 +364,7 @@ EOT
+ },
+ bsd => {
+ license => 'bsd',
+-slname  => 'BSD',
++slname  => 'bsd',
+ url => 'http://www.opensource.org/licenses/BSD-3-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Revised) BSD License:
+@@ -401,7 +401,7 @@ EOT
+ },
+ freebsd => {
+ license => 'freebsd',
+-slname  => 'FreeBSD',
++slname  => 'freebsd',
+ url => 'http://www.opensource.org/licenses/BSD-2-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Simplified) BSD License:
+@@ -465,7 +465,7 @@ EOT
+ },
+ gpl => {
+ license => 'gpl',
+-slname  => 'GPL_2',
++slname  => 'gpl_2',
+ url => 'http://www.gnu.org/licenses/gpl-2.0.html',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify
+@@ -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
+@@ -506,7 +506,7 @@ EOT
+ },
+ gpl3 => {
+ license => 'gpl3',
+-slname  => 'GPL_3',
++slname  => 'gpl_3',
+ url => 'http://www.gnu.org/licenses/gpl-3.0.html',
+ blurb   => <<'EOT',
+ This program is free software: you can redistribute it and/or modify
+@@ -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
+@@ -545,7 +545,7 @@ EOT
+ },
+ agpl3 => {
+ license => 'agpl3',
+-slname 

[perl-Module-Starter/f21] Produce valid license identifiers

2014-10-14 Thread Petr Pisar
commit 07a710542790bb4eb1095f9c2478e7127f32c8b5
Author: Petr Písař 
Date:   Tue Oct 14 13:39:29 2014 +0200

Produce valid license identifiers

 ...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   |   14 +-
 3 files changed, 353 insertions(+), 1 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
new file mode 100644
index 000..6323f3a
--- /dev/null
+++ 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
@@ -0,0 +1,278 @@
+From ac02cf143740c2e308d6ca1d13f844c2dffd2e12 Mon Sep 17 00:00:00 2001
+From: Colin Ewen 
+Date: Sat, 10 May 2014 23:54:22 -0400
+Subject: [PATCH 1/2] Edit License slnames to match CPAN::Meta::Spec (case
+ sensitive)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter/Simple.pm | 28 ++--
+ t/test-dist.t| 28 ++--
+ 2 files changed, 28 insertions(+), 28 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..dc9d775 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -228,7 +228,7 @@ method eventually.)
+ our $LICENSES = {
+ perl => {
+ license => 'perl',
+-slname  => 'Perl_5',
++slname  => 'perl_5',
+ url => 'http://dev.perl.org/licenses/',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -240,7 +240,7 @@ EOT
+ },
+ artistic => {
+ license => 'artistic',
+-slname  => 'Artistic_1_0',
++slname  => 'artistic_1',
+ url => 'http://www.perlfoundation.org/artistic_license_1_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -266,7 +266,7 @@ EOT
+ },
+ artistic2 => {
+ license => 'artistic2',
+-slname  => 'Artistic_2_0',
++slname  => 'artistic_2',
+ url => 'http://www.perlfoundation.org/artistic_license_2_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -308,7 +308,7 @@ EOT
+ },
+ mit => {
+ license => 'mit',
+-slname  => 'MIT',
++slname  => 'mit',
+ url => 'http://www.opensource.org/licenses/mit-license.php',
+ blurb   => <<'EOT',
+ This program is distributed under the MIT (X11) License:
+@@ -338,7 +338,7 @@ EOT
+ },
+ mozilla => {
+ license => 'mozilla',
+-slname  => 'Mozilla_1_1',
++slname  => 'mozilla_1_1',
+ url => 'http://www.mozilla.org/MPL/1.1/',
+ blurb   => <<'EOT',
+ The contents of this file are subject to the Mozilla Public License
+@@ -364,7 +364,7 @@ EOT
+ },
+ bsd => {
+ license => 'bsd',
+-slname  => 'BSD',
++slname  => 'bsd',
+ url => 'http://www.opensource.org/licenses/BSD-3-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Revised) BSD License:
+@@ -401,7 +401,7 @@ EOT
+ },
+ freebsd => {
+ license => 'freebsd',
+-slname  => 'FreeBSD',
++slname  => 'freebsd',
+ url => 'http://www.opensource.org/licenses/BSD-2-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Simplified) BSD License:
+@@ -465,7 +465,7 @@ EOT
+ },
+ gpl => {
+ license => 'gpl',
+-slname  => 'GPL_2',
++slname  => 'gpl_2',
+ url => 'http://www.gnu.org/licenses/gpl-2.0.html',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify
+@@ -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
+@@ -506,7 +506,7 @@ EOT
+ },
+ gpl3 => {
+ license => 'gpl3',
+-slname  => 'GPL_3',
++slname  => 'gpl_3',
+ url => 'http://www.gnu.org/licenses/gpl-3.0.html',
+ blurb   => <<'EOT',
+ This program is free software: you can redistribute it and/or modify
+@@ -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
+@@ -545,7 +545,7 @@ EOT
+ },
+ agpl3 => {
+ license => 'agpl3',
+-slname 

[perl-Module-Starter/f21] Document the default license is artistic2

2014-10-14 Thread Petr Pisar
commit 0c97e872dd70ca43760c1a7132a756142de0acf8
Author: Petr Písař 
Date:   Tue Oct 14 13:41:43 2014 +0200

Document the default license is artistic2

 ...ter-1.62-doc-Default-license-is-artistic2.patch |   32 
 perl-Module-Starter.spec   |5 +++
 2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch 
b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
new file mode 100644
index 000..8940433
--- /dev/null
+++ b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
@@ -0,0 +1,32 @@
+From cdd8c8dab049210af88b2d122cf48dd3bd210a98 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 14 Oct 2014 13:33:48 +0200
+Subject: [PATCH] doc: Default license is 'artistic2'
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Module/Starter.pm b/lib/Module/Starter.pm
+index 5d87ad6..39eca2e 100644
+--- a/lib/Module/Starter.pm
 b/lib/Module/Starter.pm
+@@ -53,7 +53,7 @@ It takes a hash of params, as follows:
+   # or specify more than one builder in an
+   # arrayref
+ 
+-license  => $license,  # type of license; defaults to 'perl'
++license  => $license,  # type of license; defaults to 'artistic2'
+ author   => $author,   # author's full name (taken from C 
if not provided)
+ email=> $email,# author's email address (taken from C 
if not provided)
+ ignores_type => $type, # ignores file type ('generic', 'cvs', 'git', 
'manifest' )
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index f7c58b6..6b89dd2 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -13,6 +13,9 @@ Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec
 # Produce valid license identifiers, bug #1152319,
 # , accepted after 1.62
 Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Document the default license is artistic2, CPAN RT#86557,
+# 
+Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -59,6 +62,7 @@ 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
@@ -82,6 +86,7 @@ make test
 %changelog
 * Tue Oct 14 2014 Petr Pisar  - 1:1.62-3
 - Produce valid license identifiers (bug #1152319)
+- Document the default license is artistic2
 
 * Sat Jun 07 2014 Fedora Release Engineering  
- 1:1.62-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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

[perl-Module-Starter] Document the default license is artistic2

2014-10-14 Thread Petr Pisar
commit ecf5d75f9d7cd420480a491350b76d58593d31b6
Author: Petr Písař 
Date:   Tue Oct 14 13:41:43 2014 +0200

Document the default license is artistic2

 ...ter-1.62-doc-Default-license-is-artistic2.patch |   32 
 perl-Module-Starter.spec   |5 +++
 2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/Module-Starter-1.62-doc-Default-license-is-artistic2.patch 
b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
new file mode 100644
index 000..8940433
--- /dev/null
+++ b/Module-Starter-1.62-doc-Default-license-is-artistic2.patch
@@ -0,0 +1,32 @@
+From cdd8c8dab049210af88b2d122cf48dd3bd210a98 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 14 Oct 2014 13:33:48 +0200
+Subject: [PATCH] doc: Default license is 'artistic2'
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Module/Starter.pm b/lib/Module/Starter.pm
+index 5d87ad6..39eca2e 100644
+--- a/lib/Module/Starter.pm
 b/lib/Module/Starter.pm
+@@ -53,7 +53,7 @@ It takes a hash of params, as follows:
+   # or specify more than one builder in an
+   # arrayref
+ 
+-license  => $license,  # type of license; defaults to 'perl'
++license  => $license,  # type of license; defaults to 'artistic2'
+ author   => $author,   # author's full name (taken from C 
if not provided)
+ email=> $email,# author's email address (taken from C 
if not provided)
+ ignores_type => $type, # ignores file type ('generic', 'cvs', 'git', 
'manifest' )
+-- 
+1.9.3
+
diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec
index 7f0db43..c28cab6 100644
--- a/perl-Module-Starter.spec
+++ b/perl-Module-Starter.spec
@@ -13,6 +13,9 @@ Patch0: 
Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec
 # Produce valid license identifiers, bug #1152319,
 # , accepted after 1.62
 Patch1: 
Module-Starter-1.62-Update-license-types-for-the-non-standard-licenses-C.patch
+# Document the default license is artistic2, CPAN RT#86557,
+# 
+Patch2: Module-Starter-1.62-doc-Default-license-is-artistic2.patch
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -59,6 +62,7 @@ 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
@@ -82,6 +86,7 @@ make test
 %changelog
 * Tue Oct 14 2014 Petr Pisar  - 1:1.62-4
 - Produce valid license identifiers (bug #1152319)
+- Document the default license is artistic2
 
 * Wed Aug 27 2014 Jitka Plesnikova  - 1:1.62-3
 - Perl 5.20 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

[perl-Module-Starter] Produce valid license identifiers

2014-10-14 Thread Petr Pisar
commit 3863b3d1a1c37e43f3ee2269489e242513faab15
Author: Petr Písař 
Date:   Tue Oct 14 13:39:29 2014 +0200

Produce valid license identifiers

 ...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   |   14 +-
 3 files changed, 353 insertions(+), 1 deletions(-)
---
diff --git 
a/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
new file mode 100644
index 000..6323f3a
--- /dev/null
+++ 
b/Module-Starter-1.62-Edit-License-slnames-to-match-CPAN-Meta-Spec-case-se.patch
@@ -0,0 +1,278 @@
+From ac02cf143740c2e308d6ca1d13f844c2dffd2e12 Mon Sep 17 00:00:00 2001
+From: Colin Ewen 
+Date: Sat, 10 May 2014 23:54:22 -0400
+Subject: [PATCH 1/2] Edit License slnames to match CPAN::Meta::Spec (case
+ sensitive)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ lib/Module/Starter/Simple.pm | 28 ++--
+ t/test-dist.t| 28 ++--
+ 2 files changed, 28 insertions(+), 28 deletions(-)
+
+diff --git a/lib/Module/Starter/Simple.pm b/lib/Module/Starter/Simple.pm
+index 63e248f..dc9d775 100644
+--- a/lib/Module/Starter/Simple.pm
 b/lib/Module/Starter/Simple.pm
+@@ -228,7 +228,7 @@ method eventually.)
+ our $LICENSES = {
+ perl => {
+ license => 'perl',
+-slname  => 'Perl_5',
++slname  => 'perl_5',
+ url => 'http://dev.perl.org/licenses/',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -240,7 +240,7 @@ EOT
+ },
+ artistic => {
+ license => 'artistic',
+-slname  => 'Artistic_1_0',
++slname  => 'artistic_1',
+ url => 'http://www.perlfoundation.org/artistic_license_1_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -266,7 +266,7 @@ EOT
+ },
+ artistic2 => {
+ license => 'artistic2',
+-slname  => 'Artistic_2_0',
++slname  => 'artistic_2',
+ url => 'http://www.perlfoundation.org/artistic_license_2_0',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify it
+@@ -308,7 +308,7 @@ EOT
+ },
+ mit => {
+ license => 'mit',
+-slname  => 'MIT',
++slname  => 'mit',
+ url => 'http://www.opensource.org/licenses/mit-license.php',
+ blurb   => <<'EOT',
+ This program is distributed under the MIT (X11) License:
+@@ -338,7 +338,7 @@ EOT
+ },
+ mozilla => {
+ license => 'mozilla',
+-slname  => 'Mozilla_1_1',
++slname  => 'mozilla_1_1',
+ url => 'http://www.mozilla.org/MPL/1.1/',
+ blurb   => <<'EOT',
+ The contents of this file are subject to the Mozilla Public License
+@@ -364,7 +364,7 @@ EOT
+ },
+ bsd => {
+ license => 'bsd',
+-slname  => 'BSD',
++slname  => 'bsd',
+ url => 'http://www.opensource.org/licenses/BSD-3-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Revised) BSD License:
+@@ -401,7 +401,7 @@ EOT
+ },
+ freebsd => {
+ license => 'freebsd',
+-slname  => 'FreeBSD',
++slname  => 'freebsd',
+ url => 'http://www.opensource.org/licenses/BSD-2-Clause',
+ blurb   => <<"EOT",
+ This program is distributed under the (Simplified) BSD License:
+@@ -465,7 +465,7 @@ EOT
+ },
+ gpl => {
+ license => 'gpl',
+-slname  => 'GPL_2',
++slname  => 'gpl_2',
+ url => 'http://www.gnu.org/licenses/gpl-2.0.html',
+ blurb   => <<'EOT',
+ This program is free software; you can redistribute it and/or modify
+@@ -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
+@@ -506,7 +506,7 @@ EOT
+ },
+ gpl3 => {
+ license => 'gpl3',
+-slname  => 'GPL_3',
++slname  => 'gpl_3',
+ url => 'http://www.gnu.org/licenses/gpl-3.0.html',
+ blurb   => <<'EOT',
+ This program is free software: you can redistribute it and/or modify
+@@ -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
+@@ -545,7 +545,7 @@ EOT
+ },
+ agpl3 => {
+ license => 'agpl3',
+-slname 

[perl-JSON-MaybeXS/f21] Update to 1.002004

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

  dca1ccb... Update to 1.002004 (*)

(*) 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] Update to 1.002004

2014-10-14 Thread Paul Howarth
commit dca1ccbe39246545a11db070c21b0bf84dd869f3
Author: Paul Howarth 
Date:   Tue Oct 14 12:17:36 2014 +0100

Update to 1.002004

- New upstream release 1.002004
  - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
dependency
  - New is_bool() interface

 perl-JSON-MaybeXS.spec |9 -
 sources|2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec
index d1a6baf..060a9f0 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.002003
+Version:   1.002004
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/JSON-MaybeXS/
@@ -24,6 +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(strict)
 BuildRequires: perl(warnings)
 # Test Suite (wants JSON::PP ≥ 2.27202 really but EL-6 doesn't have that)
@@ -71,6 +72,12 @@ make test
 %{_mandir}/man3/JSON::MaybeXS.3*
 
 %changelog
+* Sun Oct 12 2014 Paul Howarth  - 1.002004-1
+- Update to 1.002004
+  - Support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
+dependency
+  - New is_bool() interface
+
 * Wed Oct  8 2014 Paul Howarth  - 1.002003-1
 - Update to 1.002003
   - Document how to use booleans
diff --git a/sources b/sources
index 6aba58c..e082b86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21969d11bd704bc54efea944c1af710e  JSON-MaybeXS-1.002003.tar.gz
+c4cd707f8712fce7a95640edcf22fd08  JSON-MaybeXS-1.002004.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-MaybeXS-1.002004.tar.gz uploaded to lookaside cache by pghmcfc

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

c4cd707f8712fce7a95640edcf22fd08  JSON-MaybeXS-1.002004.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 1152319] perl-Module-Starter should depend on perl-Software-License

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

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
URL||https://github.com/xsawyerx
   ||/module-starter/pull/21



--- Comment #1 from Petr Pisar  ---
Indeed, the default license identifier is not recognized by the Module::Build.
That's because the identifier is not valid per CPAN::Meta::Spec specification.
I will apply a fix accepted by Module::Starter upstream
.

-- 
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=OBJjJka4N4&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-Plack/f20: 4/4] Merge remote-tracking branch 'origin/f21' into f20

2014-10-14 Thread corsepiu
commit 34ccce64da83f2dd31867fecd90dc72347322b52
Merge: 0756c7a 4ff0f49
Author: Ralf Corsépius 
Date:   Tue Oct 14 09:10:37 2014 +0200

Merge remote-tracking branch 'origin/f21' into f20

 .gitignore  |2 +-
 perl-Plack.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
--
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-Plack/f20] (4 commits) ...Merge remote-tracking branch 'origin/f21' into f20

2014-10-14 Thread corsepiu
Summary of changes:

  268d823... Perl 5.20 rebuild (*)
  5bc986d... Upstream update. (*)
  4ff0f49... Merge cleanup. (*)
  34ccce6... Merge remote-tracking branch 'origin/f21' into f20

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

  1   2   >