corsepiu pushed to perl-Plack (f25). "Cleanup merger."

2017-02-22 Thread notifications
From b8e6973736e94578b6d903385f55634b14ed1fc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 07:10:35 +0100
Subject: Cleanup merger.

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

diff --git a/perl-Plack.spec b/perl-Plack.spec
index 8ac00ae..c01a6df 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -143,9 +143,6 @@ t/Plack-Handler/apache2.t t/Plack-Handler/apache2-registry.t
 - Update to 1.0043.
 - Modernize spec.
 
-* Sat Feb 11 2017 Fedora Release Engineering  - 
1.0042-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
 * Thu Dec 01 2016 Ralf Corsépius  - 1.0042-1
 - Update to 1.0042 (RHBZ#1382923).
 - Spec cleanup.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Plack.git/commit/?h=f25=b8e6973736e94578b6d903385f55634b14ed1fc0
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Plack (f25). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-02-22 Thread notifications
From 6b8b72238202ceeaa57f38adc4c502a5d4e6c785 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 04:54:12 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Plack.spec b/perl-Plack.spec
index a119a3b..c8aa74a 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,6 +1,6 @@
 Name:   perl-Plack
 Version:1.0042
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -140,6 +140,9 @@ t/Plack-Handler/apache2.t t/Plack-Handler/apache2-registry.t
 %exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
1.0042-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Thu Dec 01 2016 Ralf Corsépius  - 1.0042-1
 - Update to 1.0042 (RHBZ#1382923).
 - Spec cleanup.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Plack.git/commit/?h=f25=6b8b72238202ceeaa57f38adc4c502a5d4e6c785
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Plack (f25). "Update to 1.0043. (..more)"

2017-02-22 Thread notifications
From bd7ec8a24a951903597adea99858096f7241395d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 07:07:38 +0100
Subject: Update to 1.0043. Modernize spec.

---
 .gitignore  |  2 +-
 perl-Plack.spec | 15 +--
 sources |  2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index a13cbc1..38018bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Plack-1.0042.tar.gz
+/Plack-1.0043.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index c8aa74a..8ac00ae 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,9 +1,8 @@
 Name:   perl-Plack
-Version:1.0042
-Release:2%{?dist}
+Version:1.0043
+Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Plack/
 Source0:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-%{version}.tar.gz
 BuildArch:  noarch
@@ -28,9 +27,8 @@ BuildRequires:  perl(File::ShareDir) >= 1.00
 BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(Hash::MultiValue) >= 0.05
-BuildRequires:  perl(HTTP::Headers::Fast) >= 0.18
-
 BuildRequires:  perl(HTTP::Entity::Parser) >= 0.17
+BuildRequires:  perl(HTTP::Headers::Fast) >= 0.18
 BuildRequires:  perl(HTTP::Message) >= 5.814
 BuildRequires:  perl(HTTP::Tiny) >= 0.03
 BuildRequires:  perl(parent)
@@ -53,6 +51,7 @@ BuildRequires:  perl(FCGI::Client)
 BuildRequires:  perl(FCGI::ProcManager)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(HTTP::Request::AsCGI)
+BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Server::Simple::PSGI)
 BuildRequires:  perl(IO::Handle::Util)
 BuildRequires:  perl(Log::Dispatch::Array) >= 1.001
@@ -105,7 +104,7 @@ t/Plack-Handler/apache2.t t/Plack-Handler/apache2-registry.t
 %{__make} %{?_smp_mflags}
 
 %install
-%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -140,6 +139,10 @@ t/Plack-Handler/apache2.t 
t/Plack-Handler/apache2-registry.t
 %exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
 
 %changelog
+* Thu Feb 23 2017 Ralf Corsépius  - 1.0043-1
+- Update to 1.0043.
+- Modernize spec.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.0042-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 2a17698..42649c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7538f04b36fac62879ff6172b4a85d7  Plack-1.0042.tar.gz
+SHA512 (Plack-1.0043.tar.gz) = 
b77f7f1a2a3d2b24f5473af55448ac72d287f34671c9300dc94d5d315aaac9040ec98d498319cfb3877e1cda53f9850ff4548dc46702d722491ad7034d439104
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Plack.git/commit/?h=f25=bd7ec8a24a951903597adea99858096f7241395d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Plack (master). "Update to 1.0043. (..more)"

2017-02-22 Thread notifications
From bd7ec8a24a951903597adea99858096f7241395d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 07:07:38 +0100
Subject: Update to 1.0043. Modernize spec.

---
 .gitignore  |  2 +-
 perl-Plack.spec | 15 +--
 sources |  2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index a13cbc1..38018bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Plack-1.0042.tar.gz
+/Plack-1.0043.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index c8aa74a..8ac00ae 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,9 +1,8 @@
 Name:   perl-Plack
-Version:1.0042
-Release:2%{?dist}
+Version:1.0043
+Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Plack/
 Source0:
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Plack-%{version}.tar.gz
 BuildArch:  noarch
@@ -28,9 +27,8 @@ BuildRequires:  perl(File::ShareDir) >= 1.00
 BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(Hash::MultiValue) >= 0.05
-BuildRequires:  perl(HTTP::Headers::Fast) >= 0.18
-
 BuildRequires:  perl(HTTP::Entity::Parser) >= 0.17
+BuildRequires:  perl(HTTP::Headers::Fast) >= 0.18
 BuildRequires:  perl(HTTP::Message) >= 5.814
 BuildRequires:  perl(HTTP::Tiny) >= 0.03
 BuildRequires:  perl(parent)
@@ -53,6 +51,7 @@ BuildRequires:  perl(FCGI::Client)
 BuildRequires:  perl(FCGI::ProcManager)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(HTTP::Request::AsCGI)
+BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Server::Simple::PSGI)
 BuildRequires:  perl(IO::Handle::Util)
 BuildRequires:  perl(Log::Dispatch::Array) >= 1.001
@@ -105,7 +104,7 @@ t/Plack-Handler/apache2.t t/Plack-Handler/apache2-registry.t
 %{__make} %{?_smp_mflags}
 
 %install
-%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -140,6 +139,10 @@ t/Plack-Handler/apache2.t 
t/Plack-Handler/apache2-registry.t
 %exclude %{perl_vendorlib}/auto/share/dist/Plack/#foo
 
 %changelog
+* Thu Feb 23 2017 Ralf Corsépius  - 1.0043-1
+- Update to 1.0043.
+- Modernize spec.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.0042-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 2a17698..42649c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7538f04b36fac62879ff6172b4a85d7  Plack-1.0042.tar.gz
+SHA512 (Plack-1.0043.tar.gz) = 
b77f7f1a2a3d2b24f5473af55448ac72d287f34671c9300dc94d5d315aaac9040ec98d498319cfb3877e1cda53f9850ff4548dc46702d722491ad7034d439104
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Plack.git/commit/?h=master=bd7ec8a24a951903597adea99858096f7241395d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu uploaded Plack-1.0043.tar.gz for perl-Plack

2017-02-22 Thread notifications
b77f7f1a2a3d2b24f5473af55448ac72d287f34671c9300dc94d5d315aaac9040ec98d498319cfb3877e1cda53f9850ff4548dc46702d722491ad7034d439104
  Plack-1.0043.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Plack/Plack-1.0043.tar.gz/sha512/b77f7f1a2a3d2b24f5473af55448ac72d287f34671c9300dc94d5d315aaac9040ec98d498319cfb3877e1cda53f9850ff4548dc46702d722491ad7034d439104/Plack-1.0043.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f24). "Update to 1.15. (..more)"

2017-02-22 Thread notifications
From 934181dfc05956f06b2f8d6231c90d3e44a30083 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 06:26:04 +0100
Subject: Update to 1.15. Modernize spec.

---
 .gitignore|  2 +-
 perl-Test-Script.spec | 18 --
 sources   |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index c1dc838..68e9a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.14.tar.gz
+/Test-Script-1.15.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 0e34010..97de91b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,13 +1,15 @@
 Name:   perl-Test-Script
-Version:1.14
-Release:2%{?dist}
+Version:1.15
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Script/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Script-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
 BuildRequires:  perl-generators
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -37,14 +39,14 @@ in the bin directory of your Perl distribution.
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -53,6 +55,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 23 2017 Ralf Corsépius  - 1.15-1
+- Update to 1.15.
+- Modernize spec.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 144926c..033c447 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-553ede1bad340d65e99258863e07f653  Test-Script-1.14.tar.gz
+SHA512 (Test-Script-1.15.tar.gz) = 
b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f24=934181dfc05956f06b2f8d6231c90d3e44a30083
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f24). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-02-22 Thread notifications
From ba97d10c5ba4dba7fd855fe0052528129b504b3e Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:35:56 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index e76b191..0e34010 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.14
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Mon Oct 17 2016 Ralf Corsépius  - 1.14-1
 - Update to 1.14.
 - Eliminate perl_bootstrap.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f24=ba97d10c5ba4dba7fd855fe0052528129b504b3e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f24). "Cleanup merger."

2017-02-22 Thread notifications
From 2653e51a5a1ab50d20aece746e291feed3aed9f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 06:30:08 +0100
Subject: Cleanup merger.

---
 perl-Test-Script.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 97de91b..28c314a 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -59,9 +59,6 @@ in the bin directory of your Perl distribution.
 - Update to 1.15.
 - Modernize spec.
 
-* Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
 * Mon Oct 17 2016 Ralf Corsépius  - 1.14-1
 - Update to 1.14.
 - Eliminate perl_bootstrap.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f24=2653e51a5a1ab50d20aece746e291feed3aed9f8
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f25). "Update to 1.15. (..more)"

