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:
commit
f98d46eb32
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -37,6 +37,7 @@ Requires: perl(DBI) >= 1.609
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: libmariadb-devel
|
||||
BuildRequires: zlib-devel
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user