Browse Source

2015-04-16 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* perl-{Cairo, Clone, Curses, Event, Guard, IO-AIO,
	  	IO-Socket-SSL, IPC-Run, Tk, URI}: updated
		


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

+ 11 - 7
p/perl-Cairo/perl-Cairo-vl.spec

@@ -5,25 +5,26 @@
 #
 
 Name:           perl-Cairo
-Version:        1.104
-Release: 1%{?_dist_release}
+Version:        1.105
+Release:	1%{?_dist_release}
 Summary:        Perl interface to the cairo library
-Summary(ja):        Cairo ライブラリの Perl 用インターフェイス
+Summary(ja):    Cairo ライブラリの Perl 用インターフェイス
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Cairo/
 Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz
 Patch0:		perl-Cairo-ATSUItoQUARTZ.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
+BuildRequires:  perl(ExtUtils::Depends)
+BuildRequires:	perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(Test::Number::Delta)
 BuildRequires:  cairo-devel >= 1.0.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Vendor: Project Vine
-Distribution: Vine Linux
+Vendor: 	Project Vine
+Distribution: 	Vine Linux
 
 %description
 Cairo provides Perl bindings for the vector graphics library cairo.
@@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.105-1
+- new upstream release
+
 * Mon Jul 21 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.104-1
 - build with Perl 5.16
 - update to 1.104

+ 9 - 4
p/perl-Clone/perl-Clone-vl.spec

@@ -1,14 +1,16 @@
 Name:           perl-Clone
-Version:        0.31
-Release:        2%{?_dist_release}
+Version:        0.38
+Release:        1%{?_dist_release}
 Summary:        Recursively copy perl datatypes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Clone
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RD/RDF/Clone-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(ExtUtils::ParseXS), perl(Taint::Runtime), perl(Test::More)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  perl(ExtUtils::ParseXS)
+BuildRequires:	perl(Taint::Runtime)
+BuildRequires:	perl(Test::More)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # don't "provide" private Perl libs
@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.38-1
+- new upstream release
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.31-2
 - build with Perl 5.16
 

+ 10 - 5
p/perl-Curses/perl-Curses-vl.spec

@@ -1,15 +1,17 @@
 Name:           perl-Curses
-Version:        1.28
-Release:        2%{?_dist_release}
+Version:        1.32
+Release:        1%{?_dist_release}
 Summary:        Perl bindings for ncurses
+Summary(ja):    Ncurses の Perl バインディング
 
 Group:          Development/Libraries
-License:        GPL+
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Curses/
 Source0:        http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:  ncurses-devel perl(Test::More)
+BuildRequires:  ncurses-devel
+BuildRequires:	perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -69,6 +71,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.32-1
+- new upstream release
+
 * Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.28-2
 - build with Perl 5.16
 

+ 9 - 4
p/perl-Event/perl-Event-vl.spec

@@ -1,12 +1,13 @@
 Name:		perl-Event
-Version:	1.20
-Release:	2%{?_dist_release}
+Version:	1.24
+Release:	1%{?_dist_release}
 Summary:	Event loop processing
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Event/
 Source0:	http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-%{version}.tar.gz
