Browse Source

perl-5.26.2 and affected packages

Tomohiro "Tomo-p" KATO 5 years ago
parent
commit
07df678d94

+ 10 - 3
i/intltool/intltool-vl.spec

@@ -1,8 +1,8 @@
 Name: intltool
 Name: intltool
 Summary: Utility for internationalizing various kinds of data files.
 Summary: Utility for internationalizing various kinds of data files.
 Summary(ja): さまざまな種類のファイルを国際化するためのユーティリティ
 Summary(ja): さまざまな種類のファイルを国際化するためのユーティリティ
-Version: 0.50.2
-Release: 2%{?_dist_release}
+Version: 0.51.0
+Release: 1%{?_dist_release}
 License: GPL
 License: GPL
 Group: Development/Tools
 Group: Development/Tools
 Source: https://launchpad.net/intltool/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 Source: https://launchpad.net/intltool/trunk/%{version}/+download/%{name}-%{version}.tar.gz
@@ -13,6 +13,9 @@ Provides: xml-i18n-tools = 0.11
 BuildArch: noarch
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 This tool automatically extracts translatable strings from oaf, glade,
 This tool automatically extracts translatable strings from oaf, glade,
 bonobo ui, nautilus theme, .desktop, and other data files and puts
 bonobo ui, nautilus theme, .desktop, and other data files and puts
