|
@@ -1,6 +1,6 @@
|
|
Summary: Efficient bit vector, set of integers and "big int" math library
|
|
Summary: Efficient bit vector, set of integers and "big int" math library
|
|
Name: perl-Bit-Vector
|
|
Name: perl-Bit-Vector
|
|
-Version: 7.1
|
|
|
|
|
|
+Version: 7.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Development/Libraries
|
|
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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: perl >= 0:5.00503
|
|
BuildRequires: perl >= 0:5.00503
|
|
-BuildRequires: perl-Carp-Clan >= 5.3
|
|
|
|
|
|
+BuildRequires: perl(Carp::Clan) >= 5.3
|
|
Requires: perl
|
|
Requires: perl
|
|
-Requires: perl-Carp-Clan >= 5.3
|
|
|
|
|
|
+Requires: perl(Carp::Clan) >= 5.3
|
|
Conflicts: perl-Date-Calc < 5.0
|
|
Conflicts: perl-Date-Calc < 5.0
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -71,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*3pm*
|
|
%{_mandir}/man3/*3pm*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 7.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add Vendor and Distribution tags
|
|
- add Vendor and Distribution tags
|