[Bug 1307197] perl-Module-CPANfile-1.1002 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307197



--- Comment #4 from Petr Pisar  ---
No. Suitable for Fedora >= 24. Because that's the oldest Fedora with previous
version.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307197] perl-Module-CPANfile-1.1002 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307197

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Module-CPANfile-1.1002
   ||-1.fc24



--- Comment #3 from Petr Pisar  ---
Fixes running in taint mode. Suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar pushed to perl-Module-CPANfile (master). "1.1002 bump"

2016-02-14 Thread notifications
From a22952610fb0c651b54251afc92ae9de1c695153 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 15 Feb 2016 08:56:05 +0100
Subject: 1.1002 bump

---
 .gitignore| 1 +
 perl-Module-CPANfile.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index e8487c8..3039dd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Module-CPANfile-1.0001.tar.gz
 /Module-CPANfile-1.1000.tar.gz
 /Module-CPANfile-1.1001.tar.gz
+/Module-CPANfile-1.1002.tar.gz
diff --git a/perl-Module-CPANfile.spec b/perl-Module-CPANfile.spec
index 7907022..09870de 100644
--- a/perl-Module-CPANfile.spec
+++ b/perl-Module-CPANfile.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-CPANfile
-Version:1.1001
-Release:2%{?dist}
+Version:1.1002
+Release:1%{?dist}
 Summary:Parse cpanfile
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 15 2016 Petr Pisar  - 1.1002-1
+- 1.1002 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.1001-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 2adf85f..b411e07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcee6be0ecfd5cd56bd58a41b2fda9ee  Module-CPANfile-1.1001.tar.gz
+a6b53848e44d13aac42b8bb6ea9f0d07  Module-CPANfile-1.1002.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Module-CPANfile.git/commit/?h=master&id=a22952610fb0c651b54251afc92ae9de1c695153
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

ppisar uploaded Module-CPANfile-1.1002.tar.gz for perl-Module-CPANfile

2016-02-14 Thread notifications
a6b53848e44d13aac42b8bb6ea9f0d07  Module-CPANfile-1.1002.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-CPANfile/Module-CPANfile-1.1002.tar.gz/md5/a6b53848e44d13aac42b8bb6ea9f0d07/Module-CPANfile-1.1002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307197] perl-Module-CPANfile-1.1002 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307197

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|jples...@redhat.com,|ppi...@redhat.com
   |mmasl...@redhat.com |
   Assignee|jples...@redhat.com |ppi...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307195] perl-IPC-Cmd-0.94 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307195

Petr Pisar  changed:

   What|Removed |Added

  Flags||needinfo?(p...@city-fan.org
   ||)



--- Comment #6 from Petr Pisar  ---
Any reason why to run-require IPC::Run? IPC::Cmd uses IPC::Open3 on non-Windows
instead. See the BEGIN section in IPC::Cmd:

$USE_IPC_RUN= IS_WIN32 && !IS_WIN98;
$USE_IPC_OPEN3  = not IS_VMS;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1307195] perl-IPC-Cmd-0.94 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1307195



--- Comment #5 from Petr Pisar  ---
A bug fix release suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305134] Review Request: perl-Data-Page-Pageset - Change long page list to be shorter and well navigate

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305134



--- Comment #3 from Ralf Corsepius  ---
Thanks, Denis

Update:
spec: https://corsepiu.fedorapeople.org/packages/perl-Data-Page-Pageset.spec
srpm:
https://corsepiu.fedorapeople.org/packages/perl-Data-Page-Pageset-1.02-2.fc24.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #9 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-2.fc23 has been pushed to the Fedora 23
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-40aaea1f0d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #8 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-2.fc22 has been pushed to the Fedora 22
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-582be1350c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272



--- Comment #7 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el7 has been pushed to the Fedora EPEL 7
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-b409a676ed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308272] perl-Text-Levenshtein-Damerau-XS: additional builds

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308272

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.1-3.el6 has been pushed to the Fedora EPEL 6
testing repository. If problems still persist, please make note of it in this
bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c57b34286a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305249] perl-Devel-Timer-0.07 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305249

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Devel-Timer-0.07-1.fc2 |perl-Devel-Timer-0.07-1.fc2
   |3   |3
   ||perl-Devel-Timer-0.07-1.fc2
   ||2



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1304558] perl-Log-Report-1.13 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304558

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Log-Report-1.13-1.fc24 |perl-Log-Report-1.13-1.fc24
   |perl-Log-Report-1.13-1.fc23 |perl-Log-Report-1.13-1.fc23
   ||perl-Log-Report-1.13-1.fc22



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1304558] perl-Log-Report-1.13 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304558



