public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DBD-ODBC] epel10: 1.59 bump
@ 2026-08-25 12:33 Jitka Plesnikova
0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-25 12:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-DBD-ODBC
Branch : epel10
Commit : e6b89a0211ec960e3daa8acf101f5632e2830884
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2018-08-13T12:29:54+02:00
Stats : +26/-14 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-DBD-ODBC/c/e6b89a0211ec960e3daa8acf101f5632e2830884?branch=epel10
Log:
1.59 bump
---
diff --git a/.gitignore b/.gitignore
index 9ff15fa..ff8931e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/DBD-ODBC-1.52.tar.gz
/DBD-ODBC-1.56.tar.gz
/DBD-ODBC-1.58.tar.gz
+/DBD-ODBC-1.59.tar.gz
diff --git a/Changes.patch b/Changes.patch
index 49c1e44..970d200 100644
--- a/Changes.patch
+++ b/Changes.patch
@@ -1,10 +1,18 @@
-diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
---- DBD-ODBC-1.58/Changes.orig 2018-03-20 10:33:08.000000000 +0100
-+++ DBD-ODBC-1.58/Changes 2018-04-19 12:10:42.153943791 +0200
-@@ -5,13 +5,13 @@ use strict;
+diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
+--- DBD-ODBC-1.59/Changes.orig 2018-08-10 09:34:31.000000000 +0200
++++ DBD-ODBC-1.59/Changes 2018-08-13 12:22:46.962185767 +0200
+@@ -5,20 +5,20 @@ use strict;
DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
+-1.59 2018-08-10
++=head2 1.59 2018-08-10
+
+ [BUG FIXES]
+
+ git issue 8. Setting odbc_utf8_on didn't work properly. Thanks to David Wheeler for
+ reporting and helping to debug.
+
-1.58 2018-03-01
+=head2 1.58 2018-03-01
@@ -17,7 +25,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[MISCELLANEOUS]
-@@ -21,19 +21,19 @@ DBD::ODBC::Changes - Log of significant
+@@ -28,19 +28,19 @@ DBD::ODBC::Changes - Log of significant
This version was removed from CPAN because it was uploaded with a nasty
bug in the diagnostics code.
@@ -40,7 +48,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -58,14 +58,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -65,14 +65,14 @@ DBD::ODBC::Changes - Log of significant
Remove duplicate dynamic_config from META.yml.
@@ -57,7 +65,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -77,7 +77,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -84,7 +84,7 @@ DBD::ODBC::Changes - Log of significant
Try and make the test suite run ok for SQLite ODBC driver so I can use it
in travis-ci.
@@ -66,7 +74,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -86,7 +86,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -93,7 +93,7 @@ DBD::ODBC::Changes - Log of significant
with "string data, right truncation" on the second and subsequent
calls to execute. Thanks to Laura Cox for finding.
@@ -75,7 +83,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -95,7 +95,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -102,7 +102,7 @@ DBD::ODBC::Changes - Log of significant
introduced last year. Thanks to Nick Gorham for spotting and providing
a fix.
@@ -84,7 +92,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -103,14 +103,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -110,14 +110,14 @@ DBD::ODBC::Changes - Log of significant
client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
there are some specific workarounds for MS Native Client ODBC driver.
@@ -101,7 +109,7 @@ diff -up DBD-ODBC-1.58/Changes.orig DBD-ODBC-1.58/Changes
[BUG FIXES]
-@@ -159,14 +159,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -166,14 +166,14 @@ DBD::ODBC::Changes - Log of significant
I have removed the "experimental" tag for odbc_getdiagfield and odbc_getdiagrec
methods.
diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
index 78cf8c9..2fb17c1 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,6 +1,6 @@
Name: perl-DBD-ODBC
-Version: 1.58
-Release: 3%{?dist}
+Version: 1.59
+Release: 1%{?dist}
Summary: ODBC Driver for DBI
License: GPL+ or Artistic
Group: Development/Libraries
@@ -78,6 +78,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Mon Aug 13 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.59-1
+- 1.59 bump
+
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 836e3f8..979fb47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (DBD-ODBC-1.58.tar.gz) = 7549536c0c6585417f4329bb428b9234ee18e33c066ddee52e4a9a37fcd6cbaf9506631205329d57dfcdbcb5358125df8341fba32033d82ef0730839ddbc6615
+SHA512 (DBD-ODBC-1.59.tar.gz) = e7a59fd33a58803864a9188b4e58c7ae441838d08ff3b08487c22166185d5f21d26774303039f3750da69985e66d0c4224e7d52bb9a89d206230e2033f07265b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 12:33 [rpms/perl-DBD-ODBC] epel10: 1.59 bump Jitka Plesnikova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox