Update to 1.00023

f38
Emmanuel Seyman 4 years ago
parent 9763bfc34d
commit 219d38f12e

1
.gitignore vendored

@ -1 +1,2 @@
/SQL-SplitStatement-1.00020.tar.gz
/SQL-SplitStatement-1.00023.tar.gz

@ -1,19 +0,0 @@
diff -up ./bin/sql-split.orig ./bin/sql-split
--- ./bin/sql-split.orig 2015-11-08 20:54:19.957492030 +0100
+++ ./bin/sql-split 2015-11-08 20:54:39.348380406 +0100
@@ -19,7 +19,7 @@ our $VERSION = $SQL::SplitStatement::VER
use Getopt::Long;
Getopt::Long::Configure qw(
- auto_help auto_version bundling require_order gnu_compat
+ auto_help auto_version bundling require_order gnu_compat no_ignore_case
);
use Pod::Usage;
@@ -343,4 +343,4 @@ data and hardware damaging, but it may a
people, including, but not limited to, diarrhoea, gonorrhea and dysmenorrhea.
Don't say you haven't been warned.
-=cut
\ Pas de fin de ligne à la fin du fichier
+=cut

@ -1,14 +1,11 @@
Name: perl-SQL-SplitStatement
Version: 1.00020
Release: 20%{?dist}
Version: 1.00023
Release: 1%{?dist}
Summary: Split any SQL code into atomic statements
License: GPL+ or Artistic
URL: https://metacpan.org/release/SQL-SplitStatement
Source0: https://cpan.metacpan.org/authors/id/E/EM/EMAZEP/SQL-SplitStatement-%{version}.tar.gz
# Fixes incompatibility with Getopt::Long v2.48
# https://rt.cpan.org/Ticket/Display.html?id=108595
Patch0: perl-SQL-SplitStatement-1.00020-getopt-long-compat.patch
Source0: https://cpan.metacpan.org/authors/id/V/VE/VEESH/SQL-SplitStatement-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
@ -26,6 +23,7 @@ BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Regexp::Common)
BuildRequires: perl(SQL::Tokenizer) >= 0.22
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Script::Run)
@ -41,7 +39,6 @@ of the module documentation), into the atomic statements it is composed of.
%prep
%setup -q -n SQL-SplitStatement-%{version}
%patch0 -p0
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -65,6 +62,10 @@ make test
%{_mandir}/man3/SQL*
%changelog
* Sun Jun 06 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 1.00023-1
- Update to 1.00023
- Drop no-longer-needed patch
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.00020-20
- Perl 5.34 rebuild

@ -1 +1 @@
48e250843fcfd5517e91e0ead12faa28 SQL-SplitStatement-1.00020.tar.gz
SHA512 (SQL-SplitStatement-1.00023.tar.gz) = ba455a6bb4a01f0d178a3aa5ba2894907722cf53ccddf5c8308f50bc60991fa1e549954eff0a1fe1b0fa30f63516d875f538d0702c52f4c9cde1ef8ad0456e55

Loading…
Cancel
Save