--- Comment #10 from Fedora Update System  ---
perl-Log-Report-1.13-1.fc22 has been pushed to the Fedora 22 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305249] perl-Devel-Timer-0.07 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305249



--- Comment #13 from Fedora Update System  ---
perl-Devel-Timer-0.07-1.fc22 has been pushed to the Fedora 22 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305188] perl-DBIx-Connector-0.55 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305188

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DBIx-Connector-0.55-1. |perl-DBIx-Connector-0.55-1.
   |fc23|fc23
   ||perl-DBIx-Connector-0.55-1.
   ||fc22



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305188] perl-DBIx-Connector-0.55 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305188



--- Comment #12 from Fedora Update System  ---
perl-DBIx-Connector-0.55-1.fc22 has been pushed to the Fedora 22 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1304558] perl-Log-Report-1.13 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304558

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Log-Report-1.13-1.fc24 |perl-Log-Report-1.13-1.fc24
   ||perl-Log-Report-1.13-1.fc23
 Resolution|--- |ERRATA
Last Closed||2016-02-14 21:53:15



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1304558] perl-Log-Report-1.13 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1304558



--- Comment #9 from Fedora Update System  ---
perl-Log-Report-1.13-1.fc23 has been pushed to the Fedora 23 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305188] perl-DBIx-Connector-0.55 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305188



--- Comment #11 from Fedora Update System  ---
perl-DBIx-Connector-0.55-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305249] perl-Devel-Timer-0.07 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305249



--- Comment #12 from Fedora Update System  ---
perl-Devel-Timer-0.07-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305188] perl-DBIx-Connector-0.55 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305188

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-DBIx-Connector-0.55-1.
   ||fc23
 Resolution|--- |ERRATA
Last Closed||2016-02-14 21:52:13



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305249] perl-Devel-Timer-0.07 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305249

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Devel-Timer-0.07-1.fc2
   ||3
 Resolution|--- |ERRATA
Last Closed||2016-02-14 21:52:17



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1305714] perl-Scalar-List-Utils-1.43 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1305714



--- Comment #5 from Fedora Update System  ---
perl-Scalar-List-Utils-1.43-1.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1301214] perl-Email-Valid: please update in epel7

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301214



--- Comment #3 from Fedora Update System  ---
perl-Email-Valid-1.198-1.el7 has been pushed to the Fedora EPEL 7 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1301214] perl-Email-Valid: please update in epel7

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1301214

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Email-Valid-1.198-1.el
   ||7
 Resolution|--- |ERRATA
Last Closed||2016-02-14 19:56:44



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308365] New: slic3r crashes when loading known good stl files

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308365

Bug ID: 1308365
   Summary: slic3r crashes when loading known good stl files
   Product: Fedora
   Version: 23
 Component: slic3r
  Assignee: mhron...@redhat.com
  Reporter: johnduc...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: mhron...@redhat.com,
perl-devel@lists.fedoraproject.org



Created attachment 1127097
  --> https://bugzilla.redhat.com/attachment.cgi?id=1127097&action=edit
This is an stl file that slic3r is having trouble with. It is an sd card holder

Description of problem:
slic3r loads a known good stl file, announces that it is too large and was
automatically scaled down to fit your print bed, on saying 'ok' slic3r closes
completely.
The file is 'known good' as it loads into the slic3r in Fedora 22 with no
problem (not too large)

I ran from terminal with these results:

[jduchek@localhost ~]$ slic3r
Warning: File size doesn't match number of facets in the header
Caught C++ exception of unknown type at
/usr/share/perl5/vendor_perl/Slic3r/GUI/Plater.pm line 1791.



Version-Release number of selected component (if applicable):
1.2.9-3.fc23

How reproducible:
always on the files it decides are too large.  Some files still load properly.

Steps to Reproduce:
1.Run slic3r
2.add affected file (stl)
3.say ok, when it tells you it has fixed the file.

Actual results:  slic3r closes so you have to start over


Expected results: display the loaded file.


Additional info: I have attached an affected stl file

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f22). "Upstream update. (..more)"

2016-02-14 Thread notifications
From 66fd938610ecc12b750b42b88ad7c1a5f004060e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 08:48:38 +0100
Subject: Upstream update.

- Reflect changes to BRs.
---
 .gitignore|  2 +-
 perl-Params-Validate.spec | 11 +--
 sources   |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 908043e..dc68f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.21.tar.gz
