3.6.0 bump
This commit is contained in:
parent
d32a840f23
commit
4b06f8a32e
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ DBD-Pg-2.17.1.tar.gz
|
||||
/DBD-Pg-3.5.1.tar.gz
|
||||
/DBD-Pg-3.5.2.tar.gz
|
||||
/DBD-Pg-3.5.3.tar.gz
|
||||
/DBD-Pg-3.6.0.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-DBD-Pg
|
||||
Summary: A PostgreSQL interface for perl
|
||||
Version: 3.5.3
|
||||
Release: 4%{?dist}
|
||||
Version: 3.6.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
|
||||
@ -35,6 +35,7 @@ BuildRequires: perl(charnames)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(open)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Simple)
|
||||
@ -88,6 +89,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 18 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.6.0-1
|
||||
- 3.6.0 bump
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user