3.5.2 bump
This commit is contained in:
parent
e67ac90ed0
commit
ecd189122e
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ DBD-Pg-2.17.1.tar.gz
|
||||
/DBD-Pg-3.4.2.tar.gz
|
||||
/DBD-Pg-3.5.0.tar.gz
|
||||
/DBD-Pg-3.5.1.tar.gz
|
||||
/DBD-Pg-3.5.2.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-DBD-Pg
|
||||
Summary: A PostgreSQL interface for perl
|
||||
Version: 3.5.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.2
|
||||
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
|
||||
@ -9,6 +9,10 @@ Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/DBD-Pg/
|
||||
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -29,6 +33,7 @@ BuildRequires: perl(charnames)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Simple)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
@ -38,7 +43,7 @@ BuildRequires: postgresql-server
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(File::Temp)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(DBI) >= 1.614
|
||||
|
||||
# Missed by the find provides script:
|
||||
@ -56,7 +61,7 @@ to PostgreSQL databases.
|
||||
%setup -q -n DBD-Pg-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -81,6 +86,9 @@ make test
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.5.2-1
|
||||
- 3.5.2 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user