forked from pool/abseil-cpp
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:
parent
d0bd313450
commit
cf4c40edde
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c743204df78366ad2eaf236d6631d83f6bc928d1705dd0000b872e53b73dc6a
|
||||
size 2151012
|
3
abseil-cpp-20240116.2.tar.gz
Normal file
3
abseil-cpp-20240116.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc
|
||||
size 2151288
|
@ -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>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global with_gcc 7
|
||||
%endif
|
||||
Name: abseil-cpp
|
||||
Version: 20240116.1
|
||||
Version: 20240116.2
|
||||
Release: 0
|
||||
Summary: C++11 libraries which augment the C++ stdlib
|
||||
License: Apache-2.0
|
||||
@ -80,13 +80,10 @@ export CXX="g++-%{with_gcc}"
|
||||
%cmake_install
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
# SLE12 doed not define this macro
|
||||
%if %{undefined ldconfig_scriptlets}
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%else
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
%license LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user