Accepting request 674935 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/674935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-mysql?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2019-02-28 20:37:21 +00:00 committed by Git OBS Bridge
commit f98d46eb32
3 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,7 @@ description_paragraphs: 1
# bar.patch:
preamble: |-
BuildRequires: libmariadb-devel
BuildRequires: zlib-devel
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Feb 13 15:05:24 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
- put back zlib-devel BuildRequires, otherwise the package doesn't
build with the latest OpenSSL
- add zlib-devel to the cpanspec.yml so it won't get dropped
on the next automatic update
-------------------------------------------------------------------
Thu Jan 10 06:04:35 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -37,6 +37,7 @@ Requires: perl(DBI) >= 1.609
%{perl_requires}
# MANUAL BEGIN
BuildRequires: libmariadb-devel
BuildRequires: zlib-devel
# MANUAL END
%description