Browse Source

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

	* perl-Apache-Htpasswd, perl-Cache-Cache,
	  perl-MRO-Compat, perl-Parse-RecDescent,
	  perl-Pod-{Eventual, POM, Tests},
	  perl-Proc-{ProcessTable, Simpler}: updated
	* perl-Parse-Nessus-NBE: rebuilt
	


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

+ 6 - 2
p/perl-Apache-Htpasswd/perl-Apache-Htpasswd-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Apache-Htpasswd
-Version:        1.8
+Version:        1.9
 Release:        1%{?_dist_release}
 Summary:        Manage Unix crypt-style password file
 
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Apache-Htpasswd/
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMELTZ/Apache-Htpasswd-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -57,6 +57,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.9-1
+- updated to 1.9
+- built with perl 5.16.3
+
 * Fri Mar 03 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.8-1
 - initial build for Vine Linux
 

+ 7 - 3
p/perl-Cache-Cache/perl-Cache-Cache-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-Cache-Cache
-Version:        1.06
-Release:        1%{?dist}
+Version:        1.07
+Release:        1%{?_dist_release}
 Summary:        Generic cache interface and implementations
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cache-Cache/
 Source0:        http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(Digest::SHA1) >= 2.02
 BuildRequires:  perl(Error) >= 0.15
@@ -57,6 +57,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.07-1
+- updated to 1.07
+- built with perl 5.16.3
+
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.06-1
 - initial build for Vine Linux
 

+ 7 - 2
p/perl-MRO-Compat/perl-MRO-Compat-vl.spec

@@ -2,14 +2,15 @@
 %global mro_in_core %(perl -e 'print $] > 5.009005 ? 1 : 0;')
 
 Name:		perl-MRO-Compat
-Version:	0.11
+Version:	0.12
 Release:	1%{?_dist_release}
 Summary:	Mro::* interface compatibility for Perls < 5.9.5
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/MRO-Compat/
 Source0:	http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MRO-Compat-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:	noarch
 # Build
 BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.42
@@ -73,6 +74,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MRO::Compat.3pm*
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.12-1
+- updated to 0.12
+- built with perl 5.16.3
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.11-1
 - initial build for Vine Linux
 

+ 5 - 4
p/perl-Parse-Nessus-NBE/perl-Parse-Nessus-NBE-vl.spec

@@ -3,12 +3,12 @@
 Summary:	Extract information from Nessus NBE files
 Name:		perl-%{real_name}
 Version:	1.1
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	Artistic or GPL+
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/%{real_name}
 Source0:	http://search.cpan.org/CPAN/authors/id/D/DK/DKYGER/%{real_name}-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:	noarch
 BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -49,8 +49,9 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/*
 
 
-
-
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.1-2
+- rebuilt with perl 5.16.3
+
 * Wed Mar 14 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
 - initial build for Vine Linux

+ 5 - 1
p/perl-Parse-RecDescent/perl-Parse-RecDescent-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Parse-RecDescent
-Version:        1.964
+Version:        1.967009
 Release:        1%{?_dist_release}
 Summary:        Parse-RecDescent Perl module
 
@@ -89,6 +89,10 @@ find %{buildroot} -type d -depth -exec %__rmdir {} 2>/dev/null ';'
 
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.967009-1
+- updated to 1.967009
+- built with perl 5.16.3
+
 * Mon Mar 12 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.964-2
 - rebuild
 

+ 9 - 5
p/perl-Pod-Eventual/perl-Pod-Eventual-vl.spec

@@ -1,17 +1,17 @@
 Name:           perl-Pod-Eventual
-Version:        0.093330
+Version:        0.094001
 Release:        1%{?_dist_release}
 Summary:        Read a POD document as a series of trivial events
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Pod-Eventual/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.001
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.102
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Pod)
 #BuildRequires:  perl(Test::Pod::Coverage)
 # causes circular builddeps
@@ -67,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.094001-1
+- updated to 0.094001
+- built with perl 5.16.3
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.093330-1
 - initial build for Vine Linux
 

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

@@ -1,5 +1,5 @@
 Name:           perl-Pod-POM
-Version:        0.27
+Version:        0.29
 Release:        1%{?_dist_release}
 
 Summary:        Object-oriented interface to Perl POD documents
@@ -8,7 +8,7 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Pod-POM/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AN/ANDREWF/Pod-POM-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:      noarch
 BuildRequires:  perl(Test::More), perl(File::Slurp), perl(Text::Wrap)
@@ -63,6 +63,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.29-1
+- updated to 0.29
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.27-1
 - initial build for Vine Linux
 

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

@@ -1,12 +1,13 @@
 Name: 		perl-Pod-Tests
 Version: 	1.19
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Summary: 	Extract embedded tests and code examples from POD
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Pod-Tests/
 Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Pod-Tests-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch: 	noarch
@@ -58,6 +59,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.19-2
+- rebuilt with perl 5.16.3
+
 * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.19-1
 - initial build for Vine Linux
 

+ 9 - 4
p/perl-Proc-ProcessTable/perl-Proc-ProcessTable-vl.spec

@@ -1,14 +1,15 @@
 Name:		perl-Proc-ProcessTable
-Version:	0.45
-Release:	2%{?_dist_release}
+Version:	0.51
+Release:	1%{?_dist_release}
 Summary:	Perl extension to access the unix process table
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Proc-ProcessTable/
 Source0:	http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl(ExtUtils::MakeMaker)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -50,6 +51,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.51-1
+- updated to 0.51
+- built with perl 5.16.3
+
 * Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 7 - 3
p/perl-Proc-Simple/perl-Proc-Simple-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-Proc-Simple
-Version:        1.26
-Release:        2%{?_dist_release}
+Version:        1.31
+Release:        1%{?_dist_release}
 Summary:        Launch and control background processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Proc-Simple/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -51,6 +51,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.31-1
+- updated to 1.31
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.26-2
 - rebuild