2017-02-22 Thread notifications
From 337e23a107cb663f93febf8bf7b8c519e9c1a0d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 06:26:04 +0100
Subject: Update to 1.15. Modernize spec.

---
 .gitignore|  2 +-
 perl-Test-Script.spec | 18 --
 sources   |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index c1dc838..68e9a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.14.tar.gz
+/Test-Script-1.15.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 50cd739..1cea502 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,13 +1,15 @@
 Name:   perl-Test-Script
-Version:1.14
-Release:2%{?dist}
+Version:1.15
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Script/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Script-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
 BuildRequires:  perl-generators
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -37,14 +39,14 @@ in the bin directory of your Perl distribution.
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -53,6 +55,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 23 2017 Ralf Corsépius  - 1.15-1
+- Update to 1.15.
+- Modernize spec.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 144926c..033c447 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-553ede1bad340d65e99258863e07f653  Test-Script-1.14.tar.gz
+SHA512 (Test-Script-1.15.tar.gz) = 
b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f25=337e23a107cb663f93febf8bf7b8c519e9c1a0d4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f25). "Cleanup merger."

2017-02-22 Thread notifications
From 4c250a87ded4dc6b0439c0e8b4ab29ec9845ad29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 06:30:08 +0100
Subject: Cleanup merger.

---
 perl-Test-Script.spec | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 1cea502..2da4f5b 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -59,9 +59,6 @@ in the bin directory of your Perl distribution.
 - Update to 1.15.
 - Modernize spec.
 
-* Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
 * Mon Oct 17 2016 Ralf Corsépius  - 1.14-1
 - Update to 1.14.
 - Eliminate perl_bootstrap.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f25=4c250a87ded4dc6b0439c0e8b4ab29ec9845ad29
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (f25). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild"

2017-02-22 Thread notifications
From 23b25b8f74cd1e272803c5009a77430f75f6edc5 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering 
Date: Sat, 11 Feb 2017 05:35:56 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

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

diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 54c8114..50cd739 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Script
 Version:1.14
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
 * Mon Oct 17 2016 Ralf Corsépius  - 1.14-1
 - Update to 1.14.
 - Eliminate perl_bootstrap.
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=f25=23b25b8f74cd1e272803c5009a77430f75f6edc5
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu pushed to perl-Test-Script (master). "Update to 1.15. (..more)"

2017-02-22 Thread notifications
From 337e23a107cb663f93febf8bf7b8c519e9c1a0d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= 
Date: Thu, 23 Feb 2017 06:26:04 +0100
Subject: Update to 1.15. Modernize spec.

---
 .gitignore|  2 +-
 perl-Test-Script.spec | 18 --
 sources   |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index c1dc838..68e9a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Test-Script-1.14.tar.gz
+/Test-Script-1.15.tar.gz
diff --git a/perl-Test-Script.spec b/perl-Test-Script.spec
index 50cd739..1cea502 100644
--- a/perl-Test-Script.spec
+++ b/perl-Test-Script.spec
@@ -1,13 +1,15 @@
 Name:   perl-Test-Script
-Version:1.14
-Release:2%{?dist}
+Version:1.15
+Release:1%{?dist}
 Summary:Cross-platform basic tests for scripts
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Script/
 Source0:
http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Script-%{version}.tar.gz
 BuildArch:  noarch
 
+BuildRequires:  %{__perl}
+BuildRequires:  %{__make}
+
 BuildRequires:  perl-generators
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -37,14 +39,14 @@ in the bin directory of your Perl distribution.
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README
@@ -53,6 +55,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 23 2017 Ralf Corsépius  - 1.15-1
+- Update to 1.15.
+- Modernize spec.
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 144926c..033c447 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-553ede1bad340d65e99258863e07f653  Test-Script-1.14.tar.gz
+SHA512 (Test-Script-1.15.tar.gz) = 
b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Script.git/commit/?h=master=337e23a107cb663f93febf8bf7b8c519e9c1a0d4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


corsepiu uploaded Test-Script-1.15.tar.gz for perl-Test-Script

2017-02-22 Thread notifications
b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb
  Test-Script-1.15.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Test-Script/Test-Script-1.15.tar.gz/sha512/b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb/Test-Script-1.15.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


kni pushed to perl-SOAP-WSDL (el6). "Merge branch 'master' into el6"

