1.830 bump

This commit is contained in:
Petr Písař 2013-11-04 10:51:21 +01:00
parent af00460bb0
commit fd2548b201
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
7b3d62f2c64799c0d2dfe285c385f044 DB_File-1.829.tar.gz
5656235f7eb5ecac1662e1686b1a1385 DB_File-1.830.tar.gz