Browse Source

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

	* perl-IPC-Run, perl-TeX-Hyphen, perl-text-CSV: updated
	* perl-IPC-ShareLite, perl-Text-Iconv, perl-Text-Reform: rebuilt
	


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

+ 8 - 2
p/perl-IPC-Run/perl-IPC-Run-vl.spec

@@ -1,14 +1,16 @@
 Name:           perl-IPC-Run
-Version:        0.89
+Version:        0.92
 Release:        1%{?_dist_release}
 Summary:        Perl module for interacting with child processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run/
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
+
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Pty) >= 1.00
+BuildRequires:  perl(IO::Pty) >= 1.08
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -58,6 +60,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.92-1
+- updated to 0.92
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.89-1
 - initial build for Vine Linux
 

+ 5 - 2
p/perl-IPC-ShareLite/perl-IPC-ShareLite-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-IPC-ShareLite
 Version:        0.17
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Lightweight interface to shared memory
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-ShareLite/
 Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/IPC-ShareLite-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.17-2
+- rebuilt with perl 5.16.3
+
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
 - initial build for Vine Linux
 

+ 7 - 3
p/perl-TeX-Hyphen/perl-TeX-Hyphen-vl.spec

@@ -1,14 +1,14 @@
 Name:           perl-TeX-Hyphen
-Version:        0.140
-Release:        15%{?dist}
+Version:        1.01
+Release:        1%{?dist}
 Summary:        Hyphenate words using TeX's patterns
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/TeX-Hyphen/
 Source0:        http://www.cpan.org/authors/id/J/JA/JANPAZ/TeX-Hyphen-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.01-1
+- updated to 1.01
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.140-1
 - initial build for Vine Linux
 

+ 11 - 6
p/perl-Text-CSV/perl-Text-CSV-vl.spec

@@ -1,5 +1,5 @@
 Name:		perl-Text-CSV
-Version:	1.21
+Version:	1.32
 Release:	1%{?_dist_release}
 Summary:	Comma-separated values manipulator
 
@@ -7,19 +7,20 @@ Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Text-CSV/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:	perl(IO::Handle)
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
-
 BuildRequires:	perl(ExtUtils::MakeMaker)
-
 # For test suite
 BuildRequires:  perl(Test::Harness)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(IO::Handle)
 
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(IO::Handle)
+
+
+
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       shaolin
@@ -62,6 +63,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.32-1
+- updated to 1.32
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.21-1
 - initial build for Vine Linux
 

+ 5 - 2
p/perl-Text-Iconv/perl-Text-Iconv-vl.spec

@@ -1,14 +1,14 @@
 Name:           perl-Text-Iconv
 Version:        1.7
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Perl interface to iconv() codeset conversion function
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-Iconv/
 Source0:        http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -61,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.7-2
+- rebuilt with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.7-1
 - initial build for Vine Linux
 

+ 5 - 1
p/perl-Text-Reform/perl-Text-Reform-vl.spec

@@ -1,11 +1,12 @@
 Name:           perl-Text-Reform
 Version:        1.20
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Manual text wrapping and reformatting
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Reform/
 Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/Text-Reform-%{version}.tar.gz
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
@@ -55,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.20-2
+- rebuilt with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.20-1
 - initial build for Vine Linux