Browse Source

2014-11-19 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl-B-Keywords, perl-PadWalker,
	  perl-Test-{Base, Differences, Taint},
	  perl-Text-Autoformat, perl-YAML-Tiny: updated
	* perl-Pod-Spell: rebuilt
	* perl-Capture-Tiny: NEW
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9104 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
f73a9eef2b

+ 6 - 2
p/perl-B-Keywords/perl-B-Keywords-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-B-Keywords
-Version:        1.12
-Release:        2%{?_dist_release}
+Version:        1.13
+Release:        1%{?_dist_release}
 Summary:        Lists of reserved barewords and symbol names
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -55,6 +55,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-1
+- updated to 1.13
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.12-2
 - rebuild
 

+ 193 - 0
p/perl-Capture-Tiny/perl-Capture-Tiny-vl.spec

@@ -0,0 +1,193 @@
+%define perl_bootstrap 1
+
+Name:           perl-Capture-Tiny
+Version:        0.27
+Release:        2%{?_dist_release}
+Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
+License:        ASL 2.0
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Capture-Tiny/
+Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+# PerlIO is optional
+BuildRequires:  perl(Scalar::Util)
+# Tests only:
+BuildRequires:  perl(Config)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::More) >= 0.62
+BuildRequires:  perl(version)
+# Optional tests:
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(Inline)
+BuildRequires:  perl(Inline::C)
+BuildRequires:  perl(Parse::RecDescent)
+%endif
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Capture::Tiny provides a simple, portable way to capture anything sent to
+STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or
+from an external program. Optionally, output can be teed so that it is
+captured while being passed through to the original handles. Yes, it even
+works on Windows. Stop guessing which of a dozen capturing modules to use
+in any particular situation and just use this one.
+
+%prep
+%setup -q -n Capture-Tiny-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=perl
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes examples LICENSE README Todo
+%{perl_privlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.27-2
+- Initial package for Vine Linux
+
+* Wed Nov 12 2014 Petr Šabata <contyk@redhat.com> - 0.27-1
+- 0.27 bump
+- META changes only
+
+* Tue Nov 04 2014 Petr Šabata <contyk@redhat.com> - 0.26-1
+- 0.26 bump
+- Test suite enhancements only
+
+* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-3
+- Perl 5.20 re-rebuild of bootstrapped packages
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.25-2
+- Perl 5.20 rebuild
+
+* Mon Aug 18 2014 Petr Šabata <contyk@redhat.com> - 0.25-1
+- 0.25 bump
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Mon Feb 10 2014 Petr Šabata <contyk@redhat.com> - 0.24-1
+- 0.24 bump, fix CVE-2014-1875
+
+* Thu Oct 24 2013 Petr Šabata <contyk@redhat.com> - 0.23-1
+- 0.23 bump
+
+* Thu Sep 05 2013 Petr Šabata <contyk@redhat.com> - 0.22-4
+- Avoid circular dependencies when bootstrapping (#1004376)
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.22-2
+- Perl 5.18 rebuild
+
+* Thu Mar 28 2013 Petr Pisar <ppisar@redhat.com> - 0.22-1
+- 0.22 bump
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Nov 16 2012 Petr Pisar <ppisar@redhat.com> - 0.21-1
+- 0.21 bump
+
+* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 0.20-1
+- 0.20 bump
+
+* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-1
+- 0.19 bump
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 0.18-2
+- Perl 5.16 rebuild
+
+* Mon May 07 2012 Petr Šabata <contyk@redhat.com> - 0.18-1
+- 0.18 bump
+
+* Thu Feb 23 2012 Petr Šabata <contyk@redhat.com> - 0.17-1
+- 0.17 bump
+
+* Mon Feb 13 2012 Petr Šabata <contyk@redhat.com> - 0.16-1
+- 0.16 bump
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jan 02 2012 Petr Šabata <contyk@redhat.com> - 0.15-1
+- 0.15 bump
+
+* Mon Dec 05 2011 Petr Šabata <contyk@redhat.com> - 0.13-1
+- 0.13 bump
+
+* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 0.12-1
+- 0.12 bump
+
+* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11-2
+- Perl mass rebuild
+
+* Fri May 20 2011 Petr Sabata <psabata@redhat.com> - 0.11-1
+- 0.11 bump
+- Removing defattr
+
+* Wed Feb 09 2011 Petr Pisar <ppisar@redhat.com> - 0.10-1
+- 0.10 bump
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Jan 28 2011 Petr Pisar <ppisar@redhat.com> - 0.09-1
+- 0.09 bump
+- Remove BuildRoot stuff
+- Migrate from Module::Build to ExtUtils::MakeMaker
+- Install into perl core directory
+
+* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-2
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Mon Jun 21 2010 Petr Pisar <ppisar@redhat.com> - 0.08-1
+- 0.08 bump (bug #606277)
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-2
+- Mass rebuild with perl-5.12.0
+
+* Wed Jan 27 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-1
+- update
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.06-2
+- rebuild against perl 5.10.1
+
+* Tue Aug 11 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.06-1
+- update
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Apr 27 2009 Marcela Mašláňová <mmaslano@redhat.com> 0.05-1
+- Specfile autogenerated by cpanspec 1.78.

+ 6 - 2
p/perl-PadWalker/perl-PadWalker-vl.spec

@@ -1,12 +1,12 @@
 Name:		perl-PadWalker
-Version:	1.92
+Version:	1.99
 Release:	1%{?_dist_release}
 Summary:	Play with other peoples' lexical variables
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/PadWalker/
 Source0:	http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	perl(ExtUtils::MakeMaker)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -53,6 +53,10 @@ find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.99-1
+- updated to 1.99
+- built with perl 5.16.3
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.92-1
 - updated to 1.92, synced with Fedora's 1.92-5
 - previous Vine changelogs as follows:

+ 6 - 2
p/perl-Pod-Spell/perl-Pod-Spell-vl.spec

@@ -1,14 +1,15 @@
 Name:           perl-Pod-Spell
 Version:        1.01
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A formatter for spellchecking Pod
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Pod-Spell/
+
 Source0:        http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Spell-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}--root
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Pod::Escapes) >= 1.01
@@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.01-3
+- rebuilt with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.01-2
 - rebuild
 

+ 5 - 1
p/perl-Test-Base/perl-Test-Base-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Test-Base
-Version:        0.60
+Version:        0.88
 Release:        1%{?_dist_release}
 Summary:        Data Driven Testing Framework
 License:        GPL+ or Artistic
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.88-1
+- updated to 0.88
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.60-1
 - initial build for Vine Linux
 

+ 8 - 3
p/perl-Test-Differences/perl-Test-Differences-vl.spec

@@ -1,5 +1,5 @@
 # RPM version needs 4 digits after the decimal to preserve upgrade path
-%global module_version 0.500
+%global module_version 0.62
 %global RPM_version %(echo %{module_version} | %{__perl} -pi -e 's/(.*)/sprintf("%.4f", $1)/e')
 
 Name:           perl-Test-Differences
@@ -11,16 +11,16 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Differences/
 Source0:        http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{module_version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Text::Diff) >= 0.35
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Capture::Tiny)
 # not detected
