Accepting request 57794 from devel:languages:perl

Accepted submit request 57794 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/57794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-mysql?expand=0&rev=23
This commit is contained in:
Berthold Gunreben 2011-01-12 12:22:34 +00:00 committed by Git OBS Bridge
commit 1d978c890d
5 changed files with 46 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9fed0a11953b41d2c6d716e979bbd58c78ca48591865e18399fdafa7137ae64
size 108540

3
DBD-mysql-4.018.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0aa0b99c5bc8920e497122b5fcdbfbcefaa64d17d625a12c70b2a013206ee93d
size 109169

View File

@ -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

View File

@ -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

View File

@ -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"