Commit Graph

38 Commits

Author SHA256 Message Date
Richard Brown
a0a8a84664 Accepting request 1169729 from home:dirkmueller:Factory
- split abseil libraries so that libzypp / protobuf doesn't
  require all to be installed (jsc#PED-8153)

OBS-URL: https://build.opensuse.org/request/show/1169729
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=35
2024-05-06 08:36:59 +00:00
Fridrich Strba
cf4c40edde 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
2024-04-17 00:43:24 +00:00
Richard Brown
b754c4f0ef Accepting request 1154625 from LibreOffice:Factory
Fix build on different distributions

OBS-URL: https://build.opensuse.org/request/show/1154625
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=30
2024-03-18 10:40:02 +00:00
Fabian Vogt
ae9b1d71c9 Accepting request 1154384 from home:AndreasStieger:branches:devel:microos
abseil-cpp 20240116.1

OBS-URL: https://build.opensuse.org/request/show/1154384
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=28
2024-03-04 08:45:52 +00:00
Fabian Vogt
5bbb108d8f Accepting request 1145388 from home:glaubitz:branches:devel:microos
- Add missing Bugzilla references

OBS-URL: https://build.opensuse.org/request/show/1145388
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=26
2024-02-09 11:27:26 +00:00
f1649699e2 Accepting request 1139988 from home:dirkmueller:Factory
- fix build for non-SUSE distributions

      The flags library now provides suggestions for the closest
  * minor warning fix
    hexadecimal strings
- Update to version 20190808

OBS-URL: https://build.opensuse.org/request/show/1139988
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=24
2024-01-22 07:34:22 +00:00
Richard Brown
a9176ee102 Accepting request 1116092 from home:AndreasStieger:branches:devel:microos
abseil-cpp 20230802.1

OBS-URL: https://build.opensuse.org/request/show/1116092
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=22
2023-10-09 12:42:14 +00:00
Fabian Vogt
01bd6a7e6a Accepting request 1109429 from home:adrianSuSE:branches:devel:microos
- update to 20230802.0
  What's New:
  * Added the nullability library for designating the expected
    nullability of pointers. Currently these serve as annotations
    only, but it is expected that compilers will one day be able
    to use these annotations for diagnostic purposes.
  * Added the prefetch library as a portable layer for moving data
    into caches before it is read.
  * Abseil's hash tables now detect many more programming errors
    in debug and sanitizer builds.
  * Abseil's synchronization objects now differentiate absolute
    waits (when passed an absl::Time) from relative waits (when
    passed an absl::Duration) when the underlying platform supports
    differentiating these cases. This only makes a difference when
    system clocks are adjusted.
  * Abseil's flag parsing library includes additional methods that
    make it easier to use when another library also expects to be
    able to parse flags.
  * absl::string_view is now available as a smaller target,
    @com_google_absl//absl/strings:string_view, so that users may
    use this library without depending on the much larger
    @com_google_absl//absl/strings target.

OBS-URL: https://build.opensuse.org/request/show/1109429
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=20
2023-09-07 07:32:30 +00:00
Richard Brown
5e78ed3795 Accepting request 1103184 from LibreOffice:Factory
Fix build on SLE12SP5 with cmake 3.5

OBS-URL: https://build.opensuse.org/request/show/1103184
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=18
2023-08-24 14:19:55 +00:00
Fabian Vogt
471a8f27a8 Accepting request 1095945 from home:favogt:branches:devel:microos
- Add baselibs.conf to make protobuf happy. Hopefully temporary.

OBS-URL: https://build.opensuse.org/request/show/1095945
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=16
2023-06-29 09:56:17 +00:00
Richard Brown
daf45200d6 Accepting request 1088977 from system:homeautomation:home-assistant:unstable
- update to 20230125.3
  Details can be found on:
    https://github.com/abseil/abseil-cpp/releases/tag/20230125.3

OBS-URL: https://build.opensuse.org/request/show/1088977
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=14
2023-05-26 15:15:08 +00:00
Fabian Vogt
22817681d9 Accepting request 1082510 from system:homeautomation:home-assistant
- update to 20230125.2
  What's New:
    The Abseil logging library has been released. This library
    provides facilities for writing short text messages about the
    status of a program to stderr, disk files, or other sinks
    (via an extension API). See the logging library documentation
    for more information.
      An extension point, AbslStringify(), allows user-defined types
    to seamlessly work with Abseil's string formatting functions
    like absl::StrCat() and absl::StrFormat().
      A library for computing CRC32C checksums has been added.
      Floating-point parsing now uses the Eisel-Lemire algorithm,
    which provides a significant speed improvement.
      The flags library now provides suggestions for the closest 
    flag(s) in the case of misspelled flags.
      Using CMake to install Abseil now makes the installed artifacts
    (in particular absl/base/options.h) reflect the compiled ABI.
  Breaking Changes:
    Abseil now requires at least C++14 and follows Google's Foundational
    C++ Support Policy. See this table for a list of currently supported
    versions compilers, platforms, and build tools.
      The legacy spellings of the thread annotation macros/functions
    (e.g. GUARDED_BY()) have been removed by default in favor of the
    ABSL_ prefixed versions (e.g. ABSL_GUARDED_BY()) due to clashes with
    other libraries. The compatibility macro ABSL_LEGACY_THREAD_ANNOTATIONS
    can be defined on the compile command-line to temporarily restore these
    spellings, but this compatibility macro will be removed in the future.
  Known Issues
    The Abseil logging library in this release is not a feature-complete
    replacement for glog yet. VLOG and DFATAL are examples of features

OBS-URL: https://build.opensuse.org/request/show/1082510
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=12
2023-04-24 12:32:28 +00:00
Richard Brown
5c67da93d3 Accepting request 1005779 from home:dirkmueller:Factory
- update to 20220623.1:
  * minor warning fix

OBS-URL: https://build.opensuse.org/request/show/1005779
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=10
2022-09-27 09:53:51 +00:00
Fabian Vogt
c415d8fa54 Accepting request 988522 from home:dziobian
- Add Fix-maes-msse41-leaking-into-pkgconfig.patch
  * Do not make programs compiled with abseil require new-ish CPUs.

OBS-URL: https://build.opensuse.org/request/show/988522
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=8
2022-07-12 08:26:10 +00:00
Richard Brown
cd977ce8fd Accepting request 986507 from home:elimat:branches:devel:microos
- Update to version 20220623.0
  What's New:
  * Added absl::AnyInvocable, a move-only function type.
  * Added absl::CordBuffer, a type for buffering data for eventual inclusion an
    absl::Cord, which is useful for writing zero-copy code.
  * Added support for command-line flags of type absl::optional<T>.
  Breaking Changes:
  * CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control
    whether or not unit tests are built.
  * The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that
    are experiencing new warnings can use -Wno-deprecated-declatations silence
	the warnings or use -Wno-error=deprecated-declarations to see warnings but
	not fail the build.
  * ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some
    compilers are more strict about where this keyword must appear compared to
	the pre-C++20 implementation.
  * Bazel builds now depend on the bazelbuild/bazel-skylib repository.
    See Abseil's WORKSPACE file for an example of how to add this dependency.
  Other:
  * This will be the last release to support C++11. Future releases will require at least C++14.
- run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/986507
OBS-URL: https://build.opensuse.org/package/show/devel:microos/abseil-cpp?expand=0&rev=6
2022-07-04 09:13:50 +00:00
Dominique Leuenberger
5aa5a67ae9 Accepting request 985793 from devel:microos
- Remove obsolete 0%{suse_version} < 1500 conditions

- Add options-old.patch, options-cxx17.patch
  * Ensure ABI stability regardless of compiler settings per instruction in the header.

OBS-URL: https://build.opensuse.org/request/show/985793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=23
2022-06-30 11:18:08 +00:00
Dominique Leuenberger
5eab08eec9 Accepting request 966833 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/966833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=22
2022-04-05 17:55:14 +00:00
Dominique Leuenberger
c34b7faf21 Accepting request 959994 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/959994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=21
2022-03-08 19:31:38 +00:00
Dominique Leuenberger
3015c61bd8 Accepting request 945266 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/945266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=20
2022-01-10 22:53:17 +00:00
Dominique Leuenberger
0291a4049b Accepting request 903646 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/903646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=19
2021-07-03 18:50:36 +00:00
Dominique Leuenberger
a1b6a46b1a Accepting request 888697 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/888697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=18
2021-04-27 19:35:08 +00:00
Dominique Leuenberger
8e28a1af82 Accepting request 886674 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/886674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=17
2021-04-19 19:06:22 +00:00
Dominique Leuenberger
cb37f9296b Accepting request 860444 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/860444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=16
2021-01-05 17:16:24 +00:00
Dominique Leuenberger
10ab398085 Accepting request 846408 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/846408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=15
2020-11-09 12:56:28 +00:00
Dominique Leuenberger
0430c322fb Accepting request 844359 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/844359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=14
2020-11-02 08:39:42 +00:00
Dominique Leuenberger
2bdfb82cfe Accepting request 834036 from devel:kubic
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/834036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=13
2020-09-29 16:59:49 +00:00
Dominique Leuenberger
bf76bff610 Accepting request 823021 from devel:kubic
- Update to version 20200225.2
  * This release fixes the list of dependencies of absl::Cord in the CMake build.
  * bug fix for absl::Status::ErasePayload

OBS-URL: https://build.opensuse.org/request/show/823021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=12
2020-07-31 13:51:36 +00:00
Dominique Leuenberger
a95fcb057a Accepting request 765215 from devel:kubic
- Remove all packages except source. (forwarded request 765214 from mrostecki)

OBS-URL: https://build.opensuse.org/request/show/765215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=11
2020-01-17 15:07:24 +00:00
Dominique Leuenberger
cf9cb5f26d Accepting request 764267 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/764267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=10
2020-01-14 20:09:32 +00:00
Dominique Leuenberger
3e8ecc51ae Accepting request 758140 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/758140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=9
2019-12-21 11:30:18 +00:00
Dominique Leuenberger
f090c72917 Accepting request 750644 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/750644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=8
2019-11-25 10:25:50 +00:00
Dominique Leuenberger
3b505f4b3b Accepting request 750140 from devel:kubic
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/750140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=7
2019-11-22 09:27:38 +00:00
Dominique Leuenberger
802c351a64 Accepting request 738575 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/738575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=6
2019-11-11 20:18:34 +00:00
Dominique Leuenberger
1fd9cb7619 Accepting request 718284 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/718284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=5
2019-07-24 18:50:35 +00:00
Stephan Kulow
21f1ae8583 Accepting request 682548 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/682548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=4
2019-03-10 08:36:26 +00:00
Dominique Leuenberger
f72316c6c0 Accepting request 680164 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/680164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=3
2019-03-01 15:48:40 +00:00
Dominique Leuenberger
44be5a9fa9 Accepting request 666961 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/666961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=2
2019-01-21 10:00:00 +00:00
Dominique Leuenberger
5d3fc03d3f Accepting request 657562 from devel:kubic
- Trim redundancies from description.
- Update to version 20181127:
  * Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
  * Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
- Switch from CMake to Bazel
- Update to version 20181116:
  * Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
  * Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
  * Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
  * Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
  * Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
  * Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
  * Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
  * Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
  * Fix compilation of generic byteswap routines
  * Fix absl::container on VS2017 v15.8 (#192)

OBS-URL: https://build.opensuse.org/request/show/657562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=1
2018-12-18 13:56:04 +00:00