2017-02-22 Thread notifications
From d2881c283db99b4e89f4c52e7900bffdeee4bb72 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Wed, 8 Feb 2017 09:32:58 +0100
Subject: Initial import (#1418310)

---
 .gitignore |   1 +
 perl-SOAP-WSDL-HTTP.pm.patch   |  12 ++
 perl-SOAP-WSDL-makefile.pl-exe_files.patch |  17 ++
 perl-SOAP-WSDL-pod-spelling.patch  | 306 +
 perl-SOAP-WSDL-pod-whatis.patch|  55 ++
 perl-SOAP-WSDL-use-Test-XML.patch  |  22 +++
 perl-SOAP-WSDL.spec| 148 ++
 sources|   1 +
 8 files changed, 562 insertions(+)
 create mode 100644 perl-SOAP-WSDL-HTTP.pm.patch
 create mode 100644 perl-SOAP-WSDL-makefile.pl-exe_files.patch
 create mode 100644 perl-SOAP-WSDL-pod-spelling.patch
 create mode 100644 perl-SOAP-WSDL-pod-whatis.patch
 create mode 100644 perl-SOAP-WSDL-use-Test-XML.patch
 create mode 100644 perl-SOAP-WSDL.spec

diff --git a/.gitignore b/.gitignore
index e69de29..f34f3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SOAP-WSDL-3.003.tar.gz
diff --git a/perl-SOAP-WSDL-HTTP.pm.patch b/perl-SOAP-WSDL-HTTP.pm.patch
new file mode 100644
index 000..c613932
--- /dev/null
+++ b/perl-SOAP-WSDL-HTTP.pm.patch
@@ -0,0 +1,12 @@
+--- a/lib/SOAP/WSDL/Transport/HTTP.pm  2015-04-02 12:17:58.0 -0500
 b/lib/SOAP/WSDL/Transport/HTTP.pm  2017-02-04 12:31:10.501103626 -0600
+@@ -29,6 +29,9 @@
+ ? lc($encoding)
+ : 'utf-8';
+ 
++$endpoint = ""
++if not defined($endpoint);
++
+ $content_type = "text/xml; charset=$encoding"
+ if not defined($content_type);
+ # what's this all about?
diff --git a/perl-SOAP-WSDL-makefile.pl-exe_files.patch 
b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
new file mode 100644
index 000..4d4dd01
--- /dev/null
+++ b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
@@ -0,0 +1,17 @@
+Description: resurrect installation of bin/wsdl2perl.pl
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114807
+
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -29,6 +29,7 @@
+ test => { RECURSIVE_TEST_FILES => 1, },
+ ABSTRACT_FROM  => 'lib/SOAP/WSDL.pm',
+ AUTHOR   => 'Scott Walters ',
++EXE_FILES=> [ 'bin/wsdl2perl.pl' ],
+ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+ 'meta-spec' => { version => 2 },
+  resources => {
diff --git a/perl-SOAP-WSDL-pod-spelling.patch 
b/perl-SOAP-WSDL-pod-spelling.patch
new file mode 100644
index 000..d703bcc
--- /dev/null
+++ b/perl-SOAP-WSDL-pod-spelling.patch
@@ -0,0 +1,306 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114805
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114805
+
+--- a/lib/SOAP/WSDL.pm
 b/lib/SOAP/WSDL.pm
+@@ -668,7 +668,7 @@
+ =head2 Debugging / Tracing
+ 
+ While SOAP::Lite features a global tracing facility, SOAP::WSDL
+-allows to switch tracing on/of on a per-object base.
++allows one to switch tracing on/of on a per-object base.
+ 
+ This has to be done in the SOAP client used by SOAP::WSDL - see
+ L for an example and L for
+@@ -737,7 +737,7 @@
+ 
+ =item * Serialization of hash refs does not work for ambiguous values
+ 
+-If you have list elements with multiple occurences allowed, SOAP::WSDL
++If you have list elements with multiple occurrences allowed, SOAP::WSDL
+ has no means of finding out which variant you meant.
+ 
+ Passing in item => [1,2,3] could serialize to
+@@ -811,7 +811,7 @@
+ 
+ Martin Kutter wrote:
+ 
+-There are many people out there who fostered SOAP::WSDL's developement.
++There are many people out there who fostered SOAP::WSDL's development.
+ I would like to thank them all (and apologize to all those I have forgotten).
+ 
+ Giovanni S. Fois wrote a improved version of SOAP::WSDL (which eventually
+@@ -838,7 +838,7 @@
+ testing. Thank you.
+ 
+ Noah Robin contributed lots of documentation fixes, and the mod_perl server,
+-and eventually joined SOAP::WSDL's developement. Thanks.
++and eventually joined SOAP::WSDL's development. Thanks.
+ 
+ Mark Overmeer wrote XML::Compile::SOAP - competition is good for business.
+ 
+--- a/lib/SOAP/WSDL/Expat/MessageParser.pm
 b/lib/SOAP/WSDL/Expat/MessageParser.pm
+@@ -297,7 +297,7 @@
+ 
+ =head2 Skipping unwanted items
+ 
+-Sometimes there's unneccessary information transported in SOAP messages.
++Sometimes there's unnecessary information transported in SOAP messages.
+ 
+ To skip XML nodes (including all child nodes), just edit the type map for
+ the message, set the type map entry to '__SKIP__', and comment out all
+--- a/lib/SOAP/WSDL/Manual/CodeFirst.pod
 

kni pushed to perl-SOAP-WSDL (el6). "Initial import (#1418310)"

2017-02-22 Thread notifications
From d2881c283db99b4e89f4c52e7900bffdeee4bb72 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Wed, 8 Feb 2017 09:32:58 +0100
Subject: Initial import (#1418310)

---
 .gitignore |   1 +
 perl-SOAP-WSDL-HTTP.pm.patch   |  12 ++
 perl-SOAP-WSDL-makefile.pl-exe_files.patch |  17 ++
 perl-SOAP-WSDL-pod-spelling.patch  | 306 +
 perl-SOAP-WSDL-pod-whatis.patch|  55 ++
 perl-SOAP-WSDL-use-Test-XML.patch  |  22 +++
 perl-SOAP-WSDL.spec| 148 ++
 sources|   1 +
 8 files changed, 562 insertions(+)
 create mode 100644 perl-SOAP-WSDL-HTTP.pm.patch
 create mode 100644 perl-SOAP-WSDL-makefile.pl-exe_files.patch
 create mode 100644 perl-SOAP-WSDL-pod-spelling.patch
 create mode 100644 perl-SOAP-WSDL-pod-whatis.patch
 create mode 100644 perl-SOAP-WSDL-use-Test-XML.patch
 create mode 100644 perl-SOAP-WSDL.spec

diff --git a/.gitignore b/.gitignore
index e69de29..f34f3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SOAP-WSDL-3.003.tar.gz
diff --git a/perl-SOAP-WSDL-HTTP.pm.patch b/perl-SOAP-WSDL-HTTP.pm.patch
new file mode 100644
index 000..c613932
--- /dev/null
+++ b/perl-SOAP-WSDL-HTTP.pm.patch
@@ -0,0 +1,12 @@
+--- a/lib/SOAP/WSDL/Transport/HTTP.pm  2015-04-02 12:17:58.0 -0500
 b/lib/SOAP/WSDL/Transport/HTTP.pm  2017-02-04 12:31:10.501103626 -0600
+@@ -29,6 +29,9 @@
+ ? lc($encoding)
+ : 'utf-8';
+ 
++$endpoint = ""
++if not defined($endpoint);
++
+ $content_type = "text/xml; charset=$encoding"
+ if not defined($content_type);
+ # what's this all about?
diff --git a/perl-SOAP-WSDL-makefile.pl-exe_files.patch 
b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
new file mode 100644
index 000..4d4dd01
--- /dev/null
+++ b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
@@ -0,0 +1,17 @@
+Description: resurrect installation of bin/wsdl2perl.pl
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114807
+
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -29,6 +29,7 @@
+ test => { RECURSIVE_TEST_FILES => 1, },
+ ABSTRACT_FROM  => 'lib/SOAP/WSDL.pm',
+ AUTHOR   => 'Scott Walters ',
++EXE_FILES=> [ 'bin/wsdl2perl.pl' ],
+ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+ 'meta-spec' => { version => 2 },
+  resources => {
diff --git a/perl-SOAP-WSDL-pod-spelling.patch 
b/perl-SOAP-WSDL-pod-spelling.patch
new file mode 100644
index 000..d703bcc
--- /dev/null
+++ b/perl-SOAP-WSDL-pod-spelling.patch
@@ -0,0 +1,306 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114805
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114805
+
+--- a/lib/SOAP/WSDL.pm
 b/lib/SOAP/WSDL.pm
+@@ -668,7 +668,7 @@
+ =head2 Debugging / Tracing
+ 
+ While SOAP::Lite features a global tracing facility, SOAP::WSDL
+-allows to switch tracing on/of on a per-object base.
++allows one to switch tracing on/of on a per-object base.
+ 
+ This has to be done in the SOAP client used by SOAP::WSDL - see
+ L for an example and L for
+@@ -737,7 +737,7 @@
+ 
+ =item * Serialization of hash refs does not work for ambiguous values
+ 
+-If you have list elements with multiple occurences allowed, SOAP::WSDL
++If you have list elements with multiple occurrences allowed, SOAP::WSDL
+ has no means of finding out which variant you meant.
+ 
+ Passing in item => [1,2,3] could serialize to
+@@ -811,7 +811,7 @@
+ 
+ Martin Kutter wrote:
+ 
+-There are many people out there who fostered SOAP::WSDL's developement.
++There are many people out there who fostered SOAP::WSDL's development.
+ I would like to thank them all (and apologize to all those I have forgotten).
+ 
+ Giovanni S. Fois wrote a improved version of SOAP::WSDL (which eventually
+@@ -838,7 +838,7 @@
+ testing. Thank you.
+ 
+ Noah Robin contributed lots of documentation fixes, and the mod_perl server,
+-and eventually joined SOAP::WSDL's developement. Thanks.
++and eventually joined SOAP::WSDL's development. Thanks.
+ 
+ Mark Overmeer wrote XML::Compile::SOAP - competition is good for business.
+ 
+--- a/lib/SOAP/WSDL/Expat/MessageParser.pm
 b/lib/SOAP/WSDL/Expat/MessageParser.pm
+@@ -297,7 +297,7 @@
+ 
+ =head2 Skipping unwanted items
+ 
+-Sometimes there's unneccessary information transported in SOAP messages.
++Sometimes there's unnecessary information transported in SOAP messages.
+ 
+ To skip XML nodes (including all child nodes), just edit the type map for
+ the message, set the type map entry to '__SKIP__', and comment out all
+--- a/lib/SOAP/WSDL/Manual/CodeFirst.pod
 

kni pushed to perl-SOAP-WSDL (el6). "Yet another rebuild"

2017-02-22 Thread notifications
From 3c0c20bc9a40501c94b1f44fa7d66bcc956d3442 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Mon, 20 Feb 2017 10:42:37 +0100
Subject: Yet another rebuild

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

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index 95d2253..a213788 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.003
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SOAP-WSDL/
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Mon Feb 20 2017 Damian Wrobel  - 3.003-6
+- Yet another rebuild
+
 * Thu Feb 16 2017 Damian Wrobel  - 3.003-5
 - Rebuilt for missing BR
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-SOAP-WSDL.git/commit/?h=el6=3c0c20bc9a40501c94b1f44fa7d66bcc956d3442
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


kni pushed to perl-SOAP-WSDL (el6). "Rebuilt for missing BR"

2017-02-22 Thread notifications
From f9c7491f94fd72593c4e4819a88e09caab13064b Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Thu, 16 Feb 2017 15:50:57 +0100
Subject: Rebuilt for missing BR

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

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index 675a93e..95d2253 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.003
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SOAP-WSDL/
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Thu Feb 16 2017 Damian Wrobel  - 3.003-5
+- Rebuilt for missing BR
+
 * Tue Feb 07 2017 Damian Wrobel  - 3.003-4
 - Move man pages, Changes, HACKING, README and TODO to main package,
 - Rename subpackage -doc to -examples
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-SOAP-WSDL.git/commit/?h=el6=f9c7491f94fd72593c4e4819a88e09caab13064b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


kni pushed to perl-SOAP-WSDL (epel7). "Rebuilt for missing BR"

2017-02-22 Thread notifications
From f9c7491f94fd72593c4e4819a88e09caab13064b Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Thu, 16 Feb 2017 15:50:57 +0100
Subject: Rebuilt for missing BR

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

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index 675a93e..95d2253 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.003
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SOAP-WSDL/
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Thu Feb 16 2017 Damian Wrobel  - 3.003-5
+- Rebuilt for missing BR
+
 * Tue Feb 07 2017 Damian Wrobel  - 3.003-4
 - Move man pages, Changes, HACKING, README and TODO to main package,
 - Rename subpackage -doc to -examples
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-SOAP-WSDL.git/commit/?h=epel7=f9c7491f94fd72593c4e4819a88e09caab13064b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


kni pushed to perl-SOAP-WSDL (epel7). "Yet another rebuild"

2017-02-22 Thread notifications
From 3c0c20bc9a40501c94b1f44fa7d66bcc956d3442 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Mon, 20 Feb 2017 10:42:37 +0100
Subject: Yet another rebuild

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

diff --git a/perl-SOAP-WSDL.spec b/perl-SOAP-WSDL.spec
index 95d2253..a213788 100644
--- a/perl-SOAP-WSDL.spec
+++ b/perl-SOAP-WSDL.spec
@@ -1,7 +1,7 @@
 Summary:   Perl module for SOAP with WSDL support
 Name:  perl-SOAP-WSDL
 Version:   3.003
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/SOAP-WSDL/
@@ -133,6 +133,9 @@ chmod 0755 %{buildroot}%{_bindir}/wsdl2perl.pl
 
 
 %changelog
+* Mon Feb 20 2017 Damian Wrobel  - 3.003-6
+- Yet another rebuild
+
 * Thu Feb 16 2017 Damian Wrobel  - 3.003-5
 - Rebuilt for missing BR
 
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-SOAP-WSDL.git/commit/?h=epel7=3c0c20bc9a40501c94b1f44fa7d66bcc956d3442
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


kni pushed to perl-SOAP-WSDL (epel7). "Merge branch 'master' into epel7"

2017-02-22 Thread notifications
From d2881c283db99b4e89f4c52e7900bffdeee4bb72 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Wed, 8 Feb 2017 09:32:58 +0100
Subject: Initial import (#1418310)

---
 .gitignore |   1 +
 perl-SOAP-WSDL-HTTP.pm.patch   |  12 ++
 perl-SOAP-WSDL-makefile.pl-exe_files.patch |  17 ++
 perl-SOAP-WSDL-pod-spelling.patch  | 306 +
 perl-SOAP-WSDL-pod-whatis.patch|  55 ++
 perl-SOAP-WSDL-use-Test-XML.patch  |  22 +++
 perl-SOAP-WSDL.spec| 148 ++
 sources|   1 +
 8 files changed, 562 insertions(+)
 create mode 100644 perl-SOAP-WSDL-HTTP.pm.patch
 create mode 100644 perl-SOAP-WSDL-makefile.pl-exe_files.patch
 create mode 100644 perl-SOAP-WSDL-pod-spelling.patch
 create mode 100644 perl-SOAP-WSDL-pod-whatis.patch
 create mode 100644 perl-SOAP-WSDL-use-Test-XML.patch
 create mode 100644 perl-SOAP-WSDL.spec

diff --git a/.gitignore b/.gitignore
index e69de29..f34f3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SOAP-WSDL-3.003.tar.gz
diff --git a/perl-SOAP-WSDL-HTTP.pm.patch b/perl-SOAP-WSDL-HTTP.pm.patch
new file mode 100644
index 000..c613932
--- /dev/null
+++ b/perl-SOAP-WSDL-HTTP.pm.patch
@@ -0,0 +1,12 @@
+--- a/lib/SOAP/WSDL/Transport/HTTP.pm  2015-04-02 12:17:58.0 -0500
 b/lib/SOAP/WSDL/Transport/HTTP.pm  2017-02-04 12:31:10.501103626 -0600
+@@ -29,6 +29,9 @@
+ ? lc($encoding)
+ : 'utf-8';
+ 
++$endpoint = ""
++if not defined($endpoint);
++
+ $content_type = "text/xml; charset=$encoding"
+ if not defined($content_type);
+ # what's this all about?
diff --git a/perl-SOAP-WSDL-makefile.pl-exe_files.patch 
b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
new file mode 100644
index 000..4d4dd01
--- /dev/null
+++ b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
@@ -0,0 +1,17 @@
+Description: resurrect installation of bin/wsdl2perl.pl
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114807
+
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -29,6 +29,7 @@
+ test => { RECURSIVE_TEST_FILES => 1, },
+ ABSTRACT_FROM  => 'lib/SOAP/WSDL.pm',
+ AUTHOR   => 'Scott Walters ',
++EXE_FILES=> [ 'bin/wsdl2perl.pl' ],
+ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+ 'meta-spec' => { version => 2 },
+  resources => {
diff --git a/perl-SOAP-WSDL-pod-spelling.patch 
b/perl-SOAP-WSDL-pod-spelling.patch
new file mode 100644
index 000..d703bcc
--- /dev/null
+++ b/perl-SOAP-WSDL-pod-spelling.patch
@@ -0,0 +1,306 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114805
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114805
+
+--- a/lib/SOAP/WSDL.pm
 b/lib/SOAP/WSDL.pm
+@@ -668,7 +668,7 @@
+ =head2 Debugging / Tracing
+ 
+ While SOAP::Lite features a global tracing facility, SOAP::WSDL
+-allows to switch tracing on/of on a per-object base.
++allows one to switch tracing on/of on a per-object base.
+ 
+ This has to be done in the SOAP client used by SOAP::WSDL - see
+ L for an example and L for
+@@ -737,7 +737,7 @@
+ 
+ =item * Serialization of hash refs does not work for ambiguous values
+ 
+-If you have list elements with multiple occurences allowed, SOAP::WSDL
++If you have list elements with multiple occurrences allowed, SOAP::WSDL
+ has no means of finding out which variant you meant.
+ 
+ Passing in item => [1,2,3] could serialize to
+@@ -811,7 +811,7 @@
+ 
+ Martin Kutter wrote:
+ 
+-There are many people out there who fostered SOAP::WSDL's developement.
++There are many people out there who fostered SOAP::WSDL's development.
+ I would like to thank them all (and apologize to all those I have forgotten).
+ 
+ Giovanni S. Fois wrote a improved version of SOAP::WSDL (which eventually
+@@ -838,7 +838,7 @@
+ testing. Thank you.
+ 
+ Noah Robin contributed lots of documentation fixes, and the mod_perl server,
+-and eventually joined SOAP::WSDL's developement. Thanks.
++and eventually joined SOAP::WSDL's development. Thanks.
+ 
+ Mark Overmeer wrote XML::Compile::SOAP - competition is good for business.
+ 
+--- a/lib/SOAP/WSDL/Expat/MessageParser.pm
 b/lib/SOAP/WSDL/Expat/MessageParser.pm
+@@ -297,7 +297,7 @@
+ 
+ =head2 Skipping unwanted items
+ 
+-Sometimes there's unneccessary information transported in SOAP messages.
++Sometimes there's unnecessary information transported in SOAP messages.
+ 
+ To skip XML nodes (including all child nodes), just edit the type map for
+ the message, set the type map entry to '__SKIP__', and comment out all
+--- a/lib/SOAP/WSDL/Manual/CodeFirst.pod
 

kni pushed to perl-SOAP-WSDL (epel7). "Initial import (#1418310)"

2017-02-22 Thread notifications
From d2881c283db99b4e89f4c52e7900bffdeee4bb72 Mon Sep 17 00:00:00 2001
From: Damian Wrobel 
Date: Wed, 8 Feb 2017 09:32:58 +0100
Subject: Initial import (#1418310)

---
 .gitignore |   1 +
 perl-SOAP-WSDL-HTTP.pm.patch   |  12 ++
 perl-SOAP-WSDL-makefile.pl-exe_files.patch |  17 ++
 perl-SOAP-WSDL-pod-spelling.patch  | 306 +
 perl-SOAP-WSDL-pod-whatis.patch|  55 ++
 perl-SOAP-WSDL-use-Test-XML.patch  |  22 +++
 perl-SOAP-WSDL.spec| 148 ++
 sources|   1 +
 8 files changed, 562 insertions(+)
 create mode 100644 perl-SOAP-WSDL-HTTP.pm.patch
 create mode 100644 perl-SOAP-WSDL-makefile.pl-exe_files.patch
 create mode 100644 perl-SOAP-WSDL-pod-spelling.patch
 create mode 100644 perl-SOAP-WSDL-pod-whatis.patch
 create mode 100644 perl-SOAP-WSDL-use-Test-XML.patch
 create mode 100644 perl-SOAP-WSDL.spec

diff --git a/.gitignore b/.gitignore
index e69de29..f34f3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SOAP-WSDL-3.003.tar.gz
diff --git a/perl-SOAP-WSDL-HTTP.pm.patch b/perl-SOAP-WSDL-HTTP.pm.patch
new file mode 100644
index 000..c613932
--- /dev/null
+++ b/perl-SOAP-WSDL-HTTP.pm.patch
@@ -0,0 +1,12 @@
+--- a/lib/SOAP/WSDL/Transport/HTTP.pm  2015-04-02 12:17:58.0 -0500
 b/lib/SOAP/WSDL/Transport/HTTP.pm  2017-02-04 12:31:10.501103626 -0600
+@@ -29,6 +29,9 @@
+ ? lc($encoding)
+ : 'utf-8';
+ 
++$endpoint = ""
++if not defined($endpoint);
++
+ $content_type = "text/xml; charset=$encoding"
+ if not defined($content_type);
+ # what's this all about?
diff --git a/perl-SOAP-WSDL-makefile.pl-exe_files.patch 
b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
new file mode 100644
index 000..4d4dd01
--- /dev/null
+++ b/perl-SOAP-WSDL-makefile.pl-exe_files.patch
@@ -0,0 +1,17 @@
+Description: resurrect installation of bin/wsdl2perl.pl
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114807
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114807
+
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -29,6 +29,7 @@
+ test => { RECURSIVE_TEST_FILES => 1, },
+ ABSTRACT_FROM  => 'lib/SOAP/WSDL.pm',
+ AUTHOR   => 'Scott Walters ',
++EXE_FILES=> [ 'bin/wsdl2perl.pl' ],
+ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
+ 'meta-spec' => { version => 2 },
+  resources => {
diff --git a/perl-SOAP-WSDL-pod-spelling.patch 
b/perl-SOAP-WSDL-pod-spelling.patch
new file mode 100644
index 000..d703bcc
--- /dev/null
+++ b/perl-SOAP-WSDL-pod-spelling.patch
@@ -0,0 +1,306 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann 
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114805
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114805
+
+--- a/lib/SOAP/WSDL.pm
 b/lib/SOAP/WSDL.pm
+@@ -668,7 +668,7 @@
+ =head2 Debugging / Tracing
+ 
+ While SOAP::Lite features a global tracing facility, SOAP::WSDL
+-allows to switch tracing on/of on a per-object base.
++allows one to switch tracing on/of on a per-object base.
+ 
+ This has to be done in the SOAP client used by SOAP::WSDL - see
+ L for an example and L for
+@@ -737,7 +737,7 @@
+ 
+ =item * Serialization of hash refs does not work for ambiguous values
+ 
+-If you have list elements with multiple occurences allowed, SOAP::WSDL
++If you have list elements with multiple occurrences allowed, SOAP::WSDL
+ has no means of finding out which variant you meant.
+ 
+ Passing in item => [1,2,3] could serialize to
+@@ -811,7 +811,7 @@
+ 
+ Martin Kutter wrote:
+ 
+-There are many people out there who fostered SOAP::WSDL's developement.
++There are many people out there who fostered SOAP::WSDL's development.
+ I would like to thank them all (and apologize to all those I have forgotten).
+ 
+ Giovanni S. Fois wrote a improved version of SOAP::WSDL (which eventually
+@@ -838,7 +838,7 @@
+ testing. Thank you.
+ 
+ Noah Robin contributed lots of documentation fixes, and the mod_perl server,
+-and eventually joined SOAP::WSDL's developement. Thanks.
++and eventually joined SOAP::WSDL's development. Thanks.
+ 
+ Mark Overmeer wrote XML::Compile::SOAP - competition is good for business.
+ 
+--- a/lib/SOAP/WSDL/Expat/MessageParser.pm
 b/lib/SOAP/WSDL/Expat/MessageParser.pm
+@@ -297,7 +297,7 @@
+ 
+ =head2 Skipping unwanted items
+ 
+-Sometimes there's unneccessary information transported in SOAP messages.
++Sometimes there's unnecessary information transported in SOAP messages.
+ 
+ To skip XML nodes (including all child nodes), just edit the type map for
+ the message, set the type map entry to '__SKIP__', and comment out all
+--- a/lib/SOAP/WSDL/Manual/CodeFirst.pod
 

[Bug 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860



--- Comment #7 from Fedora Update System  ---
perl-Net-SMTPS-0.05-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-b3b261f1dd

-- 
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 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859



--- Comment #7 from Fedora Update System  ---
perl-Net-POP3S-0.06-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-d2f5b07ab1

-- 
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 1425425] perl-Log-Log4perl-1.49 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425425

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Log-Log4perl-1.49-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-b63b6cf126

-- 
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 1425246] perl-Module-CoreList-5.20170220 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425246



--- Comment #5 from Fedora Update System  ---
perl-Module-CoreList-5.20170220-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-4c82cee3f7

-- 
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 1425251] perl-POE-Component-Pluggable-1.28 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425251



--- Comment #7 from Fedora Update System  ---
perl-POE-Component-Pluggable-1.28-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-be9950cde4

-- 
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 1425238] perl-CPAN-Perl-Releases-3.10 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425238



--- Comment #4 from Fedora Update System  ---
perl-CPAN-Perl-Releases-3.10-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-7d2b923055

-- 
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 1425252] perl-POE-Component-Server-SimpleHTTP-2.24 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425252



--- Comment #5 from Fedora Update System  ---
perl-POE-Component-Server-SimpleHTTP-2.24-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-8650e78e96

-- 
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 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-Net-SMTPS-0.05-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-2017-ea6f8cfe89

-- 
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 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-Net-POP3S-0.06-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-2017-01849033fb

-- 
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 1425252] perl-POE-Component-Server-SimpleHTTP-2.24 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425252

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-POE-Component-Server-SimpleHTTP-2.24-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-2017-e8f836ad43

-- 
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 1425246] perl-Module-CoreList-5.20170220 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425246

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Module-CoreList-5.20170220-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-2017-85ce4c8f8f

-- 
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 1425238] perl-CPAN-Perl-Releases-3.10 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425238

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-CPAN-Perl-Releases-3.10-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-2017-56dc7874fc

-- 
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 1425251] perl-POE-Component-Pluggable-1.28 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425251

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-POE-Component-Pluggable-1.28-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-2017-ff0bc31071

-- 
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 1421884] ctstream-26 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1421884

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|ctstream-26-1.fc26  |ctstream-26-1.fc26
   |ctstream-26-1.fc25  |ctstream-26-1.fc25
   ||ctstream-26-1.fc24



--- Comment #9 from Fedora Update System  ---
ctstream-26-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 1421321] perl-Text-Levenshtein-Damerau-XS-3.2 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1421321

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Text-Levenshtein-Damer |perl-Text-Levenshtein-Damer
   |au-XS-3.2-1.fc25|au-XS-3.2-1.fc25
   ||perl-Text-Levenshtein-Damer
   ||au-XS-3.2-1.fc24



--- Comment #6 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.2-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 1420957] perl-Log-Dispatch-FileRotate-1.23 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1420957

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Log-Dispatch-FileRotat |perl-Log-Dispatch-FileRotat
   |e-1.23-1.fc26   |e-1.23-1.fc26
   ||perl-Log-Dispatch-FileRotat
   ||e-1.23-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-22 12:25:04



--- Comment #7 from Fedora Update System  ---
perl-Log-Dispatch-FileRotate-1.23-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


[Bug 1421884] ctstream-26 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1421884

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|ctstream-26-1.fc26  |ctstream-26-1.fc26
   ||ctstream-26-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-22 12:24:35



--- Comment #8 from Fedora Update System  ---
ctstream-26-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


[Bug 1418125] perl-Devel-Timer-0.12 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1418125

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Devel-Timer-0.12-1.fc2
   ||5
 Resolution|--- |ERRATA
Last Closed||2017-02-22 12:23:25



--- Comment #11 from Fedora Update System  ---
perl-Devel-Timer-0.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


[Bug 1421321] perl-Text-Levenshtein-Damerau-XS-3.2 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1421321

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Text-Levenshtein-Damer
   ||au-XS-3.2-1.fc25
 Resolution|--- |ERRATA
Last Closed||2017-02-22 12:23:22



--- Comment #5 from Fedora Update System  ---
perl-Text-Levenshtein-Damerau-XS-3.2-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


[Bug 1415159] Upgrade perl-HTTP-OAI to 4.04

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1415159

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-HTTP-OAI-4.04-1.fc26
 Resolution|--- |RAWHIDE
   Assignee|vano...@gmail.com   |jples...@redhat.com
Last Closed||2017-02-22 10:06:06



-- 
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 uploaded HTTP-OAI-4.04.tar.gz for perl-HTTP-OAI

2017-02-22 Thread notifications
7dce6efb369f897ed95202a04863da7018434f7ce9a3b40d135b846177ca02c76c824e95999db0c7fd991df0f46beb9e905db3b39d06486662cf0e357858d0e5
  HTTP-OAI-4.04.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-HTTP-OAI/HTTP-OAI-4.04.tar.gz/sha512/7dce6efb369f897ed95202a04863da7018434f7ce9a3b40d135b846177ca02c76c824e95999db0c7fd991df0f46beb9e905db3b39d06486662cf0e357858d0e5/HTTP-OAI-4.04.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-HTTP-OAI (master). "4.04 bump"

2017-02-22 Thread notifications
From e5a277e374ce13be095bb256be9c49308e015a5e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 15:59:16 +0100
Subject: 4.04 bump

---
 .gitignore |  1 +
 perl-HTTP-OAI.spec | 52 +---
 sources|  2 +-
 3 files changed, 43 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2b70aee..669b6a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /HTTP-OAI-3.27.tar.gz
 /HTTP-OAI-4.03.tar.gz
+/HTTP-OAI-4.04.tar.gz
diff --git a/perl-HTTP-OAI.spec b/perl-HTTP-OAI.spec
index 9bdbc63..7d2f9f8 100644
--- a/perl-HTTP-OAI.spec
+++ b/perl-HTTP-OAI.spec
@@ -1,25 +1,51 @@
 Name:   perl-HTTP-OAI
-Version:4.03
-Release:5%{?dist}
+Version:4.04
+Release:1%{?dist}
 Summary:API for the OAI-PMH
 License:BSD
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-OAI/
-Source0:
http://www.cpan.org/authors/id/T/TI/TIMBRODY/HTTP-OAI-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/H/HO/HOCHSTEN/HTTP-OAI-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  glibc-common
+BuildRequires:  perl
 BuildRequires:  perl-generators
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Encode) >= 2.12
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(LWP::MemberMixin)
 BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(XML::LibXML) >= 1.6
-BuildRequires:  perl(XML::LibXML::SAX)
+BuildRequires:  perl(XML::LibXML::SAX) >= 1.04
+BuildRequires:  perl(XML::LibXML::SAX::Builder)
+BuildRequires:  perl(XML::LibXML::SAX::Parser)
+BuildRequires:  perl(XML::LibXML::XPathContext)
+BuildRequires:  perl(XML::NamespaceSupport)
 BuildRequires:  perl(XML::SAX)
 BuildRequires:  perl(XML::SAX::Base) >= 1
+BuildRequires:  perl(XML::SAX::ParserFactory)
+BuildRequires:  perl(XML::SAX::Writer)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 This is a stub module, you probably want to look at HTTP::OAI::Harvester or
@@ -27,22 +53,23 @@ HTTP::OAI::Repository.
 
 %prep
 %setup -q -n HTTP-OAI-%{version}
+# Module::Build::Tiny requires that all executables must be in script/
+mv bin script
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-make %{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
 iconv -f iso8859-15 -t utf-8 README > README.conv && mv -f README.conv README
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %files
-%doc CHANGES README
+%doc Changes README
 %license LICENSE
 %{perl_vendorlib}/*
 %{_bindir}/*
@@ -50,6 +77,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 4.04-1
+- 4.04 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
4.03-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index a3a37b0..83c6cc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7331d421de6187e56b6621fbb3b94879  HTTP-OAI-4.03.tar.gz
+SHA512 (HTTP-OAI-4.04.tar.gz) = 
7dce6efb369f897ed95202a04863da7018434f7ce9a3b40d135b846177ca02c76c824e95999db0c7fd991df0f46beb9e905db3b39d06486662cf0e357858d0e5
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-HTTP-OAI.git/commit/?h=master=e5a277e374ce13be095bb256be9c49308e015a5e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1417720] [RFE] EPEL7 branch of perl-XML-Hash-LX

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1417720
Bug 1417720 depends on bug 918630, which changed state.

Bug 918630 Summary: Review Request: perl-lib-abs - Module lib that makes 
relative path absolute to caller
https://bugzilla.redhat.com/show_bug.cgi?id=918630

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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-ZMQ-LibZMQ3

2017-02-22 Thread buildsys


perl-ZMQ-LibZMQ3 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.x86_64 requires libzmq.so.3()(64bit)
On armhfp:
perl-ZMQ-LibZMQ3-1.19-5.fc25.armv7hl requires libzmq.so.3
On ppc64le:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64le requires libzmq.so.3()(64bit)
On aarch64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.aarch64 requires libzmq.so.3()(64bit)
On ppc64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64 requires libzmq.so.3()(64bit)
On i386:
perl-ZMQ-LibZMQ3-1.19-5.fc25.i686 requires libzmq.so.3
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


Broken dependencies: perl-ZMQ-LibZMQ2

2017-02-22 Thread buildsys


perl-ZMQ-LibZMQ2 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZMQ-LibZMQ2-1.09-9.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZMQ-LibZMQ2-1.09-9.fc25.i686 requires libzmq.so.1
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


Broken dependencies: perl-ZeroMQ

2017-02-22 Thread buildsys


perl-ZeroMQ has broken dependencies in the rawhide tree:
On x86_64:
perl-ZeroMQ-0.23-13.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZeroMQ-0.23-13.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZeroMQ-0.23-13.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZeroMQ-0.23-13.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZeroMQ-0.23-13.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZeroMQ-0.23-13.fc25.i686 requires libzmq.so.1
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


Broken dependencies: perl-Alien-ROOT

2017-02-22 Thread buildsys


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 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860



--- Comment #5 from Fedora Update System  ---
perl-Net-SMTPS-0.05-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-ea6f8cfe89

-- 
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 pushed to perl-Net-SMTPS (f24). "0.05 bump"

2017-02-22 Thread notifications
From 2e9597aa30bff51eaae3122c6d3d1721a534fe10 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 13:27:49 +0100
Subject: 0.05 bump

---
 .gitignore  |  1 +
 perl-Net-SMTPS.spec | 24 +++-
 sources |  2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0333aa2..7b779ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-SMTPS-0.03.tar.gz
 /Net-SMTPS-0.04.tar.gz
+/Net-SMTPS-0.05.tar.gz
diff --git a/perl-Net-SMTPS.spec b/perl-Net-SMTPS.spec
index 052483b..03930e4 100644
--- a/perl-Net-SMTPS.spec
+++ b/perl-Net-SMTPS.spec
@@ -1,28 +1,31 @@
 Name:   perl-Net-SMTPS
-Version:0.04
-Release:4%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:SSL/STARTTLS support for Net::SMTP
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-SMTPS/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-SMTPS-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
+BuildRequires:  perl-generators
 BuildRequires:  perl(Authen::SASL) >= 2
+BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(Net::Cmd)
 BuildRequires:  perl(Net::Config)
 BuildRequires:  perl(Net::SMTP)
-BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(IO::Socket::INET6)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Authen::SASL) >= 2
 Requires:   perl(IO::Socket::SSL) >= 1
 Requires:   perl(IO::Socket::INET)
@@ -52,7 +55,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -65,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.05-1
+- 0.05 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.04-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index ba7ca79..fdc08d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7d4b3ac043c9909a5fb4d8eb0ddf176  Net-SMTPS-0.04.tar.gz
+SHA512 (Net-SMTPS-0.05.tar.gz) = 
8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Net-SMTPS.git/commit/?h=f24=2e9597aa30bff51eaae3122c6d3d1721a534fe10
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860



--- Comment #4 from Fedora Update System  ---
perl-Net-SMTPS-0.05-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-b3b261f1dd

-- 
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 pushed to perl-Net-SMTPS (f25). "0.05 bump"

2017-02-22 Thread notifications
From 8dab7077f5bdc692f74f0137a2d11148da6747e2 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 13:16:39 +0100
Subject: 0.05 bump

---
 .gitignore  |  1 +
 perl-Net-SMTPS.spec | 23 ++-
 sources |  2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0333aa2..7b779ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-SMTPS-0.03.tar.gz
 /Net-SMTPS-0.04.tar.gz
+/Net-SMTPS-0.05.tar.gz
diff --git a/perl-Net-SMTPS.spec b/perl-Net-SMTPS.spec
index daf6e88..2459b9e 100644
--- a/perl-Net-SMTPS.spec
+++ b/perl-Net-SMTPS.spec
@@ -1,29 +1,31 @@
 Name:   perl-Net-SMTPS
-Version:0.04
-Release:5%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:SSL/STARTTLS support for Net::SMTP
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-SMTPS/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-SMTPS-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
-BuildRequires:  perl(base)
 BuildRequires:  perl(Authen::SASL) >= 2
+BuildRequires:  perl(base)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(Net::Cmd)
 BuildRequires:  perl(Net::Config)
 BuildRequires:  perl(Net::SMTP)
-BuildRequires:  perl(IO::Socket::INET)
-BuildRequires:  perl(IO::Socket::INET6)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Authen::SASL) >= 2
 Requires:   perl(IO::Socket::SSL) >= 1
 Requires:   perl(IO::Socket::INET)
@@ -53,7 +55,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -66,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.05-1
+- 0.05 bump
+
 * Mon May 16 2016 Jitka Plesnikova  - 0.04-5
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index ba7ca79..fdc08d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7d4b3ac043c9909a5fb4d8eb0ddf176  Net-SMTPS-0.04.tar.gz
+SHA512 (Net-SMTPS-0.05.tar.gz) = 
8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Net-SMTPS.git/commit/?h=f25=8dab7077f5bdc692f74f0137a2d11148da6747e2
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-Net-SMTPS-0.05-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=860975

-- 
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 1422860] perl-Net-SMTPS-0.05 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422860

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
 CC||jples...@redhat.com
   Fixed In Version||perl-Net-SMTPS-0.05-1.fc26
   Assignee|dd...@cpan.org  |jples...@redhat.com



-- 
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 uploaded Net-SMTPS-0.05.tar.gz for perl-Net-SMTPS

2017-02-22 Thread notifications
8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273
  Net-SMTPS-0.05.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Net-SMTPS/Net-SMTPS-0.05.tar.gz/sha512/8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273/Net-SMTPS-0.05.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859



--- Comment #5 from Fedora Update System  ---
perl-Net-POP3S-0.06-1.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-01849033fb

-- 
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 pushed to perl-Net-POP3S (f24). "0.06 bump"

2017-02-22 Thread notifications
From 1f2d6d16ff9afc6aeb65143593f701cec1260e5d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 12:34:35 +0100
Subject: 0.06 bump

---
 .gitignore  |  1 +
 perl-Net-POP3S.spec | 15 ++-
 sources |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index e54baed..11cc4b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-POP3S-0.04.tar.gz
 /Net-POP3S-0.05.tar.gz
+/Net-POP3S-0.06.tar.gz
diff --git a/perl-Net-POP3S.spec b/perl-Net-POP3S.spec
index 2861ecf..ccb9e1f 100644
--- a/perl-Net-POP3S.spec
+++ b/perl-Net-POP3S.spec
@@ -1,19 +1,21 @@
 Name:   perl-Net-POP3S
-Version:0.05
-Release:4%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:SSL/STARTTLS support for Net::POP3
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-POP3S/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-POP3S-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Authen::SASL) >= 2
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Net::Cmd)
 BuildRequires:  perl(Net::Config)
@@ -21,8 +23,8 @@ BuildRequires:  perl(Net::POP3)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Authen::SASL) >= 2
 Requires:   perl(IO::Socket::SSL) >= 1
 Requires:   perl(IO::Socket::INET)
@@ -52,7 +54,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -65,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.06-1
+- 0.06 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering  - 
0.05-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 7eb91e7..39690ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03556b7f74bb43e4ea10ec3bd4f59a00  Net-POP3S-0.05.tar.gz
+SHA512 (Net-POP3S-0.06.tar.gz) = 
ebb5a47e1bcf2ad226223af6d56ff5dc5fd060d03cbd3c01761baced9fda957530f05c2f98dbb3b9cead586de3d3fcacfe18931a0eaf6911f906aef039d4c483
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Net-POP3S.git/commit/?h=f24=1f2d6d16ff9afc6aeb65143593f701cec1260e5d
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859



--- Comment #4 from Fedora Update System  ---
perl-Net-POP3S-0.06-1.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-d2f5b07ab1

-- 
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 pushed to perl-Net-POP3S (f25). "0.06 bump"

2017-02-22 Thread notifications
From af7a3b0a65e9bede02a2bd70c84b60b190b98fa7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 12:28:12 +0100
Subject: 0.06 bump

---
 .gitignore  |  1 +
 perl-Net-POP3S.spec | 15 ++-
 sources |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index e54baed..11cc4b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-POP3S-0.04.tar.gz
 /Net-POP3S-0.05.tar.gz
+/Net-POP3S-0.06.tar.gz
diff --git a/perl-Net-POP3S.spec b/perl-Net-POP3S.spec
index 654e8b8..a6391a1 100644
--- a/perl-Net-POP3S.spec
+++ b/perl-Net-POP3S.spec
@@ -1,20 +1,22 @@
 Name:   perl-Net-POP3S
-Version:0.05
-Release:5%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:SSL/STARTTLS support for Net::POP3
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-POP3S/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-POP3S-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(base)
 BuildRequires:  perl(Authen::SASL) >= 2
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Net::Cmd)
 BuildRequires:  perl(Net::Config)
@@ -22,8 +24,8 @@ BuildRequires:  perl(Net::POP3)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Authen::SASL) >= 2
 Requires:   perl(IO::Socket::SSL) >= 1
 Requires:   perl(IO::Socket::INET)
@@ -53,7 +55,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -66,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.06-1
+- 0.06 bump
+
 * Mon May 16 2016 Jitka Plesnikova  - 0.05-5
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 7eb91e7..39690ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03556b7f74bb43e4ea10ec3bd4f59a00  Net-POP3S-0.05.tar.gz
+SHA512 (Net-POP3S-0.06.tar.gz) = 
ebb5a47e1bcf2ad226223af6d56ff5dc5fd060d03cbd3c01761baced9fda957530f05c2f98dbb3b9cead586de3d3fcacfe18931a0eaf6911f906aef039d4c483
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Net-POP3S.git/commit/?h=f25=af7a3b0a65e9bede02a2bd70c84b60b190b98fa7
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-Net-POP3S-0.06-1.fc26 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=860940

-- 
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 1422859] perl-Net-POP3S-0.06 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1422859

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
 CC||jples...@redhat.com
   Fixed In Version||perl-Net-POP3S-0.06-1.fc26
   Assignee|dd...@cpan.org  |jples...@redhat.com



-- 
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 pushed to perl-Net-POP3S (master). "0.06 bump"

2017-02-22 Thread notifications
From f077615ef2a14f35db13a99f62921b2b3f1af68f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 12:15:40 +0100
Subject: 0.06 bump

---
 .gitignore  |  1 +
 perl-Net-POP3S.spec | 15 ++-
 sources |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index e54baed..11cc4b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Net-POP3S-0.04.tar.gz
 /Net-POP3S-0.05.tar.gz
+/Net-POP3S-0.06.tar.gz
diff --git a/perl-Net-POP3S.spec b/perl-Net-POP3S.spec
index 3125820..3b53594 100644
--- a/perl-Net-POP3S.spec
+++ b/perl-Net-POP3S.spec
@@ -1,20 +1,22 @@
 Name:   perl-Net-POP3S
-Version:0.05
-Release:6%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:SSL/STARTTLS support for Net::POP3
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-POP3S/
 Source0:
http://www.cpan.org/authors/id/T/TO/TOMO/src/Net-POP3S-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(base)
 BuildRequires:  perl(Authen::SASL) >= 2
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) >= 1
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Net::Cmd)
 BuildRequires:  perl(Net::Config)
@@ -22,8 +24,8 @@ BuildRequires:  perl(Net::POP3)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:   perl(Authen::SASL) >= 2
 Requires:   perl(IO::Socket::SSL) >= 1
 Requires:   perl(IO::Socket::INET)
@@ -53,7 +55,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -66,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.06-1
+- 0.06 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.05-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 7eb91e7..39690ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03556b7f74bb43e4ea10ec3bd4f59a00  Net-POP3S-0.05.tar.gz
+SHA512 (Net-POP3S-0.06.tar.gz) = 
ebb5a47e1bcf2ad226223af6d56ff5dc5fd060d03cbd3c01761baced9fda957530f05c2f98dbb3b9cead586de3d3fcacfe18931a0eaf6911f906aef039d4c483
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Net-POP3S.git/commit/?h=master=f077615ef2a14f35db13a99f62921b2b3f1af68f
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Net-POP3S-0.06.tar.gz for perl-Net-POP3S

2017-02-22 Thread notifications
ebb5a47e1bcf2ad226223af6d56ff5dc5fd060d03cbd3c01761baced9fda957530f05c2f98dbb3b9cead586de3d3fcacfe18931a0eaf6911f906aef039d4c483
  Net-POP3S-0.06.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Net-POP3S/Net-POP3S-0.06.tar.gz/sha512/ebb5a47e1bcf2ad226223af6d56ff5dc5fd060d03cbd3c01761baced9fda957530f05c2f98dbb3b9cead586de3d3fcacfe18931a0eaf6911f906aef039d4c483/Net-POP3S-0.06.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-Mouse (master). "Update to 2.4.9 (..more)"

2017-02-22 Thread notifications
From cbbccedb038e13cb3f9fbea9a8716c0af8e1ce10 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Wed, 22 Feb 2017 11:04:44 +
Subject: Update to 2.4.9

- New upstream release 2.4.9
  - Fix build issue on newer Perl without '.' in @INC
---
 perl-Mouse.spec | 6 +-
 sources | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/perl-Mouse.spec b/perl-Mouse.spec
index 4a77b7d..0382733 100644
--- a/perl-Mouse.spec
+++ b/perl-Mouse.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mouse
 Summary:Moose minus the antlers
-Version:2.4.8
+Version:2.4.9
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -168,6 +168,10 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_mandir}/man3/Test::Mouse.3*
 
 %changelog
+* Wed Feb 22 2017 Paul Howarth  - 2.4.9-1
+- Update to 2.4.9
+  - Fix build issue on newer Perl without '.' in @INC
+
 * Thu Feb 16 2017 Paul Howarth  - 2.4.8-1
 - Update to 2.4.8
   - Fix stack collapse (GH#71)
diff --git a/sources b/sources
index d04974c..ff4c341 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Mouse-v2.4.8.tar.gz) = 
c2032b300bd06d9b32e86f68cbf3a9564658d1425081b7cb6f32567581cd1d4db1ab9bd352e68fa9e1a641be9aa08acc23dc2c5557a7ab7122c39d9a82501256
+SHA512 (Mouse-v2.4.9.tar.gz) = 
194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Mouse.git/commit/?h=master=cbbccedb038e13cb3f9fbea9a8716c0af8e1ce10
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Mouse-v2.4.9.tar.gz for perl-Mouse

2017-02-22 Thread notifications
194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10
  Mouse-v2.4.9.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Mouse/Mouse-v2.4.9.tar.gz/sha512/194471dc7121692dc4dcd384c4e3ecd3936457bf34fa3088b25abc9d6d5faa76fc7ca08ee2c1bc23c3ab9c2d91a6b414b065796aea1371d46a31cbf248621b10/Mouse-v2.4.9.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1425129] perl-Log-Any-Adapter-Dispatch-0.06-16.fc26 FTBFS: Exception: :Class::Base::throw("Params::ValidationCompiler::Exception::Named::Extra", "message", "found extra parameters: [category]"

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425129



--- Comment #7 from Paul Howarth  ---
(In reply to Ralf Corsepius from comment #6)
> (In reply to Ralf Corsepius from comment #5)
> Anyway, back to this bug. Upon closer inspection, I think, this package can
> be removed from Fedora without substitute. AFAIS, it's not used for anything
> but a BR: of perl-CHI, a dependency, which I believe probably once was used,
> but nowadays appears to be bogus.
> 
> So, ... speak up now, if you need or spot something in Fedora which needs
> perl(Log::Any::Adapter::Dispatch), otherwise I likely will retire it very
> soon.

Fine by me. I can't even find anything still using it (at least at runtime) in
EPEL 6/7.

-- 
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 1421444] perl-Digest-Bcrypt-1.207 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1421444

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Digest-Bcrypt-1.207-1.
   ||fc26
 Resolution|--- |RAWHIDE
   Assignee|dd...@cpan.org  |jples...@redhat.com
Last Closed||2017-02-22 05:03:23



-- 
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 pushed to perl-Digest-Bcrypt (master). "1.207 bump"

2017-02-22 Thread notifications
From 1ae580413fb9526589b32048672c0f18681e58fe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 11:02:43 +0100
Subject: 1.207 bump

---
 .gitignore  | 1 +
 perl-Digest-Bcrypt.spec | 9 ++---
 sources | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 35090c1..8802823 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Digest-Bcrypt-1.0.1.tar.gz
 /Digest-Bcrypt-1.204.tar.gz
 /Digest-Bcrypt-1.206.tar.gz
+/Digest-Bcrypt-1.207.tar.gz
diff --git a/perl-Digest-Bcrypt.spec b/perl-Digest-Bcrypt.spec
index 83176a8..e555799 100644
--- a/perl-Digest-Bcrypt.spec
+++ b/perl-Digest-Bcrypt.spec
@@ -1,6 +1,6 @@
 Name:   perl-Digest-Bcrypt
-Version:1.206
-Release:2%{?dist}
+Version:1.207
+Release:1%{?dist}
 Summary:Perl interface to the bcrypt digest algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,11 +57,14 @@ make test
 
 %files
 %license LICENSE
-%doc Changes README
+%doc Changes CONTRIBUTING.md README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 1.207-1
+- 1.207 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
1.206-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index b73e394..1ea5635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4fce3d8ea36de31ce8bc9bea7384800  Digest-Bcrypt-1.206.tar.gz
+SHA512 (Digest-Bcrypt-1.207.tar.gz) = 
a3d283fe45916ea1f0ec110ed45ced2bd1c677005160d57e2bace1e6e840992ebc2c2acb9a77558ddc384ee3be3411b09d41f9e8d66a1b314c5dd0bf6152a9b5
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Digest-Bcrypt.git/commit/?h=master=1ae580413fb9526589b32048672c0f18681e58fe
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Digest-Bcrypt-1.207.tar.gz for perl-Digest-Bcrypt

2017-02-22 Thread notifications
a3d283fe45916ea1f0ec110ed45ced2bd1c677005160d57e2bace1e6e840992ebc2c2acb9a77558ddc384ee3be3411b09d41f9e8d66a1b314c5dd0bf6152a9b5
  Digest-Bcrypt-1.207.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Digest-Bcrypt/Digest-Bcrypt-1.207.tar.gz/sha512/a3d283fe45916ea1f0ec110ed45ced2bd1c677005160d57e2bace1e6e840992ebc2c2acb9a77558ddc384ee3be3411b09d41f9e8d66a1b314c5dd0bf6152a9b5/Digest-Bcrypt-1.207.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1425650] perl-Test-Expect-0.34 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425650

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Test-Expect-0.34-1.fc2
   ||6
 Resolution|--- |RAWHIDE
Last Closed||2017-02-22 04:07: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


jplesnik pushed to perl-Test-Expect (master). "0.34 bump"

2017-02-22 Thread notifications
From e0ba36af0024a24c74f393f766a20b9aea8b0189 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 22 Feb 2017 09:41:19 +0100
Subject: 0.34 bump

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

diff --git a/.gitignore b/.gitignore
index 1f6cfcf..67771a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Expect-0.31.tar.gz
 /Test-Expect-0.33.tar.gz
+/Test-Expect-0.34.tar.gz
diff --git a/perl-Test-Expect.spec b/perl-Test-Expect.spec
index 47c2624..8ec3353 100644
--- a/perl-Test-Expect.spec
+++ b/perl-Test-Expect.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Expect
-Version:0.33
-Release:6%{?dist}
+Version:0.34
+Release:1%{?dist}
 Summary:Automated driving and testing of terminal-based programs
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Test-Expect/
@@ -53,6 +53,9 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Wed Feb 22 2017 Jitka Plesnikova  - 0.34-1
+- 0.34 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering  - 
0.33-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index fb67e2b..b242b5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-604e5e0733dc61a23f34554ba037ad6d  Test-Expect-0.33.tar.gz
+SHA512 (Test-Expect-0.34.tar.gz) = 
2bac870775b0da492f0f97817f4a45a88ed299fa110b0963067b94457a1935689cde23b896be67ce1c08b3a3d80f422162bb433475e281da6bb971b94580c592
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-Test-Expect.git/commit/?h=master=e0ba36af0024a24c74f393f766a20b9aea8b0189
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1425015] Cwd.c: loadable library and perl binaries are mismatched ( got handshake key 0xdb00080, needed 0xdb80080)

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425015

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2017-02-22 03:33:09



--- Comment #4 from Petr Pisar  ---
The error message states your Cwd Perl module was built against different perl
than you use now. This happens if you install modules manually out of Fedora
RPM package management control. It's usually caused by using "cpan" or "cpanm"
or similar tools to install modules directly from CPAN.

I recommend you delete the manually installed files. Especially in case of Cwd
module that's delivered by Fedora's perl-PathTools RPM package (you can also
refer it by a module name, e.g. 'perl(Cwd)'. And install them from Fedora
repository.

Or you can try to rebuild them with "cpan -r".

-- 
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 1425641] perl-libwww-perl-6.21 is available

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1425641

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-libwww-perl-6.21-1.fc2
   ||6
 Resolution|--- |RAWHIDE
Last Closed||2017-02-22 03:33:33



--- Comment #1 from Petr Pisar  ---
An enhancement update suitable for Fedora ≥ 26. I also moved the files from
core to vendor path.

-- 
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 uploaded Test-Expect-0.34.tar.gz for perl-Test-Expect

2017-02-22 Thread notifications
2bac870775b0da492f0f97817f4a45a88ed299fa110b0963067b94457a1935689cde23b896be67ce1c08b3a3d80f422162bb433475e281da6bb971b94580c592
  Test-Expect-0.34.tar.gz

https://src.fedoraproject.org/lookaside/pkgs/perl-Test-Expect/Test-Expect-0.34.tar.gz/sha512/2bac870775b0da492f0f97817f4a45a88ed299fa110b0963067b94457a1935689cde23b896be67ce1c08b3a3d80f422162bb433475e281da6bb971b94580c592/Test-Expect-0.34.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.21 bump"

2017-02-22 Thread notifications
From dc4f98d799b8e2d92e33ad323b03cdefa4558cdd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Wed, 22 Feb 2017 08:57:34 +0100
Subject: 6.21 bump

---
 .gitignore|  1 +
 perl-libwww-perl.spec | 42 ++
 sources   |  2 +-
 3 files changed, 28 insertions(+), 17 deletions(-)

diff --git a/.gitignore b/.gitignore
index 96ee1cf..4385cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ libwww-perl-5.834.tar.gz
 /libwww-perl-6.17.tar.gz
 /libwww-perl-6.18.tar.gz
 /libwww-perl-6.19.tar.gz
+/libwww-perl-6.21.tar.gz
diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec
index e75ea4b..c5b090a 100644
--- a/perl-libwww-perl.spec
+++ b/perl-libwww-perl.spec
@@ -1,6 +1,6 @@
 Name:   perl-libwww-perl
-Version:6.19
-Release:2%{?dist}
+Version:6.21
+Release:1%{?dist}
 Summary:A Perl interface to the World-Wide Web
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -14,15 +14,19 @@ BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
+BuildRequires:  perl(:VERSION) >= 5.8.1
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 
 # Run-time:
 # Authen::NTLM 1.02 not used at tests
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+# Data::Dump 1.13 not used at tests
+# Data::Dump::Trace not used at tests
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Encode) >= 2.12
 BuildRequires:  perl(Encode::Locale)
@@ -58,32 +62,35 @@ BuildRequires:  perl(URI::Escape)
 # URI::Heuristic not used at tests
 BuildRequires:  perl(WWW::RobotRules) >= 6
 # Optional run-time:
-# Cpan::Config not used at tests
+# CPAN::Config not used at tests
 # HTML::Parse not used at tests
 
-# Tests only:
+# Tests:
 BuildRequires:  perl(Config)
-# File::Path not used
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(HTTP::Daemon) >= 6
-# TAP::Harness not used
-# Test::DistManifest not used
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::RequiresInternet)
 BuildRequires:  perl(utf8)
-BuildRequires:  perl(warnings)
+# Optional tests:
+# CPAN::Meta not helpful
+# CPAN::Meta::Prereqs not helpful
 
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(Authen::NTLM) >= 1.02
+Suggests:   perl(CPAN::Config)
 Requires:   perl(Encode) >= 2.12
 Requires:   perl(File::Spec)
 Requires:   perl(File::Listing) >= 6
-# Do not require HTML::FormatPS
-# Do not require HTML::FormatText
+# Keep HTML::FormatPS optional
+Suggests:   perl(HTML::FormatPS)
+# Keep HTML::FormatText optional
+Suggests:   perl(HTML::FormatText)
 Requires:   perl(HTML::Entities)
 Requires:   perl(HTML::HeadParser)
+Suggests:   perl(HTML::Parse)
 Requires:   perl(HTTP::Config)
 Requires:   perl(HTTP::Cookies) >= 6
 Requires:   perl(HTTP::Date) >= 6
@@ -118,7 +125,7 @@ use and even classes that help you implement simple HTTP 
servers.
 
 %build
 # Install the aliases by default
-perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
+perl Makefile.PL INSTALLDIRS=vendor --aliases < /dev/null
 make %{?_smp_mflags}
 
 %install
@@ -132,15 +139,18 @@ make test
 
 %files
 %license LICENSE
-%doc AUTHORS Changes README*
+%doc Changes README.SSL
 %{_bindir}/*
-%{perl_privlib}/lwp*.pod
-%{perl_privlib}/LWP.pm
-%{perl_privlib}/LWP/
+%{perl_vendorlib}/libwww/
+%{perl_vendorlib}/LWP.pm
+%{perl_vendorlib}/LWP/
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Feb 22 2017 Petr Pisar  - 6.21-1
+- 6.21 bump
+
 * Thu Feb 16 2017 Petr Pisar  - 6.19-2
 - Accept proxy URLs with IPv6 host names (CPAN RT#94654)
 
diff --git a/sources b/sources
index 651f163..0cbd2ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libwww-perl-6.19.tar.gz) = 
86ada13c9af2117c994eeac9cadd262103cab3fc9eeef06a03af2bddde95e18918be04617c1c8e485169bd3cc487eee93ae8a91cf5e1b1506cd07b9e5b872316
+SHA512 (libwww-perl-6.21.tar.gz) = 
6ddf798f75dbf9d14b3b751363a34ad710baeb75d99a1bbc7e3216a29cf7fdc0e03f69b3931ff3cd4f3654a80e63a94533813806cb5cf307a1303e2e0698e782
-- 
cgit v1.1



https://src.fedoraproject.org/cgit/perl-libwww-perl.git/commit/?h=master=dc4f98d799b8e2d92e33ad323b03cdefa4558cdd
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-ZMQ-LibZMQ2

2017-02-22 Thread buildsys


perl-ZMQ-LibZMQ2 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZMQ-LibZMQ2-1.09-9.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZMQ-LibZMQ2-1.09-9.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZMQ-LibZMQ2-1.09-9.fc25.i686 requires libzmq.so.1
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


Broken dependencies: perl-ZMQ-LibZMQ3

2017-02-22 Thread buildsys


perl-ZMQ-LibZMQ3 has broken dependencies in the rawhide tree:
On x86_64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.x86_64 requires libzmq.so.3()(64bit)
On armhfp:
perl-ZMQ-LibZMQ3-1.19-5.fc25.armv7hl requires libzmq.so.3
On ppc64le:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64le requires libzmq.so.3()(64bit)
On aarch64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.aarch64 requires libzmq.so.3()(64bit)
On ppc64:
perl-ZMQ-LibZMQ3-1.19-5.fc25.ppc64 requires libzmq.so.3()(64bit)
On i386:
perl-ZMQ-LibZMQ3-1.19-5.fc25.i686 requires libzmq.so.3
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


Broken dependencies: perl-Alien-ROOT

2017-02-22 Thread buildsys


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


Broken dependencies: perl-ZeroMQ

2017-02-22 Thread buildsys


perl-ZeroMQ has broken dependencies in the rawhide tree:
On x86_64:
perl-ZeroMQ-0.23-13.fc25.x86_64 requires libzmq.so.1()(64bit)
On armhfp:
perl-ZeroMQ-0.23-13.fc25.armv7hl requires libzmq.so.1
On ppc64le:
perl-ZeroMQ-0.23-13.fc25.ppc64le requires libzmq.so.1()(64bit)
On aarch64:
perl-ZeroMQ-0.23-13.fc25.aarch64 requires libzmq.so.1()(64bit)
On ppc64:
perl-ZeroMQ-0.23-13.fc25.ppc64 requires libzmq.so.1()(64bit)
On i386:
perl-ZeroMQ-0.23-13.fc25.i686 requires libzmq.so.1
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