3.14.0 bump
This commit is contained in:
parent
76917be70f
commit
f2a9ee8c01
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ DBD-Pg-2.17.1.tar.gz
|
||||
/DBD-Pg-3.12.2.tar.gz
|
||||
/DBD-Pg-3.12.3.tar.gz
|
||||
/DBD-Pg-3.13.0.tar.gz
|
||||
/DBD-Pg-3.14.0.tar.gz
|
||||
|
||||
@ -1,13 +1,17 @@
|
||||
# Perform optional tests
|
||||
%bcond_without perl_DBD_Pg_enables_optional_test
|
||||
|
||||
Name: perl-DBD-Pg
|
||||
Summary: A PostgreSQL interface for Perl
|
||||
Version: 3.13.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.14.0
|
||||
Release: 1%{?dist}
|
||||
# Pg.pm, README: Points to directory which contains GPLv2+ and Artistic
|
||||
# other files: Same as Perl (GPL+ or Artistic)
|
||||
License: GPLv2+ or Artistic
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/DBD-Pg
|
||||
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
@ -43,10 +47,12 @@ BuildRequires: perl(Test::Simple)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: postgresql-server
|
||||
%if %{with perl_DBD_Pg_enables_optional_test}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Time::Piece)
|
||||
%endif
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(DBI) >= 1.614
|
||||
@ -94,6 +100,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 21 2020 Petr Pisar <ppisar@redhat.com> - 3.14.0-1
|
||||
- 3.14.0 bump
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.13.0-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBD-Pg-3.13.0.tar.gz) = 70fcf250f143d974fcb96fe597464bd5c91453fe00b36521afbf13e98c60f38ece4e79fa7e0076b273c4e30d67748c0c3be0879ba569a278fb1b1f2124da8913
|
||||
SHA512 (DBD-Pg-3.14.0.tar.gz) = d5eb8a5a8cc6fd6695fbdc8a6763552b3f289fac11b20d94211e3cb0edd2e0df246899369abcffdb10fc198b73fdc8fdbf12d57245c4f61974d265d687e314d6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user