File abseil-cpp.changes of Package abseil-cpp
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Tue Sep 13 16:59:08 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
3
- Add options-old.patch
4
* Make the headers always tell the truth about the ABI to fix
5
linker error when using new compilers (boo#1203378)
6
- Add Fix-maes-msse41-leaking-into-pkgconfig.patch
7
* Do not make programs compiled with abseil require new-ish CPUs (boo#1203379)
8
9
-------------------------------------------------------------------
10
Fri Mar 4 09:42:26 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
11
12
- Fix build on SLE-12-SP5
13
14
-------------------------------------------------------------------
15
Tue Jan 4 18:55:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
16
17
- update to 20211102.0:
18
* absl::Cord is now implemented as a b-tree. The new implementation offers
19
improved performance in most workloads.
20
* absl::SimpleHexAtoi() has been added to strings library for parsing
21
hexadecimal strings
22
23
-------------------------------------------------------------------
24
Wed Jun 30 11:18:51 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
25
26
- Update to version 20210324.2 (LTS):
27
* No user visible changes, only build system related
28
29
-------------------------------------------------------------------
30
Sun Apr 25 05:42:19 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
31
32
- Update to LTS version 20210324.1
33
* Fixed missing absl::Cleanup
34
* Fixed pkgconfig install path
35
- Dropped upstream merged Correctly-install-pkgconfig.patch
36
37
-------------------------------------------------------------------
38
Tue Apr 13 18:39:09 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
39
40
- Update to LTS version 20210324.0
41
* Breaking: The empty absl::container target has been removed from
42
the CMake build. This target had no effect and references to
43
this target in user code can safely be removed.
44
* New: The cleanup library has been released. This library contains
45
the control-flow-construct-like type absl::Cleanup which is used
46
for executing a callback on scope exit.
47
* New: The numeric library now includes bits.h, a polyfill header
48
containing implementations of C++20's bitwise math functions.
49
* New: Abseil now installs pkg-config files to make it easier to
50
use Abseil with some other build systems.
51
* New: Abseil now respects the default CMake installation paths.
52
Standard CMake variables like CMAKE_INSTALL_PREFIX can be used
53
to change the installation path.
54
- Added Correctly-install-pkgconfig.patch from upstream to fix
55
installation of pkgconfig files
56
- Call ldconfig on post and postun
57
58
-------------------------------------------------------------------
59
Tue Dec 29 12:18:55 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
60
61
- Update to version 20200923.2
62
What's New:
63
* absl::StatusOr<T> has been released. See our blog
64
post for more information.
65
* Abseil Flags reflection interfaces have been released.
66
* Abseil Flags memory usage has been significantly optimized.
67
* Abseil now supports a "hardened" build mode. This build mode enables
68
runtime checks that guard against programming errors that may lead
69
to security vulnerabilities.
70
Notable Fixes:
71
* Sanitizer dynamic annotations like AnnotateRWLockCreate that are
72
also defined by the compiler sanitizer implementation are no longer
73
also defined by Abseil.
74
* Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions.
75
* Sanitizer usage is now automatically detected and no longer requires
76
macros like ADDRESS_SANITIZER to be defined on the command line.
77
Breaking Changes:
78
* Abseil no longer contains a dynamic_annotations library. Users
79
using a supported build system (Bazel or CMake) are unaffected by
80
this, but users manually specifying link libraries may get an error
81
about a missing linker input.
82
83
-------------------------------------------------------------------
84
Fri Nov 6 08:31:58 UTC 2020 - Fabian Vogt <fvogt@suse.com>
85
86
- Drop source package, was only used by grpc which was switched
87
over to use the shared library
88
89
-------------------------------------------------------------------
90
Tue Oct 27 09:16:46 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
91
92
- Build shared libraries of abseil for use by grpc
93
(related to https://github.com/grpc/grpc/issues/24476)
94
95
-------------------------------------------------------------------
96
Sat Sep 5 20:03:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
97
98
- Switch the package to noarch.
99
100
-------------------------------------------------------------------
101
Fri Jul 24 21:15:12 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
102
103
- Update to version 20200225.2
104
* This release fixes the list of dependencies of absl::Cord in the CMake build.
105
* bug fix for absl::Status::ErasePayload
106
107
-------------------------------------------------------------------
108
Thu Jan 16 14:50:51 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>
109
110
- Remove all packages except source.
111
112
-------------------------------------------------------------------
113
Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
114
115
- Set ExcludeArch: %ix86: bazel is required to build which in turn
116
is not supported on ix86.
117
118
-------------------------------------------------------------------
119
Wed Dec 18 23:12:35 UTC 2019 - Swaminathan Vasudevan <svasudevan@suse.com>
120
121
- Update to version 20190808
122
123
-------------------------------------------------------------------
124
Sat Nov 23 21:26:12 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
125
126
- Sort find output to make build reproducible (boo#1041090)
127
128
-------------------------------------------------------------------
129
Thu Oct 17 12:49:40 UTC 2019 - Richard Brown <rbrown@suse.com>
130
131
- Remove obsolete Groups tag (fate#326485)
132
133
-------------------------------------------------------------------
134
Mon Sep 23 11:07:09 UTC 2019 - mrostecki@opensuse.org
135
136
- Update to version 20190605:
137
* avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
138
* Avoid undefined behavior when nullptr is passed to memcpy with size 0
139
* CMake: Set correct flags for clang-cl
140
* Adding linking of CoreFoundation to CMakeLists in absl/time as
141
time_zone_lookup.cc includes CoreFoundation
142
* Implement Span::first and Span::last from C++20
143
* Changed HTTP URLs to HTTPS where possible
144
* Fix GCC8 warnings
145
* Fix library order for Conan package
146
* _umul128 is not available on Windows ARM64
147
* Add note at top that this is supported best-effort
148
* Update Conan author
149
* Add Conan topics
150
* Remove cctz as external dependency
151
* Add Conan recipe
152
153
-------------------------------------------------------------------
154
Thu Sep 19 17:14:48 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
155
156
- Add source package.
157
158
-------------------------------------------------------------------
159
Wed Jul 24 11:22:19 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
160
161
- Use bazel0.19 as build fails with the latest bazel (0.26)
162
163
-------------------------------------------------------------------
164
Thu Mar 7 13:00:12 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
165
166
- Add soname to all *.so* files.
167
168
-------------------------------------------------------------------
169
Thu Feb 28 15:11:56 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
170
171
- Fix build with Bazel 0.22.0.
172
- Add optflags.
173
174
-------------------------------------------------------------------
175
Fri Jan 18 10:34:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
176
177
- Fix aarch64 and ppc64 builds
178
179
-------------------------------------------------------------------
180
Wed Dec 12 13:17:59 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
181
182
- Trim redundancies from description.
183
184
-------------------------------------------------------------------
185
Thu Nov 29 15:19:39 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
186
187
- Update to version 20181127:
188
* Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
189
* Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
190
- Switch from CMake to Bazel
191
192
-------------------------------------------------------------------
193
Mon Nov 19 16:37:44 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
194
195
- Update to version 20181116:
196
* Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
197
* Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
198
* Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
199
* Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
200
* Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
201
* Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
202
* Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
203
* Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
204
* Fix compilation of generic byteswap routines
205
* Fix absl::container on VS2017 v15.8 (#192)
206