diff --git a/DBD-mysql-4.017.tar.bz2 b/DBD-mysql-4.017.tar.bz2 deleted file mode 100644 index 6fd16c9..0000000 --- a/DBD-mysql-4.017.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9fed0a11953b41d2c6d716e979bbd58c78ca48591865e18399fdafa7137ae64 -size 108540 diff --git a/DBD-mysql-4.018.tar.bz2 b/DBD-mysql-4.018.tar.bz2 new file mode 100644 index 0000000..0a6c92f --- /dev/null +++ b/DBD-mysql-4.018.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa0b99c5bc8920e497122b5fcdbfbcefaa64d17d625a12c70b2a013206ee93d +size 109169 diff --git a/bnc658792_pod_name_install.diff b/bnc658792_pod_name_install.diff new file mode 100644 index 0000000..f61c7c1 --- /dev/null +++ b/bnc658792_pod_name_install.diff @@ -0,0 +1,16 @@ +--- + lib/DBD/mysql/INSTALL.pod | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: DBD-mysql-4.018/lib/DBD/mysql/INSTALL.pod +=================================================================== +--- DBD-mysql-4.018.orig/lib/DBD/mysql/INSTALL.pod ++++ DBD-mysql-4.018/lib/DBD/mysql/INSTALL.pod +@@ -1,6 +1,6 @@ + =head1 NAME + +-INSTALL - How to install and configure DBD::mysql ++DBD::mysql::INSTALL - How to install and configure DBD::mysql + + + =head1 SYNOPSIS diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index 73023f7..2cce033 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 7 14:45:14 UTC 2011 - vcizek@novell.com + +- update to 4.018 +- added bnc658792_pod_name_install.diff to fix BNC#658792 + upstreamed as https://rt.cpan.org/Ticket/Display.html?id=64013 + * Added client and server info patch from Robert M. Jansen + * Added documentation and tests for new features + * More code cleanup + +------------------------------------------------------------------- +Fri Dec 17 12:09:36 UTC 2010 - jw@novell.com + +- added bnc658792_pod_name_install.diff to fix BNC#658792 + upstreamed as https://rt.cpan.org/Ticket/Display.html?id=64013 +- updated to 4.018 + * Added client and server info patch from Robert M. Jansen + * Added documentation and tests for new features + * More code cleanup + ------------------------------------------------------------------- Wed Dec 1 13:31:50 UTC 2010 - coolo@novell.com diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index f90dc9a..6039d5e 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBD-mysql (Version 4.017) +# spec file for package perl-DBD-mysql (Version 4.018) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,14 +21,16 @@ Name: perl-DBD-mysql %define cpan_name DBD-mysql Summary: MySQL driver for the Perl5 Database Interface (DBI) -Version: 4.017 +Version: 4.018 Release: 2 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBD-mysql/ -#Source: http://www.cpan.org/modules/by-module/DBD/DBD-mysql-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +#Source: http://www.cpan.org/modules/by-module/DBD/DBD-mysql-%{version}.tar.bz2 +Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.bz2 +Patch1: bnc658792_pod_name_install.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +# quilt does not grock that %{perl_requires} BuildRequires: mysql-devel BuildRequires: perl @@ -56,6 +58,7 @@ Authors: # spurious-executable-perm # script-without-shebang find -type f -exec %{__chmod} 0644 {} \; +%patch1 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor --cflags="-I%{_includedir}/mysql $RPM_OPT_FLAGS"