From: Adam Osuchowski Date: Sun, 26 Mar 2017 11:23:00 +0000 (+0200) Subject: - up to 1.15 X-Git-Tag: auto/th/perl-DBD-Sybase-1.15-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=0fbe2e6368536e58bc08f136db6af5d95ec16cbb;p=packages%2Fperl-DBD-Sybase.git - up to 1.15 --- diff --git a/perl-DBD-Sybase.spec b/perl-DBD-Sybase.spec index aaa2643..45ce068 100644 --- a/perl-DBD-Sybase.spec +++ b/perl-DBD-Sybase.spec @@ -4,13 +4,13 @@ Summary: DBD::Sybase - Sybase database driver for the DBI module Summary(pl.UTF-8): DBD::Sybase - sterownik DBI do bazy danych Sybase Name: perl-DBD-Sybase -Version: 1.14 -Release: 8 +Version: 1.15 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: db6662d710b3adffe37bd8aec8060eda +# Source0-md5: d76f09f9a25896fd879ef89a98748708 Patch0: x32.patch URL: http://search.cpan.org/dist/DBD-Sybase/ BuildRequires: freetds-devel diff --git a/x32.patch b/x32.patch index b6d2450..fd82d8f 100644 --- a/x32.patch +++ b/x32.patch @@ -1,11 +1,12 @@ ---- DBD-Sybase-1.14/Makefile.PL~ 2015-04-06 10:12:39.000000000 +0000 -+++ DBD-Sybase-1.14/Makefile.PL 2015-04-06 10:13:23.243985039 +0000 -@@ -134,7 +134,7 @@ - - my $libfound = 0; - my $libsub = ''; -- foreach $libdir ( 'lib', 'lib64' ) { -+ foreach $libdir ( 'lib', 'lib64', 'libx32' ) { - if ( -d "$SYBASE/$libdir" ) { - if ( checkLib($SYBASE) ) { - $libfound = 1; +diff -ruN DBD-Sybase-1.15.orig/Makefile.PL DBD-Sybase-1.15/Makefile.PL +--- DBD-Sybase-1.15.orig/Makefile.PL 2012-10-26 21:11:54.000000000 +0200 ++++ DBD-Sybase-1.15/Makefile.PL 2017-03-26 13:21:48.539143938 +0200 +@@ -139,7 +139,7 @@ + + my $libfound = 0; + my $libsub = ''; +- my @libdir = ( 'lib', 'lib64' ); ++ my @libdir = ( 'lib', 'lib64', 'libx32' ); + if ($^O =~ /win/i) { + @libdir = ( 'dll' ); + }