Browse Source

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

	* perl-DateTime-TimeZone, perl-LDAP: updated
	* perl-List-AllUtils, perl-Test-Warnings: NEW
	* perl-Unicode-{Map, Map8, MapUTF8, String}: rebuilt
	* perl-X11-Protocol: rebuilt
	


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

+ 16 - 4
p/perl-DateTime-TimeZone/perl-DateTime-TimeZone-vl.spec

@@ -1,11 +1,15 @@
+%global perl_bootstrap 1
+
 Name:           perl-DateTime-TimeZone
-Version:        1.45
-Release:        2%{?_dist_release}
+Version:        1.81
+Release:        1%{?_dist_release}
 Summary:        Time zone object base class and factory
-License:        GPL+ or Artistic
+License:        Artistic License 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime-TimeZone/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Class::Singleton) >= 1.03
@@ -14,12 +18,15 @@ BuildRequires:  perl(Cwd) >= 3
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Compare)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(List::AllUtils)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Params::Validate) >= 0.72
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Pod::Man) >= 1.14
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Output)
+BuildRequires:  perl(Test::Requires)
 # not automatically detected
 Requires:       perl(Cwd) >= 3
 Requires:       perl(File::Compare)
@@ -100,11 +107,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.81-1
+- updated to 1.81
+- added BR: perl(List::AllUtils), perl(Test::Fatal) and perl(Test::Requires)
+- built with perl 5.16.3 (bootstrap)
+
 * Tue Mar 06 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.45-2
 - now without bootstrapping
 

+ 10 - 3
p/perl-LDAP/perl-LDAP-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-LDAP
-Version:        0.44
-Release:        2%{?_dist_release}
+Version:        0.64
+Release:        1%{?_dist_release}
 Summary:        LDAP Perl module
 
 Group:          Development/Libraries
@@ -9,16 +9,19 @@ URL:            http://search.cpan.org/dist/perl-ldap/
 Source0:        http://www.cpan.org/authors/id/G/GB/GBARR/perl-ldap-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 # [Core Features]
 BuildRequires:  perl(Convert::ASN1)
 BuildRequires:  perl(IO::Socket::SSL)
 # [optional modules]
 BuildRequires:  perl(Authen::SASL) >= 2.00
+BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(URI::ldap) >= 1.1
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(XML::SAX::Writer)
 # [test]
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(LWP::UserAgent)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Authen::SASL)
@@ -84,6 +87,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.64-1
+- updated to 0.64
+- built with perl 5.16.3
+
 * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.44-2
 - rebuild
 

+ 95 - 0
p/perl-List-AllUtils/perl-List-AllUtils-vl.spec

