Accepting request 732740 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/732740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBI?expand=0&rev=48
This commit is contained in:
commit
f51ab9b932
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user