Accepting request 1166948 from home:AndreasStieger:branches:devel:microos

abseil-cpp 20240116.2

OBS-URL: https://build.opensuse.org/request/show/1166948
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=33
This commit is contained in:
Fridrich Strba 2024-04-17 00:43:24 +00:00 committed by Git OBS Bridge
parent d0bd313450
commit cf4c40edde
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a
size 2151012

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc
size 2151288

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 11 20:12:22 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 20240116.2
* Added absl::NoDestructor<T> to simplify defining static types
that do not need to be destructed upon program exit.
* Added configurable verbose logging (also known as VLOG).
* Added absl::Overload(), which returns a functor that provides
overloads based on the functors passed to it. (from C++17)
* Breaking change: AbslHashValue() no longer accepts C-style
arrays as a parameter.
* Breaking change: absl::weak_equality and absl::strong_equality
have been removed
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 4 10:30:53 UTC 2024 - Fridrich Strba <fstrba@suse.com> Mon Mar 4 10:30:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -21,7 +21,7 @@
%global with_gcc 7 %global with_gcc 7
%endif %endif
Name: abseil-cpp Name: abseil-cpp
Version: 20240116.1 Version: 20240116.2
Release: 0 Release: 0
Summary: C++11 libraries which augment the C++ stdlib Summary: C++11 libraries which augment the C++ stdlib
License: Apache-2.0 License: Apache-2.0
@ -80,13 +80,10 @@ export CXX="g++-%{with_gcc}"
%cmake_install %cmake_install
%fdupes %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
# SLE12 doed not define this macro %check
%if %{undefined ldconfig_scriptlets} %ctest
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%else
%ldconfig_scriptlets -n %{lname} %ldconfig_scriptlets -n %{lname}
%endif
%files -n %{lname} %files -n %{lname}
%license LICENSE %license LICENSE