Hello community,

here is the log from the commit of package zimg for openSUSE:Factory checked in 
at 2019-12-11 12:09:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zimg (Old)
 and      /work/SRC/openSUSE:Factory/.zimg.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zimg"

Wed Dec 11 12:09:06 2019 rev:33 rq:754324 version:2.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/zimg/zimg.changes        2019-08-27 
10:15:13.595964182 +0200
+++ /work/SRC/openSUSE:Factory/.zimg.new.4691/zimg.changes      2019-12-11 
12:09:24.900632084 +0100
@@ -1,0 +2,6 @@
+Thu Dec  5 08:54:26 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add update-matrix3.cpp.patch in order
+  to fix boo#1158372.
+
+-------------------------------------------------------------------

New:
----
  update-matrix3.cpp.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zimg.spec ++++++
--- /var/tmp/diff_new_pack.k0NBdr/_old  2019-12-11 12:09:25.700631748 +0100
+++ /var/tmp/diff_new_pack.k0NBdr/_new  2019-12-11 12:09:25.704631746 +0100
@@ -26,6 +26,7 @@
 URL:            https://github.com/sekrit-twc/zimg
 Source0:        zimg-%{version}.tar.xz
 Source99:       baselibs.conf
+Patch0:         update-matrix3.cpp.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv

++++++ update-matrix3.cpp.patch ++++++
>From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001
From: sekrit-twc <sekrit-...@users.noreply.github.com>
Date: Wed, 4 Dec 2019 12:01:26 -0800
Subject: [PATCH] Update matrix3.cpp

---
 src/zimg/colorspace/matrix3.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/zimg/colorspace/matrix3.cpp b/src/zimg/colorspace/matrix3.cpp
index 06e0e2f..b4aeea7 100644
--- a/src/zimg/colorspace/matrix3.cpp
+++ b/src/zimg/colorspace/matrix3.cpp
@@ -1,3 +1,4 @@
+#include <cstddef>
 #include "matrix3.h"
 
 namespace zimg {
-- 
2.24.0


Reply via email to