Browse Source

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

	* perl-Algorithm-Depndency,
	  perl-Thread-{Conveyor, Conveyor-Monitored, Pool}: rebuilt
	* perl-BDB, perl-Coro, perl-URI, perl-SUPER: updated
	


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

+ 7 - 3
p/perl-Algorithm-Dependency/perl-Algorithm-Dependency-vl.spec

@@ -1,14 +1,13 @@
 Name: 		perl-Algorithm-Dependency
 Version: 	1.110
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Summary: 	Algorithmic framework for implementing dependency trees
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Algorithm-Dependency/
 Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Algorithm-Dependency-%{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}-root
 BuildArch: noarch
 
 BuildRequires: perl(File::Spec)		>= 0.82
@@ -21,6 +20,8 @@ BuildRequires: perl(Test::CPAN::Meta)	>= 0.12
 BuildRequires: perl(Perl::MinimumVersion) >= 1.20
 BuildRequires: perl(Test::MinimumVersion) >= 0.008
 
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 %description
 Algorithm::Dependency is a framework for creating simple read-only
 dependency hierarchies, where you have a set of items that rely on other
@@ -53,6 +54,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.110-2
+- rebuilt with perl 5.16.3
+
 * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.110-1
 - initial build for Vine Linux
 

+ 8 - 4
p/perl-BDB/perl-BDB-vl.spec

@@ -1,17 +1,17 @@
 Name:           perl-BDB
-Version:        1.88
-Release:        2%{?_dist_release}
+Version:        1.91
+Release:        1%{?_dist_release}
 Summary:        Asynchronous Berkeley DB access
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/BDB/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/BDB-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(common::sense)
-BuildRequires:  db4-devel
+BuildRequires:  libdb-devel
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.91-1
+- updated to 1.91
+- built with libdb 5.3.28
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.88-2
 - build with Perl 5.16
 

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

@@ -1,6 +1,6 @@
 Name:           perl-Coro
-Version:        6.07
-Release:        2%{?_dist_release}
+Version:        6.41
+Release:        1%{?_dist_release}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -143,6 +143,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 6.41-1
+- updated to 6.41
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 6.07-2
 - build with Perl 5.16
 

+ 5 - 1
p/perl-SUPER/perl-SUPER-vl.spec

@@ -1,5 +1,5 @@
 Name:		perl-SUPER
-Version:	1.17
+Version:	1.20141117
 Release:	1%{?_dist_release}
 Summary:	Sane superclass method dispatcher
 License:	GPL+ or Artistic
@@ -55,6 +55,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/SUPER.3pm*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.20141117-1
+- new upstream release
+- built with perl 5.16.3
+
 * Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.17-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-Thread-Conveyor-Monitored/perl-Thread-Conveyor-Monitored-vl.spec

@@ -3,7 +3,7 @@
 Summary:        Monitor a belt for specific content
 Name:           perl-Thread-Conveyor-Monitored
 Version:        0.14
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic or GPL+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Thread-Conveyor/
@@ -60,5 +60,8 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.14-2
+- rebuilt with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.14-1
 - initial build for Vine Linux

+ 4 - 1
p/perl-Thread-Conveyor/perl-Thread-Conveyor-vl.spec

@@ -3,7 +3,7 @@
 Summary:        Transport of any data-structure between threads
 Name:           perl-Thread-Conveyor
 Version:        0.19
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic or GPL+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Thread-Conveyor/
@@ -71,5 +71,8 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.19-2
+- rebuilt with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.19-1
 - initial build for Vine Linux

+ 4 - 1
p/perl-Thread-Pool/perl-Thread-Pool-vl.spec

@@ -3,7 +3,7 @@
 Summary:        Group of threads for performing similar jobs
 Name:           perl-Thread-Pool
 Version:        0.33
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Thread-Pool/
@@ -60,5 +60,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.33-2
+- rebuilt with perl 5.16.3
+
 * Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.33-1
 - initial build for Vine Linux

+ 11 - 17
p/perl-URI/perl-URI-vl.spec

@@ -1,26 +1,17 @@
-%define perlver		%(rpm -q --queryformat %%{version} perl)
-
 Summary: URI module for perl
 Name: perl-URI
-Version: 1.58
-Release: 2%{?_dist_release}
-License: distributable
+Version: 1.65
+Release: 1%{?_dist_release}
+License: GPL+ or Artistic
 Group: Development/Libraries
+URL: http://search.cpan.org/~ether/URI/
+
 Source0: http://www.cpan.org/authors/id/GAAS/URI-%{version}.tar.gz
-Source1: filter-requires-perl-URI.sh
-Url: http://search.cpan.org/search?dist=URI
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
-BuildRequires: perl >= %{perlver}
-Requires: perl >= %{perlver}
-
-#BuildRequires:  perl(Business::ISBN)
-%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
-%define __find_requires %{SOURCE1}
-%else
-%define __perl_requires %{SOURCE1}
-%endif
-
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 URI module for perl
@@ -64,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.65-1
+- updated to 1.65
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.58-2
 - build with Perl 5.16