ppisar set the monitor flag of perl-HTTP-Cookies to nobuild
ppisar set the monitor flag of perl-HTTP-Cookies to nobuild ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
ppisar uploaded HTTP-Cookies-6.03.tar.gz for perl-HTTP-Cookies
730cb63a2e21910929b0e43b8e34b9a2c259e12b4f2552f8382e95552fb50ead24c4865ca75e43dda6d38dfb0eaf417248aa7102a3b57d1404c24fb80ad8974f HTTP-Cookies-6.03.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-HTTP-Cookies/HTTP-Cookies-6.03.tar.gz/sha512/730cb63a2e21910929b0e43b8e34b9a2c259e12b4f2552f8382e95552fb50ead24c4865ca75e43dda6d38dfb0eaf417248aa7102a3b57d1404c24fb80ad8974f/HTTP-Cookies-6.03.tar.gz ___ 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-HTTP-Cookies (master). "6.03 bump"
From 6636b5f6c84d189403b09a7551b9bf956d0f391f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 4 Apr 2017 11:05:54 +0200 Subject: 6.03 bump --- .gitignore | 1 + perl-HTTP-Cookies.spec | 38 +++--- sources| 2 +- 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 3425345..8cf4fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /HTTP-Cookies-6.00.tar.gz /HTTP-Cookies-6.01.tar.gz +/HTTP-Cookies-6.03.tar.gz diff --git a/perl-HTTP-Cookies.spec b/perl-HTTP-Cookies.spec index bcbba89..77789e2 100644 --- a/perl-HTTP-Cookies.spec +++ b/perl-HTTP-Cookies.spec @@ -1,23 +1,36 @@ Name: perl-HTTP-Cookies -Version:6.01 -Release:14%{?dist} +Version:6.03 +Release:1%{?dist} Summary:HTTP cookie jars License:GPL+ or Artistic -Group: Development/Libraries URL:http://search.cpan.org/dist/HTTP-Cookies/ -Source0: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-%{version}.tar.gz BuildArch: noarch +BuildRequires: make +BuildRequires: perl BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(:VERSION) >= 5.8.1 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(Carp) BuildRequires: perl(HTTP::Date) >= 6 BuildRequires: perl(HTTP::Headers::Util) >= 6 -# Tests only: BuildRequires: perl(HTTP::Request) +BuildRequires: perl(locale) +# Time::Local needed on MacOS only +BuildRequires: perl(vars) +# Win32 not supported +# Tests: BuildRequires: perl(HTTP::Response) BuildRequires: perl(Test) +# Test::Code::TidyAll 0.24 not used +# Test::CPAN::Changes not used +BuildRequires: perl(Test::More) BuildRequires: perl(URI) -# Time::Local needed on MacOS only Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Carp) Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Headers::Util) >= 6 Conflicts: perl-libwww-perl < 6 @@ -26,7 +39,7 @@ Conflicts: perl-libwww-perl < 6 %filter_from_requires /^perl(HTTP::Date)\s*$/d %filter_from_requires /^perl(HTTP::Headers::Util)\s*$/d # One function of provided HTTP::Cookies::Microsoft works on Win32 only, other -# function do not need it. This keep the module, but remove dependency. +# function do not need it. We keep the module, but remove the dependency. %filter_from_requires /^perl(Win32)/d %filter_setup %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Win32|HTTP::Date|HTTP::Headers::Util\\)$ @@ -41,23 +54,26 @@ knows about. %setup -q -n HTTP-Cookies-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; %{_fixperms} %{buildroot}/* %check make test %files -%doc Changes README +%license LICENSE +%doc Changes CONTRIBUTORS README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Apr 04 2017 Petr Pisar - 6.03-1 +- 6.03 bump + * Sat Feb 11 2017 Fedora Release Engineering - 6.01-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index b10fd70..cee7bd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecfd0eeb88512033352c2f13c9580f03 HTTP-Cookies-6.01.tar.gz +SHA512 (HTTP-Cookies-6.03.tar.gz) = 730cb63a2e21910929b0e43b8e34b9a2c259e12b4f2552f8382e95552fb50ead24c4865ca75e43dda6d38dfb0eaf417248aa7102a3b57d1404c24fb80ad8974f -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-HTTP-Cookies.git/commit/?h=master&id=6636b5f6c84d189403b09a7551b9bf956d0f391f ___ 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-HTTP-Cookies (master). "Correct a changelog entry"
From 6ea4858e13c30424a44cfea1e967f4b7866e879c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 4 Apr 2017 11:06:46 +0200 Subject: Correct a changelog entry --- perl-HTTP-Cookies.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-HTTP-Cookies.spec b/perl-HTTP-Cookies.spec index 77789e2..47433d4 100644 --- a/perl-HTTP-Cookies.spec +++ b/perl-HTTP-Cookies.spec @@ -119,7 +119,7 @@ make test * Fri Jan 13 2012 Fedora Release Engineering - 6.00-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Mon Jun 25 2011 Marcela Mašláňová - 6.00-3 +* Mon Jul 25 2011 Marcela Mašláňová - 6.00-3 - add new filter * Tue Jun 21 2011 Marcela Mašláňová - 6.00-2 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-HTTP-Cookies.git/commit/?h=master&id=6ea4858e13c30424a44cfea1e967f4b7866e879c ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1438619] perl-HTTP-Cookies-6.03 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438619 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In Version||perl-HTTP-Cookies-6.03-1.fc ||27 Resolution|--- |RAWHIDE Last Closed||2017-04-04 05:12:40 --- Comment #2 from Petr Pisar --- Mostly a bug-fix release, but there large pieces of code refactored and a new code branch. I will keep it for rawhide only. At least for now. -- 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 uploaded libwww-perl-6.25.tar.gz for perl-libwww-perl
e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949 libwww-perl-6.25.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-libwww-perl/libwww-perl-6.25.tar.gz/sha512/e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949/libwww-perl-6.25.tar.gz ___ 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-libwww-perl (master). "6.25 bump"
From 79ffe58f07213499c57f044c4f7a6355fcabded4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 4 Apr 2017 11:27:11 +0200 Subject: 6.25 bump --- .gitignore| 1 + perl-libwww-perl.spec | 6 -- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index add8250..eafacc0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ libwww-perl-5.834.tar.gz /libwww-perl-6.22.tar.gz /libwww-perl-6.23.tar.gz /libwww-perl-6.24.tar.gz +/libwww-perl-6.25.tar.gz diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 727262b..0eb9ad9 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -1,5 +1,5 @@ Name: perl-libwww-perl -Version:6.24 +Version:6.25 Release:1%{?dist} Summary:A Perl interface to the World-Wide Web License:GPL+ or Artistic @@ -8,7 +8,6 @@ Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{versio # Accept proxy URLs with IPv6 host names, CPAN RT#94654 Patch0: libwww-perl-6.19-Accept-proxy-URLs-with-IPv6-host-names.patch BuildArch: noarch -BuildRequires: coreutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators @@ -146,6 +145,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Apr 04 2017 Petr Pisar - 6.25-1 +- 6.25 bump + * Wed Mar 15 2017 Petr Pisar - 6.24-1 - 6.24 bump diff --git a/sources b/sources index 621b4a2..be025d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libwww-perl-6.24.tar.gz) = 433e62b802f770b1d7c46bbe3a3b16c0e4423ded77b04f394a49340da98a97c74f8332ffc29c1bc0765cdc8277a2fe110a371b6b0be0f9e94ed104273ee0a1d1 +SHA512 (libwww-perl-6.25.tar.gz) = e1e73db3fae08911c9b4d13e9058a7370d1bc5c8274f345fc1c0565aee4eaf97e1da7e7a1456388beaa62adb4bbb9b3226443334c04e2b8f16936225e6b9b949 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-libwww-perl.git/commit/?h=master&id=79ffe58f07213499c57f044c4f7a6355fcabded4 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1438622] perl-libwww-perl-6.25 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438622 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In Version||perl-libwww-perl-6.25-1.fc2 ||7 Resolution|--- |RAWHIDE Last Closed||2017-04-04 05:36:10 --- Comment #1 from Petr Pisar --- An enhancement 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
pghmcfc uploaded Apache-Session-Browseable-1.2.5.tar.gz for perl-Apache-Session-Browseable
5dbaebf23d46ce51460d554ff2243248a60b48ddcdd382ccdbdbbacf10a4164c6ba6e49af284839e909550c22c61b8e3f3300dd2b8ee76fa72812bc5534662fc Apache-Session-Browseable-1.2.5.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-Apache-Session-Browseable/Apache-Session-Browseable-1.2.5.tar.gz/sha512/5dbaebf23d46ce51460d554ff2243248a60b48ddcdd382ccdbdbbacf10a4164c6ba6e49af284839e909550c22c61b8e3f3300dd2b8ee76fa72812bc5534662fc/Apache-Session-Browseable-1.2.5.tar.gz ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc pushed to perl-Apache-Session-Browseable (master). "Update to 1.2.5 (..more)"
From 1da85a88a6c5d76d656cbb64bcb50c3ae91c3d4b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 4 Apr 2017 10:38:57 +0100 Subject: Update to 1.2.5 - New upstream release 1.2.5 - PostgreSQL "hstore" and "json" support - Add "deleteIfLowerThan" method - Drop EL-5 support - Drop Group: and BuildRoot: tags - No longer need to clean buildroot in %install - Support Redis unconditionally - Always run DBD::SQLite test --- .rpmlint| 2 ++ perl-Apache-Session-Browseable.spec | 32 +++- sources | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 000..b840cc5 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("incorrect-fsf-address /usr/share/licenses/perl-Apache-Session-Browseable/LICENSE"); diff --git a/perl-Apache-Session-Browseable.spec b/perl-Apache-Session-Browseable.spec index 67d1563..7c7ea1c 100644 --- a/perl-Apache-Session-Browseable.spec +++ b/perl-Apache-Session-Browseable.spec @@ -1,12 +1,10 @@ Name: perl-Apache-Session-Browseable -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} Summary: Add index and search methods to Apache::Session -Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Apache-Session-Browseable/ Source0: http://search.cpan.org/CPAN/authors/id/G/GU/GUIMARD/Apache-Session-Browseable-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build BuildRequires: coreutils @@ -36,9 +34,7 @@ BuildRequires:perl(JSON) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Net::LDAP) BuildRequires: perl(Net::LDAP::Util) -%if "%{?rhel}" != "5" BuildRequires: perl(Redis) -%endif BuildRequires: perl(Storable) BuildRequires: perl(strict) BuildRequires: perl(vars) @@ -49,11 +45,7 @@ BuildRequires: perl(Test::More) BuildRequires: perl(warnings) # Optional Tests BuildRequires: perl(DBD::mysql) -# Older versions of DBD::SQLite generate warnings: "closing dbh with active statement handles" -# CPAN RT#36651, CPAN RT#40383 -%if "%{?rhel}" != "5" BuildRequires: perl(DBD::SQLite) > 1.19 -%endif # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(MIME::Base64) @@ -72,7 +64,6 @@ perl Build.PL --installdirs=vendor ./Build %install -rm -rf %{buildroot} ./Build install --destdir=%{buildroot} --create_packlist=0 %check @@ -90,21 +81,28 @@ rm -rf %{buildroot} %{_mandir}/man3/Apache::Session::Browseable.3* %{_mandir}/man3/Apache::Session::Browseable::LDAP.3* %{_mandir}/man3/Apache::Session::Browseable::MySQL.3* +%{_mandir}/man3/Apache::Session::Browseable::PgHstore.3* +%{_mandir}/man3/Apache::Session::Browseable::PgJSON.3* +%{_mandir}/man3/Apache::Session::Browseable::Postgres.3* %{_mandir}/man3/Apache::Session::Browseable::SQLite.3* %{_mandir}/man3/Apache::Session::Browseable::Store::LDAP.3* %{_mandir}/man3/Apache::Session::Browseable::Store::SQLite.3* -%if "%{?rhel}" != "5" %{_mandir}/man3/Apache::Session::Browseable::Redis.3* %{_mandir}/man3/Apache::Session::Browseable::Store::Redis.3* -%else -%exclude %{perl_vendorlib}/Apache/Session/Browseable/Redis.pm -%exclude %{perl_vendorlib}/Apache/Session/Browseable/Store/Redis.pm -%exclude %{_mandir}/man3/Apache::Session::Browseable::Redis.3* -%exclude %{_mandir}/man3/Apache::Session::Browseable::Store::Redis.3* -%endif +%{_mandir}/man3/Apache::Session::Serialize::Hstore.3* %{_mandir}/man3/Apache::Session::Serialize::JSON.3* %changelog +* Tue Apr 4 2017 Paul Howarth - 1.2.5-1 +- Update to 1.2.5 + - PostgreSQL "hstore" and "json" support + - Add "deleteIfLowerThan" method +- Drop EL-5 support + - Drop Group: and BuildRoot: tags + - No longer need to clean buildroot in %%install + - Support Redis unconditionally + - Always run DBD::SQLite test + * Sun Feb 19 2017 Paul Howarth - 1.2.4-1 - Update to 1.2.4 - Fix incorrect logic for old database formats (GH#11) diff --git a/sources b/sources index 21d6bca..a3d8f05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Apache-Session-Browseable-1.2.4.tar.gz) = b23421f6cf7e0a7d51da6ea81919d1ba0c0fb6ffdc0bbe293b4c33d34f35ed5eb71a12da52da329813e248e0da523b7880c20d0999be9498298fc3cb955c3768 +SHA512 (Apache-Session-Browseable-1.2.5.tar.gz) = 5dbaebf23d46ce51460d554ff2243248a60b48ddcdd382ccdbdbbacf10a4164c6ba6e49af284839e909550c22c61b8e3f3300dd2b8ee76fa72812bc5534662fc -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Apache-Session-Browseable.git/commit/?h=master&id=1da85a88a6c5d76d656cbb64bcb50c3ae91c3d4b ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc pushed to perl-Apache-Session-Browseable (f26). "Update to 1.2.5 (..more)"
From 1da85a88a6c5d76d656cbb64bcb50c3ae91c3d4b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 4 Apr 2017 10:38:57 +0100 Subject: Update to 1.2.5 - New upstream release 1.2.5 - PostgreSQL "hstore" and "json" support - Add "deleteIfLowerThan" method - Drop EL-5 support - Drop Group: and BuildRoot: tags - No longer need to clean buildroot in %install - Support Redis unconditionally - Always run DBD::SQLite test --- .rpmlint| 2 ++ perl-Apache-Session-Browseable.spec | 32 +++- sources | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 000..b840cc5 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("incorrect-fsf-address /usr/share/licenses/perl-Apache-Session-Browseable/LICENSE"); diff --git a/perl-Apache-Session-Browseable.spec b/perl-Apache-Session-Browseable.spec index 67d1563..7c7ea1c 100644 --- a/perl-Apache-Session-Browseable.spec +++ b/perl-Apache-Session-Browseable.spec @@ -1,12 +1,10 @@ Name: perl-Apache-Session-Browseable -Version: 1.2.4 +Version: 1.2.5 Release: 1%{?dist} Summary: Add index and search methods to Apache::Session -Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Apache-Session-Browseable/ Source0: http://search.cpan.org/CPAN/authors/id/G/GU/GUIMARD/Apache-Session-Browseable-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build BuildRequires: coreutils @@ -36,9 +34,7 @@ BuildRequires:perl(JSON) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Net::LDAP) BuildRequires: perl(Net::LDAP::Util) -%if "%{?rhel}" != "5" BuildRequires: perl(Redis) -%endif BuildRequires: perl(Storable) BuildRequires: perl(strict) BuildRequires: perl(vars) @@ -49,11 +45,7 @@ BuildRequires: perl(Test::More) BuildRequires: perl(warnings) # Optional Tests BuildRequires: perl(DBD::mysql) -# Older versions of DBD::SQLite generate warnings: "closing dbh with active statement handles" -# CPAN RT#36651, CPAN RT#40383 -%if "%{?rhel}" != "5" BuildRequires: perl(DBD::SQLite) > 1.19 -%endif # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(MIME::Base64) @@ -72,7 +64,6 @@ perl Build.PL --installdirs=vendor ./Build %install -rm -rf %{buildroot} ./Build install --destdir=%{buildroot} --create_packlist=0 %check @@ -90,21 +81,28 @@ rm -rf %{buildroot} %{_mandir}/man3/Apache::Session::Browseable.3* %{_mandir}/man3/Apache::Session::Browseable::LDAP.3* %{_mandir}/man3/Apache::Session::Browseable::MySQL.3* +%{_mandir}/man3/Apache::Session::Browseable::PgHstore.3* +%{_mandir}/man3/Apache::Session::Browseable::PgJSON.3* +%{_mandir}/man3/Apache::Session::Browseable::Postgres.3* %{_mandir}/man3/Apache::Session::Browseable::SQLite.3* %{_mandir}/man3/Apache::Session::Browseable::Store::LDAP.3* %{_mandir}/man3/Apache::Session::Browseable::Store::SQLite.3* -%if "%{?rhel}" != "5" %{_mandir}/man3/Apache::Session::Browseable::Redis.3* %{_mandir}/man3/Apache::Session::Browseable::Store::Redis.3* -%else -%exclude %{perl_vendorlib}/Apache/Session/Browseable/Redis.pm -%exclude %{perl_vendorlib}/Apache/Session/Browseable/Store/Redis.pm -%exclude %{_mandir}/man3/Apache::Session::Browseable::Redis.3* -%exclude %{_mandir}/man3/Apache::Session::Browseable::Store::Redis.3* -%endif +%{_mandir}/man3/Apache::Session::Serialize::Hstore.3* %{_mandir}/man3/Apache::Session::Serialize::JSON.3* %changelog +* Tue Apr 4 2017 Paul Howarth - 1.2.5-1 +- Update to 1.2.5 + - PostgreSQL "hstore" and "json" support + - Add "deleteIfLowerThan" method +- Drop EL-5 support + - Drop Group: and BuildRoot: tags + - No longer need to clean buildroot in %%install + - Support Redis unconditionally + - Always run DBD::SQLite test + * Sun Feb 19 2017 Paul Howarth - 1.2.4-1 - Update to 1.2.4 - Fix incorrect logic for old database formats (GH#11) diff --git a/sources b/sources index 21d6bca..a3d8f05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Apache-Session-Browseable-1.2.4.tar.gz) = b23421f6cf7e0a7d51da6ea81919d1ba0c0fb6ffdc0bbe293b4c33d34f35ed5eb71a12da52da329813e248e0da523b7880c20d0999be9498298fc3cb955c3768 +SHA512 (Apache-Session-Browseable-1.2.5.tar.gz) = 5dbaebf23d46ce51460d554ff2243248a60b48ddcdd382ccdbdbbacf10a4164c6ba6e49af284839e909550c22c61b8e3f3300dd2b8ee76fa72812bc5534662fc -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Apache-Session-Browseable.git/commit/?h=f26&id=1da85a88a6c5d76d656cbb64bcb50c3ae91c3d4b ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc uploaded MetaCPAN-Client-2.010000.tar.gz for perl-MetaCPAN-Client
fdecf19f0f122824cd90a8341d83d1d274bc89dbe0cc8238c47a9f03092817256fa979b0fa8ce613896c81269ff7ee8bd7092169fede232749fbf84c307437f9 MetaCPAN-Client-2.01.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-MetaCPAN-Client/MetaCPAN-Client-2.01.tar.gz/sha512/fdecf19f0f122824cd90a8341d83d1d274bc89dbe0cc8238c47a9f03092817256fa979b0fa8ce613896c81269ff7ee8bd7092169fede232749fbf84c307437f9/MetaCPAN-Client-2.01.tar.gz ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc pushed to perl-MetaCPAN-Client (master). "Update to 2.010000 (..more)"
From 3c6fca1d123b88b5805c676cae5e0d39b7229083 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 4 Apr 2017 11:02:04 +0100 Subject: Update to 2.01 - New upstream release 2.01 - Added support for new 'permission' type --- perl-MetaCPAN-Client.spec | 8 +++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec index c1a710e..615e1f8 100644 --- a/perl-MetaCPAN-Client.spec +++ b/perl-MetaCPAN-Client.spec @@ -3,7 +3,7 @@ # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when available Name: perl-MetaCPAN-Client -Version: 2.009001 +Version: 2.01 Release: 1%{?dist} Summary: A comprehensive, DWIM-featured client to the MetaCPAN API License: GPL+ or Artistic @@ -38,6 +38,7 @@ BuildRequires:perl(warnings) BuildRequires: perl(base) BuildRequires: perl(File::Spec) %if %{with network_tests} +BuildRequires: perl(lib) BuildRequires: perl(LWP::Protocol::https) %endif BuildRequires: perl(Test::Fatal) @@ -92,6 +93,7 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::File.3* %{_mandir}/man3/MetaCPAN::Client::Mirror.3* %{_mandir}/man3/MetaCPAN::Client::Module.3* +%{_mandir}/man3/MetaCPAN::Client::Permission.3* %{_mandir}/man3/MetaCPAN::Client::Pod.3* %{_mandir}/man3/MetaCPAN::Client::Rating.3* %{_mandir}/man3/MetaCPAN::Client::Release.3* @@ -103,6 +105,10 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::Types.3* %changelog +* Tue Apr 4 2017 Paul Howarth - 2.01-1 +- Update to 2.01 + - Added support for new 'permission' type + * Wed Mar 29 2017 Paul Howarth - 2.009001-1 - Update to 2.009001 - Use Test::Needs to force a minimum WWW::Mechanize::Cached version (GH#76) diff --git a/sources b/sources index daa3721..1262c99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MetaCPAN-Client-2.009001.tar.gz) = b3d99a43ceefe11bed10f914c70f99e0814a2cb26a330da5a85dfa63737e509eed983e4520f327fdde5a86f3aa30a29325c9545e3a9cec0d76dcfc8bbecdd025 +SHA512 (MetaCPAN-Client-2.01.tar.gz) = fdecf19f0f122824cd90a8341d83d1d274bc89dbe0cc8238c47a9f03092817256fa979b0fa8ce613896c81269ff7ee8bd7092169fede232749fbf84c307437f9 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-MetaCPAN-Client.git/commit/?h=master&id=3c6fca1d123b88b5805c676cae5e0d39b7229083 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc pushed to perl-MetaCPAN-Client (f26). "Update to 2.010000 (..more)"
From 3c6fca1d123b88b5805c676cae5e0d39b7229083 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 4 Apr 2017 11:02:04 +0100 Subject: Update to 2.01 - New upstream release 2.01 - Added support for new 'permission' type --- perl-MetaCPAN-Client.spec | 8 +++- sources | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec index c1a710e..615e1f8 100644 --- a/perl-MetaCPAN-Client.spec +++ b/perl-MetaCPAN-Client.spec @@ -3,7 +3,7 @@ # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when available Name: perl-MetaCPAN-Client -Version: 2.009001 +Version: 2.01 Release: 1%{?dist} Summary: A comprehensive, DWIM-featured client to the MetaCPAN API License: GPL+ or Artistic @@ -38,6 +38,7 @@ BuildRequires:perl(warnings) BuildRequires: perl(base) BuildRequires: perl(File::Spec) %if %{with network_tests} +BuildRequires: perl(lib) BuildRequires: perl(LWP::Protocol::https) %endif BuildRequires: perl(Test::Fatal) @@ -92,6 +93,7 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::File.3* %{_mandir}/man3/MetaCPAN::Client::Mirror.3* %{_mandir}/man3/MetaCPAN::Client::Module.3* +%{_mandir}/man3/MetaCPAN::Client::Permission.3* %{_mandir}/man3/MetaCPAN::Client::Pod.3* %{_mandir}/man3/MetaCPAN::Client::Rating.3* %{_mandir}/man3/MetaCPAN::Client::Release.3* @@ -103,6 +105,10 @@ mv ./[a-z]*.t t/api/ %{_mandir}/man3/MetaCPAN::Client::Types.3* %changelog +* Tue Apr 4 2017 Paul Howarth - 2.01-1 +- Update to 2.01 + - Added support for new 'permission' type + * Wed Mar 29 2017 Paul Howarth - 2.009001-1 - Update to 2.009001 - Use Test::Needs to force a minimum WWW::Mechanize::Cached version (GH#76) diff --git a/sources b/sources index daa3721..1262c99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (MetaCPAN-Client-2.009001.tar.gz) = b3d99a43ceefe11bed10f914c70f99e0814a2cb26a330da5a85dfa63737e509eed983e4520f327fdde5a86f3aa30a29325c9545e3a9cec0d76dcfc8bbecdd025 +SHA512 (MetaCPAN-Client-2.01.tar.gz) = fdecf19f0f122824cd90a8341d83d1d274bc89dbe0cc8238c47a9f03092817256fa979b0fa8ce613896c81269ff7ee8bd7092169fede232749fbf84c307437f9 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-MetaCPAN-Client.git/commit/?h=f26&id=3c6fca1d123b88b5805c676cae5e0d39b7229083 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
pghmcfc uploaded Test-API-0.008.tar.gz for perl-Test-API
47ab88c5038b71acc1f5ab38719f33e07edb7b52544d49f73b70923f65184346b9b4d834896438448496433f1cae9034f38a9687b89f80b8d196243351bc922d Test-API-0.008.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-Test-API/Test-API-0.008.tar.gz/sha512/47ab88c5038b71acc1f5ab38719f33e07edb7b52544d49f73b70923f65184346b9b4d834896438448496433f1cae9034f38a9687b89f80b8d196243351bc922d/Test-API-0.008.tar.gz ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1435834] Package perl-Carton for EPEL
https://bugzilla.redhat.com/show_bug.cgi?id=1435834 --- Comment #2 from Jitka Plesnikova --- I will add perl-Carton to EPEL 7. It requires to add following packages perl-App-FatPacker, perl-Class-Tiny, perl-Module-CPANfile, perl-Module-Reader. Adding perl-Carton to EPEL 6 is more complicated, because there is missing more dependencies and some of them require newer version of modules which are already provided by RHEL (e.g. requires perl(version) >= 0.88, but perl(version) = 0.77 is provided). I do not have enough time to investigate how to solve dependencies and add perl-Carton. So, I will not maintain it in EPEL 6. If you want to maintain perl-Carton and dependencies for EPEL6, please look on it and request the EPEL 6 branch. -- 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
jplesnik requested branch epel7 for package perl-Carton
jplesnik requested branch epel7 for package perl-Carton https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik requested branch epel7 for package perl-App-FatPacker
jplesnik requested branch epel7 for package perl-App-FatPacker https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik requested branch epel7 for package perl-Class-Tiny
jplesnik requested branch epel7 for package perl-Class-Tiny https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik requested branch epel7 for package perl-Module-CPANfile
jplesnik requested branch epel7 for package perl-Module-CPANfile https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik requested branch epel7 for package perl-Module-Reader
jplesnik requested branch epel7 for package perl-Module-Reader https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchbugzilla' permission on perl-Carton (epel7) to 'Approved'
limb changed jplesnik's 'watchbugzilla' permission on perl-Carton (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb created the branch 'epel7' for the package 'perl-Carton'
limb created the branch 'epel7' for the package 'perl-Carton' https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'approveacls' permission on perl-Carton (epel7) to 'Approved'
limb changed jplesnik's 'approveacls' permission on perl-Carton (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchcommits' permission on perl-Carton (epel7) to 'Approved'
limb changed jplesnik's 'watchcommits' permission on perl-Carton (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'commit' permission on perl-Carton (epel7) to 'Approved'
limb changed jplesnik's 'commit' permission on perl-Carton (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's branch request for perl-Carton in epel7 from Awaiting Review to Approved
limb changed jplesnik's branch request for perl-Carton in epel7 from Awaiting Review to Approved https://admin.fedoraproject.org/pkgdb/package/perl-Carton/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchcommits' permission on perl-App-FatPacker (epel7) to 'Approved'
limb changed jplesnik's 'watchcommits' permission on perl-App-FatPacker (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb created the branch 'epel7' for the package 'perl-App-FatPacker'
limb created the branch 'epel7' for the package 'perl-App-FatPacker' https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchbugzilla' permission on perl-App-FatPacker (epel7) to 'Approved'
limb changed jplesnik's 'watchbugzilla' permission on perl-App-FatPacker (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'commit' permission on perl-Class-Tiny (epel7) to 'Approved'
limb changed jplesnik's 'commit' permission on perl-Class-Tiny (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchbugzilla' permission on perl-Class-Tiny (epel7) to 'Approved'
limb changed jplesnik's 'watchbugzilla' permission on perl-Class-Tiny (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb created the branch 'epel7' for the package 'perl-Class-Tiny'
limb created the branch 'epel7' for the package 'perl-Class-Tiny' https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'approveacls' permission on perl-App-FatPacker (epel7) to 'Approved'
limb changed jplesnik's 'approveacls' permission on perl-App-FatPacker (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'commit' permission on perl-App-FatPacker (epel7) to 'Approved'
limb changed jplesnik's 'commit' permission on perl-App-FatPacker (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's branch request for perl-App-FatPacker in epel7 from Awaiting Review to Approved
limb changed jplesnik's branch request for perl-App-FatPacker in epel7 from Awaiting Review to Approved https://admin.fedoraproject.org/pkgdb/package/perl-App-FatPacker/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchcommits' permission on perl-Class-Tiny (epel7) to 'Approved'
limb changed jplesnik's 'watchcommits' permission on perl-Class-Tiny (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'approveacls' permission on perl-Class-Tiny (epel7) to 'Approved'
limb changed jplesnik's 'approveacls' permission on perl-Class-Tiny (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's branch request for perl-Class-Tiny in epel7 from Awaiting Review to Approved
limb changed jplesnik's branch request for perl-Class-Tiny in epel7 from Awaiting Review to Approved https://admin.fedoraproject.org/pkgdb/package/perl-Class-Tiny/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'approveacls' permission on perl-Module-CPANfile (epel7) to 'Approved'
limb changed jplesnik's 'approveacls' permission on perl-Module-CPANfile (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'approveacls' permission on perl-Module-Reader (epel7) to 'Approved'
limb changed jplesnik's 'approveacls' permission on perl-Module-Reader (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'commit' permission on perl-Module-CPANfile (epel7) to 'Approved'
limb changed jplesnik's 'commit' permission on perl-Module-CPANfile (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb created the branch 'epel7' for the package 'perl-Module-Reader'
limb created the branch 'epel7' for the package 'perl-Module-Reader' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchcommits' permission on perl-Module-Reader (epel7) to 'Approved'
limb changed jplesnik's 'watchcommits' permission on perl-Module-Reader (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb created the branch 'epel7' for the package 'perl-Module-CPANfile'
limb created the branch 'epel7' for the package 'perl-Module-CPANfile' https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'commit' permission on perl-Module-Reader (epel7) to 'Approved'
limb changed jplesnik's 'commit' permission on perl-Module-Reader (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchcommits' permission on perl-Module-CPANfile (epel7) to 'Approved'
limb changed jplesnik's 'watchcommits' permission on perl-Module-CPANfile (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchbugzilla' permission on perl-Module-CPANfile (epel7) to 'Approved'
limb changed jplesnik's 'watchbugzilla' permission on perl-Module-CPANfile (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's branch request for perl-Module-CPANfile in epel7 from Awaiting Review to Approved
limb changed jplesnik's branch request for perl-Module-CPANfile in epel7 from Awaiting Review to Approved https://admin.fedoraproject.org/pkgdb/package/perl-Module-CPANfile/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's 'watchbugzilla' permission on perl-Module-Reader (epel7) to 'Approved'
limb changed jplesnik's 'watchbugzilla' permission on perl-Module-Reader (epel7) to 'Approved' https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
limb changed jplesnik's branch request for perl-Module-Reader in epel7 from Awaiting Review to Approved
limb changed jplesnik's branch request for perl-Module-Reader in epel7 from Awaiting Review to Approved https://admin.fedoraproject.org/pkgdb/package/perl-Module-Reader/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 757089] Dest dir longer than base dir is not supported
https://bugzilla.redhat.com/show_bug.cgi?id=757089 Panu Matilainen changed: What|Removed |Added Status|NEW |CLOSED CC||pmati...@redhat.com Fixed In Version||rpm-4.13.0.1-4 Resolution|--- |RAWHIDE Last Closed|2013-02-13 17:27:08 |2017-04-04 10:56:46 --- Comment #10 from Panu Matilainen --- This should be fixed in rawhide as a side-effect of bug 1427970. Don't expect backports to other versions. -- 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 (master). "List all components in correct build order (..more)"
ppisar pushed to perl (master). "List all components in correct build order (..more)" https://src.fedoraproject.org/cgit/perl.git/commit/?h=master&id=fb984eeffb08184f5d4c35b2e6a497a59c104299 ___ 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 (master). "Build-time dependencies filtered. (..more)"
ppisar pushed to perl (master). "Build-time dependencies filtered. (..more)" https://src.fedoraproject.org/cgit/perl.git/commit/?h=master&id=e4bb504b2cccbb32ef148fe49b15f470cefe5bd4 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1431196] Upgrade perl-Net-OpenSSH to 0.74
https://bugzilla.redhat.com/show_bug.cgi?id=1431196 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version||perl-Net-OpenSSH-0.74-1.fc2 ||6 Resolution|--- |ERRATA Last Closed||2017-04-04 12:03:27 --- Comment #3 from Fedora Update System --- perl-Net-OpenSSH-0.74-1.fc26 has been pushed to the Fedora 26 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. ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Broken dependencies: perl-Alien-ROOT
perl-Alien-ROOT has broken dependencies in the rawhide tree: On ppc64: perl-Alien-ROOT-5.34.36.1-4.fc26.noarch requires root-core On ppc64le: perl-Alien-ROOT-5.34.36.1-4.fc26.noarch requires root-core Please resolve this as soon as possible. ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1425077] Deprecated use of Slurp
https://bugzilla.redhat.com/show_bug.cgi?id=1425077 --- Comment #2 from Michael Cronenworth --- Any update on this? -- 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 1436190] perl-Time-Progress-2.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1436190 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Time-Progress-2.12-1.f |perl-Time-Progress-2.12-1.f |c27 |c27 |perl-Time-Progress-2.12-1.f |perl-Time-Progress-2.12-1.f |c26 |c26 ||perl-Time-Progress-2.12-1.f ||c24 --- Comment #6 from Fedora Update System --- perl-Time-Progress-2.12-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. ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1403588] /usr/share/bugzilla/assets/.htaccess: Require not allowed here
https://bugzilla.redhat.com/show_bug.cgi?id=1403588 Emmanuel Seyman changed: What|Removed |Added Blocks||1438957 Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1438957 [Bug 1438957] icons are missing on bugzilla's front page -- 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 1438957] New: icons are missing on bugzilla's front page
https://bugzilla.redhat.com/show_bug.cgi?id=1438957 Bug ID: 1438957 Summary: icons are missing on bugzilla's front page Product: Fedora Version: 25 Component: bugzilla Assignee: ita...@ispbrasil.com.br Reporter: emman...@seyman.fr QA Contact: extras...@fedoraproject.org CC: adr...@lisas.de, bazanlui...@gmail.com, d...@poltec.com, emman...@seyman.fr, extras...@fedoraproject.org, hughbr...@tpg.com.au, ita...@ispbrasil.com.br, perl-devel@lists.fedoraproject.org Depends On: 1403588 --- Additional comment from Dennis W. Tokarski on 2016-12-21 18:32:34 EST --- And by the way, once you get the home page to render, the large icons for bug/search/usr/docs are missing. The client is trying to fetch e.g /skins/standard/index/search.png and getting a 404. It should be trying for /bugzilla/skins Temporary fix is to edit bugzilla.conf again and at the top add Alias /skins /usr/share/bugzilla/skins Looks like a bug in the cgi script for the home page. Sorry for not filing this separately, emmanuel, but since you're on this anyway... Hope this helps. Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1403588 [Bug 1403588] /usr/share/bugzilla/assets/.htaccess: Require not allowed here -- 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 1429144] perl-Dist-Zilla-6.009 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1429144 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #3 from Fedora Update System --- perl-Dist-Zilla-6.009-1.fc25 has been pushed to the Fedora 25 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-2017-3d3434d0fa -- 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 1435834] Package perl-Carton for EPEL
https://bugzilla.redhat.com/show_bug.cgi?id=1435834 --- Comment #3 from Ed S. --- Thank you! EPEL 7 would be just fine and much appreciated. -- 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 1438111] perl-MCE-1.824 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438111 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #5 from Fedora Update System --- perl-MCE-1.826-1.fc26, perl-MCE-Shared-1.822-1.fc26 has been pushed to the Fedora 26 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-2017-bf3e85bf18 -- 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 1438250] perl-MCE-1.826 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438250 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #4 from Fedora Update System --- perl-MCE-1.826-1.fc26, perl-MCE-Shared-1.822-1.fc26 has been pushed to the Fedora 26 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-2017-bf3e85bf18 -- 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 1429144] perl-Dist-Zilla-6.009 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1429144 --- Comment #4 from Fedora Update System --- perl-Dist-Zilla-6.009-1.fc26 has been pushed to the Fedora 26 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-2017-ede881e7e9 -- 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 1438977] perl-Business-PayPal-API-0.75 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438977 --- Comment #1 from Upstream Release Monitoring --- Created attachment 1268783 --> https://bugzilla.redhat.com/attachment.cgi?id=1268783&action=edit [patch] Update to 0.75 (#1438977) -- 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 1438977] New: perl-Business-PayPal-API-0.75 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438977 Bug ID: 1438977 Summary: perl-Business-PayPal-API-0.75 is available Product: Fedora Version: rawhide Component: perl-Business-PayPal-API Keywords: FutureFeature, Triaged Assignee: dd...@cpan.org Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: dd...@cpan.org, perl-devel@lists.fedoraproject.org Latest upstream release: 0.75 Current version/release in rawhide: 0.74-3.fc26 URL: http://search.cpan.org/dist/Business-PayPal-API/ 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/2675/ -- 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 1438977] perl-Business-PayPal-API-0.75 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438977 --- Comment #2 from Upstream Release Monitoring --- hotness's scratch build of perl-Business-PayPal-API-0.75-1.el7.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=18787532 -- 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 1438980] New: perl-Email-Sender-1.300031 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438980 Bug ID: 1438980 Summary: perl-Email-Sender-1.300031 is available Product: Fedora Version: rawhide Component: perl-Email-Sender Keywords: FutureFeature, Triaged Assignee: emman...@seyman.fr Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: emman...@seyman.fr, iarn...@gmail.com, perl-devel@lists.fedoraproject.org Latest upstream release: 1.300031 Current version/release in rawhide: 1.300030-2.fc26 URL: http://search.cpan.org/dist/Email-Sender/ 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/6990/ -- 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 1438987] New: perl-Parse-RecDescent-1.967015 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438987 Bug ID: 1438987 Summary: perl-Parse-RecDescent-1.967015 is available Product: Fedora Version: rawhide Component: perl-Parse-RecDescent Keywords: FutureFeature, Triaged Assignee: jples...@redhat.com Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: jples...@redhat.com, p...@city-fan.org, perl-devel@lists.fedoraproject.org Latest upstream release: 1.967015 Current version/release in rawhide: 1.967014-1.fc27 URL: http://search.cpan.org/dist/Parse-RecDescent/ 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/3196/ -- 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 1438988] New: perl-Module-Install-1.18 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438988 Bug ID: 1438988 Summary: perl-Module-Install-1.18 is available Product: Fedora Version: rawhide Component: perl-Module-Install Keywords: FutureFeature, Triaged Assignee: jples...@redhat.com Reporter: upstream-release-monitor...@fedoraproject.org QA Contact: extras...@fedoraproject.org CC: jples...@redhat.com, perl-devel@lists.fedoraproject.org, st...@silug.org Latest upstream release: 1.18 Current version/release in rawhide: 1.17-2.fc26 URL: http://search.cpan.org/dist/Module-Install/ 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/6196/ -- 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 1438170] perl-Text-CSV-1.93 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438170 --- Comment #3 from Upstream Release Monitoring --- An unexpected error occured creating the scratch build: please report this issue to the-new-hotness issue tracker at https://github.com/fedora-infra/the-new-hotness/issues -- 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 1438170] perl-Text-CSV-1.93 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438170 Upstream Release Monitoring changed: What|Removed |Added Summary|perl-Text-CSV-1.92 is |perl-Text-CSV-1.93 is |available |available --- Comment #2 from Upstream Release Monitoring --- Latest upstream release: 1.93 Current version/release in rawhide: 1.91-5.fc26 URL: http://search.cpan.org/dist/Text-CSV/ 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/3433/ -- 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 1436190] perl-Time-Progress-2.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1436190 Fedora Update System changed: What|Removed |Added Fixed In Version|perl-Time-Progress-2.12-1.f |perl-Time-Progress-2.12-1.f |c27 |c27 |perl-Time-Progress-2.12-1.f |perl-Time-Progress-2.12-1.f |c26 |c26 |perl-Time-Progress-2.12-1.f |perl-Time-Progress-2.12-1.f |c24 |c24 ||perl-Time-Progress-2.12-1.f ||c25 --- Comment #7 from Fedora Update System --- perl-Time-Progress-2.12-1.fc25 has been pushed to the Fedora 25 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. ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
eseyman pushed to bugzilla (master). "Fix FTBFS, fix apache configuration and backport a File::Slurp fix"
From 2b03c179d6b33f5050af64cf79a1be955dee3491 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Wed, 5 Apr 2017 07:39:28 +0200 Subject: Fix FTBFS, fix apache configuration and backport a File::Slurp fix --- bugzilla-1301887-File-Slurp-Warnings.patch | 256 + bugzilla-httpd-conf| 2 +- bugzilla.spec | 17 +- 3 files changed, 271 insertions(+), 4 deletions(-) create mode 100644 bugzilla-1301887-File-Slurp-Warnings.patch diff --git a/bugzilla-1301887-File-Slurp-Warnings.patch b/bugzilla-1301887-File-Slurp-Warnings.patch new file mode 100644 index 000..e983cc3 --- /dev/null +++ b/bugzilla-1301887-File-Slurp-Warnings.patch @@ -0,0 +1,256 @@ +diff -up ./Bugzilla/Config.pm.orig ./Bugzilla/Config.pm +--- ./Bugzilla/Config.pm.orig 2017-03-05 20:38:55.540137017 +0100 ./Bugzilla/Config.pm 2017-03-05 20:40:18.954614192 +0100 +@@ -16,10 +16,9 @@ use autodie qw(:default); + + use Bugzilla::Constants; + use Bugzilla::Hook; +-use Bugzilla::Util qw(trick_taint); ++use Bugzilla::Util qw(trick_taint read_text write_text); + + use JSON::XS; +-use File::Slurp; + use File::Temp; + use File::Basename; + +@@ -284,7 +283,7 @@ sub write_params { + my $param_file = bz_locations()->{'datadir'} . '/params.json'; + + my $json_data = JSON::XS->new->canonical->pretty->encode($param_data); +-write_file($param_file, { binmode => ':utf8', atomic => 1 }, \$json_data); ++write_text($param_file, $json_data); + + # It's not common to edit parameters and loading + # Bugzilla::Install::Filesystem is slow. +@@ -301,8 +300,8 @@ sub read_param_file { + my $file = bz_locations()->{'datadir'} . '/params.json'; + + if (-e $file) { +-my $data; +-read_file($file, binmode => ':utf8', buf_ref => \$data); ++my $data = read_text($file); ++trick_taint($data); + + # If params.json has been manually edited and e.g. some quotes are + # missing, we don't want JSON::XS to leak the content of the file +diff -up ./Bugzilla/Install/Filesystem.pm.orig ./Bugzilla/Install/Filesystem.pm +--- ./Bugzilla/Install/Filesystem.pm.orig 2017-03-05 20:40:25.563572768 +0100 ./Bugzilla/Install/Filesystem.pm 2017-03-05 20:40:53.516397565 +0100 +@@ -31,7 +31,6 @@ use File::Path; + use File::Basename; + use File::Copy qw(move); + use File::Spec; +-use File::Slurp; + use IO::File; + use POSIX (); + +@@ -536,7 +535,7 @@ sub update_filesystem { + + # Remove old assets htaccess file to force recreation with correct values. + if (-e "$assetsdir/.htaccess") { +-if (read_file("$assetsdir/.htaccess") =~ //) { ++if (read_text("$assetsdir/.htaccess") =~ //) { + unlink("$assetsdir/.htaccess"); + } + } +diff -up ./Bugzilla/Install/Requirements.pm.orig ./Bugzilla/Install/Requirements.pm +--- ./Bugzilla/Install/Requirements.pm.orig2017-03-05 20:41:00.420354292 +0100 ./Bugzilla/Install/Requirements.pm 2017-03-05 20:41:24.044206223 +0100 +@@ -156,11 +156,6 @@ sub REQUIRED_MODULES { + version => '1.0.1', + }, + { +-package => 'File-Slurp', +-module => 'File::Slurp', +-version => '.13', +-}, +-{ + package => 'JSON-XS', + module => 'JSON::XS', + # 2.0 is the first version that will work with JSON::RPC. +diff -up ./Bugzilla/JobQueue.pm.orig ./Bugzilla/JobQueue.pm +--- ./Bugzilla/JobQueue.pm.orig2017-03-05 20:41:33.460147206 +0100 ./Bugzilla/JobQueue.pm 2017-03-05 20:42:40.659726012 +0100 +@@ -14,8 +14,8 @@ use warnings; + use Bugzilla::Constants; + use Bugzilla::Error; + use Bugzilla::Install::Util qw(install_string); ++use Bugzilla::Util qw(read_text); + use File::Basename; +-use File::Slurp; + use base qw(TheSchwartz); + use fields qw(_worker_pidfile); + +@@ -124,7 +124,7 @@ sub subprocess_worker { + # And poll the PID to detect when the working has finished. + # We do this instead of system() to allow for the INT signal to + # interrup us and trigger kill_worker(). +-my $pid = read_file($self->{_worker_pidfile}, err_mode => 'quiet'); ++my $pid = read_text($self->{_worker_pidfile}, err_mode => 'quiet'); + if ($pid) { + sleep(3) while(kill(0, $pid)); + } +@@ -139,7 +139,7 @@ sub subprocess_worker { + sub kill_worker { + my $self = Bugzilla->job_queue(); + if ($self->{_worker_pidfile} && -e $self->{_worker_pidfile}) { +-my $worker_pid = read_file($self->{_worker_pidfile}); ++my $worker_pid = read_text($self->{_worker_pidfile}); + if ($worker_pid && kill(0, $worker_pid)) { + $self->debug("Stopping worker process"); + system "$0 -f -p '" . $self->{_worker_pidfile} . "' stop"; +diff -up ./Bugzilla/Template.pm.orig ./Bugzilla/Template.pm +--- ./Bugzilla/Template.pm.orig2017-03-05 20:42:
jplesnik uploaded Parse-RecDescent-1.967015.tar.gz for perl-Parse-RecDescent
38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4 Parse-RecDescent-1.967015.tar.gz https://src.fedoraproject.org/lookaside/pkgs/perl-Parse-RecDescent/Parse-RecDescent-1.967015.tar.gz/sha512/38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4/Parse-RecDescent-1.967015.tar.gz ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik pushed to perl-Parse-RecDescent (master). "Update to 1.967015"
From 32cac79e2b05661a2d102c7deb1919948c428787 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 5 Apr 2017 08:24:17 +0200 Subject: Update to 1.967015 --- perl-Parse-RecDescent.spec | 5 - sources| 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index b7e0597..d745225 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,5 +1,5 @@ Name: perl-Parse-RecDescent -Version:1.967014 +Version:1.967015 Release:1%{?dist} Summary:Generate Recursive-Descent Parsers Group: Development/Libraries @@ -79,6 +79,9 @@ make test %{_mandir}/man3/Parse::RecDescent.3* %changelog +* Wed Apr 05 2017 Jitka Plesnikova - 1.967015-1 +- Update to 1.967015 + * Sun Apr 2 2017 Paul Howarth - 1.967014-1 - Update to 1.967014 - Add a newline to package declaration lines in precompiled parsers, to keep diff --git a/sources b/sources index ff0fa74..866b329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Parse-RecDescent-1.967014.tar.gz) = bdb369cc8ef47f428d52192271d57baaa88db986f4765ef9262bcb82fda1e619102387ce1828998057adb5607e6def667ba557766af470e2ea2cbe00ee31d16a +SHA512 (Parse-RecDescent-1.967015.tar.gz) = 38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Parse-RecDescent.git/commit/?h=master&id=32cac79e2b05661a2d102c7deb1919948c428787 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
jplesnik pushed to perl-Parse-RecDescent (f26). "Update to 1.967015"
From 32cac79e2b05661a2d102c7deb1919948c428787 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 5 Apr 2017 08:24:17 +0200 Subject: Update to 1.967015 --- perl-Parse-RecDescent.spec | 5 - sources| 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index b7e0597..d745225 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,5 +1,5 @@ Name: perl-Parse-RecDescent -Version:1.967014 +Version:1.967015 Release:1%{?dist} Summary:Generate Recursive-Descent Parsers Group: Development/Libraries @@ -79,6 +79,9 @@ make test %{_mandir}/man3/Parse::RecDescent.3* %changelog +* Wed Apr 05 2017 Jitka Plesnikova - 1.967015-1 +- Update to 1.967015 + * Sun Apr 2 2017 Paul Howarth - 1.967014-1 - Update to 1.967014 - Add a newline to package declaration lines in precompiled parsers, to keep diff --git a/sources b/sources index ff0fa74..866b329 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Parse-RecDescent-1.967014.tar.gz) = bdb369cc8ef47f428d52192271d57baaa88db986f4765ef9262bcb82fda1e619102387ce1828998057adb5607e6def667ba557766af470e2ea2cbe00ee31d16a +SHA512 (Parse-RecDescent-1.967015.tar.gz) = 38adbfc9a88f09d0465d862b845f48c0921ce462ffccaa7ce8b5f1b7090f33f70e7f00f9ee787fd698b5539804412c44f03e7942cf675d53a17a84c3510e5aa4 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Parse-RecDescent.git/commit/?h=f26&id=32cac79e2b05661a2d102c7deb1919948c428787 ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
[Bug 1438987] perl-Parse-RecDescent-1.967015 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438987 --- Comment #1 from Fedora Update System --- perl-Parse-RecDescent-1.967015-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-372e1aa45b -- 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 1438207] perl-Parse-RecDescent-1.967014 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438207 --- Comment #3 from Fedora Update System --- perl-Parse-RecDescent-1.967015-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-372e1aa45b -- 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 1438987] perl-Parse-RecDescent-1.967015 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1438987 Jitka Plesnikova changed: What|Removed |Added Fixed In Version||perl-Parse-RecDescent-1.967 ||015-1.fc27 -- 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