Accepting request 783130 from multimedia:color_management

OBS-URL: https://build.opensuse.org/request/show/783130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argyllcms?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-03-12 21:58:19 +00:00 committed by Git OBS Bridge
commit af2d955635
2 changed files with 7 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Index: Argyll_V2.1.2/gamut/gamut.h
#define NSLOTS 6 /* Number of maximum direction slots */
-struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */
+extern struct _vrml *wrl; /* Declared in vrml.h, which may be #included after this */
+struct _vrml; /* Declared in vrml.h, which may be #included after this */
/* ------------------------------------ */
#define NODE_STRUCT \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 10 02:08:52 UTC 2020 - Stanislav Brabec <sbrabec@suse.com>
- Fix argyllcms--gcc--fno-common.patch according to the upstream
(bsc#1160256#c5).
-------------------------------------------------------------------
Thu Mar 5 02:49:25 CET 2020 - sbrabec@suse.com