[Bug 1346539] perl-PDF-API2-2.028 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346539 Jitka Plesnikova changed: What|Removed |Added Status|NEW |MODIFIED Fixed In Version||perl-PDF-API2-2.028-1.fc25 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346539] perl-PDF-API2-2.028 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346539 --- Comment #6 from Fedora Update System --- perl-PDF-API2-2.028-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-9ed2826878 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
eseyman uploaded HTML-FormFu-2.03.tar.gz for perl-HTML-FormFu
43fe92f27ab11e7687382c936e9d0e7e HTML-FormFu-2.03.tar.gz http://pkgs.fedoraproject.org/lookaside/pkgs/perl-HTML-FormFu/HTML-FormFu-2.03.tar.gz/md5/43fe92f27ab11e7687382c936e9d0e7e/HTML-FormFu-2.03.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc uploaded DateTime-1.33.tar.gz for perl-DateTime
fcbb54d95f31d143be26e0253457e5eb DateTime-1.33.tar.gz http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime/DateTime-1.33.tar.gz/md5/fcbb54d95f31d143be26e0253457e5eb/DateTime-1.33.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc pushed to perl-DateTime (master). "Update to 1.33 (..more)"
From 63188e373158d4a57537e84fc1a96f2f50999f9c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 29 Jun 2016 10:19:38 +0100 Subject: Update to 1.33 - New upstream release 1.33 - When you pass a locale to $dt->set you will now get a warning suggesting you should use $dt->set_locale instead (CPAN RT#115420) - Added support for $dt->truncate( to => 'quarter' ) (GH#17) - Fixed the $dt->set docs to say that you cannot pass a locale (even though you can but you'll get a warning) and added more docs for $dt->set_locale - Require DateTime::Locale 1.05 - Require DateTime::TimeZone 2.00 - Take advantage of NO_PACKLIST option in recent EU:MM --- perl-DateTime.spec | 25 +++-- sources| 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 361611a..80952d3 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,6 +1,6 @@ Name: perl-DateTime Epoch: 2 -Version:1.28 +Version:1.33 Release:1%{?dist} Summary:Date and time object for Perl License:Artistic 2.0 @@ -14,13 +14,14 @@ BuildRequires: make BuildRequires: perl BuildRequires: perl-devel BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(DateTime::Locale) >= 0.41 -BuildRequires: perl(DateTime::TimeZone) >= 1.74 +BuildRequires: perl(DateTime::Locale) >= 1.05 +BuildRequires: perl(DateTime::TimeZone) >= 2.00 +BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(integer) BuildRequires: perl(overload) BuildRequires: perl(Params::Validate) >= 1.03 @@ -34,6 +35,8 @@ BuildRequires: perl(warnings::register) # Optional Run-time: BuildRequires: perl(XSLoader) # Tests: +BuildRequires: perl(CPAN::Meta::Check) >= 0.011 +BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::Fatal) @@ -66,12 +69,11 @@ believed to be the birth of Jesus Christ. %setup -q -n DateTime-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} %{buildroot} @@ -90,6 +92,17 @@ make test %{_mandir}/man3/DateTime::LeapSecond.3* %changelog +* Wed Jun 29 2016 Paul Howarth - 2:1.33-1 +- Update to 1.33 + - When you pass a locale to $dt->set you will now get a warning suggesting +you should use $dt->set_locale instead (CPAN RT#115420) + - Added support for $dt->truncate( to => 'quarter' ) (GH#17) + - Fixed the $dt->set docs to say that you cannot pass a locale (even though +you can but you'll get a warning) and added more docs for $dt->set_locale + - Require DateTime::Locale 1.05 + - Require DateTime::TimeZone 2.00 +- Take advantage of NO_PACKLIST option in recent EU:MM + * Sun May 22 2016 Paul Howarth - 2:1.28-1 - Update to 1.28 - Fixed handling of some floating point epochs; since DateTime treated the diff --git a/sources b/sources index 952e8c0..c01476d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28d8a46cc8f6724bb039987339b42aaf DateTime-1.28.tar.gz +fcbb54d95f31d143be26e0253457e5eb DateTime-1.33.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=master&id=63188e373158d4a57537e84fc1a96f2f50999f9c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc uploaded Parse-CPAN-Meta-1.4421.tar.gz for perl-Parse-CPAN-Meta
68af202068e42f42795e0750f0e97490 Parse-CPAN-Meta-1.4421.tar.gz http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Parse-CPAN-Meta/Parse-CPAN-Meta-1.4421.tar.gz/md5/68af202068e42f42795e0750f0e97490/Parse-CPAN-Meta-1.4421.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc pushed to perl-DateTime (perl-DateTime-1.33-1.fc25). "Update to 1.33 (..more)"
From 63188e373158d4a57537e84fc1a96f2f50999f9c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 29 Jun 2016 10:19:38 +0100 Subject: Update to 1.33 - New upstream release 1.33 - When you pass a locale to $dt->set you will now get a warning suggesting you should use $dt->set_locale instead (CPAN RT#115420) - Added support for $dt->truncate( to => 'quarter' ) (GH#17) - Fixed the $dt->set docs to say that you cannot pass a locale (even though you can but you'll get a warning) and added more docs for $dt->set_locale - Require DateTime::Locale 1.05 - Require DateTime::TimeZone 2.00 - Take advantage of NO_PACKLIST option in recent EU:MM --- perl-DateTime.spec | 25 +++-- sources| 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 361611a..80952d3 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,6 +1,6 @@ Name: perl-DateTime Epoch: 2 -Version:1.28 +Version:1.33 Release:1%{?dist} Summary:Date and time object for Perl License:Artistic 2.0 @@ -14,13 +14,14 @@ BuildRequires: make BuildRequires: perl BuildRequires: perl-devel BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Run-time: BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(DateTime::Locale) >= 0.41 -BuildRequires: perl(DateTime::TimeZone) >= 1.74 +BuildRequires: perl(DateTime::Locale) >= 1.05 +BuildRequires: perl(DateTime::TimeZone) >= 2.00 +BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(integer) BuildRequires: perl(overload) BuildRequires: perl(Params::Validate) >= 1.03 @@ -34,6 +35,8 @@ BuildRequires: perl(warnings::register) # Optional Run-time: BuildRequires: perl(XSLoader) # Tests: +BuildRequires: perl(CPAN::Meta::Check) >= 0.011 +BuildRequires: perl(CPAN::Meta::Requirements) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(Test::Fatal) @@ -66,12 +69,11 @@ believed to be the birth of Jesus Christ. %setup -q -n DateTime-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} %{buildroot} @@ -90,6 +92,17 @@ make test %{_mandir}/man3/DateTime::LeapSecond.3* %changelog +* Wed Jun 29 2016 Paul Howarth - 2:1.33-1 +- Update to 1.33 + - When you pass a locale to $dt->set you will now get a warning suggesting +you should use $dt->set_locale instead (CPAN RT#115420) + - Added support for $dt->truncate( to => 'quarter' ) (GH#17) + - Fixed the $dt->set docs to say that you cannot pass a locale (even though +you can but you'll get a warning) and added more docs for $dt->set_locale + - Require DateTime::Locale 1.05 + - Require DateTime::TimeZone 2.00 +- Take advantage of NO_PACKLIST option in recent EU:MM + * Sun May 22 2016 Paul Howarth - 2:1.28-1 - Update to 1.28 - Fixed handling of some floating point epochs; since DateTime treated the diff --git a/sources b/sources index 952e8c0..c01476d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28d8a46cc8f6724bb039987339b42aaf DateTime-1.28.tar.gz +fcbb54d95f31d143be26e0253457e5eb DateTime-1.33.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=perl-DateTime-1.33-1.fc25&id=63188e373158d4a57537e84fc1a96f2f50999f9c -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
pghmcfc pushed to perl-Parse-CPAN-Meta (perl-Parse-CPAN-Meta-1.4421-1.fc25). "Update to 1.4421 (..more)"
From 26448209d04f513bb68a1d3bdfb3a6d0d9ef38ed Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 29 Jun 2016 10:36:46 +0100 Subject: Update to 1.4421 - New upstream release 1.4421 - Add CPAN_META_JSON_BACKEND to allow requesting non-JSON.pm backends - Add CPAN_META_JSON_DECODER to allow Mojo::JSON/JSON::Tiny to be used just for decoding - Re-encode strings before decode_json since that expects bytes - Add test cases for wide characters in META files - Bump JSON::PP prerequisite to 2.27300 to work around a bug before perl 5.8.7; includes a test to confirm correct behavior - BR: perl-generators - Simplify find command using -delete --- perl-Parse-CPAN-Meta.spec | 26 +- sources | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec index 1dbd377..afaab13 100644 --- a/perl-Parse-CPAN-Meta.spec +++ b/perl-Parse-CPAN-Meta.spec @@ -1,8 +1,8 @@ Name: perl-Parse-CPAN-Meta # dual-lifed module needs to match the epoch in perl.spec Epoch: 1 -Version:1.4417 -Release:366%{?dist} +Version:1.4421 +Release:1%{?dist} Summary:Parse META.yml and META.json CPAN meta-data files License:GPL+ or Artistic Group: Development/Libraries @@ -10,6 +10,9 @@ URL:http://search.cpan.org/dist/Parse-CPAN-Meta/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-%{version}.tar.gz BuildArch: noarch # Module Build +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -19,13 +22,14 @@ BuildRequires: perl(Carp) BuildRequires: perl(CPAN::Meta::YAML) >= 0.011 BuildRequires: perl(Encode) BuildRequires: perl(Exporter) -BuildRequires: perl(JSON::PP) >= 2.27200 +BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(strict) # Test Suite BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(lib) BuildRequires: perl(Test::More) >= 0.82 +BuildRequires: perl(utf8) BuildRequires: perl(vars) BuildRequires: perl(YAML) # Optional Tests @@ -41,7 +45,7 @@ BuildRequires: perl(JSON) >= 2.5 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(CPAN::Meta::YAML) >= 0.011 Requires: perl(Encode) -Requires: perl(JSON::PP) >= 2.27200 +Requires: perl(JSON::PP) >= 2.27300 %description Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP @@ -64,7 +68,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} UNINST=0 -find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -77,6 +81,18 @@ make test %{_mandir}/man3/Parse::CPAN::Meta.3* %changelog +* Wed Jun 29 2016 Paul Howarth - 1:1.4421-1 +- Update to 1.4421 + - Add CPAN_META_JSON_BACKEND to allow requesting non-JSON.pm backends + - Add CPAN_META_JSON_DECODER to allow Mojo::JSON/JSON::Tiny to be used just +for decoding + - Re-encode strings before decode_json since that expects bytes + - Add test cases for wide characters in META files + - Bump JSON::PP prerequisite to 2.27300 to work around a bug before perl +5.8.7; includes a test to confirm correct behavior +- BR: perl-generators +- Simplify find command using -delete + * Wed May 18 2016 Jitka Plesnikova - 1:1.4417-366 - Perl 5.24 re-rebuild of bootstrapped packages diff --git a/sources b/sources index f479dc4..98eb4df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4f36533cba9ec56bef6f3797b7f4d84 Parse-CPAN-Meta-1.4417.tar.gz +68af202068e42f42795e0750f0e97490 Parse-CPAN-Meta-1.4421.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Parse-CPAN-Meta.git/commit/?h=perl-Parse-CPAN-Meta-1.4421-1.fc25&id=26448209d04f513bb68a1d3bdfb3a6d0d9ef38ed -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1351172] New: perl.req gets exponentially slow in a certain scenario
https://bugzilla.redhat.com/show_bug.cgi?id=1351172 Bug ID: 1351172 Summary: perl.req gets exponentially slow in a certain scenario Product: Fedora Version: 22 Component: perl-generators Assignee: jples...@redhat.com Reporter: rel...@redhat.com QA Contact: extras...@fedoraproject.org CC: jples...@redhat.com, perl-devel@lists.fedoraproject.org, ppi...@redhat.com Description of problem: The problem is perhaps best described by showing examples (see below) but given certain input, perl.req gets really, really slow. This came up when I went to upgrade the `cloc` package and `rpmbuild` seemingly got stuck and never finished. I dug into it a tiny bit and got a smaller reproducer (again, see below). When I add letters to the variable name here perl.req gets *really* slow: $ cat asdf sub demo { ++$foo if /\s*<<'/; } $ time /usr/lib/rpm/perl.req asdf real0m0.361s user0m0.358s sys0m0.003s -- $ cat asdf sub demo { ++$foobar if /\s*<<'/; } $ time /usr/lib/rpm/perl.req asdf real0m2.891s user0m2.884s sys0m0.003s -- $ cat asdf sub demo { ++$foobarbaz if /\s*<<'/; } $ time /usr/lib/rpm/perl.req asdf real0m23.902s user0m23.835s sys0m0.019s Version-Release number of selected component (if applicable): perl-generators-1.06-1.fc22.noarch How reproducible: I haven't tested on newer Fedora. I'm planning on upgrading to F23 or F24 this week, will be able to report then. Steps to Reproduce: 1. Copypaste the above examples into a file 2. Run `/usr/lib/rpm/perl.req the_file` 3. ??? 4. Profit Actual results: perl.req becomes very slow Expected results: perl.req doesn't become very slow. ;) Additional info: Happy to provide any other information, just let me know what you need. -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1337904] Upgrade perl-Net-CLI-Interact to 2.200005
https://bugzilla.redhat.com/show_bug.cgi?id=1337904 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Net-CLI-Interact-2.200 |perl-Net-CLI-Interact-2.200 |005-1.fc25 |005-1.fc25 ||perl-Net-CLI-Interact-2.200 ||005-1.fc24 Resolution|--- |ERRATA Last Closed|2016-06-21 08:24:24 |2016-06-29 08:54:50 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1337892] Upgrade perl-Net-Appliance-Session to 4.200002
https://bugzilla.redhat.com/show_bug.cgi?id=1337892 --- Comment #3 from Fedora Update System --- perl-Net-Appliance-Session-4.22-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1337904] Upgrade perl-Net-CLI-Interact to 2.200005
https://bugzilla.redhat.com/show_bug.cgi?id=1337904 --- Comment #3 from Fedora Update System --- perl-Net-CLI-Interact-2.25-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1337892] Upgrade perl-Net-Appliance-Session to 4.200002
https://bugzilla.redhat.com/show_bug.cgi?id=1337892 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Net-Appliance-Session- |perl-Net-Appliance-Session- |4.22-1.fc25 |4.22-1.fc25 ||perl-Net-Appliance-Session- ||4.22-1.fc24 Resolution|--- |ERRATA Last Closed||2016-06-29 08:54:45 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346766] amavisd-new selinux policies prevent it running
https://bugzilla.redhat.com/show_bug.cgi?id=1346766 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|--- |ERRATA Last Closed||2016-06-29 08:55:56 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348353] perl-CPAN-Perl-Releases-2.80 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348353 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-CPAN-Perl-Releases-2.8 |perl-CPAN-Perl-Releases-2.8 |0-1.fc25|0-1.fc25 ||perl-CPAN-Perl-Releases-2.8 ||0-1.fc24 Resolution|--- |ERRATA Last Closed||2016-06-29 08:55:40 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1330781] amavisd-new-2.11.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1330781 --- Comment #9 from Fedora Update System --- amavisd-new-2.11.0-2.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348010] perl-DBIx-RunSQL-0.15 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348010 --- Comment #13 from Fedora Update System --- perl-DBIx-RunSQL-0.15-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348010] perl-DBIx-RunSQL-0.15 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348010 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||perl-DBIx-RunSQL-0.15-1.fc2 ||4 Resolution|--- |ERRATA Last Closed||2016-06-29 08:56:05 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348353] perl-CPAN-Perl-Releases-2.80 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348353 --- Comment #3 from Fedora Update System --- perl-CPAN-Perl-Releases-2.80-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346766] amavisd-new selinux policies prevent it running
https://bugzilla.redhat.com/show_bug.cgi?id=1346766 --- Comment #7 from Fedora Update System --- amavisd-new-2.11.0-2.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 --- Comment #14 from Fedora Update System --- perl-Devel-PPPort-3.35-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1330781] amavisd-new-2.11.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1330781 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||amavisd-new-2.11.0-2.fc24 Resolution|--- |ERRATA Last Closed||2016-06-29 08:56:00 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 --- Comment #8 from Fedora Update System --- perl-Devel-PPPort-3.35-1.fc24 has been pushed to the Fedora 24 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |25 |25 ||perl-Devel-PPPort-3.35-1.fc ||24 Resolution|--- |ERRATA Last Closed||2016-06-29 08:56:47 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Devel-PPPort-3.34-1.fc |perl-Devel-PPPort-3.34-1.fc |25 |25 ||perl-Devel-PPPort-3.35-1.fc ||24 Resolution|--- |ERRATA Last Closed||2016-06-29 08:56:50 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1351172] perl.req gets exponentially slow in a certain scenario
https://bugzilla.redhat.com/show_bug.cgi?id=1351172 Jitka Plesnikova changed: What|Removed |Added Status|ASSIGNED|MODIFIED Fixed In Version||perl-generators-1.09-1.fc25 ||perl-generators-1.09-1.fc24 ||perl-generators-1.06-2.fc23 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1351172] perl.req gets exponentially slow in a certain scenario
https://bugzilla.redhat.com/show_bug.cgi?id=1351172 --- Comment #1 from Fedora Update System --- perl-generators-1.06-2.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-c345d41682 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
jplesnik pushed to perl-generators (f22). "Fixed regression in parsing of heredoc"
From 54bdcfb29fad033f2c3a7f7e79529d0fd1fb816e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 29 Jun 2016 15:28:24 +0200 Subject: Fixed regression in parsing of heredoc --- ...1.06-Fix-regression-in-parsing-of-heredoc.patch | 96 ++ perl-generators.spec | 7 +- 2 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 generators-1.06-Fix-regression-in-parsing-of-heredoc.patch diff --git a/generators-1.06-Fix-regression-in-parsing-of-heredoc.patch b/generators-1.06-Fix-regression-in-parsing-of-heredoc.patch new file mode 100644 index 000..369dd1b --- /dev/null +++ b/generators-1.06-Fix-regression-in-parsing-of-heredoc.patch @@ -0,0 +1,96 @@ +diff -up generators-1.06/bin/perl.prov.orig generators-1.06/bin/perl.prov +--- generators-1.06/bin/perl.prov.orig 2016-06-24 12:46:20.436213565 +0200 generators-1.06/bin/perl.prov 2016-06-24 12:49:11.354484313 +0200 +@@ -74,13 +74,14 @@ sub process_file { + + # skip the here-docs "<<" blocks + # assume that <<12 means bitwise operation +-if (((m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?([^"'#<@])<<(\w+)\s*/ && +- ($2 !~ m/^\d+$/)) || +- m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<\s*(["'`])(.+?|)\1\s*/ ++if (((m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<[\\]?(\w+)\s*/ && ++ ($1 !~ m/^\d+$/)) || ++ m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<\s*('[^']*?'|"[^"]*?"|`[^`]*?`)\s*/ + ) && + ! m/q[qxwr]?\s*[{([#|!\/][^})\]#|!\/]*?<<[^<]/ +) { +- $tag = $2; ++ $tag = $1; ++ $tag =~ s/['"`]//g; + while () { + chomp; + ( $_ eq $tag ) && last; +diff -up generators-1.06/bin/perl.req.orig generators-1.06/bin/perl.req +--- generators-1.06/bin/perl.req.orig 2016-06-24 12:46:34.260154583 +0200 generators-1.06/bin/perl.req 2016-06-24 12:51:45.703825754 +0200 +@@ -93,13 +93,14 @@ sub process_file { + + # skip the here-docs "<<" blocks + # assume that <<12 means bitwise operation +-if (((m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?([^"'#<@])<<(\w+)\s*/ && +- ($2 !~ m/^\d+$/)) || +- m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<\s*(["'`])(.+?|)\1\s*/ ++if (((m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<[\\]?(\w+)\s*/ && ++ ($1 !~ m/^\d+$/)) || ++ m/^\s*(?:'[^']*?'|"[^"]*?"|[^"'#]*?)*?[^"'#<@]<<\s*('[^']*?'|"[^"]*?"|`[^`]*?`)\s*/ + ) && + ! m/q[qxwr]?\s*[{([#|!\/][^})\]#|!\/]*?<<[^<]/ +) { +- $tag = $2; ++ $tag = $1; ++ $tag =~ s/['"`]//g; + if ($_ =~ m/^\s*use\s(constant)\s/) { add_require($1, undef) } + while () { + chomp; +@@ -151,8 +152,8 @@ sub process_file { + } + + my $modver_re = qr/[.0-9]+/; +-my $begin_re = qr#qw\s*[(\/'"!|{]\s*|qq?\s*[(\/'"!|{]\s*|['"]#; +-my $end_re = qr#[)\/"'!|}]#; ++my $begin_re = qr#qw\s*[(\/'"!|{\[]\s*|qq?\s*[(\/'"!|{\[]\s*|['"]#; ++my $end_re = qr#[)\/"'!|}\]]#; + + # Skip multiline print and assign statements + if ( m/\$\S+\s*=\s*(")([^"\\]|(\\.))*$/ || +diff -up generators-1.06/t/08_heredoc.t.orig generators-1.06/t/08_heredoc.t +--- generators-1.06/t/08_heredoc.t.orig2016-06-24 13:00:05.409693671 +0200 generators-1.06/t/08_heredoc.t 2016-06-24 13:01:11.742410289 +0200 +@@ -22,6 +22,7 @@ my @expectedrequires = ( + "perl(Bitwise::Operator)\n", + "perl(constant)\n", + "perl(More::Then::Two::Mark)\n", ++"perl(Not::Hang)\n", + "perl(Not::In::Heredoc)\n", + "perl(THAT)\n", + ); +diff -up generators-1.06/t/data/heredoc.orig generators-1.06/t/data/heredoc +--- generators-1.06/t/data/heredoc.orig2016-06-24 12:59:52.745747704 +0200 generators-1.06/t/data/heredoc 2016-06-24 13:00:49.219506749 +0200 +@@ -150,6 +150,26 @@ package Number::As::Tag; + use Number::As::Tag; + 1234 + ++$cost = <<\VISTA; # Same thing! ++ That'll be $10 please, ma'am. ++package Vista ++use Vista ++VISTA ++ ++s/this/
ppisar changed perl-sig's 'watchbugzilla' permission on perl-Module-Install-Copyright (master) to 'Approved'
ppisar changed perl-sig's 'watchbugzilla' permission on perl-Module-Install-Copyright (master) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Install-Copyright/ -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
ppisar changed perl-sig's 'watchcommits' permission on perl-Module-Install-Copyright (master) to 'Approved'
ppisar changed perl-sig's 'watchcommits' permission on perl-Module-Install-Copyright (master) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Install-Copyright/ -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
ppisar changed jplesnik's 'commit' permission on perl-Module-Install-Copyright (master) to 'Approved'
ppisar changed jplesnik's 'commit' permission on perl-Module-Install-Copyright (master) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Install-Copyright/ -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
ppisar changed jplesnik's 'approveacls' permission on perl-Module-Install-Copyright (master) to 'Approved'
ppisar changed jplesnik's 'approveacls' permission on perl-Module-Install-Copyright (master) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Install-Copyright/ -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348367] perl-Module-CoreList-5.20160620 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348367 --- Comment #13 from Fedora Update System --- perl-Module-CoreList-5.20160620-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 --- Comment #15 from Fedora Update System --- perl-Devel-PPPort-3.35-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348367] perl-Module-CoreList-5.20160620 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348367 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0620-1.fc25 |0620-1.fc25 |perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0620-1.fc24 |0620-1.fc24 ||perl-Module-CoreList-5.2016 ||0620-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |25 |25 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |24 |24 ||perl-Devel-PPPort-3.35-1.fc ||22 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347887] perl-Getopt-Long-2.49.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347887 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Getopt-Long-2.49.1-1.f |perl-Getopt-Long-2.49.1-1.f |c25 |c25 |perl-Getopt-Long-2.49.1-1.f |perl-Getopt-Long-2.49.1-1.f |c24 |c24 |perl-Getopt-Long-2.49.1-1.f |perl-Getopt-Long-2.49.1-1.f |c23 |c23 ||perl-Getopt-Long-2.49.1-1.f ||c22 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346498] perl-Getopt-Long-2.49 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346498 --- Comment #15 from Fedora Update System --- perl-Getopt-Long-2.49.1-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1345788] perl segmentation fault when using PerlIO Layer : locale and threads
https://bugzilla.redhat.com/show_bug.cgi?id=1345788 --- Comment #9 from Fedora Update System --- perl-5.20.3-331.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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Devel-PPPort-3.34-1.fc |perl-Devel-PPPort-3.34-1.fc |25 |25 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |24 |24 ||perl-Devel-PPPort-3.35-1.fc ||22 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346498] perl-Getopt-Long-2.49 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346498 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|perl-Getopt-Long-2.49-1.fc2 |perl-Getopt-Long-2.49-1.fc2 |5 |5 |perl-Getopt-Long-2.49-1.fc2 |perl-Getopt-Long-2.49-1.fc2 |4 |4 |perl-Getopt-Long-2.49-1.fc2 |perl-Getopt-Long-2.49-1.fc2 |3 |3 ||perl-Getopt-Long-2.49.1-1.f ||c22 Resolution|--- |ERRATA Last Closed|2016-06-18 14:29:03 |2016-06-29 13:20: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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1345788] perl segmentation fault when using PerlIO Layer : locale and threads
https://bugzilla.redhat.com/show_bug.cgi?id=1345788 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-5.22.2-360.fc24|perl-5.22.2-360.fc24 |perl-5.22.2-352.fc23|perl-5.22.2-352.fc23 ||perl-5.20.3-331.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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 --- Comment #9 from Fedora Update System --- perl-Devel-PPPort-3.35-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347887] perl-Getopt-Long-2.49.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347887 --- Comment #10 from Fedora Update System --- perl-Getopt-Long-2.49.1-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348367] perl-Module-CoreList-5.20160620 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348367 --- Comment #14 from Fedora Update System --- perl-Module-CoreList-5.20160620-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348367] perl-Module-CoreList-5.20160620 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348367 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0620-1.fc25 |0620-1.fc25 |perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0620-1.fc24 |0620-1.fc24 |perl-Module-CoreList-5.2016 |perl-Module-CoreList-5.2016 |0620-1.fc22 |0620-1.fc22 ||perl-Module-CoreList-5.2016 ||0620-1.fc23 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 --- Comment #10 from Fedora Update System --- perl-Devel-PPPort-3.35-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Devel-PPPort-3.34-1.fc |perl-Devel-PPPort-3.34-1.fc |25 |25 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |24 |24 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |22 |22 ||perl-Devel-PPPort-3.35-1.fc ||23 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1347880] perl-Devel-PPPort-3.35 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1347880 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |25 |25 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |24 |24 |perl-Devel-PPPort-3.35-1.fc |perl-Devel-PPPort-3.35-1.fc |22 |22 ||perl-Devel-PPPort-3.35-1.fc ||23 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346479] perl-Devel-PPPort-3.34 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346479 --- Comment #16 from Fedora Update System --- perl-Devel-PPPort-3.35-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348010] perl-DBIx-RunSQL-0.15 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348010 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-DBIx-RunSQL-0.15-1.fc2 |perl-DBIx-RunSQL-0.15-1.fc2 |4 |4 ||perl-DBIx-RunSQL-0.15-1.fc2 ||3 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1348010] perl-DBIx-RunSQL-0.15 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1348010 --- Comment #14 from Fedora Update System --- perl-DBIx-RunSQL-0.15-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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1351354] New: amavisd-new: additional systemd hardening
https://bugzilla.redhat.com/show_bug.cgi?id=1351354 Bug ID: 1351354 Summary: amavisd-new: additional systemd hardening Product: Fedora Version: 24 Component: amavisd-new Assignee: j.orti.alca...@gmail.com Reporter: candr...@integralblue.com QA Contact: extras...@fedoraproject.org CC: j.orti.alca...@gmail.com, perl-devel@lists.fedoraproject.org, st...@silug.org, vanmeeuwen+fed...@kolabsys.com amavisd-new's systemd services should use more of systemd's hardening features. http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavis-mc.service should probably have added to it: CapabilityBoundingSet= ProtectSystem=full ProtectHome=true http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavisd-clean-quarantine.service should probably have added to it: CapabilityBoundingSet= ProtectSystem=full ProtectHome=true http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavisd-clean-tmp.service should probably have added to it: CapabilityBoundingSet= ProtectSystem=full ProtectHome=true http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavisd-snmp-zmq.service should probably have added to it: CapabilityBoundingSet= ProtectHome=true ProtectSystem=full http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavisd-snmp.service should probably have added to it: CapabilityBoundingSet= ProtectHome=true ProtectSystem=full http://pkgs.fedoraproject.org/cgit/rpms/amavisd-new.git/tree/amavisd.service should probably have added to it: CapabilityBoundingSet= ProtectHome=true ProtectSystem=full -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346539] perl-PDF-API2-2.028 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346539 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #7 from Fedora Update System --- perl-PDF-API2-2.028-1.fc24 has been pushed to the Fedora 24 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-9ed2826878 -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1346784] perl-HTML-FormFu-2.03 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1346784 Upstream Release Monitoring changed: What|Removed |Added Summary|perl-HTML-FormFu-2.02 is|perl-HTML-FormFu-2.03 is |available |available --- Comment #1 from Upstream Release Monitoring --- Latest upstream release: 2.03 Current version/release in rawhide: 2.01-8.fc25 URL: http://search.cpan.org/dist/HTML-FormFu/ 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/10877/ -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org
[Bug 1351388] New: perl-HTML-FormFu-Model-DBIC-2.02 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1351388 Bug ID: 1351388 Summary: perl-HTML-FormFu-Model-DBIC-2.02 is available Product: Fedora Version: rawhide Component: perl-HTML-FormFu-Model-DBIC Keywords: FutureFeature, Triaged Assignee: emman...@seyman.fr Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: emman...@seyman.fr, mmasl...@redhat.com, perl-devel@lists.fedoraproject.org Latest upstream release: 2.02 Current version/release in rawhide: 2.01-1.fc25 URL: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC 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/10797/ -- 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 https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org