Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package snappy for openSUSE:Factory checked in at 2024-03-25 21:06:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snappy (Old) and /work/SRC/openSUSE:Factory/.snappy.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snappy" Mon Mar 25 21:06:14 2024 rev:11 rq:1161374 version:1.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/snappy/snappy.changes 2023-11-13 22:15:45.636213542 +0100 +++ /work/SRC/openSUSE:Factory/.snappy.new.1905/snappy.changes 2024-03-25 21:06:53.642308408 +0100 @@ -1,0 +2,5 @@ +Mon Mar 25 11:34:39 UTC 2024 - Danilo Spinella <danilo.spine...@suse.com> + +- Fix build with GTest 1.14.0 by using C++14, bsc#1221872 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snappy.spec ++++++ --- /var/tmp/diff_new_pack.g56FTC/_old 2024-03-25 21:06:54.178328103 +0100 +++ /var/tmp/diff_new_pack.g56FTC/_new 2024-03-25 21:06:54.178328103 +0100 @@ -1,7 +1,7 @@ # # spec file for package snappy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ %autosetup %build -%cmake -DSNAPPY_USE_BUNDLED_GTEST=OFF -DSNAPPY_USE_BUNDLED_BENCHMARK_LIB=OFF +%cmake -DSNAPPY_USE_BUNDLED_GTEST=OFF -DSNAPPY_USE_BUNDLED_BENCHMARK_LIB=OFF -DCMAKE_CXX_STANDARD=14 %make_build %install