1.830 bump
This commit is contained in:
parent
af00460bb0
commit
fd2548b201
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/DB_File-1.827.tar.gz
|
||||
/DB_File-1.828.tar.gz
|
||||
/DB_File-1.829.tar.gz
|
||||
/DB_File-1.830.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-DB_File
|
||||
Version: 1.829
|
||||
Release: 4%{?dist}
|
||||
Version: 1.830
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl5 access to Berkeley DB version 1.x
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -14,7 +14,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 5.16
|
||||
# File::Copy not needed if ExtUtils::Constant is available
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
# DynaLoader not needed if XSLoader is available
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -27,6 +26,7 @@ BuildRequires: perl(XSLoader)
|
||||
BuildRequires: perl(Symbol)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Optional tests:
|
||||
# Data::Dumper not useful
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
@ -67,6 +67,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 04 2013 Petr Pisar <ppisar@redhat.com> - 1.830-1
|
||||
- 1.830 bump
|
||||
|
||||
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.829-4
|
||||
- Perl 5.18 re-rebuild of bootstrapped packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user