+/Params-Validate-1.22.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index e172092..29708e4 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.21
-Release:   3%{?dist}
+Version:   1.22
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -38,6 +38,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -61,6 +62,8 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::CPAN::Meta::JSON) >= 0.16
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -99,6 +102,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 1.22-1
+- Upstream update.
+- Reflect changes to BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7829b51..0dc465d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81e5d44cbda5aeb8a3be03b35dc410b  Params-Validate-1.21.tar.gz
+f97cfb4669cdfaa10f85c4e200ffdd35  Params-Validate-1.22.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f22&id=66fd938610ecc12b750b42b88ad7c1a5f004060e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f22). "Cleanup merger."

2016-02-14 Thread notifications
From 4bbc86f8d5ee88643ee27540d421879662f69e0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 19:08:53 +0100
Subject: Cleanup merger.

---
 perl-Params-Validate.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 29708e4..1624a87 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -106,9 +106,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 - Upstream update.
 - Reflect changes to BRs.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
 - Modernise spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f22&id=4bbc86f8d5ee88643ee27540d421879662f69e0c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f22). "Modernise spec."

2016-02-14 Thread notifications
From bd211f29aa6a32e38f1c6d17109410924871541a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 22 Jan 2016 14:58:10 +0100
Subject: Modernise spec.

---
 perl-Params-Validate.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 94d20da..64bbd77 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -66,8 +66,6 @@ BuildRequires:  aspell-en
 BuildRequires:  perl(Test::Portability::Files)
 %endif
 
-%{?perl_default_filter}
-
 %description
 The Params::Validate module allows you to validate method or function
 call parameters to an arbitrary level of specificity. At the simplest
@@ -101,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
+- Modernise spec.
+
 * Sun Jul 26 2015 Ralf Corsépius  - 1.21-1
 - Upstream update.
 - Reflect Attribute::Params::Validate having been dropped from
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f22&id=bd211f29aa6a32e38f1c6d17109410924871541a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f22). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-14 Thread notifications
From 8b58093889e9252f52424a7abc2c44dbd981e848 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:18:25 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Params-Validate.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 64bbd77..e172092 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -99,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
 - Modernise spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f22&id=8b58093889e9252f52424a7abc2c44dbd981e848
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f22). "Merge remote-tracking branch 'origin/f23' into f22"

2016-02-14 Thread notifications
From bd211f29aa6a32e38f1c6d17109410924871541a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 22 Jan 2016 14:58:10 +0100
Subject: Modernise spec.

---
 perl-Params-Validate.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 94d20da..64bbd77 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -66,8 +66,6 @@ BuildRequires:  aspell-en
 BuildRequires:  perl(Test::Portability::Files)
 %endif
 
-%{?perl_default_filter}
-
 %description
 The Params::Validate module allows you to validate method or function
 call parameters to an arbitrary level of specificity. At the simplest
@@ -101,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
+- Modernise spec.
+
 * Sun Jul 26 2015 Ralf Corsépius  - 1.21-1
 - Upstream update.
 - Reflect Attribute::Params::Validate having been dropped from
-- 
cgit v0.11.2


From 8b58093889e9252f52424a7abc2c44dbd981e848 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:18:25 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Params-Validate.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 64bbd77..e172092 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -99,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
 - Modernise spec.
 
-- 
cgit v0.11.2


From 66fd938610ecc12b750b42b88ad7c1a5f004060e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 08:48:38 +0100
Subject: Upstream update.

- Reflect changes to BRs.
---
 .gitignore|  2 +-
 perl-Params-Validate.spec | 11 +--
 sources   |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 908043e..dc68f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.21.tar.gz
+/Params-Validate-1.22.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index e172092..29708e4 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.21
-Release:   3%{?dist}
+Version:   1.22
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -38,6 +38,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -61,6 +62,8 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::CPAN::Meta::JSON) >= 0.16
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -99,6 +102,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 1.22-1
+- Upstream update.
+- Reflect changes to BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7829b51..0dc465d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81e5d44cbda5aeb8a3be03b35dc410b  Params-Validate-1.21.tar.gz
+f97cfb4669cdfaa10f85c4e200ffdd35  Params-Validate-1.22.tar.gz
-- 
cgit v0.11.2


From 4bbc86f8d5ee88643ee27540d421879662f69e0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 19:08:53 +0100
Subject: Cleanup merger.

---
 perl-Params-Validate.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --g

corsepiu pushed to perl-Params-Validate (f23). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild"

2016-02-14 Thread notifications
From 8b58093889e9252f52424a7abc2c44dbd981e848 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Thu, 4 Feb 2016 15:18:25 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

