Accepting request 1245084 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1245084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=43
This commit is contained in:
commit
5addd698c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7
|
|
||||||
size 2242894
|
|
3
abseil-cpp-20250127.0.tar.gz
Normal file
3
abseil-cpp-20250127.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8
|
||||||
|
size 2267275
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 8 10:07:18 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 20250127.0
|
||||||
|
* Added support for Bazel 8.0
|
||||||
|
* Added support for Bazel Platforms for better portability
|
||||||
|
* Added ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER for
|
||||||
|
diagnosing certain lifetime issues
|
||||||
|
* Many performance improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 26 18:31:46 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Jan 26 18:31:46 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global soversion so.2407.0.0
|
%global soversion so.2501.0.0
|
||||||
%global lname_suffix 2407_0_0
|
%global lname_suffix 2501_0_0
|
||||||
%if 0%{?gcc_version} < 7
|
%if 0%{?gcc_version} < 7
|
||||||
%global with_gcc 7
|
%global with_gcc 7
|
||||||
%endif
|
%endif
|
||||||
Name: abseil-cpp
|
Name: abseil-cpp
|
||||||
Version: 20240722.1
|
Version: 20250127.0
|
||||||
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
|
||||||
@ -188,6 +188,7 @@ export CXX="g++-%{with_gcc}"
|
|||||||
%{_libdir}/libabsl_log_initialize.%{soversion}
|
%{_libdir}/libabsl_log_initialize.%{soversion}
|
||||||
%{_libdir}/libabsl_log_internal_conditions.%{soversion}
|
%{_libdir}/libabsl_log_internal_conditions.%{soversion}
|
||||||
%{_libdir}/libabsl_log_internal_fnmatch.%{soversion}
|
%{_libdir}/libabsl_log_internal_fnmatch.%{soversion}
|
||||||
|
%{_libdir}/libabsl_log_internal_structured_proto.%{soversion}
|
||||||
%{_libdir}/libabsl_log_severity.%{soversion}
|
%{_libdir}/libabsl_log_severity.%{soversion}
|
||||||
%{_libdir}/libabsl_periodic_sampler.%{soversion}
|
%{_libdir}/libabsl_periodic_sampler.%{soversion}
|
||||||
%{_libdir}/libabsl_poison.%{soversion}
|
%{_libdir}/libabsl_poison.%{soversion}
|
||||||
@ -205,6 +206,7 @@ export CXX="g++-%{with_gcc}"
|
|||||||
%{_libdir}/libabsl_scoped_set_env.%{soversion}
|
%{_libdir}/libabsl_scoped_set_env.%{soversion}
|
||||||
%{_libdir}/libabsl_statusor.%{soversion}
|
%{_libdir}/libabsl_statusor.%{soversion}
|
||||||
%{_libdir}/libabsl_status.%{soversion}
|
%{_libdir}/libabsl_status.%{soversion}
|
||||||
|
%{_libdir}/libabsl_tracing_internal.%{soversion}
|
||||||
%{_libdir}/libabsl_utf8_for_code_point.%{soversion}
|
%{_libdir}/libabsl_utf8_for_code_point.%{soversion}
|
||||||
%{_libdir}/libabsl_vlog_config_internal.%{soversion}
|
%{_libdir}/libabsl_vlog_config_internal.%{soversion}
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
libabsl_lite_2407_0_0
|
libabsl_lite_2501_0_0
|
||||||
libabsl_2407_0_0
|
libabsl_2501_0_0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user