-Requires:       perl(Text::Diff) >= 0.35
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -62,6 +62,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.6200-1
+- updated to 0.62
+- built with perl 5.16.3
+- added BR: perl(Capture::Tiny)
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5000-1
 - initial build for Vine Linux
 

+ 8 - 6
p/perl-Test-Taint/perl-Test-Taint-vl.spec

@@ -1,19 +1,17 @@
 Summary:	Tools to test taintedness
 Name:		perl-Test-Taint
-Version:	1.04
-Release:	2%{?_dist_release}
+Version:	1.5
+Release:	1%{?_dist_release}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Test-Taint/
 Source0:	http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	perl
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	perl(ExtUtils::MakeMaker)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
 BuildRequires:	perl(Test::Pod) >= 1.00
 BuildRequires:	perl(Test::Pod::Coverage) >= 0.08
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -58,6 +56,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.06-1
+- updated to 1.06
+- built with perl 5.16.3
+
 * Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.04-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 7 - 2
p/perl-Text-Autoformat/perl-Text-Autoformat-vl.spec

@@ -1,12 +1,13 @@
 Name:           perl-Text-Autoformat
-Version:        1.669002
+Version:        1.669006
 Release:        1%{?_dist_release}
 Summary:        Automatic text wrapping and reformatting
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Autoformat/
 Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
@@ -66,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.669006-1
+- updated to 1.669006
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.669002-1
 - initial build for Vine Linux
 

+ 8 - 2
p/perl-YAML-Tiny/perl-YAML-Tiny-vl.spec

@@ -1,11 +1,13 @@
 Name:           perl-YAML-Tiny
-Version:        1.50
-Release:        2%{?_dist_release}
+Version:        1.51
+Release:        1%{?_dist_release}
 Summary:        Read/Write YAML files with as little code as possible
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML-Tiny/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -52,6 +54,10 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.51-1
+- updated to 1.51
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.50-2
 - rebuild