public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DBD-ODBC] epel10: 1.60 bump
Date: Tue, 25 Aug 2026 12:33:32 GMT [thread overview]
Message-ID: <178766121237.1.6339722501790903080.rpms-perl-DBD-ODBC-2f5940c2fb27@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-DBD-ODBC
Branch : epel10
Commit : 2f5940c2fb279b40f4143cfd86f701847982326d
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2018-11-08T10:33:42+01:00
Stats : +26/-13 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-DBD-ODBC/c/2f5940c2fb279b40f4143cfd86f701847982326d?branch=epel10
Log:
1.60 bump
---
diff --git a/.gitignore b/.gitignore
index ff8931e..0abbdcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/DBD-ODBC-1.56.tar.gz
/DBD-ODBC-1.58.tar.gz
/DBD-ODBC-1.59.tar.gz
+/DBD-ODBC-1.60.tar.gz
diff --git a/Changes.patch b/Changes.patch
index 970d200..560aa76 100644
--- a/Changes.patch
+++ b/Changes.patch
@@ -1,10 +1,19 @@
-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;
+diff -up DBD-ODBC-1.60/Changes.orig DBD-ODBC-1.60/Changes
+--- DBD-ODBC-1.60/Changes.orig 2018-10-31 17:00:57.000000000 +0100
++++ DBD-ODBC-1.60/Changes 2018-11-08 10:22:55.955446555 +0100
+@@ -5,7 +5,7 @@ use strict;
DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
+-1.60 2018-10-31
++=head2 1.60 2018-10-31
+
+ [BUG FIXES]
+
+@@ -16,20 +16,20 @@ DBD::ODBC::Changes - Log of significant
+
+ Merged pull request 10 from vadz which fixed typo (affecting license) in README.md.
+
-1.59 2018-08-10
+=head2 1.59 2018-08-10
@@ -25,7 +34,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[MISCELLANEOUS]
-@@ -28,19 +28,19 @@ DBD::ODBC::Changes - Log of significant
+@@ -39,19 +39,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.
@@ -48,7 +57,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -65,14 +65,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -76,14 +76,14 @@ DBD::ODBC::Changes - Log of significant
Remove duplicate dynamic_config from META.yml.
@@ -65,7 +74,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -84,7 +84,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -95,7 +95,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.
@@ -74,7 +83,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -93,7 +93,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -104,7 +104,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.
@@ -83,7 +92,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -102,7 +102,7 @@ DBD::ODBC::Changes - Log of significant
+@@ -113,7 +113,7 @@ DBD::ODBC::Changes - Log of significant
introduced last year. Thanks to Nick Gorham for spotting and providing
a fix.
@@ -92,7 +101,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -110,14 +110,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -121,14 +121,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.
@@ -109,7 +118,7 @@ diff -up DBD-ODBC-1.59/Changes.orig DBD-ODBC-1.59/Changes
[BUG FIXES]
-@@ -166,14 +166,14 @@ DBD::ODBC::Changes - Log of significant
+@@ -177,14 +177,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 2fb17c1..fc01739 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,5 +1,5 @@
Name: perl-DBD-ODBC
-Version: 1.59
+Version: 1.60
Release: 1%{?dist}
Summary: ODBC Driver for DBI
License: GPL+ or Artistic
@@ -78,6 +78,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Thu Nov 08 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-1
+- 1.60 bump
+
* Mon Aug 13 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.59-1
- 1.59 bump
diff --git a/sources b/sources
index 979fb47..d0ff528 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (DBD-ODBC-1.59.tar.gz) = e7a59fd33a58803864a9188b4e58c7ae441838d08ff3b08487c22166185d5f21d26774303039f3750da69985e66d0c4224e7d52bb9a89d206230e2033f07265b
+SHA512 (DBD-ODBC-1.60.tar.gz) = 35a365ff305e412c59cb24e6be4f06d2f0fab15154023689a14c928af87a801dad26f95ab91212469dd3e3170a1b7b73aac660b306c25f87d2fd2e02c03048ed
reply other threads:[~2026-08-25 12:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178766121237.1.6339722501790903080.rpms-perl-DBD-ODBC-2f5940c2fb27@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox