4.032 bump

This commit is contained in:
Jitka Plesnikova 2015-07-22 12:12:49 +02:00
parent 794cc2ad29
commit c8718fa0a5
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ DBD-mysql-4.017.tar.gz
/DBD-mysql-4.028.tar.gz
/DBD-mysql-4.029.tar.gz
/DBD-mysql-4.031.tar.gz
/DBD-mysql-4.032.tar.gz

View File

@ -1,12 +1,14 @@
Name: perl-DBD-MySQL
Version: 4.031
Release: 3%{?dist}
Version: 4.032
Release: 1%{?dist}
Summary: A MySQL interface for Perl
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/DBD-mysql/
Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
BuildRequires: mariadb, mariadb-devel, zlib-devel
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: perl
BuildRequires: perl(Carp)
BuildRequires: perl(Config)
@ -49,7 +51,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --ssl
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
%{_fixperms} %{buildroot}/*
@ -67,6 +69,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
%{_mandir}/man3/*.3*
%changelog
* Wed Jul 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4.032-1
- 4.032 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.031-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
18ca53642398f0087f97150fd8ca16b7 DBD-mysql-4.031.tar.gz
cc5436d4cadd0d6f3d19faae5ffdfe83 DBD-mysql-4.032.tar.gz