[perl-DBD-MySQL] Update to 4.018.

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Oct 27 07:34:43 UTC 2010


commit 3003e93ea75d46cbd693a27f22531899e2ad887a
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Oct 27 09:32:17 2010 +0200

    Update to 4.018.

 .gitignore          |    1 +
 perl-DBD-MySQL.spec |    9 +++++----
 sources             |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb968ed..d8e9054 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 DBD-mysql-4.016.tar.gz
 DBD-mysql-4.017.tar.gz
+/DBD-mysql-4.018.tar.gz
diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec
index 3735edf..a5bcf96 100644
--- a/perl-DBD-MySQL.spec
+++ b/perl-DBD-MySQL.spec
@@ -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 at redhat.com> - 4.018-1
+- update
+
 * Thu Aug 12 2010 Petr Pisar <ppisar at redhat.com> - 4.017-1
 - 4.017 bump (bug #623614)
 - Preserve time stamps while converting character set
diff --git a/sources b/sources
index f091540..36d9cd2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc6f53e2a87bc5c32c44f10ee3f03683  DBD-mysql-4.017.tar.gz
+d1d4ee2f20910d6491d1b6216471b2f1  DBD-mysql-4.018.tar.gz


More information about the scm-commits mailing list