Changelog for
abseil-cpp-devel-20220623.1-3.2.i586.rpm :
* Sat Sep 24 2022 Dirk Müller
- update to 20220623.1:
* minor warning fix
* Mon Jul 11 2022 Bruno Pitrus - Add Fix-maes-msse41-leaking-into-pkgconfig.patch
* Do not make programs compiled with abseil require new-ish CPUs.
* Sun Jul 03 2022 Matthias Eliasson - 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. 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
* Wed Jun 29 2022 Fabian Vogt - Remove obsolete 0%{suse_version} < 1500 conditions
* Wed Jun 29 2022 Bruno Pitrus - Add options-old.patch, options-cxx17.patch
* Ensure ABI stability regardless of compiler settings per instruction in the header.
* Mon Apr 04 2022 Jan Engelhardt - Implement shlib packaging policy
* Fri Mar 04 2022 Danilo Spinella - Fix build on SLE-12-SP5
* Tue Jan 04 2022 Dirk Müller - update to 20211102.0:
* absl::Cord is now implemented as a b-tree. The new implementation offers improved performance in most workloads.
* absl::SimpleHexAtoi() has been added to strings library for parsing hexadecimal strings
* Wed Jun 30 2021 Ferdinand Thiessen - Update to version 20210324.2 (LTS):
* No user visible changes, only build system related
* Sun Apr 25 2021 Ferdinand Thiessen - Update to LTS version 20210324.1
* Fixed missing absl::Cleanup
* Fixed pkgconfig install path- Dropped upstream merged Correctly-install-pkgconfig.patch
* Tue Apr 13 2021 Ferdinand Thiessen - Update to LTS version 20210324.0
* Breaking: The empty absl::container target has been removed from the CMake build. This target had no effect and references to this target in user code can safely be removed.
* New: The cleanup library has been released. This library contains the control-flow-construct-like type absl::Cleanup which is used for executing a callback on scope exit.
* New: The numeric library now includes bits.h, a polyfill header containing implementations of C++20\'s bitwise math functions.
* New: Abseil now installs pkg-config files to make it easier to use Abseil with some other build systems.
* New: Abseil now respects the default CMake installation paths. Standard CMake variables like CMAKE_INSTALL_PREFIX can be used to change the installation path.- Added Correctly-install-pkgconfig.patch from upstream to fix installation of pkgconfig files- Call ldconfig on post and postun
* Tue Dec 29 2020 Matthias Eliasson - Update to version 20200923.2 What\'s New:
* absl::StatusOr has been released. See our blog post for more information.
* Abseil Flags reflection interfaces have been released.
* Abseil Flags memory usage has been significantly optimized.
* Abseil now supports a \"hardened\" build mode. This build mode enables runtime checks that guard against programming errors that may lead to security vulnerabilities. Notable Fixes:
* Sanitizer dynamic annotations like AnnotateRWLockCreate that are also defined by the compiler sanitizer implementation are no longer also defined by Abseil.
* Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
* Sanitizer usage is now automatically detected and no longer requires macros like ADDRESS_SANITIZER to be defined on the command line. Breaking Changes:
* Abseil no longer contains a dynamic_annotations library. Users using a supported build system (Bazel or CMake) are unaffected by this, but users manually specifying link libraries may get an error about a missing linker input.
* Fri Nov 06 2020 Fabian Vogt - Drop source package, was only used by grpc which was switched over to use the shared library
* Tue Oct 27 2020 Jan Engelhardt - Build shared libraries of abseil for use by grpc (related to https://github.com/grpc/grpc/issues/24476)
* Sat Sep 05 2020 Jan Engelhardt - Switch the package to noarch.
* Fri Jul 24 2020 Matthias Eliasson - Update to version 20200225.2
* This release fixes the list of dependencies of absl::Cord in the CMake build.
* bug fix for absl::Status::ErasePayload
* Thu Jan 16 2020 Michał Rostecki - Remove all packages except source.
* Tue Jan 14 2020 Dominique Leuenberger - Set ExcludeArch: %ix86: bazel is required to build which in turn is not supported on ix86.