[perl-DBD-ODBC] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
commit 3943b93649396a22c959c95686caa65cc41ee5ae
Author: Jan Holcapek holca...@gmail.com
Date:   Mon Aug 4 16:51:00 2014 +0200

Enabled Unicode support

 perl-DBD-ODBC.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
index 731c34e..c1390c1 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBD-ODBC
 Version:1.50
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:ODBC Driver for DBI
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -29,7 +29,7 @@ module uses the unixODBC manager to connect to the database.
 %patch0 -p1
 
 %build
-PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor 
OPTIMIZE=$RPM_OPT_FLAGS
+PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL -u INSTALLDIRS=vendor 
OPTIMIZE=$RPM_OPT_FLAGS
 make %{?_smp_mflags}
 
 %install
@@ -48,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 4 2014 Jan Holcapek holca...@gmail.com 1.50-3
+- Enabled Unicode support.
+- Fixed release in changelog.
+
 * Mon Jul 28 2014 Jan Holcapek holca...@gmail.com 1.50-1
 - Updated to upstream version 1.50.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f21] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
Summary of changes:

  3943b93... Enabled Unicode support (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f20] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
Summary of changes:

  3943b93... Enabled Unicode support (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f19] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
Summary of changes:

  3943b93... Enabled Unicode support (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
Summary of changes:

  3943b93... Enabled Unicode support (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/epel7] Enabled Unicode support

2014-08-04 Thread Jan Holcapek
Summary of changes:

  3943b93... Enabled Unicode support (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-ODBC-1.50.tar.gz uploaded to lookaside cache by holcapek

2014-07-28 Thread Jan Holcapek
A file has been added to the lookaside cache for perl-DBD-ODBC:

a380049dadb9b1eebf7dfaa99b1d82de  DBD-ODBC-1.50.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
commit 2defd475b57c1ba3e0cf02157c4fbf0f2b64ae5b
Author: Jan Holcapek holca...@gmail.com
Date:   Mon Jul 28 14:45:05 2014 +0200

Updated to upstream version 1.50

 .gitignore |1 +
 Changes.patch  |  277 ++--
 perl-DBD-ODBC.spec |5 +-
 sources|4 +-
 4 files changed, 166 insertions(+), 121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca889e4..800915d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /DBD-ODBC-1.45.tar.gz
 /DBD-ODBC-1.47.tar.gz
 /DBD-ODBC-1.48.tar.gz
+/DBD-ODBC-1.50.tar.gz
diff --git a/Changes.patch b/Changes.patch
index 7ee0f30..301c215 100644
--- a/Changes.patch
+++ b/Changes.patch
@@ -1,6 +1,6 @@
 DBD-ODBC-1.48/Changes.orig 2014-03-06 06:27:01.975739745 +0100
-+++ DBD-ODBC-1.48/Changes  2014-03-06 06:26:20.076449272 +0100
-@@ -3,9 +3,11 @@
+--- DBD-ODBC-1.50/Changes.orig 2014-07-28 13:11:00.37700 +0200
 DBD-ODBC-1.50/Changes  2014-07-28 13:11:06.19700 +0200
+@@ -3,16 +3,18 @@
  
  =encoding utf8
  
@@ -8,12 +8,55 @@
 +
  DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
  
+-1.50 2014-07-25
++=head2 1.50 2014-07-25
+ 
+   [BUG FIXES]
+ 
+   The 80_odbc_diags.t test could fail if a driver fails a table does
+   not exist test in the prepare instead of the execute.
+ 
+-1.49_4 2014-07-08
++=head2 1.49_4 2014-07-08
+ 
+   [BUG FIXES]
+ 
+@@ -28,7 +30,7 @@
+ 
+   Added a link to a better Query Notification article.
+ 
+-1.49_3 2014-05-01
++=head2 1.49_3 2014-05-01
+ 
+   [CHANGE IN BEHAVIOUR]
+ 
+@@ -61,14 +63,14 @@
+   I have removed the experimental tag for odbc_getdiaffield and 
odbc_getdiagrec
+   methods.
+ 
+-1.49_2 2014-04-26
++=head2 1.49_2 2014-04-26
+ 
+   [BUG FIXES]
+ 
+   Change to data_sources in 1.49_1 could lead to a compile error since
+   data_sources was not returning a value if an error occurred.
+ 
+-1.49_1 2014-04-25
++=head2 1.49_1 2014-04-25
+ 
+   [BUG FIXES]
+ 
+@@ -86,7 +88,7 @@
+ 
+   Added FAQ entry of maximum number of allowed parameters.
+ 
 -1.48 2014-03-03
 +=head2 1.48 2014-03-03
  
[MISCELLANEOUS]
  
-@@ -14,7 +16,7 @@
+@@ -95,7 +97,7 @@
Forgot to remove warning from ODBC.pm that this is a development
release and unicode change when I released 1.47.
  
@@ -22,7 +65,7 @@
  
Full release of the 1.46 development releases.
  
-@@ -26,7 +28,7 @@
+@@ -107,7 +109,7 @@
NOTE the changes.cpanhq.com site does not yet support unknown for
dates.
  
@@ -31,7 +74,7 @@
  
[BUG FIXES]
  
-@@ -39,7 +41,7 @@
+@@ -120,7 +122,7 @@
  
Added test 90_trace_flag.t
  
@@ -40,7 +83,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -72,7 +74,7 @@
+@@ -153,7 +155,7 @@
  
Added test 45_unicode_varchar.t for MS SQL Server only so far.
  
@@ -49,7 +92,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -97,7 +99,7 @@
+@@ -178,7 +180,7 @@
Small changes to 20SqlServer.t test to skip some tests and note the
problem if SQLExecute returns SQL_NO_DATA on a non searched update.
  
@@ -58,7 +101,7 @@
  
[BUG FIXES]
  
-@@ -116,7 +118,7 @@
+@@ -197,7 +199,7 @@
Updates to the odbc_more_results pod to help clarify its use after
some confusion was seen in a perlmonks thread.
  
@@ -67,7 +110,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -152,7 +154,7 @@
+@@ -233,7 +235,7 @@
SQLGetTypeInfo. It also issues a warning.  See
http://www.postgresql.org/message-id/524ef455.6050...@ntlworld.com
  
@@ -76,7 +119,7 @@
  
[MISCELLANEOUS]
  
-@@ -161,7 +163,7 @@
+@@ -242,7 +244,7 @@
  
Fixed some compiler warnings when attempting to print/trace SvCUR.
  
@@ -85,7 +128,7 @@
  
[BUG FIXES]
  
-@@ -189,7 +191,7 @@
+@@ -270,7 +272,7 @@
  
Added 87_odbc_log_read.t test.
  
@@ -94,7 +137,7 @@
  
Moved from subversion to github as svn.perl.org is closing down.
Changed docs to show new repository.
-@@ -203,7 +205,7 @@
+@@ -284,7 +286,7 @@
probably only see this if you are using fetchall_arrayref with a
slice and setting TYPE or attributes in bind_col first.
  
@@ -103,7 +146,7 @@
  
This is a full release of all the 1.42_* development releases.
  
-@@ -214,20 +216,20 @@
+@@ -295,20 +297,20 @@
Minor fix to 10handler.t test suite which relied on a native error
being true instead of defined.
  
@@ -127,7 +170,7 @@
  
[ENHANCEMENTS]
  
-@@ -237,7 +239,7 @@
+@@ -318,7 +320,7 @@
only enable ODBC API tracing in the application which made the call
unlike the ODBC Driver Manager settings.
  
@@ -136,7 +179,7 @@
  
[MISCELLANEOUS]
  
-@@ -245,7 +247,7 @@
+@@ -326,7 +328,7 @@
from Dave Mitchell and posting at

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-12/msg00424.html.
  
@@ -145,7 +188,7 @@
  
[BUG FIXES]
  
-@@ -274,7 +276,7 @@
+@@ -355,7 +357,7 @@
  
New rt_81911.t test case.
  
@@ -154,7 +197,7 @@
  
[BUG FIXES]
  
-@@ -307,11 +309,11 @@
+@@ -388,11 +390,11 @@
  
RT 80446 - fix spelling mistake - thanks to Xavier Guimar.
  
@@ -168,7 +211,7

[perl-DBD-ODBC/f21] Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
Summary of changes:

  2defd47... Updated to upstream version 1.50 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f20] (2 commits) ...Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
Summary of changes:

  33e2a5a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2defd47... Updated to upstream version 1.50 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f19] (2 commits) ...Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
