Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package XyGrib for openSUSE:Factory checked in at 2021-03-02 12:36:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/XyGrib (Old) and /work/SRC/openSUSE:Factory/.XyGrib.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "XyGrib" Tue Mar 2 12:36:30 2021 rev:6 rq:876171 version:1.2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/XyGrib/XyGrib.changes 2021-01-18 11:34:50.425116442 +0100 +++ /work/SRC/openSUSE:Factory/.XyGrib.new.2378/XyGrib.changes 2021-03-02 14:10:10.456953470 +0100 @@ -1,0 +2,5 @@ +Tue Mar 2 08:04:41 UTC 2021 - Axel Braun <[email protected]> + +- libjpeg24.diff added to fix build error with openjpeg 2.4 + +------------------------------------------------------------------- New: ---- libjpeg24.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ XyGrib.spec ++++++ --- /var/tmp/diff_new_pack.nhjNDe/_old 2021-03-02 14:10:11.328954299 +0100 +++ /var/tmp/diff_new_pack.nhjNDe/_new 2021-03-02 14:10:11.328954299 +0100 @@ -1,7 +1,7 @@ # # spec file for package XyGrib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018 Dr. Axel Braun # Copyright (c) 2018 Dominig ar Foll (Intel Open Source) # @@ -29,6 +29,7 @@ Source1: %{name}.png Source2: %{name}.desktop Patch0: QPainter.patch +Patch1: libjpeg24.diff BuildRequires: cmake BuildRequires: libnova-devel BuildRequires: libpng-devel @@ -62,6 +63,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 cp %{S:1} %{S:2} . %build ++++++ libjpeg24.diff ++++++ diff -U 3 -dHrN -- a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt 2019-07-05 11:01:01.000000000 +0200 +++ b/CMakeLists.txt 2021-03-02 08:58:41.182019035 +0100 @@ -108,6 +108,8 @@ ~/Library/Frameworks/include /Library/Frameworks/include /usr/local/include + /usr/local/include/openjpeg-2.4 + /usr/include/openjpeg-2.4 /usr/local/include/openjpeg-2.3 /usr/include/openjpeg-2.3 /usr/local/include/openjpeg-2.1