---
 perl-Params-Validate.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 64bbd77..e172092 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -99,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
 * Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
 - Modernise spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f23&id=8b58093889e9252f52424a7abc2c44dbd981e848
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f23). "Cleanup merger."

2016-02-14 Thread notifications
From 4bbc86f8d5ee88643ee27540d421879662f69e0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 19:08:53 +0100
Subject: Cleanup merger.

---
 perl-Params-Validate.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 29708e4..1624a87 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -106,9 +106,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 - Upstream update.
 - Reflect changes to BRs.
 
-* Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
 * Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
 - Modernise spec.
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f23&id=4bbc86f8d5ee88643ee27540d421879662f69e0c
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f23). "Modernise spec."

2016-02-14 Thread notifications
From bd211f29aa6a32e38f1c6d17109410924871541a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Fri, 22 Jan 2016 14:58:10 +0100
Subject: Modernise spec.

---
 perl-Params-Validate.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index 94d20da..64bbd77 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -16,7 +16,7 @@
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.21
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -66,8 +66,6 @@ BuildRequires:  aspell-en
 BuildRequires:  perl(Test::Portability::Files)
 %endif
 
-%{?perl_default_filter}
-
 %description
 The Params::Validate module allows you to validate method or function
 call parameters to an arbitrary level of specificity. At the simplest
@@ -101,6 +99,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 22 2016 Ralf Corsépius  - 1.21-2
+- Modernise spec.
+
 * Sun Jul 26 2015 Ralf Corsépius  - 1.21-1
 - Upstream update.
 - Reflect Attribute::Params::Validate having been dropped from
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f23&id=bd211f29aa6a32e38f1c6d17109410924871541a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

corsepiu pushed to perl-Params-Validate (f23). "Upstream update. (..more)"

2016-02-14 Thread notifications
From 66fd938610ecc12b750b42b88ad7c1a5f004060e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Sun, 14 Feb 2016 08:48:38 +0100
Subject: Upstream update.

- Reflect changes to BRs.
---
 .gitignore|  2 +-
 perl-Params-Validate.spec | 11 +--
 sources   |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 908043e..dc68f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Params-Validate-1.21.tar.gz
+/Params-Validate-1.22.tar.gz
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index e172092..29708e4 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -15,8 +15,8 @@
 
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
-Version:   1.21
-Release:   3%{?dist}
+Version:   1.22
+Release:   1%{?dist}
 License:   Artistic 2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -38,6 +38,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -61,6 +62,8 @@ BuildRequires:  perl(Test::Pod::LinkCheck)
 BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  perl(Test::Synopsis)
+BuildRequires:  perl(Test::CPAN::Meta::JSON) >= 0.16
+BuildRequires:  perl(Test::Mojibake)
 BuildRequires:  aspell-en
 # Optional:
 BuildRequires:  perl(Test::Portability::Files)
@@ -99,6 +102,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 14 2016 Ralf Corsépius  - 1.22-1
+- Upstream update.
+- Reflect changes to BRs.
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
1.21-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7829b51..0dc465d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c81e5d44cbda5aeb8a3be03b35dc410b  Params-Validate-1.21.tar.gz
+f97cfb4669cdfaa10f85c4e200ffdd35  Params-Validate-1.22.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Params-Validate.git/commit/?h=f23&id=66fd938610ecc12b750b42b88ad7c1a5f004060e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308342] perl-Mojolicious-6.46 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308342



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=12981090

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308342] perl-Mojolicious-6.46 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308342



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1127035
  --> https://bugzilla.redhat.com/attachment.cgi?id=1127035&action=edit
[patch] Update to 6.46 (#1308342)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1303926] gtk3-3.19.8-2.fc24 breaks introspection ABI at gdk_rgba_parse()

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1303926

Mamoru TASAKA  changed:

   What|Removed |Added

 Blocks||1308030



--- Comment #4 from Mamoru TASAKA  ---
rubygem-gdk3 test suite is also broken due to this.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1308030
[Bug 1308030] rubygem-gdk3: FTBFS in rawhide
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

[Bug 1308342] New: perl-Mojolicious-6.46 is available

2016-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308342

Bug ID: 1308342
   Summary: perl-Mojolicious-6.46 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Mojolicious
  Keywords: FutureFeature, Triaged
  Assignee: emman...@seyman.fr
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr,
perl-devel@lists.fedoraproject.org,
robinlee.s...@gmail.com



Latest upstream release: 6.46
Current version/release in rawhide: 6.45-3.fc24
URL: http://mojolicio.us/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org