Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package abseil-cpp for openSUSE:Factory checked in at 2022-07-05 12:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abseil-cpp (Old) and /work/SRC/openSUSE:Factory/.abseil-cpp.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abseil-cpp" Tue Jul 5 12:27:05 2022 rev:24 rq:986572 version:20220623.0 Changes: -------- --- /work/SRC/openSUSE:Factory/abseil-cpp/abseil-cpp.changes 2022-06-30 13:18:11.561525751 +0200 +++ /work/SRC/openSUSE:Factory/.abseil-cpp.new.1548/abseil-cpp.changes 2022-07-05 12:27:09.697842978 +0200 @@ -1,0 +2,25 @@ +Sun Jul 3 21:25:15 UTC 2022 - Matthias Eliasson <eli...@opensuse.org> + +- Update to version 20220623.0 + What's New: + * Added absl::AnyInvocable, a move-only function type. + * Added absl::CordBuffer, a type for buffering data for eventual inclusion an + absl::Cord, which is useful for writing zero-copy code. + * Added support for command-line flags of type absl::optional<T>. + Breaking Changes: + * CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control + whether or not unit tests are built. + * The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that + are experiencing new warnings can use -Wno-deprecated-declatations silence + the warnings or use -Wno-error=deprecated-declarations to see warnings but + not fail the build. + * ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some + compilers are more strict about where this keyword must appear compared to + the pre-C++20 implementation. + * Bazel builds now depend on the bazelbuild/bazel-skylib repository. + See Abseil's WORKSPACE file for an example of how to add this dependency. + Other: + * This will be the last release to support C++11. Future releases will require at least C++14. +- run spec-cleaner + +------------------------------------------------------------------- Old: ---- abseil-cpp-20211102.0.tar.gz New: ---- abseil-cpp-20220623.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abseil-cpp.spec ++++++ --- /var/tmp/diff_new_pack.xzQTPd/_old 2022-07-05 12:27:10.213843734 +0200 +++ /var/tmp/diff_new_pack.xzQTPd/_new 2022-07-05 12:27:10.217843739 +0200 @@ -16,24 +16,24 @@ # +%define lname libabsl2206_0_0 Name: abseil-cpp -%define lname libabsl2111_0_0 -Version: 20211102.0 +Version: 20220623.0 Release: 0 Summary: C++11 libraries which augment the C++ stdlib License: Apache-2.0 URL: https://abseil.io/ Source0: https://github.com/abseil/abseil-cpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: c++_compiler +BuildRequires: cmake +BuildRequires: fdupes +BuildRequires: pkgconfig # PATCH-FIX-OPENSUSE options-{old,cxx17}.patch Ensure ABI stability regardless of compiler options -%if %{suse_version} < 1550 +%if 0%{?suse_version} < 1550 Patch0: options-old.patch %else Patch0: options-cxx17.patch %endif -BuildRequires: c++_compiler -BuildRequires: cmake -BuildRequires: fdupes -BuildRequires: pkgconfig %description Abseil is a collection of C++11 libraries which augment the C++ @@ -42,8 +42,8 @@ %package -n %{lname} Summary: C++11 libraries which augment the C++ stdlib -Obsoletes: abseil-cpp < %version-%release -Provides: abseil-cpp = %version-%release +Obsoletes: abseil-cpp < %{version}-%{release} +Provides: abseil-cpp = %{version}-%{release} %description -n %{lname} Abseil is a collection of C++11 libraries which augment the C++ ++++++ abseil-cpp-20211102.0.tar.gz -> abseil-cpp-20220623.0.tar.gz ++++++ ++++ 32242 lines of diff (skipped)