File abseil-cpp.changes of Package abseil-cpp
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Thu Apr 11 19:56:39 UTC 2024 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
3
4
- SLE-only: import upstream patch to fix build with gcc7 in C++17
5
mode: hash-fix-gcc7-cpp17-build.patch (bsc#1222261)
6
+ Upstream commit bb83aceacb554e79e7cd2404856f0be30bd00303
7
8
-------------------------------------------------------------------
9
Sun Mar 3 06:35:57 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
10
11
- update to 20240116.1:
12
* Add absl::NoDestructor<T> to simplify defining static types
13
that do not need to be destructed upon program exit.
14
* Add configurable verbose logging (also known as VLOG).
15
* Added absl::Overload(), which returns a functor that provides
16
overloads based on the functors passed to it. Note that this
17
functionality requires C++17 or newer.
18
* Breaking Change: AbslHashValue() no longer accepts C-style
19
arrays as a parameter, caller need to wrap C-string literals in
20
absl::string_view.
21
* Breaking Change: absl::weak_equality and absl::strong_equality
22
have been removed. The corresponding std types were removed
23
before C++20 was finalized
24
25
-------------------------------------------------------------------
26
Fri Jan 19 15:53:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
27
28
- fix build for non-SUSE distributions
29
30
-------------------------------------------------------------------
31
Fri Oct 6 17:44:18 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
32
33
- update to 20230802.1:
34
* Add StdcppWaiter to the end of the list of waiter
35
implementations
36
37
-------------------------------------------------------------------
38
Thu Sep 7 06:49:51 UTC 2023 - Adrian Schröter <adrian@suse.de>
39
40
- update to 20230802.0
41
What's New:
42
* Added the nullability library for designating the expected
43
nullability of pointers. Currently these serve as annotations
44
only, but it is expected that compilers will one day be able
45
to use these annotations for diagnostic purposes.
46
* Added the prefetch library as a portable layer for moving data
47
into caches before it is read.
48
* Abseil's hash tables now detect many more programming errors
49
in debug and sanitizer builds.
50
* Abseil's synchronization objects now differentiate absolute
51
waits (when passed an absl::Time) from relative waits (when
52
passed an absl::Duration) when the underlying platform supports
53
differentiating these cases. This only makes a difference when
54
system clocks are adjusted.
55
* Abseil's flag parsing library includes additional methods that
56
make it easier to use when another library also expects to be
57
able to parse flags.
58
* absl::string_view is now available as a smaller target,
59
@com_google_absl//absl/strings:string_view, so that users may
60
use this library without depending on the much larger
61
@com_google_absl//absl/strings target.
62
63
-------------------------------------------------------------------
64
Wed Aug 9 15:18:16 UTC 2023 - Fridrich Strba <fstrba@suse.com>
65
66
- Fix build on older systems by requiring C++17 compliant compiler
67
- Added patch:
68
* cmake.patch
69
+ lower the cmake requirement to 3.5 in order to be able to
70
build on SLE12SP5
71
72
-------------------------------------------------------------------
73
Thu Jun 29 09:52:24 UTC 2023 - Fabian Vogt <fvogt@suse.com>
74
75
- Add baselibs.conf to make protobuf happy. Hopefully temporary.
76
77
-------------------------------------------------------------------
78
Thu May 25 07:40:01 UTC 2023 - Adrian Schröter <adrian@suse.de>
79
80
- update to 20230125.3
81
Details can be found on:
82
https://github.com/abseil/abseil-cpp/releases/tag/20230125.3
83
84
-------------------------------------------------------------------
85
Mon Apr 24 12:12:45 UTC 2023 - Adrian Schröter <adrian@suse.de>
86
87
- update to 20230125.2
88
What's New:
89
The Abseil logging library has been released. This library
90
provides facilities for writing short text messages about the
91
status of a program to stderr, disk files, or other sinks
92
(via an extension API). See the logging library documentation
93
for more information.
94
An extension point, AbslStringify(), allows user-defined types
95
to seamlessly work with Abseil's string formatting functions
96
like absl::StrCat() and absl::StrFormat().
97
A library for computing CRC32C checksums has been added.
98
Floating-point parsing now uses the Eisel-Lemire algorithm,
99
which provides a significant speed improvement.
100
The flags library now provides suggestions for the closest
101
flag(s) in the case of misspelled flags.
102
Using CMake to install Abseil now makes the installed artifacts
103
(in particular absl/base/options.h) reflect the compiled ABI.
104
105
Breaking Changes:
106
Abseil now requires at least C++14 and follows Google's Foundational
107
C++ Support Policy. See this table for a list of currently supported
108
versions compilers, platforms, and build tools.
109
The legacy spellings of the thread annotation macros/functions
110
(e.g. GUARDED_BY()) have been removed by default in favor of the
111
ABSL_ prefixed versions (e.g. ABSL_GUARDED_BY()) due to clashes with
112
other libraries. The compatibility macro ABSL_LEGACY_THREAD_ANNOTATIONS
113
can be defined on the compile command-line to temporarily restore these
114
spellings, but this compatibility macro will be removed in the future.
115
116
Known Issues
117
The Abseil logging library in this release is not a feature-complete
118
replacement for glog yet. VLOG and DFATAL are examples of features
119
that have not yet been released.
120
121
- obsolete Fix-maes-msse41-leaking-into-pkgconfig.patch
122
123
-------------------------------------------------------------------
124
Sat Sep 24 13:47:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
125
126
- update to 20220623.1:
127
* minor warning fix
128
129
-------------------------------------------------------------------
130
Mon Jul 11 14:56:15 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
131
132
- Add Fix-maes-msse41-leaking-into-pkgconfig.patch
133
* Do not make programs compiled with abseil require new-ish CPUs (boo#1203379)
134
135
-------------------------------------------------------------------
136
Sun Jul 3 21:25:15 UTC 2022 - Matthias Eliasson <elimat@opensuse.org>
137
138
- Update to version 20220623.0
139
What's New:
140
* Added absl::AnyInvocable, a move-only function type.
141
* Added absl::CordBuffer, a type for buffering data for eventual inclusion an
142
absl::Cord, which is useful for writing zero-copy code.
143
* Added support for command-line flags of type absl::optional<T>.
144
Breaking Changes:
145
* CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control
146
whether or not unit tests are built.
147
* The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that
148
are experiencing new warnings can use -Wno-deprecated-declatations silence
149
the warnings or use -Wno-error=deprecated-declarations to see warnings but
150
not fail the build.
151
* ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some
152
compilers are more strict about where this keyword must appear compared to
153
the pre-C++20 implementation.
154
* Bazel builds now depend on the bazelbuild/bazel-skylib repository.
155
See Abseil's WORKSPACE file for an example of how to add this dependency.
156
Other:
157
* This will be the last release to support C++11. Future releases will require at least C++14.
158
- run spec-cleaner
159
160
-------------------------------------------------------------------
161
Wed Jun 29 12:49:20 UTC 2022 - Fabian Vogt <fvogt@suse.com>
162
163
- Remove obsolete 0%{suse_version} < 1500 conditions
164
165
-------------------------------------------------------------------
166
Wed Jun 29 12:04:22 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
167
168
- Add options-old.patch, options-cxx17.patch (boo#1203378)
169
* Ensure ABI stability regardless of compiler settings per instruction in the header.
170
171
-------------------------------------------------------------------
172
Mon Apr 4 11:37:33 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
173
174
- Implement shlib packaging policy
175
176
-------------------------------------------------------------------
177
Fri Mar 4 09:42:26 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
178
179
- Fix build on SLE-12-SP5
180
181
-------------------------------------------------------------------
182
Tue Jan 4 18:55:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
183
184
- update to 20211102.0:
185
* absl::Cord is now implemented as a b-tree. The new implementation offers
186
improved performance in most workloads.
187
* absl::SimpleHexAtoi() has been added to strings library for parsing
188
hexadecimal strings
189
190
-------------------------------------------------------------------
191
Wed Jun 30 11:18:51 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
192
193
- Update to version 20210324.2 (LTS):
194
* No user visible changes, only build system related
195
196
-------------------------------------------------------------------
197
Sun Apr 25 05:42:19 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
198
199
- Update to LTS version 20210324.1
200
* Fixed missing absl::Cleanup
201
* Fixed pkgconfig install path
202
- Dropped upstream merged Correctly-install-pkgconfig.patch
203
204
-------------------------------------------------------------------
205
Tue Apr 13 18:39:09 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
206
207
- Update to LTS version 20210324.0
208
* Breaking: The empty absl::container target has been removed from
209
the CMake build. This target had no effect and references to
210
this target in user code can safely be removed.
211
* New: The cleanup library has been released. This library contains
212
the control-flow-construct-like type absl::Cleanup which is used
213
for executing a callback on scope exit.
214
* New: The numeric library now includes bits.h, a polyfill header
215
containing implementations of C++20's bitwise math functions.
216
* New: Abseil now installs pkg-config files to make it easier to
217
use Abseil with some other build systems.
218
* New: Abseil now respects the default CMake installation paths.
219
Standard CMake variables like CMAKE_INSTALL_PREFIX can be used
220
to change the installation path.
221
- Added Correctly-install-pkgconfig.patch from upstream to fix
222
installation of pkgconfig files
223
- Call ldconfig on post and postun
224
225
-------------------------------------------------------------------
226
Tue Dec 29 12:18:55 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
227
228
- Update to version 20200923.2
229
What's New:
230
* absl::StatusOr<T> has been released. See our blog
231
post for more information.
232
* Abseil Flags reflection interfaces have been released.
233
* Abseil Flags memory usage has been significantly optimized.
234
* Abseil now supports a "hardened" build mode. This build mode enables
235
runtime checks that guard against programming errors that may lead
236
to security vulnerabilities.
237
Notable Fixes:
238
* Sanitizer dynamic annotations like AnnotateRWLockCreate that are
239
also defined by the compiler sanitizer implementation are no longer
240
also defined by Abseil.
241
* Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
242
* Sanitizer usage is now automatically detected and no longer requires
243
macros like ADDRESS_SANITIZER to be defined on the command line.
244
Breaking Changes:
245
* Abseil no longer contains a dynamic_annotations library. Users
246
using a supported build system (Bazel or CMake) are unaffected by
247
this, but users manually specifying link libraries may get an error
248
about a missing linker input.
249
250
-------------------------------------------------------------------
251
Fri Nov 6 08:31:58 UTC 2020 - Fabian Vogt <fvogt@suse.com>
252
253
- Drop source package, was only used by grpc which was switched
254
over to use the shared library
255
256
-------------------------------------------------------------------
257
Tue Oct 27 09:16:46 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
258
259
- Build shared libraries of abseil for use by grpc
260
(related to https://github.com/grpc/grpc/issues/24476)
261
262
-------------------------------------------------------------------
263
Sat Sep 5 20:03:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
264
265
- Switch the package to noarch.
266
267
-------------------------------------------------------------------
268
Fri Jul 24 21:15:12 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
269
270
- Update to version 20200225.2
271
* This release fixes the list of dependencies of absl::Cord in the CMake build.
272
* bug fix for absl::Status::ErasePayload
273
274
-------------------------------------------------------------------
275
Thu Jan 16 14:50:51 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>
276
277
- Remove all packages except source.
278
279
-------------------------------------------------------------------
280
Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
281
282
- Set ExcludeArch: %ix86: bazel is required to build which in turn
283
is not supported on ix86.
284
285
-------------------------------------------------------------------
286
Wed Dec 18 23:12:35 UTC 2019 - Swaminathan Vasudevan <svasudevan@suse.com>
287
288
- Update to version 20190808
289
290
-------------------------------------------------------------------
291
Sat Nov 23 21:26:12 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
292
293
- Sort find output to make build reproducible (boo#1041090)
294
295
-------------------------------------------------------------------
296
Thu Oct 17 12:49:40 UTC 2019 - Richard Brown <rbrown@suse.com>
297
298
- Remove obsolete Groups tag (fate#326485)
299
300
-------------------------------------------------------------------
301
Mon Sep 23 11:07:09 UTC 2019 - mrostecki@opensuse.org
302
303
- Update to version 20190605:
304
* avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
305
* Avoid undefined behavior when nullptr is passed to memcpy with size 0
306
* CMake: Set correct flags for clang-cl
307
* Adding linking of CoreFoundation to CMakeLists in absl/time as
308
time_zone_lookup.cc includes CoreFoundation
309
* Implement Span::first and Span::last from C++20
310
* Changed HTTP URLs to HTTPS where possible
311
* Fix GCC8 warnings
312
* Fix library order for Conan package
313
* _umul128 is not available on Windows ARM64
314
* Add note at top that this is supported best-effort
315
* Update Conan author
316
* Add Conan topics
317
* Remove cctz as external dependency
318
* Add Conan recipe
319
320
-------------------------------------------------------------------
321
Thu Sep 19 17:14:48 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
322
323
- Add source package.
324
325
-------------------------------------------------------------------
326
Wed Jul 24 11:22:19 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
327
328
- Use bazel0.19 as build fails with the latest bazel (0.26)
329
330
-------------------------------------------------------------------
331
Thu Mar 7 13:00:12 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
332
333
- Add soname to all *.so* files.
334
335
-------------------------------------------------------------------
336
Thu Feb 28 15:11:56 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
337
338
- Fix build with Bazel 0.22.0.
339
- Add optflags.
340
341
-------------------------------------------------------------------
342
Fri Jan 18 10:34:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
343
344
- Fix aarch64 and ppc64 builds
345
346
-------------------------------------------------------------------
347
Wed Dec 12 13:17:59 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
348
349
- Trim redundancies from description.
350
351
-------------------------------------------------------------------
352
Thu Nov 29 15:19:39 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
353
354
- Update to version 20181127:
355
* Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
356
* Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
357
- Switch from CMake to Bazel
358
359
-------------------------------------------------------------------
360
Mon Nov 19 16:37:44 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
361
362
- Update to version 20181116:
363
* Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
364
* Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
365
* Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
366
* Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
367
* Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
368
* Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
369
* Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
370
* Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
371
* Fix compilation of generic byteswap routines
372
* Fix absl::container on VS2017 v15.8 (#192)
373