From c46defa2d69e090e3a8f2fc9d9222550ec616e3de887929de3eb08dec6fec6ce Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 14 Feb 2019 11:34:14 +0000 Subject: [PATCH] Accepting request 674934 from home:vitezslav_cizek:branches:devel:languages:perl - put back zlib-devel BuildRequires, otherwise the package doesn't - add zlib-devel to the cpanspec.yml so it won't get dropped on the next automatic update OBS-URL: https://build.opensuse.org/request/show/674934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=75 --- cpanspec.yml | 1 + perl-DBD-mysql.changes | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 911ff3f..0b3dfc3 100644 --- a/perl-DBD-mysql.changes +++ b/perl-DBD-mysql.changes @@ -1,8 +1,10 @@ ------------------------------------------------------------------- Wed Feb 13 15:05:24 UTC 2019 - Vítězslav Čížek -- Put back zlib-devel BuildRequires, otherwise the package doesn't +- 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