7.4 bump
This commit is contained in:
parent
966a807fae
commit
d28c59d6b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Bit-Vector-7.1.tar.gz
|
||||
/Bit-Vector-7.2.tar.gz
|
||||
/Bit-Vector-7.3.tar.gz
|
||||
/Bit-Vector-7.4.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Bit-Vector
|
||||
Version: 7.3
|
||||
Release: 6%{?dist}
|
||||
Version: 7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient bit vector, set of integers and "big int" math library
|
||||
Group: Development/Libraries
|
||||
# Outdated FSF address reported, rt#85827
|
||||
@ -26,6 +26,7 @@ Requires: perl(Storable) >= 2.21
|
||||
%{?perl_default_filter}
|
||||
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Bit::Vector\\)$
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Carp::Clan\\)\s*$
|
||||
|
||||
%description
|
||||
Bit::Vector is an efficient C library which allows you to handle bit
|
||||
@ -65,6 +66,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2014 Jitka Plesnikova <jplesnik@redhat.com> - 7.4-1
|
||||
- 7.4 bump
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 7.3-6
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user