Update to 4.018.

This commit is contained in:
Marcela Mašláňová 2010-10-27 09:32:17 +02:00
parent 77a0402870
commit 3003e93ea7
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
DBD-mysql-4.016.tar.gz
DBD-mysql-4.017.tar.gz
/DBD-mysql-4.018.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-DBD-MySQL
Version: 4.017
Version: 4.018
Release: 1%{?dist}
Summary: A MySQL interface for perl
@ -7,7 +7,6 @@ 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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Prevent bug #443495
BuildRequires: perl(DBI) >= 1.607
@ -41,7 +40,6 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
@ -51,7 +49,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
%check
# Full test coverage requires a live MySQL database
# make test
#make test
%clean
@ -68,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 27 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4.018-1
- update
* Thu Aug 12 2010 Petr Pisar <ppisar@redhat.com> - 4.017-1
- 4.017 bump (bug #623614)
- Preserve time stamps while converting character set

View File

@ -1 +1 @@
fc6f53e2a87bc5c32c44f10ee3f03683 DBD-mysql-4.017.tar.gz
d1d4ee2f20910d6491d1b6216471b2f1 DBD-mysql-4.018.tar.gz