diff --git a/cpanspec.yml b/cpanspec.yml index d23546f..de0e608 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -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 diff --git a/perl-DBD-mysql.changes b/perl-DBD-mysql.changes index ba9ab11..0b3dfc3 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 13 15:05:24 UTC 2019 - Vítězslav Čížek + +- 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 diff --git a/perl-DBD-mysql.spec b/perl-DBD-mysql.spec index f1c0a6f..f273263 100644 --- a/perl-DBD-mysql.spec +++ b/perl-DBD-mysql.spec @@ -37,6 +37,7 @@ Requires: perl(DBI) >= 1.609 %{perl_requires} # MANUAL BEGIN BuildRequires: libmariadb-devel +BuildRequires: zlib-devel # MANUAL END %description