[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427



--- Comment #6 from Fedora Update System  ---
perl-Iterator-Simple-0.07-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b4277f16f9

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427



--- Comment #5 from Fedora Update System  ---
perl-Iterator-Simple-0.07-1.fc26 has been submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-1aef2547f7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427



--- Comment #4 from Fedora Update System  ---
perl-Iterator-Simple-0.07-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-2c59d7248e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Iterator-Simple-0.07-1
   ||.fc28



--- Comment #3 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427



--- Comment #2 from Upstream Release Monitoring 
 ---
hotness's scratch build of perl-Iterator-Simple-0.07-1.el7.src.rpm for rawhide
completed http://koji.fedoraproject.org/koji/taskinfo?taskID=23574101

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1364570
  --> https://bugzilla.redhat.com/attachment.cgi?id=1364570=edit
[patch] Update to 0.07 (#1523427)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1523427] New: perl-Iterator-Simple-0.07 is available

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1523427

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



Latest upstream release: 0.07
Current version/release in rawhide: 0.06-6.fc27
URL: http://search.cpan.org/dist/Iterator-Simple/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/7343/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Specio (master). "Control optional test with a build-condition"

2017-12-07 Thread notifications
From e3e46441e8655ce73f235f2370a68291244662f8 Mon Sep 17 00:00:00 2001
From: Petr Písař 
Date: Dec 07 2017 12:46:18 +
Subject: Control optional test with a build-condition


---

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 30cea0c..ded6579 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -1,3 +1,6 @@
+# Run optional test
+%bcond_without perl_Specio_enables_optional_test
+
 Name:  perl-Specio
 Version:   0.42
 Release:   1%{?dist}
@@ -44,6 +47,7 @@ BuildRequires:perl(lib)
 BuildRequires: perl(open)
 BuildRequires: perl(Test::Needs)
 BuildRequires: perl(utf8)
+%if %{with perl_Specio_enables_optional_test}
 # Optional Tests
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
@@ -55,6 +59,7 @@ BuildRequires:perl(Moose) >= 2.1207
 BuildRequires: perl(Mouse)
 %endif
 BuildRequires: perl(namespace::autoclean)
+%endif
 # Dependencies
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Ref::Util) >= 0.112



https://src.fedoraproject.org/rpms/perl-Specio/c/e3e46441e8655ce73f235f2370a68291244662f8?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1520944] Upgrade perl-Moo to 2.003004

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520944

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Moo-2.003004-1.fc28
 Resolution|--- |RAWHIDE
Last Closed||2017-12-07 06:49:07



--- Comment #1 from Emmanuel Seyman  ---
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1007950

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1520945] Upgrade perl-Mojolicious to 7.58

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520945

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Mojolicious-7.58-1.fc2
   ||8
 Resolution|--- |RAWHIDE
Last Closed||2017-12-07 06:47:56



--- Comment #1 from Emmanuel Seyman  ---
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1007945

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Params-ValidationCompiler (master). "Control optional test with a build condition"

2017-12-07 Thread notifications
From c013089dad8dc010339a26c19ebdea0aa1e9b28a Mon Sep 17 00:00:00 2001
From: Petr Písař 
Date: Dec 07 2017 11:43:56 +
Subject: Control optional test with a build condition


---

diff --git a/perl-Params-ValidationCompiler.spec 
b/perl-Params-ValidationCompiler.spec
index 4925e30..aa216de 100644
--- a/perl-Params-ValidationCompiler.spec
+++ b/perl-Params-ValidationCompiler.spec
@@ -1,3 +1,6 @@
+# Run optional test
+%bcond_without perl_Params_ValidationCompiler_enables_optional_test
+
 Name:  perl-Params-ValidationCompiler
 Version:   0.26
 Release:   1%{?dist}
@@ -35,15 +38,18 @@ BuildRequires:  perl(Test2::Require::Module)
 BuildRequires: perl(Test2::V0)
 BuildRequires: perl(Test::More) >= 1.302015
 BuildRequires: perl(Test::Without::Module)
