Browse Source

perl-Bit-Vector 7.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8743 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 9 years ago
parent
commit
ef95431bab
1 changed files with 7 additions and 3 deletions
  1. 7 3
      p/perl-Bit-Vector/perl-Bit-Vector-vl.spec

+ 7 - 3
p/perl-Bit-Vector/perl-Bit-Vector-vl.spec

@@ -1,6 +1,6 @@
 Summary: Efficient bit vector, set of integers and "big int" math library 
 Name: perl-Bit-Vector
-Version: 7.1
+Version: 7.3
 Release: 1%{?_dist_release}
 License: distributable
 Group: Development/Libraries
@@ -9,9 +9,9 @@ Source0: http://www.cpan.org/authors/id/STBEY/Bit-Vector-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl >= 0:5.00503
-BuildRequires: perl-Carp-Clan >= 5.3
+BuildRequires: perl(Carp::Clan) >= 5.3
 Requires: perl
-Requires: perl-Carp-Clan >= 5.3
+Requires: perl(Carp::Clan) >= 5.3
 Conflicts: perl-Date-Calc < 5.0
 
 Vendor: Project Vine
@@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*3pm*
 
 %changelog
+* Sun Jul  6 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 7.3-1
+- build with Perl 5.16
+- update Requires and BuildRequires
+
 * Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 7.1-1
 - new upstream release
 - add Vendor and Distribution tags