Browse Source

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

	* perl-Class-Autouse, perl-Image-Xbm,
	  perl-Test-Harness-Straps: rebuilt
	* perl-Class-Autouse, perl-Image-{ExifTool, Info, Xpm},
	  perl-Test-{EOL, Inline}: updated
	  


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

+ 4 - 1
p/perl-Class-Autouse/perl-Class-Autouse-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-Class-Autouse
 Version:	2.01
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Run-time class loading on first method call
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -62,6 +62,9 @@ AUTOMATED_TESTING=1 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.01-2
+- rebuilt with perl 5.16.3
+
 * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.01-1
 - initial build for Vine Linux
 

+ 6 - 2
p/perl-Class-Singleton/perl-Class-Singleton-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Class-Singleton
-Version:        1.4
-Release:        7%{?_dist_release}
+Version:        1.5
+Release:        1%{?_dist_release}
 Summary:        Implementation of a "Singleton" class
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.5-1
+- new upstream release
+- built with perl 5.16.3
+
 * Wed Jan 25 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.4-7
 - rebuild with perl-5.12.3
 

+ 18 - 10
p/perl-Image-ExifTool/perl-Image-ExifTool-vl.spec

@@ -1,18 +1,22 @@
 Name:		perl-Image-ExifTool
-Version:	8.40
-Release:	2%{?_dist_release}
-License:	GPL+ or Artistic
-Group:		Applications/Multimedia
+Version:	9.76
+Release:	1%{?_dist_release}
 Summary:	Utility for reading and writing image meta info
-URL:		http://www.sno.phy.queensu.ca/%7Ephil/exiftool/
-Source0:	http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz
 
-BuildRequires:	perl
-BuildRequires:	perl(ExtUtils::Command::MM)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+License:	GPL+ or Artistic
+Group:		Development/Libraries
+URL:		http://search.cpan.org/~exiftool/Image-ExifTool/
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:	http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/Image-ExifTool-%{version}.tar.gz
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:	noarch
+BuildRequires:	perl(Archive::Zip)
+BuildRequires:	perl(Compress::Zlib)
+BuildRequires:	perl(Digest::MD5)
+BuildRequires:	perl(Digest::SHA)
+BuildRequires:	perl(ExtUtils::Command::MM)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -68,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 9.76-1
+- new upstream release
+- built with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 8.40-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags

+ 12 - 4
p/perl-Image-Info/perl-Image-Info-vl.spec

@@ -1,19 +1,22 @@
 %define rgbtxt  %{_datadir}/X11/rgb.txt
 
 Name:           perl-Image-Info
-Version:        1.28
+Version:        1.36
 Release:        1%{?_dist_release}
 Summary:        Image meta information extraction module for Perl
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Image-Info/
+
 Source0:        http://www.cpan.org/authors/id/T/TE/TELS/image/Image-Info-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
-BuildRequires:  perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple)
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(XML::LibXML)
+BuildRequires:  perl(XML::Simple)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       rgb
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -53,11 +56,16 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README exifdump imgdump
+%{perl_vendorlib}/Bundle/Image/
 %{perl_vendorlib}/Image/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.36-1
+- updated to 1.36
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-1
 - initial build for Vine Linux
 

+ 5 - 2
p/perl-Image-Xbm/perl-Image-Xbm-vl.spec

@@ -1,13 +1,13 @@
 Name:           perl-Image-Xbm
 Version:        1.08
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Load, create, manipulate and save xbm image files in Perl
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Image-Xbm/
 Source0:        http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Xbm-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.08-2
+- rebuilt with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
 - initial build for Vine Linux
 

+ 6 - 2
p/perl-Image-Xpm/perl-Image-Xpm-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Image-Xpm
-Version:        1.09
+Version:        1.12
 Release:        1%{?_dist_release}
 Summary:        Load, create, manipulate and save xpm image files in Perl
 
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 License:        GPL+
 URL:            http://search.cpan.org/dist/Image-Xpm/
 Source0:        http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Xpm-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:      noarch
 BuildRequires:  perl(Image::Base)
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.12-1
+- updated to 1.12
+- built with perl 5.16.3
+
 * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1
 - initial build for Vine Linux
 

+ 7 - 2
p/perl-Test-EOL/perl-Test-EOL-vl.spec

@@ -2,7 +2,7 @@
 %global old_eumm %(perl -MExtUtils::MakeMaker -e 'printf "%d\\n", $ExtUtils::MakeMaker::VERSION < 6.30 ? 1 : 0;' 2>/dev/null || echo 0)
 
 Name:		perl-Test-EOL
-Version:	1.1
+Version:	1.5
 Release:	1%{?_dist_release}
 Summary:	Check the correct line endings in your project
 Group:		Development/Libraries
@@ -10,7 +10,8 @@ License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Test-EOL/
 Source0:	http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Test-EOL-%{version}.tar.gz
 Patch0:		Test-EOL-1.0-old-EU::MM.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(File::Find)
@@ -64,6 +65,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::EOL.3pm*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.5-1
+- updated to 1.5
+- built with perl 5.16.3
+
 * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
 - initial build for Vine Linux
 

+ 5 - 2
p/perl-Test-Harness-Straps/perl-Test-Harness-Straps-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-Test-Harness-Straps
 Version:        0.30
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Detailed analysis of test results
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Harness-Straps/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/Test-Harness-Straps-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.30-2
+- rebuilt with perl 5.16.3
+
 * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.30-1
 - initial build for Vine Linux
 

+ 8 - 4
p/perl-Test-Inline/perl-Test-Inline-vl.spec

@@ -1,14 +1,13 @@
 Name: 		perl-Test-Inline
-Version: 	2.212
+Version: 	2.213
 Release: 	1%{?_dist_release}
 Summary: 	Test::Inline Perl module
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Test-Inline/
 Source0: 	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Inline-%{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
 BuildArch: 	noarch
 
 BuildRequires:	perl(Test::More) >= 0.42
@@ -26,7 +25,7 @@ BuildRequires:	perl(Class::Autouse) >= 1.29
 BuildRequires:	perl(Algorithm::Dependency) >= 1.02
 BuildRequires:	perl(File::Flat) >= 1.00
 BuildRequires:	perl(Pod::Tests) >= 0.18
-BuildRequires:	perl(Test::Script)
+BuildRequires:	perl(Test::Script) >= 1.02
 
 # For improved tests
 BuildRequires:	perl(Test::Pod) >= 1.00
@@ -37,6 +36,7 @@ BuildRequires:  perl(Perl::MinimumVersion) >= 1.20
 # RPM misses these deps
 Requires:	perl(File::Flat)
 Requires:	perl(File::Find::Rule)
+Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Test::Inline allows you to inline your tests next to the code being tested.
@@ -79,6 +79,10 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.213-1
+- updated to 2.213
+- built with perl 5.16.3
+
 * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.212-1
 - initial build for Vine Linux