From 7c5f87ccc06e06dd819138565caff2c4b66aa5e2 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Mar 11 2018 04:18:48 +0000 Subject: Update to 0.23 --- diff --git a/.gitignore b/.gitignore index b868d7c..ac24ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ CGI-Application-Plugin-Authentication-0.18.tar.gz /CGI-Application-Plugin-Authentication-0.20.tar.gz /CGI-Application-Plugin-Authentication-0.21.tar.gz /CGI-Application-Plugin-Authentication-0.22.tar.gz +/CGI-Application-Plugin-Authentication-0.23.tar.gz diff --git a/perl-CGI-Application-Plugin-Authentication.spec b/perl-CGI-Application-Plugin-Authentication.spec index eecac8d..dd54df6 100644 --- a/perl-CGI-Application-Plugin-Authentication.spec +++ b/perl-CGI-Application-Plugin-Authentication.spec @@ -1,13 +1,11 @@ Name: perl-CGI-Application-Plugin-Authentication -Version: 0.22 -Release: 2%{?dist} +Version: 0.23 +Release: 1%{?dist} Summary: Authentication framework for CGI::Application License: GPL+ or Artistic URL: http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/ Source0: http://www.cpan.org/authors/id/W/WE/WESM/CGI-Application-Plugin-Authentication-%{version}.tar.gz -# https://github.com/cees/cgi-application-plugin-authentication/pull/4 -Patch0: sqlite3-3.22.0.patch BuildArch: noarch BuildRequires: findutils @@ -65,7 +63,6 @@ CGI::Application::Plugin::Authentication plugin. %prep %setup -q -n CGI-Application-Plugin-Authentication-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -84,6 +81,10 @@ make test %{_mandir}/man3/* %changelog +* Sun Mar 11 2018 Emmanuel Seyman - 0.23-1 +- Update to 0.23 +- Drop upstreamed patch + * Sun Feb 11 2018 Emmanuel Seyman - 0.22-2 - Apply Debian patch to adjust tests to SQLite 3.22.0 (#1543899) diff --git a/sources b/sources index f671669..c1a1795 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (CGI-Application-Plugin-Authentication-0.22.tar.gz) = 7a622adf82d80f6c590fc3c1322233fa7f2b6976a10e78a78b0dc494b91279f15f12b3d461f4db421f041cbbc2d3daff28ce50d84d4bd5e3894de1d8f837f8d8 +SHA512 (CGI-Application-Plugin-Authentication-0.23.tar.gz) = 3084f5b329c40508984d4502fbe61c60aa00fff17f261dea7a5d287fefa75cdea288bfb1739c0fd329503f8e3ea7add3ca4a88c6d201c1c780c7876d7ee33d2f diff --git a/sqlite3-3.22.0.patch b/sqlite3-3.22.0.patch deleted file mode 100644 index 4616474..0000000 --- a/sqlite3-3.22.0.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Adjust tests to SQLite 3.22.0 which outputs a different error message. -Origin: vendor -Author: gregor herrmann -Last-Update: 2018-01-31 -Forwarded: https://github.com/cees/cgi-application-plugin-authentication/pull/4 -Bug: https://github.com/cees/cgi-application-plugin-authentication/pull/4 - ---- a/t/53_driver_dbi_bad.t -+++ b/t/53_driver_dbi_bad.t -@@ -98,9 +98,9 @@ - [ 'user1', '123' ], - [ 'user2', '123' ], - );} -- qr/Error executing class callback in prerun stage: Failed to prepare SQL statement: near " "/, -+ qr/Error executing class callback in prerun stage: Failed to prepare SQL statement: (near " "|incomplete input)/, - "DBI syntax error";} -- qr/DBD::SQLite::db prepare_cached failed: near " ": syntax error/, "DBD:SQLite"; -+ qr/DBD::SQLite::db prepare_cached failed: (near " ": syntax error|incomplete input)/, "DBD:SQLite"; - } - - {