4.037 bump

This commit is contained in:
Jitka Plesnikova 2016-10-03 15:18:08 +02:00
parent 63d7e9ce82
commit d2d434245c
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ DBD-mysql-4.017.tar.gz
/DBD-mysql-4.034.tar.gz
/DBD-mysql-4.035.tar.gz
/DBD-mysql-4.036.tar.gz
/DBD-mysql-4.037.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-DBD-MySQL
Version: 4.036
Version: 4.037
Release: 1%{?dist}
Summary: A MySQL interface for Perl
Group: Development/Libraries
@ -51,7 +51,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}/*
%check
@ -67,6 +67,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
%{_mandir}/man3/*.3*
%changelog
* Mon Oct 03 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.037-1
- 4.037 bump
* Mon Aug 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.036-1
- 4.036 bump

View File

@ -1 +1 @@
fdee1d8dc4ae54bc6cb7cd5a3f3d3342 DBD-mysql-4.036.tar.gz
6f5405ed0c45c41cd761a0d42a9dff4d DBD-mysql-4.037.tar.gz