From 46496ade34b29d6aa79d572938e8031c8408fb57 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 7 Jul 2016 11:47:35 +0200 Subject: [PATCH] 4.034 bump --- .gitignore | 1 + perl-DBD-MySQL.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b8b2c74..4decb43 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ DBD-mysql-4.017.tar.gz /DBD-mysql-4.031.tar.gz /DBD-mysql-4.032.tar.gz /DBD-mysql-4.033.tar.gz +/DBD-mysql-4.034.tar.gz diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index 4f26f12..90acbd7 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -1,11 +1,11 @@ Name: perl-DBD-MySQL -Version: 4.033 -Release: 3%{?dist} +Version: 4.034 +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 +Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/DBD-mysql-%{version}.tar.gz BuildRequires: mariadb, mariadb-devel, zlib-devel BuildRequires: coreutils BuildRequires: findutils @@ -15,7 +15,7 @@ BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Data::Dumper) -BuildRequires: perl(DBI) >= 1.08 +BuildRequires: perl(DBI) >= 1.609 BuildRequires: perl(DBI::DBD) BuildRequires: perl(DynaLoader) BuildRequires: perl(ExtUtils::MakeMaker) @@ -25,6 +25,7 @@ BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) BuildRequires: perl(Getopt::Long) BuildRequires: perl(strict) +BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Provides: perl-DBD-mysql = %{version}-%{release} @@ -42,7 +43,7 @@ management system. # Correct file permissions find . -type f | xargs chmod -x -for file in lib/DBD/mysql.pm ChangeLog; do +for file in lib/DBD/mysql.pm Changes; do iconv -f iso-8859-1 -t utf-8 <$file >${file}_ touch -r ${file}{,_} mv -f ${file}{_,} @@ -54,7 +55,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -delete find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' %{_fixperms} %{buildroot}/* @@ -64,13 +65,16 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' %files %license LICENSE -%doc ChangeLog eg README.pod TODO +%doc Changes README.pod %{perl_vendorarch}/Bundle/ %{perl_vendorarch}/DBD/ %{perl_vendorarch}/auto/DBD/ %{_mandir}/man3/*.3* %changelog +* Thu Jul 07 2016 Jitka Plesnikova - 4.034-1 +- 4.034 bump + * Sun May 15 2016 Jitka Plesnikova - 4.033-3 - Perl 5.24 rebuild diff --git a/sources b/sources index ee32f4b..d786597 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7bbaf2ce32e137d0e6045402c550d86c DBD-mysql-4.033.tar.gz +769026e585e0fabf4deda18b4322e02a DBD-mysql-4.034.tar.gz