-Patch0:		Event-1.19-UTF8.patch
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Exporter)
@@ -38,7 +39,7 @@ perl -pi -e 's|#!./perl|#!/usr/bin/perl|' demo/*.t t/*.t util/bench.pl
 %{_fixperms} demo/ util/
 
 # Fix character encoding
-%patch0 -p1
+#patch0 -p1
 
 %if %{_dist_release} <= "vl6"
 cat << \EOF > %{name}-req
@@ -81,6 +82,10 @@ make test
 
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.24-1
+- new upstream release
+- dropt Patch0 merged into upstream
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20-2
 - build with Perl 5.16
 

+ 6 - 3
p/perl-Guard/perl-Guard-vl.spec

@@ -1,12 +1,12 @@
 Name:           perl-Guard
-Version:        1.021
-Release:        2%{?_dist_release}
+Version:        1.023
+Release:        1%{?_dist_release}
 Summary:        Safe cleanup blocks
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Guard/
 Source0:        http://www.cpan.org/authors/id/M/ML/MLEHMANN/Guard-%{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))
 
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.023-1
+- new upstream release
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.021-2
 - build with Perl 5.16
 

+ 7 - 3
p/perl-IO-AIO/perl-IO-AIO-vl.spec

@@ -1,12 +1,13 @@
 Name:		perl-IO-AIO
-Version:	4.12
-Release:	2%{?_dist_release}
+Version:	4.32
+Release:	1%{?_dist_release}
 Summary:	Asynchronous Input/Output
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/IO-AIO/
 Source0:	http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:	perl >= 2:5.8.2
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(common::sense)
@@ -52,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::AIO.3pm*
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.32-1
+- new upstream release
+
 * Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 4.12-2
 - build with Perl 5.16
 

+ 8 - 3
p/perl-IO-Socket-SSL/perl-IO-Socket-SSL-vl.spec

@@ -1,9 +1,9 @@
 Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
 Summary(ja): IO::Socket::INET のための、ほぼ透過的な SSL カプセル化ライブラリ
 Name: perl-IO-Socket-SSL
-Version: 1.994
+Version: 2.012
 Release: 1%{?_dist_release}
-License: Artistic or GPL
+License: Artistic or GPLv1
 Group: Development/Libraries
 URL: http://search.cpan.org/~behroozi/IO-Socket-SSL/
 Source0: IO-Socket-SSL-%{version}.tar.gz
@@ -27,7 +27,9 @@ SSL to encrypt data before it is transferred to a remote server or client.
 %setup -q -n IO-Socket-SSL-%{version}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor
+CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor <<EOF
+y
+EOF
 make
 
 %install
@@ -60,6 +62,9 @@ make test
 %dir %{perl_vendorlib}/IO/Socket
 
 %changelog
+* Thu Apr 16 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.012-1
+- new upstream release
+
 * Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.994-1
 - new upstream release.
 

+ 4 - 1
p/perl-IPC-Run/perl-IPC-Run-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-IPC-Run
-Version:        0.92
+Version:        0.94
 Release:        1%{?_dist_release}
 Summary:        Perl module for interacting with child processes
 License:        GPL+ or Artistic
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.94-1
+- new upstream release
+
 * Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.92-1
 - updated to 0.92
 - built with perl 5.16.3

+ 13 - 9
p/perl-Tk/perl-Tk-vl.spec

@@ -4,17 +4,18 @@
 
 Summary:	A perl module for Tk.
 Name:		perl-%{pkgname}
-Version:	804.032
+Version:	804.033
 Release:	1%{_dist_release}
 Group:		Development/Libraries
 License:	GPL or Artistic
 URL:		http://perltk.org/
 Source0:	%{pkgname}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires: libX11-devel
-BuildRequires: libpng-devel
-BuildRequires: libjpeg-turbo-devel
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:	libX11-devel
+BuildRequires:	libpng-devel
+BuildRequires:	libjpeg-turbo-devel
+Requires:   	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Patch0:         perl-Tk-widget.patch
 # modified version of http://ftp.de.debian.org/debian/pool/main/p/perl-tk/perl-tk_804.027-8.diff.gz
@@ -24,11 +25,11 @@ Patch2:         perl-Tk-seg.patch
 # Fix freetype detection with 2.5
 Patch4:         perl-Tk-freetype25.patch
 
-Provides: perl(Tk::LabRadio) = 4.004
-Provides: perl(Tk::TextReindex) = 4.004
+Provides: 	perl(Tk::LabRadio) = 4.004
+Provides: 	perl(Tk::TextReindex) = 4.004
 
-Vendor: Project Vine
-Distribution: Vine Linux
+Vendor: 	Project Vine
+Distribution: 	Vine Linux
 
 %description
 Perl bindings to the Tk Graphical User Interface ToolKit. 
@@ -92,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 804.033-1
+- new upstream release
+
 * Thu Jul 3 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 804.032-1
 - new upstream release.
 - replaced patches.

+ 7 - 2
p/perl-URI/perl-URI-vl.spec

@@ -1,7 +1,9 @@
-Summary: URI module for perl
 Name: perl-URI
-Version: 1.65
+Version: 1.67
 Release: 1%{?_dist_release}
+Summary: URI module for perl
+Summary(ja): Perl 用の URI モジュール
+
 License: GPL+ or Artistic
 Group: Development/Libraries
 URL: http://search.cpan.org/~ether/URI/
@@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.67-1
+- new upstream release
+
 * Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.65-1
 - updated to 1.65