Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clucene-core for openSUSE:Factory checked in at 2022-07-05 12:27:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clucene-core (Old) and /work/SRC/openSUSE:Factory/.clucene-core.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clucene-core" Tue Jul 5 12:27:22 2022 rev:31 rq:986591 version:2.3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/clucene-core/clucene-core.changes 2018-02-15 13:19:01.398095410 +0100 +++ /work/SRC/openSUSE:Factory/.clucene-core.new.1548/clucene-core.changes 2022-07-05 12:27:28.565870595 +0200 @@ -1,0 +2,6 @@ +Thu Jun 30 08:11:41 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Add gcc12-header-files.patch in order to fix build + with GCC 12. + +------------------------------------------------------------------- New: ---- gcc12-header-files.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clucene-core.spec ++++++ --- /var/tmp/diff_new_pack.sRaIrF/_old 2022-07-05 12:27:29.077871345 +0200 +++ /var/tmp/diff_new_pack.sRaIrF/_new 2022-07-05 12:27:29.085871356 +0200 @@ -1,7 +1,7 @@ # # spec file for package clucene-core # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 2.3.3.4 Release: 0 Summary: CLucene is a C++ port of Lucene -License: LGPL-2.1 OR Apache-2.0 +License: Apache-2.0 OR LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: http://clucene.sourceforge.net/ +URL: http://clucene.sourceforge.net/ #Git-Clone: git://clucene.git.sourceforge.net/gitroot/clucene/clucene Source0: http://sourceforge.net/projects/clucene/files/clucene-core-unstable/2.3/%{name}-%{version}.tar.gz Source2: baselibs.conf @@ -32,6 +32,7 @@ Patch1: clucene-2.3.3.4-contrib-libs.patch Patch2: clucene-kill-ext-includes.diff Patch3: clucene-new-gcc.patch +Patch4: gcc12-header-files.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes ++++++ gcc12-header-files.patch ++++++ diff --git a/src/core/CLucene/document/DateTools.h b/src/core/CLucene/document/DateTools.h index 68220c6..4d69961 100644 --- a/src/core/CLucene/document/DateTools.h +++ b/src/core/CLucene/document/DateTools.h @@ -18,6 +18,8 @@ # endif #endif +#include <time.h> + #ifdef _CL_HAVE_SYS_TIMEB_H # include <sys/timeb.h> #endif