Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gloox for openSUSE:Factory checked in at 2022-08-16 17:08:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gloox (Old) and /work/SRC/openSUSE:Factory/.gloox.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gloox" Tue Aug 16 17:08:41 2022 rev:7 rq:997361 version:1.0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/gloox/gloox.changes 2021-01-07 21:23:36.321385521 +0100 +++ /work/SRC/openSUSE:Factory/.gloox.new.1521/gloox.changes 2022-08-16 17:08:47.992067601 +0200 @@ -1,0 +2,7 @@ +Sat Aug 13 18:59:55 UTC 2022 - Antoine Belvire <antoine.belv...@opensuse.org> + +- Add gloox-1.0.24-fix-gcc12-time.patch: Fix build with GCC 12. +- Disable build of examples as they are not installed. +- Drop obsolete build requirements: autoconf, automake. + +------------------------------------------------------------------- New: ---- gloox-1.0.24-fix-gcc12-time.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gloox.spec ++++++ --- /var/tmp/diff_new_pack.DUD72m/_old 2022-08-16 17:08:48.592069395 +0200 +++ /var/tmp/diff_new_pack.DUD72m/_new 2022-08-16 17:08:48.596069407 +0200 @@ -1,7 +1,7 @@ # # spec file for package gloox # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -26,8 +26,8 @@ URL: https://camaya.net/gloox Source: https://camaya.net/download/gloox-%{version}.tar.bz2 Source200: baselibs.conf -BuildRequires: autoconf -BuildRequires: automake +# PATCH-FIX-UPSTREAM gloox-1.0.24-fix-gcc12-time.patch -- fix build with GCC 12 +Patch0: https://gitweb.gentoo.org/repo/gentoo.git/plain/net-libs/gloox/files/gloox-1.0.24-fix-gcc12-time.patch BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel >= 2.12 @@ -69,11 +69,11 @@ or component. %prep -%setup -q -n gloox-%{version} +%autosetup -p1 -n gloox-%{version} %build export SUSE_ASNEEDED=0 -%configure --enable-shared --disable-static --enable-getaddrinfo +%configure --enable-shared --disable-static --enable-getaddrinfo --without-examples %make_build %install ++++++ gloox-1.0.24-fix-gcc12-time.patch ++++++ https://bugs.gentoo.org/852182 --- a/src/tests/tag/tag_perf.cpp +++ b/src/tests/tag/tag_perf.cpp @@ -20,6 +20,7 @@ using namespace gloox; #include <cstdlib> #include <string> #include <cstdio> // [s]print[f] +#include <ctime> #include <sys/time.h> --- a/src/tests/zlib/zlib_perf.cpp +++ b/src/tests/zlib/zlib_perf.cpp @@ -24,6 +24,7 @@ using namespace gloox; #include <string> #include <sys/time.h> #include <cstdio> // [s]print[f] +#include <ctime> #ifdef HAVE_ZLIB