From 4a0c277c25e4bdca8a9a1dca9b67341ce498270a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Mon, 17 Oct 2016 13:06:16 +0200
Subject: 1.56 bump

---
 .gitignore         |  1 +
 Changes.patch      | 44 ++++++++++++++++++++++++++++++++++----------
 perl-DBD-ODBC.spec | 12 ++++++++----
 sources            |  2 +-
 4 files changed, 44 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6f01fd9..e2536a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /DBD-ODBC-1.48.tar.gz
 /DBD-ODBC-1.50.tar.gz
 /DBD-ODBC-1.52.tar.gz
+/DBD-ODBC-1.56.tar.gz
diff --git a/Changes.patch b/Changes.patch
index e79d665..a4be9a0 100644
--- a/Changes.patch
+++ b/Changes.patch
@@ -1,6 +1,7 @@
---- DBD-ODBC-1.52/Changes.orig 2015-04-20 23:14:38.242607555 +0200
-+++ DBD-ODBC-1.52/Changes      2015-04-20 23:17:29.274020516 +0200
-@@ -3,16 +3,18 @@
+diff -up DBD-ODBC-1.56/Changes.orig DBD-ODBC-1.56/Changes
+--- DBD-ODBC-1.56/Changes.orig 2016-10-06 10:30:13.000000000 +0200
++++ DBD-ODBC-1.56/Changes      2016-10-17 12:19:31.141514695 +0200
+@@ -3,21 +3,23 @@ use strict;
  
  =encoding utf8
  
@@ -8,6 +9,29 @@
 +
  DBD::ODBC::Changes - Log of significant changes to the DBD::ODBC
  
+-1.56 2016-10-06
++=head2 1.56 2016-10-06
+ 
+   Full release of the 1.53 development series
+ 
+   One version skipped because of indexing problems.
+ 
+-1.53_2 2016-02-03
++=head2 1.53_2 2016-02-03
+ 
+   [MISCELLANEOUS]
+ 
+   Add new FAQs
+ 
+-1.53_1 2015-10-16
++=head2 1.53_1 2015-10-16
+ 
+   [BUG FIXES]
+ 
+@@ -42,14 +44,14 @@ DBD::ODBC::Changes - Log of significant
+ 
+   Remove duplicate dynamic_config from META.yml.
+ 
 -1.52 2015-04-15
 +=head2 1.52 2015-04-15
  
@@ -21,7 +45,7 @@
  
    [BUG FIXES]
  
-@@ -24,7 +26,7 @@
+@@ -61,7 +63,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.
  
@@ -30,7 +54,7 @@
  
    [BUG FIXES]
  
-@@ -33,7 +35,7 @@
+@@ -70,7 +72,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.
  
@@ -39,16 +63,16 @@
  
    [BUG FIXES]
  
-@@ -41,7 +43,7 @@
-   the table name for the type argument. I think this bug was
-   introduced last year.
+@@ -79,7 +81,7 @@ DBD::ODBC::Changes - Log of significant
+   introduced last year. Thanks to Nick Gorham for spotting and providing
+   a fix.
  
 -1.51_1 2014-11-14
 +=head2 1.51_1 2014-11-14
  
    [BUG FIXES]
  
-@@ -49,14 +51,14 @@
+@@ -87,14 +89,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.
  
@@ -65,7 +89,7 @@
  
    [BUG FIXES]
  
-@@ -105,14 +107,14 @@
+@@ -143,14 +145,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 9babc04..c47868e 100644
--- a/perl-DBD-ODBC.spec
+++ b/perl-DBD-ODBC.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBD-ODBC
-Version:        1.52
-Release:        6%{?dist}
+Version:        1.56
+Release:        1%{?dist}
 Summary:        ODBC Driver for DBI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -35,6 +35,7 @@ BuildRequires:  perl(DBI::Const::GetInfoType)
 BuildRequires:  perl(Devel::Peek)
 BuildRequires:  perl(open)
 BuildRequires:  perl(overload)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(utf8)
 # Win32::API::More not used
 # Optional tests:
@@ -63,8 +64,8 @@ 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 {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -77,6 +78,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova <jples...@redhat.com> - 1.56-1
+- 1.56 bump
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 1.52-6
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 163d1f3..bbc15a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f4eadbbb7f1ac6e77ab92276ccae573  DBD-ODBC-1.52.tar.gz
+fdbe7a1fada61bc7c9a1ddaeff21b7ed  DBD-ODBC-1.56.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-DBD-ODBC.git/commit/?h=master&id=4a0c277c25e4bdca8a9a1dca9b67341ce498270a
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to