SHA256
1
0
forked from pool/orthanc

Accepting request 859420 from home:DocB:Orthanc

- Workaround for boo#1180359

OBS-URL: https://build.opensuse.org/request/show/859420
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=27
This commit is contained in:
Axel Braun 2020-12-30 13:43:26 +00:00 committed by Git OBS Bridge
parent e97e0d1c33
commit e298fe7526
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 30 13:15:11 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- Workaround for boo#1180359
-------------------------------------------------------------------
Sat Dec 19 12:53:48 UTC 2020 - Axel Braun <axel.braun@gmx.de>

View File

@ -55,6 +55,8 @@ BuildRequires: libboost_locale-devel >= 1.66
BuildRequires: libboost_regex-devel >= 1.66
BuildRequires: libboost_system-devel >= 1.66
BuildRequires: libboost_thread-devel >= 1.66
#Workaround for boo#1180359
BuildRequires: libbz2-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libtiff-devel
@ -66,6 +68,8 @@ BuildRequires: pugixml-devel
BuildRequires: sqlite3-devel
BuildRequires: tcpd-devel
BuildRequires: unzip
#Workaround for boo#1180359
BuildRequires: zlib-devel
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(lua5.1)