@@ -36,13 +39,17 @@ make
 
 
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/*
 %{_bindir}/*
 %{_datadir}/intltool
 %{_datadir}/intltool
 %{_datadir}/aclocal/*
 %{_datadir}/aclocal/*
 %{_mandir}/man*/*
 %{_mandir}/man*/*
 
 
 %changelog
 %changelog
+* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.51.0-1
+- new upstream release.
+
 * Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-2
 * Sun Feb 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.50.2-2
 - fix URL tag (BTS:2794)
 - fix URL tag (BTS:2794)
 
 

+ 10 - 2
p/perl-BDB/perl-BDB-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-BDB
 Name:           perl-BDB
-Version:        1.91
+Version:        1.92
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Summary:        Asynchronous Berkeley DB access
 Summary:        Asynchronous Berkeley DB access
 
 
@@ -14,6 +14,9 @@ BuildRequires:  perl(common::sense)
 BuildRequires:  libdb-devel
 BuildRequires:  libdb-devel
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 %description
 %description
 Asynchronous Berkeley DB access.
 Asynchronous Berkeley DB access.
 
 
@@ -46,13 +49,18 @@ rm -rf %{buildroot}
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc Changes COPYING README
+%license COPYING
+%doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/BDB.pm
 %{perl_vendorarch}/BDB.pm
 %{_mandir}/man3/*.3*
 %{_mandir}/man3/*.3*
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.92-1
+- updated to 1.92.
+- rebuilt with perl-5.26.
+
 * Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
 * Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
 - updated to 1.91
 - updated to 1.91
 - built with libdb 5.3.28
 - built with libdb 5.3.28

+ 6 - 1
p/perl-Crypt-DES/perl-Crypt-DES-vl.spec

@@ -1,7 +1,7 @@
 %define	module	Crypt-DES
 %define	module	Crypt-DES
 %define name	perl-%{module}
 %define name	perl-%{module}
 %define	version	2.07
 %define	version	2.07
-%define	release	1%{_dist_release}
+%define	release	2%{_dist_release}
 
 
 Name:		%{name}
 Name:		%{name}
 Version:	%{version}
 Version:	%{version}
@@ -13,6 +13,7 @@ URL:		http://search.cpan.org/dist/%{module}/
 Source:         http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz
 Source:         http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}
 BuildRoot:	%{_tmppath}/%{name}-%{version}
+BuildRequires:	libxcrypt-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.07-2
+- rebuilt with perl-5.26.
+- added BR:libxcrypt-devel.
+
 * Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.07-1
 * Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.07-1
 - updated to 2.07
 - updated to 2.07
 - moved to Development/Libraries Group
 - moved to Development/Libraries Group

+ 4 - 1
p/perl-DBI/perl-DBI-vl.spec

@@ -1,4 +1,4 @@
-%define version 1.632
+%define version 1.642
 %define release 1
 %define release 1
 
 
 Summary: A database access API for perl
 Summary: A database access API for perl
@@ -121,6 +121,9 @@ make test
 %{_mandir}/*/*
 %{_mandir}/*/*
 
 
 %changelog
 %changelog
+* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.642-1
+- updated to 1.642.
+
 * Fri Dec  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.632-1
 * Fri Dec  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.632-1
 - updated to 1.632
 - updated to 1.632
 
 

+ 6 - 2
p/perl-Devel-Symdump/perl-Devel-Symdump-vl.spec

@@ -1,7 +1,7 @@
 Summary: dump symbol names or the symbol table with Perl
 Summary: dump symbol names or the symbol table with Perl
 Name:           perl-Devel-Symdump
 Name:           perl-Devel-Symdump
-Version:        2.08
-Release: 2%{?_dist_release}
+Version:        2.18
+Release:        1%{?_dist_release}
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 License:        GPL+ or Artistic
@@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.18-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.08-2
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.08-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 

+ 13 - 5
p/perl-EV/perl-EV-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-EV
 Name:           perl-EV
-Version:        4.03
-Release:        2%{?_dist_release}
+Version:        4.25
+Release:        1%{?_dist_release}
 Summary:        Wrapper for the libev high-performance event loop library
 Summary:        Wrapper for the libev high-performance event loop library
 Summary(ja):    高性能イベントループライブラリ libev の Perl ラッパー
 Summary(ja):    高性能イベントループライブラリ libev の Perl ラッパー
 
 
@@ -13,6 +13,9 @@ URL:            http://search.cpan.org/dist/EV/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz
 Patch0:         perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
 Patch0:         perl-EV-4.03-Don-t-ask-questions-at-build-time.patch
 
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(common::sense)
 BuildRequires:  perl(common::sense)
 BuildRequires:  gdbm-devel
 BuildRequires:  gdbm-devel
@@ -76,7 +79,8 @@ rm -rf %{buildroot}
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc Changes COPYING README
+%license COPYING
+%doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/EV.pm
 %{perl_vendorarch}/EV.pm
 %{perl_vendorarch}/EV
 %{perl_vendorarch}/EV
@@ -85,6 +89,10 @@ rm -rf %{buildroot}
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.25-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.03-2
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.03-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 
@@ -142,12 +150,12 @@ rm -rf %{buildroot}
 - Update to 3.44
 - Update to 3.44
 - WIP conditional --with systemlibev
 - WIP conditional --with systemlibev
 
 
-* Wed Jul 15 2008 kwizart < kwizart at gmail.com > - 3.431-1
+* Tue Jul 15 2008 kwizart < kwizart at gmail.com > - 3.431-1
 - Update to 3.431
 - Update to 3.431
 - Update License to (GPL+ or Artistic) and (BSD or GPLv2+)
 - Update License to (GPL+ or Artistic) and (BSD or GPLv2+)
 - Add libev README and LICENSE
 - Add libev README and LICENSE
 
 
-* Wed Jul  8 2008 kwizart < kwizart at gmail.com > - 3.43-1
+* Tue Jul  8 2008 kwizart < kwizart at gmail.com > - 3.43-1
 - Update to 3.43
 - Update to 3.43
 
 
 * Mon Jun  9 2008 kwizart < kwizart at gmail.com > - 3.42-2
 * Mon Jun  9 2008 kwizart < kwizart at gmail.com > - 3.42-2

+ 9 - 2
p/perl-Event/perl-Event-vl.spec

@@ -1,5 +1,5 @@
 Name:		perl-Event
 Name:		perl-Event
-Version:	1.24
+Version:	1.27
 Release:	1%{?_dist_release}
 Release:	1%{?_dist_release}
 Summary:	Event loop processing
 Summary:	Event loop processing
 Group:		Development/Libraries
 Group:		Development/Libraries
@@ -12,11 +12,14 @@ BuildRequires:	perl(Carp)
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(ExtUtils::MakeMaker)
-BuildRequires:	perl(Test) >= 1
+BuildRequires:	perl(Test)
 BuildRequires:	perl(Time::HiRes)
 BuildRequires:	perl(Time::HiRes)
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(Time::HiRes)
 Requires:	perl(Time::HiRes)
 
 
+Vendor:       Project Vine
+Distribution: Vine Linux
+
 %if %{_dist_release} > "vl6"
 %if %{_dist_release} > "vl6"
 %global __requires_exclude %{?__requires_exclude:__requires_exclude|}perl\\(attrs\\)
 %global __requires_exclude %{?__requires_exclude:__requires_exclude|}perl\\(attrs\\)
 %endif
 %endif
@@ -82,6 +85,10 @@ make test
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.27-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.24-1
 * Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.24-1
 - new upstream release
 - new upstream release
 - dropt Patch0 merged into upstream
 - dropt Patch0 merged into upstream

+ 15 - 2
p/perl-IO-AIO/perl-IO-AIO-vl.spec

@@ -1,5 +1,5 @@
 Name:		perl-IO-AIO
 Name:		perl-IO-AIO
-Version:	4.32
+Version:	4.72
 Release:	1%{?_dist_release}
 Release:	1%{?_dist_release}
 Summary:	Asynchronous Input/Output
 Summary:	Asynchronous Input/Output
 License:	GPL+ or Artistic
 License:	GPL+ or Artistic
@@ -7,11 +7,17 @@ Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-AIO/
 URL:		http://search.cpan.org/dist/IO-AIO/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
 
 
+Vendor:       Project Vine
+Distribution: Vine Linux
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl >= 2:5.8.2
 BuildRequires:	perl >= 2:5.8.2
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(common::sense)
 BuildRequires:	perl(common::sense)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Canary::Stability)
+BuildRequires:  libxcrypt-devel
+BuildRequires:  libnsl2-devel
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 
 %{?perl_default_filter}
 %{?perl_default_filter}
@@ -47,12 +53,19 @@ rm -rf %{buildroot}
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc Changes COPYING README
+%license COPYING
+%doc Changes README
 %{perl_vendorarch}/auto/IO/
 %{perl_vendorarch}/auto/IO/
 %{perl_vendorarch}/IO/
 %{perl_vendorarch}/IO/
+%{_mandir}/man1/treescan.1*
 %{_mandir}/man3/IO::AIO.3pm*
 %{_mandir}/man3/IO::AIO.3pm*
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.72-1
+- new upstream release.
+- rebuilt with perl-5.26.
+- added BR:libxcrypt-devel,libnsl2-devel.
+
 * Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.32-1
 * Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.32-1
 - new upstream release
 - new upstream release
 
 

+ 4 - 1
p/perl-MD5/perl-MD5-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-MD5
 Name:           perl-MD5
 Version:        2.03
 Version:        2.03
-Release:        10%{?_dist_release}
+Release:        11%{?_dist_release}
 Summary:        Perl interface to the MD5 Message-Digest Algorithm
 Summary:        Perl interface to the MD5 Message-Digest Algorithm
 License:        GPL+ or Artistic
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Group:          Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 %{_mandir}/man3/*
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.03-11
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.03-10
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.03-10
 - build with Perl 5.16
 - build with Perl 5.16
 
 

+ 374 - 0
p/perl-Module-Build/perl-Module-Build-vl.spec

@@ -0,0 +1,374 @@
+%global cpan_version_major 0.42
+%global cpan_version_minor 29
+%global cpan_version %{cpan_version_major}%{?cpan_version_minor}
+
+# Run optional tests
+%bcond_with     perl_Module_Build_enables_optional_test
+
+Name:           perl-Module-Build
+Version:        %{cpan_version_major}%{?cpan_version_minor:.%cpan_version_minor}
+Release:        2%{?_dist_release}
+Summary:        Build and install Perl modules
+License:        GPL+ or Artistic
+URL:            https://metacpan.org/release/Module-Build
+Source0:        https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-%{cpan_version}.tar.gz
+# Do not require a compiler if c_source is an empty list, bug #1547165,
+# CPAN RT#124625,
+# <https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org/message/UWQ6SDRKNTX6SM6RBJ35CDBGRCV3ZSKP/>
+Patch0:         Module-Build-0.4224-Do-not-need-a-compiler-if-c_source-is-an-empty-list.patch
+BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  perl
+BuildRequires:  libxcrypt-devel
+BuildRequires:  perl(Archive::Tar)
+BuildRequires:  perl(AutoSplit)
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Converter)
+BuildRequires:  perl(CPAN::Meta::Merge)
+BuildRequires:  perl(CPAN::Meta::YAML)
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(ExtUtils::Install)
+BuildRequires:  perl(ExtUtils::Installed)
+BuildRequires:  perl(ExtUtils::Manifest)
+BuildRequires:  perl(ExtUtils::Mkbootstrap)
+BuildRequires:  perl(ExtUtils::Packlist)
+BuildRequires:  perl(ExtUtils::ParseXS)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Compare)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(lib)
+# perl(Module::Build) is loaded from ./lib
+BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Parse::CPAN::Meta)
+BuildRequires:  perl(Perl::OSType)
+BuildRequires:  perl(strict)
+# Optional tests:
+%if !%{defined perl_bootstrap}
+%if %{with perl_Module_Build_enables_optional_test}
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(File::ShareDir) >= 1.00
+BuildRequires:  perl(PAR::Dist)
+%if 0%{?fedora}  || 0%{?rhel} < 7
+BuildRequires:  perl(Pod::Readme)
+%endif
+%endif
+%endif
+BuildRequires:  perl(TAP::Harness)
+BuildRequires:  perl(TAP::Harness::Env)
+BuildRequires:  perl(Test::Harness)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Text::ParseWords)
+BuildRequires:  perl-inc-latest
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(version)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(CPAN::Meta)
+Requires:       perl(CPAN::Meta::Converter)
+Requires:       perl(CPAN::Meta::Merge)
+# Do not hard-require ExtUtils::CBuilder to allow installing Module::Build
+# without gcc, bug #1547165. Module::Build users have to require
+# ExtUtils::CBuilder explicitly according to "XS Extensions" section in
+# Module::Build::Authoring POD.
+Recommends:     perl(ExtUtils::CBuilder)
+Requires:       perl(ExtUtils::Install)
+Requires:       perl(ExtUtils::Manifest)
+Requires:       perl(ExtUtils::Mkbootstrap)
+Requires:       perl(ExtUtils::ParseXS)
+Requires:       perl(Module::Metadata)
+# Keep PAR support optional (PAR::Dist)
+Requires:       perl(Perl::OSType)
+Requires:       perl(TAP::Harness::Env)
+Requires:       perl(Test::Harness)
+# Optional run-time needed for generating documentation from POD:
+Requires:       perl(Pod::Html)
+Requires:       perl(Pod::Man)
+Requires:       perl(Pod::Text)
+Requires:       perl-inc-latest
+# Run-time for generated Build scripts from Build.PLs:
+# Those are already found by dependency generator. Just make sure they
+# present.
+# Cwd
+# File::Basename
+# File::Spec
+# strict
+
+%{?perl_default_filter}
+# Remove under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((ExtUtils::Install|File::Spec|Module::Build|Module::Metadata|Perl::OSType)\\)$
+%global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::YAML\\) >= 0.002$
+
+%description
+Module::Build is a system for building, testing, and installing Perl
+modules. It is meant to be an alternative to ExtUtils::MakeMaker.
+Developers may alter the behavior of the module through sub-classing in a
+much more straightforward way than with MakeMaker. It also does not require
+a make on your system - most of the Module::Build code is pure-perl and
+written in a very cross-platform way. In fact, you don't even need a shell,
+so even platforms like MacOS (traditional) can use it fairly easily. Its
+only prerequisites are modules that are included with perl 5.6.0, and it
+works fine on perl 5.005 if you can install a few additional modules.
+
+%prep
+%setup -q -n Module-Build-%{cpan_version}
+%patch0 -p1
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%{_fixperms} %{buildroot}/*
+
+%check
+rm t/signature.t
+LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test
+
+%files
+%license LICENSE
+%doc Changes contrib README
+%{_bindir}/config_data
+%{perl_vendorlib}/*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.42.29-2
+- initial build for Vine Linux.
+
+* Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.29-1
+- 0.4229 bump
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-9
+- Perl 5.28 re-rebuild of bootstrapped packages
+
+* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-8
+- Perl 5.28 rebuild
+
+* Thu Mar 01 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-7
+- Do not require a compiler if c_source is an empty list (bug #1547165)
+
+* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 2:0.42.24-6
+- Do not hard-require ExtUtils::CBuilder (bug #1547165)
+
+* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.24-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-3
+- Perl 5.26 re-rebuild of bootstrapped packages
+
+* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-2
+- Perl 5.26 rebuild
+
+* Wed May 31 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.24-1
+- 0.4224 bump
+
+* Fri Mar 31 2017 Petr Pisar <ppisar@redhat.com> - 2:0.42.22-1
+- 0.4222 bump
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.20-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Aug 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.20-1
+- 0.4220 bump
+
+* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-3
+- Perl 5.24 re-rebuild of bootstrapped packages
+
+* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-2
+- Perl 5.24 rebuild
+
+* Tue Apr 26 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.18-1
+- 0.4218 bump
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.42.16-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Wed Jan 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.16-1
+- 0.4216 bump
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Fri Jun 12 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.14-1
+- 0.4214 bump
+
+* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-3
+- Perl 5.22 re-rebuild of bootstrapped packages
+
+* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-2
+- Perl 5.22 rebuild
+
+* Mon May 18 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.12-1
+- 0.4212 bump
+
+* Fri Jan 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.11-1
+- 0.4211 bump
+
+* Fri Jan 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-4
+- Sub-package perl-inc-latest
+
+* Thu Dec 11 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-3
+- Disable File::ShareDir optional tests when bootstrapping
+
+* Wed Oct 15 2014 Petr Pisar <ppisar@redhat.com> - 2:0.42.10-2
+- Require Software::License to recognize more license identifiers (bug #1152319)
+
+* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.10-1
+- 0.4210 bump
+
+* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.08-3
+- Perl 5.20 re-rebuild of bootstrapped packages
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.08-2
+- Perl 5.20 rebuild
+
+* Tue Aug 19 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.08-1
+- 0.4208 bump
+
+* Wed Jul 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.42.06-1
+- 0.4206 bump
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.42.05-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Thu Feb 13 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.05-1
+- 0.4205 bump
+
+* Wed Jan 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.04-1
+- 0.4204 bump
+
+* Thu Nov 28 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.03-1
+- 0.4203 bump
+
+* Mon Nov 25 2013 Petr Pisar <ppisar@redhat.com> - 2:0.42.02-1
+- 0.4202 bump
+
+* Tue Nov 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.42.01-1
+- 0.4201 bump
+
+* Tue Nov 05 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.08-1
+- 0.4008 bump
+
+* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.07-3
+- Perl 5.18 re-rebuild of bootstrapped packages
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.40.07-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jul 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.05-1
+- 0.4007 bump
+
+* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2:0.40.05-2
+- Perl 5.18 rebuild
+
+* Mon Apr 29 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.40.05-1
+- 0.4005 bump
+
+* Wed Apr 03 2013 Petr Šabata <contyk@redhat.com> - 2:0.40.04-1
+- 0.4004 bump
+
+* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-5
+- Run-require POD convertors to get manual pages when building other packages
+
+* Mon Dec 10 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-4
+- YAML::Tiny is not needed at build time (bug #885146)
+
+* Wed Nov 21 2012 Petr Šabata <contyk@redhat.com> - 2:0.40.03-3
+- Add a few missing deps
+- Drop command macros
+
+* Mon Sep 03 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-2
+- Do not build-require Module::Build (bug #849328)
+
+* Mon Aug 20 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.03-1
+- 0.4003 bump
+
+* Mon Jul 30 2012 Jitka Plesnikova <jplesnik@redhat.com>  2:0.40.02-1
+- 0.4002 bump
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.40.01-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-3
+- Perl 5.16 re-rebuild of bootstrapped packages
+
+* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-2
+- Perl 5.16 rebuild
+
+* Wed Jun 27 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40.01-1
+- 0.4001 bump
+
+* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-3
+- Perl 5.16 rebuild
+
+* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-2
+- Do not run PAR tests on bootstrap
+
+* Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 2:0.40-1
+- 0.40 bump
+- All reverse dependecies must require use 2-digit Module::Build version now
+
+* Wed May 30 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-5
+- conditionalize some test
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3800-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jun 27 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-3
+- BR on perl-devel because this package contains macros used by rpmbuild
+  for Perl packages
+
+* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-2
+- rebuild with Perl 5.14.1, remove defatter
+
+* Wed Mar 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.3800-1
+- update to 0.3800
+
+* Wed Mar 02 2011 Petr Pisar <ppisar@redhat.com> - 1:0.3624-2
+- Raise epoch to  Core level
+- Remove BuildRoot stuff
+
+* Mon Feb 28 2011 Marcela Mašláňová <mmaslano@redhat.com> 0.3624-1
+- update to new version
+- fix BR, R
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3607-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Aug 30 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-3
+- switch off experimental test
+
+* Tue Jun  8 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-2
+- copy check part&upload key from Paul Howarth
+- fix macro
+
+* Mon May 31 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3607-1
+- add BR, update, switch on some other tests
+
+* Tue Mar 09 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.3603-1
+- Specfile autogenerated by cpanspec 1.78.

+ 10 - 8
p/perl-Net-Daemon/perl-Net-Daemon-vl.spec

@@ -1,14 +1,12 @@
 Name:           perl-Net-Daemon
 Name:           perl-Net-Daemon
 Version:        0.48
 Version:        0.48
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Perl extension for portable daemons
 Summary:        Perl extension for portable daemons
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Net-Daemon/
 URL:            http://search.cpan.org/dist/Net-Daemon/
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon/Net-Daemon-0.43.tar.gz
-#upstream report http://rt.cpan.org/Ticket/Display.html?id=39759
-Patch0:         Net-Daemon-only-ithreads.patch
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/Net-Daemon/Net-Daemon-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
 BuildArch:      noarch
 BuildArch:      noarch
@@ -35,8 +33,7 @@ inheriting will safe you a lot of work anyways.
 
 
 
 
 %prep
 %prep
-%setup -q -n Net-Daemon
-%patch0 -p1 
+%setup -q -n Net-Daemon-%{version}
 
 
 # generate our other two licenses...
 # generate our other two licenses...
 perldoc perlgpl > LICENSE.GPL
 perldoc perlgpl > LICENSE.GPL
@@ -78,13 +75,18 @@ rm -rf %{buildroot}
 
 
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
-%doc ChangeLog README LICENSE.*
+%license LICENSE.*
+%doc ChangeLog README
 %{perl_vendorlib}/*
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 %{_mandir}/man3/*.3*
 
 
 
 
 %changelog
 %changelog
-* Fri Jun 04 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.48-3
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.48-4
+- rebuilt with perl-5.26.
+- dropped Patch0: fixed in upstream.
+
+* Wed Jun 04 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.48-3
 - build with Perl 5.16
 - build with Perl 5.16
 
 
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.48-2
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.48-2

+ 5 - 2
p/perl-PlRPC/perl-PlRPC-vl.spec

@@ -1,6 +1,6 @@
 Name:       perl-PlRPC 
 Name:       perl-PlRPC 
 Version:    0.2020 
 Version:    0.2020 
-Release:    8%{?_dist_release}
+Release:    9%{?_dist_release}
 License:    GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Group:      Development/Libraries
 Summary:    Interface for building pServer Clients 
 Summary:    Interface for building pServer Clients 
@@ -11,7 +11,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 BuildArch:  noarch
 
 
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Net::Daemon) >= 0.13
+BuildRequires: perl(Net::Daemon)
 BuildRequires: perl(Storable)
 BuildRequires: perl(Storable)
 # tests
 # tests
 BuildRequires: perl(Compress::Zlib)
 BuildRequires: perl(Compress::Zlib)
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 %{_mandir}/man3/*.3*
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2020-9
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2020-8
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2020-8
 - build with Perl 5.16
 - build with Perl 5.16
 
 

+ 18 - 15
p/perl-Pod-Coverage/perl-Pod-Coverage-vl.spec

@@ -1,15 +1,15 @@
 Name:           perl-Pod-Coverage
 Name:           perl-Pod-Coverage
-Version:        0.21
-Release: 2%{?_dist_release}
+Version:        0.23
+Release:        1%{?_dist_release}
 Summary:        Checks if the documentation of a module is comprehensive
 Summary:        Checks if the documentation of a module is comprehensive
-Summary(ja):        Checks if the documentation of a module is comprehensive
+Summary(ja):    Checks if the documentation of a module is comprehensive
 License:        GPL+ or Artistic
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Coverage/
 URL:            http://search.cpan.org/dist/Pod-Coverage/
 Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
 Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildArch:      noarch
-BuildRequires:  perl(Devel::Symdump) >= 2.01
+BuildRequires:  perl(Devel::Symdump)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -30,19 +30,18 @@ module is comprehensive.
 %setup -q -n Pod-Coverage-%{version}
 %setup -q -n Pod-Coverage-%{version}
 
 
 %build
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 
 %install
 %install
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} %{buildroot}/*
 
 
 %check
 %check
-./Build test
+make test
 
 
 %clean
 %clean
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
@@ -55,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 %{_mandir}/man3/*
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.21-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 
@@ -77,10 +80,10 @@ rm -rf $RPM_BUILD_ROOT
 - Use fixperms macro instead of our own chmod incantation.
 - Use fixperms macro instead of our own chmod incantation.
 - Reformat to match cpanspec output.
 - Reformat to match cpanspec output.
 
 
-* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
+* Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-3
 - rebuild 2, enable Test::Pod, tests
 - rebuild 2, enable Test::Pod, tests
 
 
-* Thu Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
+* Wed Jan 10 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.18-2.1
 - rebuild (first pass, no tests, no Test::Pod)
 - rebuild (first pass, no tests, no Test::Pod)
 
 
 * Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
 * Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
@@ -99,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 - Avoid .packlist creation with Module::Build >= 0.2609.
 - Avoid .packlist creation with Module::Build >= 0.2609.
 - Trust that %%{perl_vendorlib} is defined.
 - Trust that %%{perl_vendorlib} is defined.
 
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 - rebuilt
 
 
 * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1
 * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.17-1

+ 8 - 4
p/perl-Test-Pod-Coverage/perl-Test-Pod-Coverage-vl.spec

@@ -1,8 +1,8 @@
 Name:           perl-Test-Pod-Coverage
 Name:           perl-Test-Pod-Coverage
-Version:        1.08
-Release: 3%{?_dist_release}
+Version:        1.10
+Release:        1%{?_dist_release}
 Summary:        Check for pod coverage in your distribution
 Summary:        Check for pod coverage in your distribution
-Summary(ja):        Check for pod coverage in your distribution
+Summary(ja):    Check for pod coverage in your distribution
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        GPL or Artistic
 License:        GPL or Artistic
@@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.08-3
 - build with Perl 5.16
 - build with Perl 5.16
 
 
@@ -83,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
 * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
 - Add dist tag.
 - Add dist tag.
 
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.06-2
 - rebuilt
 - rebuilt
 
 
 * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
 * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1

+ 12 - 7
p/perl-Test-Pod/perl-Test-Pod-vl.spec

@@ -1,8 +1,8 @@
 Name:           perl-Test-Pod
 Name:           perl-Test-Pod
-Version:        1.45
-Release: 2%{?_dist_release}
+Version:        1.52
+Release:        1%{?_dist_release}
 Summary:        Perl module for checking for POD errors in files
 Summary:        Perl module for checking for POD errors in files
-Summary(ja):        Perl module for checking for POD errors in files
+Summary(ja):    Perl module for checking for POD errors in files
 
 
 Group:          Development/Libraries
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 License:        GPL+ or Artistic
@@ -10,10 +10,11 @@ URL:            http://search.cpan.org/dist/Test-Pod/
 Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-%{version}.tar.gz
 Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
 BuildArch:      noarch
 BuildArch:      noarch
-BuildRequires:  perl(Pod::Simple) >= 2.04
-BuildRequires:  perl(Test::Builder::Tester) >= 1.02
-BuildRequires:  perl(Test::More) >= 0.62
+BuildRequires:  perl
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
 %description
 %description
@@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.52-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.45-2
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.45-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 
@@ -86,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
 * Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-3
 - Add dist tag.
 - Add dist tag.
 
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-2
 - rebuilt
 - rebuilt
 
 
 * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1
 * Thu Jun 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.20-0.fdr.1

+ 8 - 3
p/perl-XML-Parser/perl-XML-Parser-vl.spec

@@ -1,13 +1,14 @@
 Summary: XML-Parser module for perl 
 Summary: XML-Parser module for perl 
 Name: perl-XML-Parser
 Name: perl-XML-Parser
-Version: 2.40
-Release: 2%{?_dist_release}
+Version: 2.44
+Release: 1%{?_dist_release}
 License: distributable
 License: distributable
 Group: Development/Libraries
 Group: Development/Libraries
 Source0:  http://www.cpan.org/authors/id/C/CO/COOPERCL/XML-Parser-%{version}.tar.gz
 Source0:  http://www.cpan.org/authors/id/C/CO/COOPERCL/XML-Parser-%{version}.tar.gz
 Url: http://search.cpan.org/search?dist=XML-Parser
 Url: http://search.cpan.org/search?dist=XML-Parser
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: perl >= 5.8.6, libexpat >= 1.95.0, expat-devel
+BuildRequires: perl >= 5.24.2, libexpat >= 1.95.0, expat-devel
+BuildRequires: libxcrypt-devel
 Requires: perl >= 5.8.6
 Requires: perl >= 5.8.6
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -63,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/*/*
 %{_mandir}/*/*
 
 
 %changelog
 %changelog
+* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.44-1
+- new upstream release.
+- added BR:libxcrypt-devel.
+
 * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.40-2
 * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.40-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 

+ 11 - 2
p/perl-common-sense/perl-common-sense-vl.spec

@@ -1,7 +1,7 @@
 Name:		perl-common-sense
 Name:		perl-common-sense
 Summary:	"Common sense" Perl defaults 
 Summary:	"Common sense" Perl defaults 
-Version:	3.4
-Release:	2%{?_dist_release}
+Version:	3.74
+Release:	1%{?_dist_release}
 License:	GPL+ or Artistic
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Group:		Development/Libraries
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz 
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz 
@@ -15,6 +15,9 @@ Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Obsoletes:	%{name}-tests < %{version}-%{release}
 Obsoletes:	%{name}-tests < %{version}-%{release}
 Provides:	%{name}-tests = %{version}-%{release}
 Provides:	%{name}-tests = %{version}-%{release}
 
 
+Vendor:       Project Vine
+Distribution: Vine Linux
+
 %description
 %description
 This module implements some sane defaults for Perl programs, as defined
 This module implements some sane defaults for Perl programs, as defined
 by two typical (or not so typical - use your common sense) specimens of
 by two typical (or not so typical - use your common sense) specimens of
@@ -38,6 +41,8 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
 %{_fixperms} %{buildroot}
 
 
+mv -f %{buildroot}%{perl_vendorarch}/* %{buildroot}%{perl_vendorlib}/
+
 %check
 %check
 make test
 make test
 
 
@@ -51,6 +56,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/common::sense.3pm*
 %{_mandir}/man3/common::sense.3pm*
 
 
 %changelog
 %changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.74-1
+- new upstream release.
+- rebuilt with perl-5.26.
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4-2
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 3.4-2
 - build with Perl 5.16
 - build with Perl 5.16
 
 

+ 89 - 0
p/perl-inc-latest/perl-inc-latest-vl.spec

@@ -0,0 +1,89 @@
+Name:           perl-inc-latest
+Version:        0.500
+Release:        13%{?_dist_release}
+Summary:        Use modules bundled in inc/ if they are newer than installed ones
+License:        ASL 2.0
+URL:            https://metacpan.org/release/inc-latest
+Source0:        https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/inc-latest-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Tests
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(ExtUtils::Installed)
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+
+%description
+The inc::latest module helps bootstrap configure-time dependencies for CPAN
+distributions. These dependencies get bundled into the inc directory within
+a distribution and are used by Makefile.PL or Build.PL.
+
+%prep
+%setup -q -n inc-latest-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.500-13
+- initial build for Vine Linux.
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.500-10
+- Perl 5.28 rebuild
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.500-7
+- Perl 5.26 rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.500-5
+- Perl 5.24 rebuild
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.500-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.500-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.500-2
+- Perl 5.22 rebuild
+
+* Fri Jan 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.500-1
+- Set epoch to compete with perl-Module-Build sub-package
+
+* Thu Jan 29 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.500-1
+- Specfile autogenerated by cpanspec 1.78.

+ 23 - 3
p/perl/perl-vl.spec

@@ -12,7 +12,7 @@
 %define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
 %define new_perl %{new_perl_flags} $RPM_BUILD_ROOT/%{_bindir}/perl
 
 
 %define perl_version 5.16.3
 %define perl_version 5.16.3
-%define perlrel 2
+%define perlrel 3
 %define perl_epoch 2
 %define perl_epoch 2
 
 
 Provides: perl(:WITH_PERLIO)
 Provides: perl(:WITH_PERLIO)
@@ -53,6 +53,10 @@ Patch7:       perl-5.6.0-buildroot.patch
 #Patch8:      perl-5.8.0-errno.patch
 #Patch8:      perl-5.8.0-errno.patch
 Patch9:       perl-5.7.3-syslog.patch
 Patch9:       perl-5.7.3-syslog.patch
 
 
+# gcc 5 patch from upstream
+Patch10:      perl-5.16.3-gcc5.patch
+Patch11:      perl-5.18.2-Pass-fwrapv-to-stricter-GCC-4.9.patch
+
 ## from CentOS 7 Open QA – c7.00.04: perl-5.16.3-283.el7
 ## from CentOS 7 Open QA – c7.00.04: perl-5.16.3-283.el7
 Patch13:      perl-perlbug-tag.patch
 Patch13:      perl-perlbug-tag.patch
 
 
@@ -121,6 +125,9 @@ Patch1008:         perl-5.12.3-disable_test_hosts.patch
 # systems.
 # systems.
 Patch1010:        perl-5.10.0-x86_64-io-test-failure.patch
 Patch1010:        perl-5.10.0-x86_64-io-test-failure.patch
 
 
+# This patch enable to build with libxcrypt
+Patch1011: 0001-pp-Guard-fix-for-really-old-bug-in-glibc-libcrypt.patch
+
 ## patch(es) from CentOS
 ## patch(es) from CentOS
 # perl-5.16.3-283.el7
 # perl-5.16.3-283.el7
 Patch7000: porting-podcheck-regen.patch
 Patch7000: porting-podcheck-regen.patch
@@ -130,12 +137,14 @@ Patch2020: perl-5.12.3_CVE-2012-5195.patch
 Patch2030: perl-5.12.3_CVE-2012-5526.patch
 Patch2030: perl-5.12.3_CVE-2012-5526.patch
 # from CentOS
 # from CentOS
 Patch2050: perl-5.17.6-Fix-misparsing-of-maketext-strings.patch
 Patch2050: perl-5.17.6-Fix-misparsing-of-maketext-strings.patch
+Patch2060: perl-5.16.3-Perl_my_setenv-handle-integer-wrap.patch
 
 
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gawk, grep, tcsh, gdbm-devel, libdb-devel
 BuildRequires:  gawk, grep, tcsh, gdbm-devel, libdb-devel
 BuildRequires:  rpm-devel, ncurses-devel, zlib-devel, netpbm-devel
 BuildRequires:  rpm-devel, ncurses-devel, zlib-devel, netpbm-devel
 BuildRequires:  libpng-devel, libtiff-devel, libelf, libjpeg-devel
 BuildRequires:  libpng-devel, libtiff-devel, libelf, libjpeg-devel
 BuildRequires:  netpbm-devel, e2fsprogs-devel
 BuildRequires:  netpbm-devel, e2fsprogs-devel
+BuildRequires:  libxcrypt-devel, libnsl2-devel
 
 
 # without man installed, the variables installman[13]dir
 # without man installed, the variables installman[13]dir
 # in Config.pm will be undefined. This BuildPreReq will fix it.
 # in Config.pm will be undefined. This BuildPreReq will fix it.
@@ -247,7 +256,8 @@ Perl library directories in /usr/local
 %prep
 %prep
 %setup -q
 %setup -q
 %patch7000 -p1
 %patch7000 -p1
-#%patch1 -p1
+%patch10 -p1
+%patch11 -p1
 %patch13 -p1
 %patch13 -p1
 
 
 %patch17 -p1 -b .sharedlinker
 %patch17 -p1 -b .sharedlinker
@@ -263,11 +273,13 @@ Perl library directories in /usr/local
 %patch1007 -p1
 %patch1007 -p1
 %patch1008 -p1
 %patch1008 -p1
 %patch1010 -p1
 %patch1010 -p1
+%patch1011 -p1
 
 
 ## security patch(es)
 ## security patch(es)
 %patch2020 -p1 -b .CVE-2012-5195
 %patch2020 -p1 -b .CVE-2012-5195
 %patch2030 -p1
 %patch2030 -p1
 %patch2050 -p1 
 %patch2050 -p1 
+%patch2060 -p1 
 
 
 #
 #
 # Candidates for doc recoding (need case by case review):
 # Candidates for doc recoding (need case by case review):
@@ -549,6 +561,14 @@ make test
 %dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
 %dir %{_prefix}/local/lib/site_perl/%{perl_version}/%{_arch}-%{_os}%{thread_arch}
 
 
 %changelog
 %changelog
+* Wed May 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.16.3-3
+- rebuilt with gdbm-1.18.1.
+- added Patch2060 (CVE-2018-18311).
+- added BR:libxcrypt-devel,libnsl2-devel.
+- added Patch1011 to build with libxcrypt.
+- added Patch10 to build with gcc >= 5.
+- added Patch11 to build with gcc >= 4.9.
+
 * Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.16.3-2
 * Thu Feb  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.16.3-2
 - rebuilt with libdb 5.3.28
 - rebuilt with libdb 5.3.28
 
 
@@ -1022,7 +1042,7 @@ make test
 * Mon Jun 15 1998 Jeff Johnson <jbj@redhat.com>
 * Mon Jun 15 1998 Jeff Johnson <jbj@redhat.com>
 - update to 5.004_04-m4 (pre-5.005 maintenance release)
 - update to 5.004_04-m4 (pre-5.005 maintenance release)
 
 
-* Tue Jun 12 1998 Christopher McCrory <chrismcc@netus.com
+* Fri Jun 12 1998 Christopher McCrory <chrismcc@netus.com
 - need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
 - need stdarg.h from gcc shadow to fix "use Sys::Syslog" (problem #635)
 
 
 * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
 * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>