Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

abseil-cpp-20211102.0-150300.7.6.1 RPM for x86_64

From OpenSuSE Leap 15.5 for x86_64

Name: abseil-cpp Distribution: SUSE Linux Enterprise 15
Version: 20211102.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150300.7.6.1 Build date: Mon Oct 3 12:34:34 2022
Group: Unspecified Build host: sheep25
Size: 1500257 Source RPM: abseil-cpp-20211102.0-150300.7.6.1.src.rpm
Packager: https://www.suse.com/
Url: https://abseil.io/
Summary: C++11 libraries which augment the C++ stdlib
Abseil is a collection of C++11 libraries which augment the C++
standard library. It also provides features incorporated into C++14
and C++17 standards.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Sep 13 2022 brunopitrus@hotmail.com
  - Add options-old.patch
    * Make the headers always tell the truth about the ABI to fix
      linker error when using new compilers (boo#1203378)
  - Add Fix-maes-msse41-leaking-into-pkgconfig.patch
    * Do not make programs compiled with abseil require new-ish CPUs (boo#1203379)
* Fri Mar 04 2022 danilo.spinella@suse.com
  - Fix build on SLE-12-SP5
* Tue Jan 04 2022 dmueller@suse.com
  - 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 rpm@fthiessen.de
  - Update to version 20210324.2 (LTS):
    * No user visible changes, only build system related
* Sun Apr 25 2021 rpm@fthiessen.de
  - 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 rpm@fthiessen.de
  - 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 elimat@opensuse.org
  - Update to version 20200923.2
    What's New:
    * absl::StatusOr<T> 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 fvogt@suse.com
  - Drop source package, was only used by grpc which was switched
    over to use the shared library
* Tue Oct 27 2020 jengelh@inai.de
  - Build shared libraries of abseil for use by grpc
    (related to https://github.com/grpc/grpc/issues/24476)
* Sat Sep 05 2020 jengelh@inai.de
  - Switch the package to noarch.
* Fri Jul 24 2020 elimat@opensuse.org
  - 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 mrostecki@opensuse.org
  - Remove all packages except source.
* Tue Jan 14 2020 dimstar@opensuse.org
  - Set ExcludeArch: %ix86: bazel is required to build which in turn
    is not supported on ix86.
* Wed Dec 18 2019 svasudevan@suse.com
  - Update to version 20190808
* Sat Nov 23 2019 bwiedemann@suse.com
  - Sort find output to make build reproducible (boo#1041090)
* Thu Oct 17 2019 rbrown@suse.com
  - Remove obsolete Groups tag (fate#326485)
* Mon Sep 23 2019 mrostecki@opensuse.org
  - Update to version 20190605:
    * avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
    * Avoid undefined behavior when nullptr is passed to memcpy with size 0
    * CMake: Set correct flags for clang-cl
    * Adding linking of CoreFoundation to CMakeLists in absl/time as
      time_zone_lookup.cc includes CoreFoundation
    * Implement Span::first and Span::last from C++20
    * Changed HTTP URLs to HTTPS where possible
    * Fix GCC8 warnings
    * Fix library order for Conan package
    * _umul128 is not available on Windows ARM64
    * Add note at top that this is supported best-effort
    * Update Conan author
    * Add Conan topics
    * Remove cctz as external dependency
    * Add Conan recipe
* Thu Sep 19 2019 mrostecki@opensuse.org
  - Add source package.
* Wed Jul 24 2019 mrostecki@opensuse.org
  - Use bazel0.19 as build fails with the latest bazel (0.26)
* Thu Mar 07 2019 mrostecki@opensuse.org
  - Add soname to all *.so* files.
* Thu Feb 28 2019 mrostecki@opensuse.org
  - Fix build with Bazel 0.22.0.
  - Add optflags.
* Fri Jan 18 2019 guillaume.gardet@opensuse.org
  - Fix aarch64 and ppc64 builds
* Wed Dec 12 2018 jengelh@inai.de
  - Trim redundancies from description.
* Thu Nov 29 2018 mrostecki@suse.de
  - Update to version 20181127:
    * Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
    * Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
  - Switch from CMake to Bazel
* Mon Nov 19 2018 mrostecki@suse.de
  - Update to version 20181116:
    * Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
    * Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
    * Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
    * Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
    * Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
    * Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
    * Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
    * Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
    * Fix compilation of generic byteswap routines
    * Fix absl::container on VS2017 v15.8 (#192)

Files

/usr/lib64/libabsl_bad_any_cast_impl.so.2111.0.0
/usr/lib64/libabsl_bad_optional_access.so.2111.0.0
/usr/lib64/libabsl_bad_variant_access.so.2111.0.0
/usr/lib64/libabsl_base.so.2111.0.0
/usr/lib64/libabsl_city.so.2111.0.0
/usr/lib64/libabsl_civil_time.so.2111.0.0
/usr/lib64/libabsl_cord.so.2111.0.0
/usr/lib64/libabsl_cord_internal.so.2111.0.0
/usr/lib64/libabsl_cordz_functions.so.2111.0.0
/usr/lib64/libabsl_cordz_handle.so.2111.0.0
/usr/lib64/libabsl_cordz_info.so.2111.0.0
/usr/lib64/libabsl_cordz_sample_token.so.2111.0.0
/usr/lib64/libabsl_debugging_internal.so.2111.0.0
/usr/lib64/libabsl_demangle_internal.so.2111.0.0
/usr/lib64/libabsl_examine_stack.so.2111.0.0
/usr/lib64/libabsl_exponential_biased.so.2111.0.0
/usr/lib64/libabsl_failure_signal_handler.so.2111.0.0
/usr/lib64/libabsl_flags.so.2111.0.0
/usr/lib64/libabsl_flags_commandlineflag.so.2111.0.0
/usr/lib64/libabsl_flags_commandlineflag_internal.so.2111.0.0
/usr/lib64/libabsl_flags_config.so.2111.0.0
/usr/lib64/libabsl_flags_internal.so.2111.0.0
/usr/lib64/libabsl_flags_marshalling.so.2111.0.0
/usr/lib64/libabsl_flags_parse.so.2111.0.0
/usr/lib64/libabsl_flags_private_handle_accessor.so.2111.0.0
/usr/lib64/libabsl_flags_program_name.so.2111.0.0
/usr/lib64/libabsl_flags_reflection.so.2111.0.0
/usr/lib64/libabsl_flags_usage.so.2111.0.0
/usr/lib64/libabsl_flags_usage_internal.so.2111.0.0
/usr/lib64/libabsl_graphcycles_internal.so.2111.0.0
/usr/lib64/libabsl_hash.so.2111.0.0
/usr/lib64/libabsl_hashtablez_sampler.so.2111.0.0
/usr/lib64/libabsl_int128.so.2111.0.0
/usr/lib64/libabsl_leak_check.so.2111.0.0
/usr/lib64/libabsl_leak_check_disable.so.2111.0.0
/usr/lib64/libabsl_log_severity.so.2111.0.0
/usr/lib64/libabsl_low_level_hash.so.2111.0.0
/usr/lib64/libabsl_malloc_internal.so.2111.0.0
/usr/lib64/libabsl_periodic_sampler.so.2111.0.0
/usr/lib64/libabsl_random_distributions.so.2111.0.0
/usr/lib64/libabsl_random_internal_distribution_test_util.so.2111.0.0
/usr/lib64/libabsl_random_internal_platform.so.2111.0.0
/usr/lib64/libabsl_random_internal_pool_urbg.so.2111.0.0
/usr/lib64/libabsl_random_internal_randen.so.2111.0.0
/usr/lib64/libabsl_random_internal_randen_hwaes.so.2111.0.0
/usr/lib64/libabsl_random_internal_randen_hwaes_impl.so.2111.0.0
/usr/lib64/libabsl_random_internal_randen_slow.so.2111.0.0
/usr/lib64/libabsl_random_internal_seed_material.so.2111.0.0
/usr/lib64/libabsl_random_seed_gen_exception.so.2111.0.0
/usr/lib64/libabsl_random_seed_sequences.so.2111.0.0
/usr/lib64/libabsl_raw_hash_set.so.2111.0.0
/usr/lib64/libabsl_raw_logging_internal.so.2111.0.0
/usr/lib64/libabsl_scoped_set_env.so.2111.0.0
/usr/lib64/libabsl_spinlock_wait.so.2111.0.0
/usr/lib64/libabsl_stacktrace.so.2111.0.0
/usr/lib64/libabsl_status.so.2111.0.0
/usr/lib64/libabsl_statusor.so.2111.0.0
/usr/lib64/libabsl_str_format_internal.so.2111.0.0
/usr/lib64/libabsl_strerror.so.2111.0.0
/usr/lib64/libabsl_strings.so.2111.0.0
/usr/lib64/libabsl_strings_internal.so.2111.0.0
/usr/lib64/libabsl_symbolize.so.2111.0.0
/usr/lib64/libabsl_synchronization.so.2111.0.0
/usr/lib64/libabsl_throw_delegate.so.2111.0.0
/usr/lib64/libabsl_time.so.2111.0.0
/usr/lib64/libabsl_time_zone.so.2111.0.0
/usr/share/licenses/abseil-cpp
/usr/share/licenses/abseil-cpp/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 19:51:51 2024