-# Optional Tests (avoid build dependency cycles via Moose and DateTime)
+%if %{with perl_Params_ValidationCompiler_enables_optional_test}
+# Optional Tests
 BuildRequires: perl(Const::Fast)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
 BuildRequires: perl(CPAN::Meta::Prereqs)
 BuildRequires: perl(Hash::Util)
 %if !%{defined perl_bootstrap}
+# Avoid build dependency cycles via Moose and DateTime
 BuildRequires: perl(Moose::Util::TypeConstraints)
 BuildRequires: perl(Types::Standard)
 %endif
+%endif
 # Dependencies
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Sub::Util) >= 1.40



https://src.fedoraproject.org/rpms/perl-Params-ValidationCompiler/c/c013089dad8dc010339a26c19ebdea0aa1e9b28a?branch=master
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522688] Upgrade perl-Catalyst-Action-REST to 1.21

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522688

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Catalyst-Action-REST-1
   ||.21-1.fc28
 Resolution|--- |RAWHIDE
Last Closed||2017-12-07 06:46:50



--- Comment #1 from Emmanuel Seyman  ---
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1007942

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522701] Upgrade perl-Future to 0.37

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522701

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Future-0.37-1.fc28
 Resolution|--- |RAWHIDE
Last Closed||2017-12-07 06:45:02



--- Comment #1 from Emmanuel Seyman  ---
Built for rawhide:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1007936

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1520949] Upgrade perl-Test2-Suite to 0.000094

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1520949

Petr Pisar  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2017-12-07 05:29:29



--- Comment #3 from Petr Pisar  ---
The two packages were blocked in F28.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522709] Upgrade perl-BibTeX-Parser to 1.01

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522709



--- Comment #4 from Fedora Update System  ---
perl-BibTeX-Parser-1.01-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-19c15a7e6e

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522709] Upgrade perl-BibTeX-Parser to 1.01

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522709



--- Comment #3 from Fedora Update System  ---
perl-BibTeX-Parser-1.01-1.fc26 has been submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-65a2bcaaed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522709] Upgrade perl-BibTeX-Parser to 1.01

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522709



--- Comment #2 from Fedora Update System  ---
perl-BibTeX-Parser-1.01-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-101cddfd01

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522699] Upgrade perl-experimental to 0.019

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522699



--- Comment #3 from Fedora Update System  ---
perl-experimental-0.019-1.fc26 has been submitted as an update to Fedora 26.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-120341939f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522699] Upgrade perl-experimental to 0.019

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522699



--- Comment #4 from Fedora Update System  ---
perl-experimental-0.019-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-99702e925c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522699] Upgrade perl-experimental to 0.019

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522699



--- Comment #2 from Fedora Update System  ---
perl-experimental-0.019-1.fc27 has been submitted as an update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-bb7f68cfa7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522709] Upgrade perl-BibTeX-Parser to 1.01

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522709

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-BibTeX-Parser-1.01-1.f
   ||c28



--- Comment #1 from Petr Pisar  ---
An enhancement release suitable for all Fedoras.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522696] Upgrade perl-Dist-Zilla-Plugin-Git-Contributors to 0.032

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522696



--- Comment #2 from Fedora Update System  ---
perl-Dist-Zilla-Plugin-Git-Contributors-0.032-1.fc27 has been submitted as an
update to Fedora 27.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-9d4213887b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522699] Upgrade perl-experimental to 0.019

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522699

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-experimental-0.019-1.f
   ||c28



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1522696] Upgrade perl-Dist-Zilla-Plugin-Git-Contributors to 0.032

2017-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1522696

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Dist-Zilla-Plugin-Git-
   ||Contributors-0.032-1.fc28



--- Comment #1 from Petr Pisar  ---
A bug-fix release suitable for Fedora ≥ 27.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org