Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zxing-cpp for openSUSE:Factory 
checked in at 2021-02-17 18:08:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zxing-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.zxing-cpp.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zxing-cpp"

Wed Feb 17 18:08:37 2021 rev:8 rq:870543 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/zxing-cpp/zxing-cpp.changes      2021-01-19 
16:01:12.471290497 +0100
+++ /work/SRC/openSUSE:Factory/.zxing-cpp.new.28504/zxing-cpp.changes   
2021-02-17 18:09:05.361820309 +0100
@@ -1,0 +2,8 @@
+Tue Feb  9 07:50:14 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 1.1.1. No changelog available.
+- Drop fix-pkg-config-file.patch. Merged upstream
+- Add 0001-Fix-build-with-GCC-11.patch to fix GCC 11 build
+  issues (boo#1181915)
+
+-------------------------------------------------------------------

Old:
----
  fix-pkg-config-file.patch
  zxing-cpp-1.1.0.tar.gz

New:
----
  0001-Fix-build-with-GCC-11.patch
  zxing-cpp-1.1.1.tar.gz

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

Other differences:
------------------
++++++ zxing-cpp.spec ++++++
--- /var/tmp/diff_new_pack.sMtcWB/_old  2021-02-17 18:09:07.165821785 +0100
+++ /var/tmp/diff_new_pack.sMtcWB/_new  2021-02-17 18:09:07.165821785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zxing-cpp
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define sover 1
 Name:           zxing-cpp
-Version:        1.1.0
+Version:        1.1.1
 Release:        0
 Summary:        Library for processing 1D and 2D barcodes
 License:        Apache-2.0 AND Zlib AND 
LGPL-2.1-with-Qt-Company-Qt-exception-1.1
@@ -26,7 +26,8 @@
 URL:            https://github.com/nu-book/zxing-cpp/
 Source0:        
https://github.com/nu-book/zxing-cpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
-Patch0:         fix-pkg-config-file.patch
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-Fix-build-with-GCC-11.patch
 BuildRequires:  cmake >= 3.10
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig

++++++ 0001-Fix-build-with-GCC-11.patch ++++++
>From 4766de0a8e6f780a04b03776d0c0380cb85935b8 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christo...@krop.fr>
Date: Tue, 9 Feb 2021 09:14:00 +0100
Subject: [PATCH] Fix build with GCC 11

---
 core/src/Pattern.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/Pattern.h b/core/src/Pattern.h
index 97093f0..87f340e 100644
--- a/core/src/Pattern.h
+++ b/core/src/Pattern.h
@@ -21,6 +21,7 @@
 #include <cmath>
 #include <cstddef>
 #include <cstdint>
+#include <limits>
 #include <numeric>
 #include <vector>
 
-- 
2.30.0

++++++ zxing-cpp-1.1.0.tar.gz -> zxing-cpp-1.1.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/zxing-cpp/zxing-cpp-1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.zxing-cpp.new.28504/zxing-cpp-1.1.1.tar.gz differ: 
char 13, line 1

Reply via email to