@@ -0,0 +1,95 @@
+Name:           perl-List-AllUtils
+Version:        0.04
+Release:        1%{?_dist_release}
+Summary:        Combines List::Util and List::MoreUtils
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/List-AllUtils/
+
+Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(List::MoreUtils) >= 0.28
+BuildRequires:  perl(List::Util)
+#BuildRequires:  perl(List::Util) >= 1.31
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test::More) >= 0.88
+# Test::NoTabs not used
+# Test::Pod::LinkCheck not used
+# Test::Portability::Files not used
+# Test::Spelling 0.12 not used
+# Test::Synopsis not used
+BuildRequires:  perl(Test::Warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+
+%description
+Are you sick of trying to remember whether a particular helper is defined
+in List::Util or List::MoreUtils? I sure am. Now you don't have to remember.
+This module will export all of the functions that either of those two
+modules defines.
+
+%prep
+%setup -q -n List-AllUtils-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.04-1
+- inital build for Vine Linux
+  (we use 0.04, which isn't the newest, due to version of List::Util)
+
+* Wed Oct 08 2014 Petr Pisar <ppisar@redhat.com> - 0.09-1
+- 0.09 bump
+
+* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 0.08-1
+- 0.08 bump
+
+* Tue Oct 15 2013 Petr Pisar <ppisar@redhat.com> - 0.07-1
+- 0.07 bump
+
+* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 0.05-1
+- 0.05 bump
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 0.03-2
+- Perl 5.18 rebuild
+
+* Thu Mar 07 2013 Petr Pisar <ppisar@redhat.com> 0.03-1
+- Specfile autogenerated by cpanspec 1.78.

+ 165 - 0
p/perl-Test-Warnings/perl-Test-Warnings-vl.spec

@@ -0,0 +1,165 @@
+Name:		perl-Test-Warnings
+Version:	0.016
+Release:	3%{?_dist_release}
+Summary:	Test for warnings and the lack of them
+License:	GPL+ or Artistic
+Group:		Development/Libraries
+URL:		http://search.cpan.org/dist/Test-Warnings
+Source0:	http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildArch:	noarch
+# Build
+BuildRequires:	perl
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+# Module
+BuildRequires:	perl(Exporter)
+BuildRequires:	perl(Test::Builder)
+BuildRequires:	perl(parent)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(warnings)
+# Test Suite
+BuildRequires:	perl(CPAN::Meta)
+BuildRequires:	perl(CPAN::Meta::Requirements)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(File::Spec::Functions)
+BuildRequires:	perl(if)
+BuildRequires:	perl(List::Util)
+BuildRequires:	perl(Test::More) >= 0.94
+BuildRequires:	perl(Test::Tester) >= 0.108
+BuildRequires:	perl(version)
+# Runtime
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+If you've ever tried to use Test::NoWarnings to confirm there are no warnings
+generated by your tests, combined with the convenience of done_testing to not
+have to declare a test count, you'll have discovered that these two features do
+not play well together, as the test count will be calculated before the
+warnings test is run, resulting in a TAP error (see examples/test_nowarnings.pl
+in this distribution for a demonstration).
+
+This module is intended to be used as a drop-in replacement for
+Test::NoWarnings: it also adds an extra test, but runs this test before
+done_testing calculates the test count, rather than after. It does this by
+hooking into done_testing as well as via an END block. You can declare a plan,
+or not, and things will still Just Work.
+
+It is actually equivalent to:
+
+    use Test::NoWarnings 1.04 ':early';
+
+as warnings are still printed normally as they occur. You are safe, and
+enthusiastically encouraged, to perform a global search-replace of the above
+with use Test::Warnings; whether or not your tests have a plan.
+
+%prep
+%setup -q -n Test-Warnings-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+%{_fixperms} $RPM_BUILD_ROOT
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc Changes CONTRIBUTING LICENSE README README.md examples/
+%{perl_vendorlib}/Test/
+%{_mandir}/man3/Test::Warnings.3pm*
+
+%changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.016-3
+- inital build for Vine Linux
+
+* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.016-2
+- Perl 5.20 rebuild
+
+* Sun Jun 22 2014 Paul Howarth <paul@city-fan.org> - 0.016-1
+- Update to 0.16
+  - Fix prereq problem with last release - now no longer testing the example
+    scripts for user installs
+
+* Fri Jun 20 2014 Paul Howarth <paul@city-fan.org> - 0.015-1
+- Update to 0.15
+  - Adjusted packaging and tests to become perl-5.6 friendly, including only
+    using core or dual-lifed prerequisites
+- Switch to ExtUtils::MakeMaker flow
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Mon Mar  3 2014 Paul Howarth <paul@city-fan.org> - 0.014-1
+- Update to 0.014
+  - Fix test that fails when FOO or BAR environment variables are set
+    (CPAN RT#93447)
+
+* Mon Dec 16 2013 Paul Howarth <paul@city-fan.org> - 0.013-1
+- Update to 0.013
+  - Update configure_requires checking in Makefile.PL
+
+* Mon Oct 14 2013 Paul Howarth <paul@city-fan.org> - 0.012-1
+- Update to 0.012
+  - Re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements
+
+* Sun Oct 13 2013 Paul Howarth <paul@city-fan.org> - 0.011-1
+- Update to 0.011
+  - Unnecessary tests removed
+  - CONTRIBUTING file added
+- Drop buildreqs only needed for removed tests
+- BR: optional test requirement perl(CPAN::Meta::Requirements)
+
+* Wed Sep 25 2013 Paul Howarth <paul@city-fan.org> - 0.010-1
+- Update to 0.010
+  - Re-release with fixed compile test
+- Update dependencies
+- Package examples
+
+* Wed Sep 11 2013 Paul Howarth <paul@city-fan.org> - 0.009-1
+- Update to 0.009
+  - Fixed error in synopsis (we do not export anything by default)
+  - A caveat added to the documentation regarding embedding warning checks
+    inside another sub
+  - ':no_end_test' now also covers side effects of done_testing, as well as
+    END blocks, making it possible to use the warning(s) subs without having an
+    end warning test while using done_testing (necessary when combining with
+    the 'if' pragma)
+  - END tests will not be added by a subequent use of Test::Warnings if a
+    previous one passed ':no_end_test'
+- Update dependencies
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.008-2
+- Perl 5.18 rebuild
+
+* Mon Jul 15 2013 Paul Howarth <paul@city-fan.org> - 0.008-1
+- Update to 0.008
+  - Compile test updated, to hopefully fix mswin32 parsing issues
+
+* Wed Jul 10 2013 Paul Howarth <paul@city-fan.org> - 0.007-1
+- Update to 0.007
+  - Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802)
+- BR: perl(Capture::Tiny)
+- Bump perl(Module::Build::Tiny) version requirement to 0.024
+- Bump perl(Test::CheckDeps) version requirement to 0.006
+- Drop perl(Test::More) version requirement to 0.94
+
+* Tue Jul  9 2013 Paul Howarth <paul@city-fan.org> - 0.006-2
+- Sanitize for Fedora submission
+
+* Tue Jul  9 2013 Paul Howarth <paul@city-fan.org> - 0.006-1
+- Initial RPM version

+ 11 - 2
p/perl-Unicode-Map/perl-Unicode-Map-vl.spec

@@ -2,15 +2,20 @@
 
 Name:           perl-Unicode-Map
 Version:        0.112
-Release:        9%{?_dist_release}
+Release:        10%{?_dist_release}
 Summary:        Perl module for mapping charsets from and to utf16 unicode
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Unicode-Map/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-%{version}.tar.gz
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 This module converts strings from and to 2-byte Unicode UCS2
@@ -60,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.112-10
+- rebuilt with perl 5.16.3
+- added Vendor and Distribution tag
+
 * Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 0.112-9vl6
 - build with perl 5.12.3
 

+ 11 - 2
p/perl-Unicode-Map8/perl-Unicode-Map8-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-Map8
 Version:        0.13
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Mapping table between 8-bit chars and Unicode for Perl
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -10,9 +10,14 @@ URL:            http://search.cpan.org/dist/Unicode-Map8/
 Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-%{version}.tar.gz
 Patch0:         perl-Unicode-Map8-0.12-declaration.patch
 Patch1:         perl-Unicode-Map8-0.12-type.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Unicode::String)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl-Unicode-String
+Vendor: Project Vine
+Distribution: Vine Linux
 
 # Does not work on x86_64, see bug #182514
 #ExcludeArch:  x86_64
@@ -62,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man[13]/*.[13]*
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.13-2
+- rebuilt with perl 5.16.3
+- added Vendor and Distribution tag
+
 * Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 0.13-1
 - new upstream release
 

+ 15 - 6
p/perl-Unicode-MapUTF8/perl-Unicode-MapUTF8-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-Unicode-MapUTF8
 Version:        1.11
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 Summary:        Conversions to and from arbitrary character sets and UTF8
 Summary(ja):    任意の文字コードと UTF8 を相互変換する perl モジュール
@@ -11,13 +11,18 @@ Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Unicode-MapUTF8/
 Source0:        http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
-BuildRequires:  perl-Jcode
-BuildRequires:  perl-Unicode-String
-BuildRequires:  perl-Unicode-Map
-BuildRequires:  perl-Unicode-Map8
+BuildRequires:  perl(Jcode)
+BuildRequires:  perl(Unicode::String)
+BuildRequires:  perl(Unicode::Map)
+BuildRequires:  perl(Unicode::Map8)
+BuildRequires:	perl(ExtUtils::MakeMaker)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Unicode::MapUTF8 Provides an adapter layer between core routines for
@@ -62,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.11-4
+- rebuilt with perl 5.16.3
+- added Vendor and Distribution tag
+
 * Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 1.11-3vl6
 - build with perl 5.12.3
 

+ 17 - 7
p/perl-Unicode-String/perl-Unicode-String-vl.spec

@@ -1,17 +1,22 @@
 %define realname        Unicode-String
 
 Name:           perl-Unicode-String
+Summary:        Unicode-String module for perl
 Version:        2.09
-Release:        2%{_dist_release}
+Release:        3%{_dist_release}
+
 License:        GPL or Artistic
 Group:          Development/Libraries
-Summary:        Unicode-String module for perl
+Url:            http://search.cpan.org/~gaas/Unicode-String/
+
 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Unicode/%{realname}-%{version}.tar.gz
-Url:            http://www.cpan.org
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  perl >= 5.8.0
-Requires:       perl
+BuildRequires:	perl(ExtUtils::MakeMaker)
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 These are experimental modules to handle various Unicode issues.  They
@@ -56,6 +61,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.09-3
+- rebuilt with perl 5.16.3
+- fixed spec file encoding
+- added Vendor and Distribution tag
+
 * Sat Apr 23 2011 IWAI, Masaharu <iwai@alib.jp> 2.09-2vl6
 - build with perl 5.12.3
 
@@ -76,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sat Oct 02 2004 Satoshi MACHINO <machino@vinelinux.org> 2.07-3vl1
 - rebuilt for VineLinux
 
-* Thu Aug 14 2003 Per ŽØyvind Karlsen <peroyvind@linux-mandrake.com> 2.07-3mdk
+* Thu Aug 14 2003 Per リyvind Karlsen <peroyvind@linux-mandrake.com> 2.07-3mdk
 - rebuild for new perl
 - drop Prefix tag
 - don't use PREFIX
@@ -85,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 2.07-1mdk
 - rebuild for new auto{prov,req}
 
-* Fri Apr 25 2003 FraníÐis Pons <fpons@mandrakesoft.com> 2.07-1mdk
+* Fri Apr 25 2003 Fran輟is Pons <fpons@mandrakesoft.com> 2.07-1mdk
 - 2.07.
 
 * Wed Jan 29 2003 Lenny Cartier <lenny@mandrakesoft.com> 2.06-5mdk

+ 5 - 2
p/perl-X11-Protocol/perl-X11-Protocol-vl.spec

@@ -1,13 +1,13 @@
 Name:		perl-X11-Protocol
 Version:	0.56
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	X11-Protocol - Raw interface to X Window System servers
 
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/X11-Protocol/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:	noarch
 BuildRequires:	perl(ExtUtils::MakeMaker)
@@ -73,6 +73,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
 %changelog
+* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.56-3
+- rebuilt with perl 5.16.3
+
 * Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.56-2
 - build with perl 5.12.3
 - add Vendor and Distribution tags