SHA256
8
0
forked from pool/zxing-cpp

Accepting request 1103183 from LibreOffice:Factory

Clean up and fix build on SLE15SP5

OBS-URL: https://build.opensuse.org/request/show/1103183
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=31
This commit is contained in:
2023-08-09 17:56:35 +00:00
committed by Git OBS Bridge
parent eae932d30b
commit f4c4811a30
3 changed files with 60 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 9 15:07:38 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Restore support for building on SLE12
- Build with gcc7-c++ or gcc-c++ >= 7 because of C++17 requirements
- Added patch:
* cmake.patch
+ allow building with cmake 3.5 on SLE12SP5
-------------------------------------------------------------------
Tue Apr 25 08:56:24 UTC 2023 - Frederic Crozat <fcrozat@suse.com>