Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

folly-2023.10.16.00-1.fc37 RPM for x86_64

From Fedora 37 updates for x86_64 / Packages / f

Name: folly Distribution: Fedora Project
Version: 2023.10.16.00 Vendor: Fedora Project
Release: 1.fc37 Build date: Thu Oct 19 03:54:30 2023
Group: Unspecified Build host: buildvm-x86-21.iad2.fedoraproject.org
Size: 5501636 Source RPM: folly-2023.10.16.00-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/facebook/folly
Summary: An open-source C++ library developed and used at Facebook
Folly (acronymed loosely after Facebook Open Source Library) is a library of
C++14 components designed with practicality and efficiency in mind. Folly
contains a variety of core library components used extensively at Facebook. In
particular, it's often a dependency of Facebook's other open source C++ efforts
and place where those projects can share code.

It complements (as opposed to competing against) offerings such as Boost and of
course std. In fact, we embark on defining our own component only when something
we need is either not available, or does not meet the needed performance
profile. We endeavor to remove things from folly if or when std or Boost
obsoletes them.

Performance concerns permeate much of Folly, sometimes leading to designs that
are more idiosyncratic than they would otherwise be (see e.g. PackedSyncPtr.h,
SmallLocks.h). Good performance at large scale is a unifying theme in all of
Folly.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Oct 17 2023 Michel Lind <salimma@fedoraproject.org> - 2023.10.16.00-1
  - Update to 2023.10.16.00
* Mon Oct 16 2023 Michel Lind <salimma@fedoraproject.org> - 2023.10.09.00-1
  - Update to 2023.10.09.00
* Fri Oct 06 2023 Michel Lind <salimma@fedoraproject.org> - 2023.09.11.00-3
  - Reorganize disabled tests; ungate the flaky tests previously disabled
    only on x86_64
* Thu Oct 05 2023 Remi Collet <remi@fedoraproject.org> - 2023.09.11.00-2
  - rebuild for new libsodium
* Mon Sep 11 2023 Michel Lind <salimma@fedoraproject.org> - 2023.09.11.00-1
  - Update to 2023.09.11.00
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.07.03.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jul 06 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2023.07.03.00-1
  - Update to 2023.07.03.00 (fixes: rhbz#2219453)
  - Add patch to support fmt 10
  - Use SPDX license identifier
* Wed Jun 28 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 2023.04.24.00-5
  - Rebuilt due to fmt 10 update.
* Wed Apr 26 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2023.04.24.00-4
  - Disable more flaky tests on x86_64
* Tue Apr 25 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2023.04.24.00-3
  - Fix obsolete declaration for Python subpackage
* Tue Apr 25 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2023.04.24.00-2
  - Disable flaky FBString test on x86_64 too
* Mon Apr 24 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 2023.04.24.00-1
  - Update to 2023.04.24.00
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.07.11.00-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Aug 15 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2022.07.11.00-4
  - Update for gcc changes: Enable test again working with recent gcc Add a
    workaround patch for gcc bug instead of disabling corresponding test
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.07.11.00-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.07.11.00-2
  - Disable some flaky tests
* Tue Jul 19 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.07.11.00-1
  - Update to 2022.07.11.00
* Sun Jul 17 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2022.03.14.00-6
  - Rebuild for fmt-9
* Sat Jul 16 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2022.03.14.00-5
  - Fix FTBFS on F37
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2022.03.14.00-4
  - Rebuilt for Python 3.11
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 2022.03.14.00-3
  - Rebuilt for Boost 1.78
* Wed Mar 16 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.03.14.00-2
  - Fix Fedora <= 35 ppc64le build
* Mon Mar 14 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.03.14.00-1
  - Update to 2022.03.14.00
* Tue Mar 08 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.03.07.00-1
  - Update to 2022.03.07.00; fix test executionl; enable tests on aarch64
* Sat Mar 05 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-5
  - Fix ppc64le ExcludeArch to include F36
* Sat Mar 05 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-4
  - Fix build on armv7hl; disable ppc64le build on F36+ for now
* Fri Mar 04 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-3
  - Fix test compilation failures on i686; exclude logging_example on ppc64le
* Thu Mar 03 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-2
  - Use clang on releases with GCC 12 (fixes: rhbz#2045117)
* Wed Mar 02 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-1
  - Update to 2022.02.28.00; drop static build
* Wed Feb 23 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.21.00-1
  - Update to 2022.02.21.00 (resolves: rhbz#2035851)
* Wed Jan 19 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.01.17.00-1
  - Update to 2022.01.17.00
* Tue Dec 28 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.12.20.00-3
  - Fix libdwarf header detection for Fedora < 36
* Thu Dec 23 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.12.20.00-2
  - Revert recent folly/lang/Badge.h changes to fix issues on GCC 11+
* Thu Dec 23 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.12.20.00-1
  - Update to 2021.12.20.00
* Wed Dec 22 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.29.00-4
  - Actually enable Fedora DWARF support in shared libs
* Tue Dec 21 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.29.00-3
  - Explicitly require gtest (not pulled in on EL8), drop test deps from
    -devel
* Fri Dec 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.29.00-2
  - Properly handle libdwarf on EL
* Thu Dec 16 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.29.00-1
  - Update to 2021.11.29.00; fix DWARF detection; switch back to OpenSSL 3.0
* Thu Nov 18 2021 Michel Alexandre Salim <salimma@fedoraproject.org> -
  2021.11.15.00-3
  - Switch Fedora >= 36 to openssl1.1 by default to fix Wangle
  - Opt in to rpmautospec
* Thu Nov 18 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.15.00-2
  - Revert partial switch to openssl1.1
* Wed Nov 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.15.00-1
  - Update to 2021.11.15.00
* Fri Nov 12 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.08.00-1
  - Update to 2021.11.08.00

Files

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/dc49514f091ef2e9a42b9a57d357e0ccb3152f
/usr/lib/.build-id/40
/usr/lib/.build-id/40/70287b4c2bc5852b772d13c425a3c7fcf2fec3
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/8c3c2f3d55ac517db5cb082e43aa5d80966e94
/usr/lib/.build-id/89
/usr/lib/.build-id/89/16710a3798c1486752f1b04c612101c6fb2146
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/8462ddec8748e5e623778cc86130c9567fc8b0
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/56a854c65b398289fd3173a745226125ef57b2
/usr/lib64/libfolly.so.2023.10.16.00
/usr/lib64/libfolly_exception_counter.so.2023.10.16.00
/usr/lib64/libfolly_exception_tracer.so.2023.10.16.00
/usr/lib64/libfolly_exception_tracer_base.so.2023.10.16.00
/usr/lib64/libfolly_test_util.so.2023.10.16.00
/usr/lib64/libfollybenchmark.so.2023.10.16.00
/usr/share/licenses/folly
/usr/share/licenses/folly/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:50:33 2024