Summary of changes:

  33e2a5a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2defd47... Updated to upstream version 1.50 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] (2 commits) ...Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
Summary of changes:

  33e2a5a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2defd47... Updated to upstream version 1.50 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/epel7] (2 commits) ...Updated to upstream version 1.50

2014-07-28 Thread Jan Holcapek
Summary of changes:

  33e2a5a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass (*)
  2defd47... Updated to upstream version 1.50 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-ODBC-1.48.tar.gz uploaded to lookaside cache by holcapek

2014-03-05 Thread Jan Holcapek
A file has been added to the lookaside cache for perl-DBD-ODBC:

b029f1a9a555f4c22f8d773b2d267899  DBD-ODBC-1.48.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Updated to upstream version 1.48 (#1072877)

2014-03-05 Thread Jan Holcapek
commit 3d625494b1a780ab44b3ccc21155e642b45936a5
Author: Jan Holcapek holca...@gmail.com
Date:   Thu Mar 6 06:29:56 2014 +0100

Updated to upstream version 1.48 (#1072877)

 .gitignore |1 +
 Changes.patch  |  239 +++-
 perl-DBD-ODBC.spec |7 +-
 sources|1 +
 4 files changed, 131 insertions(+), 117 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b92996d..ca889e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /DBD-ODBC-1.45.tar.gz
 /DBD-ODBC-1.47.tar.gz
+/DBD-ODBC-1.48.tar.gz
diff --git a/Changes.patch b/Changes.patch
index caeeb55..7ee0f30 100644
--- a/Changes.patch
+++ b/Changes.patch
@@ -1,5 +1,5 @@
 ./Changes  2014-02-24 11:29:10.083463035 +0100
-+++ ./Changes  2014-02-24 11:30:29.734483239 +0100
+--- DBD-ODBC-1.48/Changes.orig 2014-03-06 06:27:01.975739745 +0100
 DBD-ODBC-1.48/Changes  2014-03-06 06:26:20.076449272 +0100
 @@ -3,9 +3,11 @@
  
  =encoding utf8
@@ -8,12 +8,21 @@
 +
  DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
  
+-1.48 2014-03-03
++=head2 1.48 2014-03-03
+ 
+   [MISCELLANEOUS]
+ 
+@@ -14,7 +16,7 @@
+   Forgot to remove warning from ODBC.pm that this is a development
+   release and unicode change when I released 1.47.
+ 
 -1.47 2014-02-19
 +=head2 1.47 2014-02-19
  
Full release of the 1.46 development releases.
  
-@@ -17,7 +19,7 @@
+@@ -26,7 +28,7 @@
NOTE the changes.cpanhq.com site does not yet support unknown for
dates.
  
@@ -22,7 +31,7 @@
  
[BUG FIXES]
  
-@@ -30,7 +32,7 @@
+@@ -39,7 +41,7 @@
  
Added test 90_trace_flag.t
  
@@ -31,7 +40,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -63,7 +65,7 @@
+@@ -72,7 +74,7 @@
  
Added test 45_unicode_varchar.t for MS SQL Server only so far.
  
@@ -40,7 +49,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -88,7 +90,7 @@
+@@ -97,7 +99,7 @@
Small changes to 20SqlServer.t test to skip some tests and note the
problem if SQLExecute returns SQL_NO_DATA on a non searched update.
  
@@ -49,7 +58,7 @@
  
[BUG FIXES]
  
-@@ -107,7 +109,7 @@
+@@ -116,7 +118,7 @@
Updates to the odbc_more_results pod to help clarify its use after
some confusion was seen in a perlmonks thread.
  
@@ -58,7 +67,7 @@
  
[CHANGE IN BEHAVIOUR]
  
-@@ -143,7 +145,7 @@
+@@ -152,7 +154,7 @@
SQLGetTypeInfo. It also issues a warning.  See
http://www.postgresql.org/message-id/524ef455.6050...@ntlworld.com
  
@@ -67,7 +76,7 @@
  
[MISCELLANEOUS]
  
-@@ -152,7 +154,7 @@
+@@ -161,7 +163,7 @@
  
Fixed some compiler warnings when attempting to print/trace SvCUR.
  
@@ -76,7 +85,7 @@
  
[BUG FIXES]
  
-@@ -180,7 +182,7 @@
+@@ -189,7 +191,7 @@
  
Added 87_odbc_log_read.t test.
  
@@ -85,7 +94,7 @@
  
Moved from subversion to github as svn.perl.org is closing down.
Changed docs to show new repository.
-@@ -194,7 +196,7 @@
+@@ -203,7 +205,7 @@
probably only see this if you are using fetchall_arrayref with a
slice and setting TYPE or attributes in bind_col first.
  
@@ -94,7 +103,7 @@
  
This is a full release of all the 1.42_* development releases.
  
-@@ -205,20 +207,20 @@
+@@ -214,20 +216,20 @@
Minor fix to 10handler.t test suite which relied on a native error
being true instead of defined.
  
@@ -118,7 +127,7 @@
  
[ENHANCEMENTS]
  
-@@ -228,7 +230,7 @@
+@@ -237,7 +239,7 @@
only enable ODBC API tracing in the application which made the call
unlike the ODBC Driver Manager settings.
  
@@ -127,7 +136,7 @@
  
[MISCELLANEOUS]
  
-@@ -236,7 +238,7 @@
+@@ -245,7 +247,7 @@
from Dave Mitchell and posting at

http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-12/msg00424.html.
  
@@ -136,7 +145,7 @@
  
[BUG FIXES]
  
-@@ -265,7 +267,7 @@
+@@ -274,7 +276,7 @@
  
New rt_81911.t test case.
  
@@ -145,7 +154,7 @@
  
[BUG FIXES]
  
-@@ -298,11 +300,11 @@
+@@ -307,11 +309,11 @@
  
RT 80446 - fix spelling mistake - thanks to Xavier Guimar.
  
@@ -159,7 +168,7 @@
  
[BUG FIXES]
  
-@@ -325,7 +327,7 @@
+@@ -334,7 +336,7 @@
  
More documentation for odbc_out_connect_string.
  
@@ -168,7 +177,7 @@
  
[BUG FIXES]
  
-@@ -344,7 +346,7 @@
+@@ -353,7 +355,7 @@
  
Added Test::NoWarnings to some tests where it was missing.
  
@@ -177,7 +186,7 @@
  
[BUG FIXES]
  
-@@ -370,7 +372,7 @@
+@@ -379,7 +381,7 @@
If you attempt to bind an rv without amagic DBD::ODBC will now
croak - related to rt 78838.
  
@@ -186,7 +195,7 @@
  
[BUG FIXES]
  
-@@ -380,7 +382,7 @@
+@@ -389,7 +391,7 @@
execute_for_fetch.pl example had not be changed since
odbc_disable_array_operations became odbc_array_operations.
  
@@ -195,7 +204,7 @@
  
[BUG FIXES]
  
-@@ -396,14 +398,14 @@
+@@ -405,14 +407,14 @@
  
Made pod.t an author test.
  
@@ -212,7 +221,7 @@
  
[BUG FIXES]
  
-@@ -445,13 +447,13 @@
+@@ -454,13 +456,13 @@
  
sql_type_cast tests rewritten due to fixes above.
  
@@ -228,7 +237,7 @@
  
[BUG FIXES

[perl-DBD-ODBC/f20] Updated to upstream version 1.48 (#1072877)

2014-03-05 Thread Jan Holcapek
Summary of changes:

  3d62549... Updated to upstream version 1.48 (#1072877) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f19] Updated to upstream version 1.48 (#1072877)

2014-03-05 Thread Jan Holcapek
Summary of changes:

  3d62549... Updated to upstream version 1.48 (#1072877) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] Updated to upstream version 1.48 (#1072877)

2014-03-05 Thread Jan Holcapek
Summary of changes:

  3d62549... Updated to upstream version 1.48 (#1072877) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/epel7] Updated to upstream version 1.48 (#1072877)

2014-03-05 Thread Jan Holcapek
Summary of changes:

  3d62549... Updated to upstream version 1.48 (#1072877) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
commit 650b6075293bb84393eff4ac7137864c6dc0d14b
Author: Jan Holcapek holca...@gmail.com
Date:   Mon Feb 24 11:42:52 2014 +0100

Fix formatting of Changes

 Changes.patch  | 1294 
 perl-DBD-ODBC.spec |8 +-
 2 files changed, 1301 insertions(+), 1 deletions(-)
---
diff --git a/Changes.patch b/Changes.patch
new file mode 100644
index 000..caeeb55
--- /dev/null
+++ b/Changes.patch
@@ -0,0 +1,1294 @@
+--- ./Changes  2014-02-24 11:29:10.083463035 +0100
 ./Changes  2014-02-24 11:30:29.734483239 +0100
+@@ -3,9 +3,11 @@
+ 
+ =encoding utf8
+ 
++=head1 NAME
++
+ DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
+ 
+-1.47 2014-02-19
++=head2 1.47 2014-02-19
+ 
+   Full release of the 1.46 development releases.
+ 
+@@ -17,7 +19,7 @@
+   NOTE the changes.cpanhq.com site does not yet support unknown for
+   dates.
+ 
+-1.46_2 2013-12-17
++=head2 1.46_2 2013-12-17
+ 
+   [BUG FIXES]
+ 
+@@ -30,7 +32,7 @@
+ 
+   Added test 90_trace_flag.t
+ 
+-1.46_1 2013-11-16
++=head2 1.46_1 2013-11-16
+ 
+   [CHANGE IN BEHAVIOUR]
+ 
+@@ -63,7 +65,7 @@
+ 
+   Added test 45_unicode_varchar.t for MS SQL Server only so far.
+ 
+-1.45 2013-10-28
++=head2 1.45 2013-10-28
+ 
+   [CHANGE IN BEHAVIOUR]
+ 
+@@ -88,7 +90,7 @@
+   Small changes to 20SqlServer.t test to skip some tests and note the
+   problem if SQLExecute returns SQL_NO_DATA on a non searched update.
+ 
+-1.44_4 2013-10-16
++=head2 1.44_4 2013-10-16
+ 
+   [BUG FIXES]
+ 
+@@ -107,7 +109,7 @@
+   Updates to the odbc_more_results pod to help clarify its use after
+   some confusion was seen in a perlmonks thread.
+ 
+-1.44_3 2013-10-11
++=head2 1.44_3 2013-10-11
+ 
+   [CHANGE IN BEHAVIOUR]
+ 
+@@ -143,7 +145,7 @@
+   SQLGetTypeInfo. It also issues a warning.  See
+   http://www.postgresql.org/message-id/524ef455.6050...@ntlworld.com
+ 
+-1.44_3 2013-10-11
++=head2 1.44_3 2013-10-11
+ 
+   [MISCELLANEOUS]
+ 
+@@ -152,7 +154,7 @@
+ 
+   Fixed some compiler warnings when attempting to print/trace SvCUR.
+ 
+-1.44_2 2013-09-07
++=head2 1.44_2 2013-09-07
+ 
+   [BUG FIXES]
+ 
+@@ -180,7 +182,7 @@
+ 
+   Added 87_odbc_log_read.t test.
+ 
+-1.44_1 2013-06-06
++=head2 1.44_1 2013-06-06
+ 
+   Moved from subversion to github as svn.perl.org is closing down.
+   Changed docs to show new repository.
+@@ -194,7 +196,7 @@
+   probably only see this if you are using fetchall_arrayref with a
+   slice and setting TYPE or attributes in bind_col first.
+ 
+-1.43 2013-03-06
++=head2 1.43 2013-03-06
+ 
+   This is a full release of all the 1.42_* development releases.
+ 
+@@ -205,20 +207,20 @@
+   Minor fix to 10handler.t test suite which relied on a native error
+   being true instead of defined.
+ 
+-1.42_5 2013-01-25
++=head2 1.42_5 2013-01-25
+ 
+   [BUG FIXES]
+ 
+   Not all modules used in test code were specified in build_requires.
+ 
+-1.42_4 2013-01-21
++=head2 1.42_4 2013-01-21
+ 
+   [ENHANCEMENTS]
+ 
+   odbc_trace and odbc_trace_file are now full connection attributes
+   so you can set them any time you like, not just in connect.
+ 
+-1.42_3 2013-01-17
++=head2 1.42_3 2013-01-17
+ 
+   [ENHANCEMENTS]
+ 
+@@ -228,7 +230,7 @@
+   only enable ODBC API tracing in the application which made the call
+   unlike the ODBC Driver Manager settings.
+ 
+-1.42_2 2012-12-17
++=head2 1.42_2 2012-12-17
+ 
+   [MISCELLANEOUS]
+ 
+@@ -236,7 +238,7 @@
+   from Dave Mitchell and posting at
+   
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2012-12/msg00424.html.
+ 
+-1.42_1 2012-12-12
++=head2 1.42_1 2012-12-12
+ 
+   [BUG FIXES]
+ 
+@@ -265,7 +267,7 @@
+ 
+   New rt_81911.t test case.
+ 
+-1.42_0 2012-11-28
++=head2 1.42_0 2012-11-28
+ 
+   [BUG FIXES]
+ 
+@@ -298,11 +300,11 @@
+ 
+   RT 80446 - fix spelling mistake - thanks to Xavier Guimar.
+ 
+-1.41 2012-10-23
++=head2 1.41 2012-10-23
+ 
+   A full release of the 1.40 development release series.
+ 
+-1.40_3 2012-10-08
++=head2 1.40_3 2012-10-08
+ 
+   [BUG FIXES]
+ 
+@@ -325,7 +327,7 @@
+ 
+   More documentation for odbc_out_connect_string.
+ 
+-1.40_2 2012-09-06
++=head2 1.40_2 2012-09-06
+ 
+   [BUG FIXES]
+ 
+@@ -344,7 +346,7 @@
+ 
+   Added Test::NoWarnings to some tests where it was missing.
+ 
+-1.40_1 2012-09-04
++=head2 1.40_1 2012-09-04
+ 
+   [BUG FIXES]
+ 
+@@ -370,7 +372,7 @@
+   If you attempt to bind an rv without amagic DBD::ODBC will now
+   croak - related to rt 78838.
+ 
+-1.39 2012-07-07
++=head2 1.39 2012-07-07
+ 
+   [BUG FIXES]
+ 
+@@ -380,7 +382,7 @@
+   execute_for_fetch.pl example had not be changed since
+   odbc_disable_array_operations became odbc_array_operations.
+ 
+-1.38_3 2012-06-25
++=head2 1.38_3 2012-06-25
+ 
+   [BUG FIXES]
+ 
+@@ -396,14 +398,14 @@
+ 
+   Made pod.t an author test.
+ 
+-1.38_2 2012-05-24
++=head2 1.38_2 2012-05-24
+ 
+   [ENHANCEMENTS]
+ 
+   Added support for Oracle TAF (assuming your ODBC driver supports it)
+   - see odbc_taf_callback.
+ 
+-1.38_1 2012-05-19
++=head2 1.38_1 2012-05-19
+ 
+   [BUG

[perl-DBD-ODBC/f19] Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
Summary of changes:

  650b607... Fix formatting of Changes (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f18] Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
Summary of changes:

  650b607... Fix formatting of Changes (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f20] Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
Summary of changes:

  650b607... Fix formatting of Changes (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
Summary of changes:

  650b607... Fix formatting of Changes (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/epel7] (2 commits) ...Fix formatting of Changes

2014-02-24 Thread Jan Holcapek
Summary of changes:

  8b7289a... Updated to upstream version 1.47 (*)
  650b607... Fix formatting of Changes (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f18] Updated to upstream version 1.47

2014-02-20 Thread Jan Holcapek
Summary of changes:

  8b7289a... Updated to upstream version 1.47 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f19] Updated to upstream version 1.47

2014-02-20 Thread Jan Holcapek
Summary of changes:

  8b7289a... Updated to upstream version 1.47 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f20] Updated to upstream version 1.47

2014-02-20 Thread Jan Holcapek
Summary of changes:

  8b7289a... Updated to upstream version 1.47 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-ODBC-1.47.tar.gz uploaded to lookaside cache by holcapek

2014-02-20 Thread Jan Holcapek
A file has been added to the lookaside cache for perl-DBD-ODBC:

d5dc91518dc4a476f98e74d8c0774947  DBD-ODBC-1.47.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Updated to upstream version 1.47

2014-02-20 Thread Jan Holcapek
commit 8b7289ac0532f2f443a86e3df3e5e2b8dc678163
Author: Jan Holcapek holca...@gmail.com
Date:   Fri Feb 21 07:55:50 2014 +0100

Updated to upstream version 1.47

 .gitignore |1 +
 perl-DBD-ODBC.spec |5 -
 sources|1 +
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f39fcc..b92996d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DBD-ODBC-1.45.tar.gz
+/DBD-ODBC-1.47.tar.gz
diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
index 2d1e7cc..1c2184c 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,5 +1,5 @@
 Name:   perl-DBD-ODBC
-Version:1.45
+Version:1.47
 Release:1%{?dist}
 Summary:ODBC Driver for DBI
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 21 2014 Jan Holcapek holca...@gmail.com 1.47-1
+- Updated to upstream version 1.47.
+
 * Fri Nov 22 2013 Jan Holcapek holca...@gmail.com 1.45-1
 - Initial import (#1028521).
 
diff --git a/sources b/sources
index 694e441..afbf95f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 3c750cde8e39fbba804043485f18ba68  DBD-ODBC-1.45.tar.gz
+d5dc91518dc4a476f98e74d8c0774947  DBD-ODBC-1.47.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] Updated to upstream version 1.47

2014-02-20 Thread Jan Holcapek
Summary of changes:

  8b7289a... Updated to upstream version 1.47 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f19] (2 commits) ...Modified sources.

2013-11-25 Thread Jan Holcapek
Summary of changes:

  043e5e6... Initial import (#1028521). (*)
  8d529fb... Modified sources. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f18] (2 commits) ...Modified sources.

2013-11-25 Thread Jan Holcapek
Summary of changes:

  043e5e6... Initial import (#1028521). (*)
  8d529fb... Modified sources. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/el6] (2 commits) ...Modified sources.

2013-11-25 Thread Jan Holcapek
Summary of changes:

  043e5e6... Initial import (#1028521). (*)
  8d529fb... Modified sources. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC/f20] (2 commits) ...Modified sources.

2013-11-24 Thread Jan Holcapek
Summary of changes:

  043e5e6... Initial import (#1028521). (*)
  8d529fb... Modified sources. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBD-ODBC-1.45.tar.gz uploaded to lookaside cache by holcapek

2013-11-22 Thread Jan Holcapek
A file has been added to the lookaside cache for perl-DBD-ODBC:

3c750cde8e39fbba804043485f18ba68  DBD-ODBC-1.45.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Initial import (#1028521).

2013-11-22 Thread Jan Holcapek
commit 043e5e60ea8183887962eb7a9a707c98b6b643f6
Author: Jan Holcapek holca...@gmail.com
Date:   Fri Nov 22 10:54:50 2013 +0100

Initial import (#1028521).

 .gitignore |1 +
 perl-DBD-ODBC.spec |   53 
 2 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7f39fcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DBD-ODBC-1.45.tar.gz
diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
new file mode 100644
index 000..2d1e7cc
--- /dev/null
+++ b/perl-DBD-ODBC.spec
@@ -0,0 +1,53 @@
+Name:   perl-DBD-ODBC
+Version:1.45
+Release:1%{?dist}
+Summary:ODBC Driver for DBI
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/DBD-ODBC/
+Source0:
http://www.cpan.org/modules/by-module/DBD/DBD-ODBC-%{version}.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBI)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  unixODBC-devel
+Requires:   perl(DBI)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   unixODBC
+
+
+%description
+This module is needed to access ODBC databases from within Perl. The
+module uses the unixODBC manager to connect to the database.
+
+%prep
+%setup -q -n DBD-ODBC-%{version}
+
+%build
+PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor 
OPTIMIZE=$RPM_OPT_FLAGS
+make %{?_smp_mflags}
+
+%install
+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' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes FAQ README TO_DO
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/DBD*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Nov 22 2013 Jan Holcapek holca...@gmail.com 1.45-1
+- Initial import (#1028521).
+
+* Fri Nov 08 2013 Jan Holcapek holca...@gmail.com 1.45-1
+- Specfile autogenerated by cpanspec 1.78.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBD-ODBC] Modified sources.

2013-11-22 Thread Jan Holcapek
commit 8d529fb60590e5898416b943bcc18ded2e44834c
Author: Jan Holcapek holca...@gmail.com
Date:   Fri Nov 22 10:58:06 2013 +0100

Modified sources.

 sources |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sources b/sources
index e69de29..694e441 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3c750cde8e39fbba804043485f18ba68  DBD-ODBC-1.45.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel