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
This commit is contained in:
Pedro Monreal Gonzalez 2019-02-14 11:34:14 +00:00 committed by Git OBS Bridge
parent 59061a74fd
commit c46defa2d6
2 changed files with 4 additions and 1 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,8 +1,10 @@
-------------------------------------------------------------------
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
- 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>