Accepting request 732669 from home:pmonrealgonzalez:branches:devel:languages:perl

- Fix invalid utf-8 encoding in Changelogtext

          [Dagfinn Ilmari]
      Fixed use of \Q vs \E in t/70callbacks.t

OBS-URL: https://build.opensuse.org/request/show/732669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=59
This commit is contained in:
Pedro Monreal Gonzalez 2019-09-23 13:15:13 +00:00 committed by Git OBS Bridge
parent 0fffabb552
commit cf505e256c
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix invalid utf-8 encoding in Changelogtext
-------------------------------------------------------------------
Thu Nov 8 06:11:49 UTC 2018 - Stephan Kulow <coolo@suse.com>
@ -193,7 +198,7 @@ Thu Apr 16 16:09:22 UTC 2015 - coolo@suse.com
Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the
DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand]
Fixed compilation error on bleadperl due DEFSV no longer being an lvalue
[Dagfinn Ilmari Mannsåker]
[Dagfinn Ilmari]
Added docs for escaping placeholders using a backslash.
Added docs for get_info(9000) indicating ability to escape placeholders.
@ -229,7 +234,7 @@ Thu Apr 16 16:09:22 UTC 2015 - coolo@suse.com
ensure that you understand what this change means and review your callback code.
Fixed err_hash handling of integer err RT#92172 [Dagfinn Ilmari]
Fixed use of \Q vs  in t/70callbacks.t
Fixed use of \Q vs \E in t/70callbacks.t
Changed the handle passed to Callbacks from being an 'inner'
handle to being an 'outer' handle.

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-DBI
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,6 @@ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
Source1: perl-DBI.rpmlintrc
Source2: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Simple) >= 0.90
@ -56,10 +55,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install