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

fbthrift-2023.07.03.00-2.fc39 RPM for aarch64

From Fedora 39 for aarch64 / f

Name: fbthrift Distribution: Fedora Project
Version: 2023.07.03.00 Vendor: Fedora Project
Release: 2.fc39 Build date: Wed Jul 19 21:25:26 2023
Group: Unspecified Build host: buildvm-a64-27.iad2.fedoraproject.org
Size: 15565543 Source RPM: fbthrift-2023.07.03.00-2.fc39.src.rpm
Packager: Fedora Project
Url: https://github.com/facebook/fbthrift
Summary: Facebook's branch of Apache Thrift, including a new C++ server
Thrift is a serialization and RPC framework for service communication. Thrift
enables these features in all major languages, and there is strong support for
C++, Python, Hack, and Java. Most services at Facebook are written using Thrift
for RPC, and some storage systems use Thrift for serializing records on disk.

Facebook Thrift is not a distribution of Apache Thrift. This is an evolved
internal branch of Thrift that Facebook re-released to open source community in
February 2014. Facebook Thrift was originally released closely tracking Apache
Thrift but is now evolving in new directions. In particular, the compiler was
rewritten from scratch and the new implementation features a fully asynchronous
Thrift server.

Provides

Requires

License

Apache-2.0

Changelog

* 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
  - Use SPDX license identifier
* Wed Jun 28 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 2023.04.24.00-2
  - Rebuilt due to fmt 10 update.
* Tue Apr 25 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-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.07.11.00-2
  - Include serializer assignment patch
* Thu Jul 21 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.07.11.00-1
  - Update to 2022.07.11.00
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.03.14.00-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2022.03.14.00-4
  - Rebuild for fmt-9, and enable ppc64le again
* Sat Jul 16 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2022.03.14.00-3
  - Rebuild with gcc to fix FTBFS on aarch64
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 2022.03.14.00-2
  - Rebuilt for Boost 1.78
* 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 (resolves: rhbz#2059325)
* Sat Mar 05 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.28.00-1
  - Update to 2022.02.28.00; drop static build; use clang on releases with
    GCC 12
* Thu Feb 24 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.02.21.00-1
  - Update to 2022.02.21.00 (resolves: rhbz#2035844)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.01.17.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 19 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 2022.01.17.00-1
  - Update to 2022.01.17.00
* Fri Dec 24 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-2
  - Drop coroutine specific compiler flags
* Fri Dec 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.11.29.00-1
  - Update to 2021.11.29.00
* Thu Nov 18 2021 Michel Alexandre Salim <michel@michel-slm.name> - 2021.11.15.00-1
  - Update to 2021.11.15.00
  - Opt in to rpmautospec
  - Patch to support disabling Python tests, and disable all tests for now                                                                                           
    because of an include path problem
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2021.08.02.00-3
  - Rebuilt with OpenSSL 3.0.0
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 2021.08.02.00-2
  - Rebuilt for Boost 1.76
* Thu Aug 05 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.08.02.00-1
  - Update to 2021.08.02.00
  - Drop now upstreamed patch to fix Cython build of stream.
  - Use _fbprefix for _serialize and _deserialize.
* Sun Aug 01 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.07.22.00-1
  - Update to 2021.07.22.00
  - Fix stream compilation on i686 and armv7hl
* Wed Jul 28 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.06.28.00-6
  - Use C++20 standard, in order to enable C++ coroutines.
* Wed Jul 28 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.06.28.00-5
  - Include stream.{pxd,pyx,cpp} build in thrift/lib/py3 CMakeLists.
* Mon Jul 26 2021 Filipe Brandenburger <filbranden@gmail.com> - 2021.06.28.00-4
  - Remove patch to rename _serialize, now that folly has been
    updated to not include the problematic header file.
* Sun Jul 25 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.06.28.00-3
  - Rebuilt for Folly 2021.07.20.01
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.06.28.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Files

/usr/bin/thrift1
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/4145b1593da3efba0a57765b323c01bc35d94c
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/0d54e91517088c6166043e72783689f97ece4f
/usr/lib/.build-id/12
/usr/lib/.build-id/12/a654a5ad2650308c2f40f574833c8e11577f0e
/usr/lib/.build-id/12/c2d78b2f98694c95c70cf2d43818c108f09b7f
/usr/lib/.build-id/13
/usr/lib/.build-id/13/8228b24cc3b85277455c75daf96ebe2ea8ed4c
/usr/lib/.build-id/16
/usr/lib/.build-id/16/8b2d2dd1483f812b59c5b055be55217b6e0002
/usr/lib/.build-id/29
/usr/lib/.build-id/29/5b3751b99787deea93a48bb9bfb4c12f4e8c77
/usr/lib/.build-id/29/c2f326f2261f3ea3e8efd7d2fe57686620a60e
/usr/lib/.build-id/41
/usr/lib/.build-id/41/510f4e841dd22b776f87a1c309773d8da1a243
/usr/lib/.build-id/44
/usr/lib/.build-id/44/8af60f67a5a09a5245068edc7690ea97c7e09f
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/95bbc3ae818d2cdc4eb0a3066ab91e382b09b4
/usr/lib/.build-id/67
/usr/lib/.build-id/67/a48b1f79f3149f9c89f1e922afd4face39df62
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/d38d6850a4c6069ca7e489e58a45f85d448e6a
/usr/lib/.build-id/89
/usr/lib/.build-id/89/db6a33569a48d1d9bdc193e59ef5dc333f3f34
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/c5a216b39b4d354abec1ace6ce770a741c6c80
/usr/lib/.build-id/be
/usr/lib/.build-id/be/df64beaa68e09c103b3a1f1fc91c5dae627173
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/c113d54145bb8001a553c421f43306bad5d5f8
/usr/lib64/libasync.so.2023.07.03.00
/usr/lib64/libcompiler.so.2023.07.03.00
/usr/lib64/libcompiler_ast.so.2023.07.03.00
/usr/lib64/libcompiler_base.so.2023.07.03.00
/usr/lib64/libconcurrency.so.2023.07.03.00
/usr/lib64/libmustache.so.2023.07.03.00
/usr/lib64/librpcmetadata.so.2023.07.03.00
/usr/lib64/libthrift-core.so.2023.07.03.00
/usr/lib64/libthriftannotation.so.2023.07.03.00
/usr/lib64/libthriftcpp2.so.2023.07.03.00
/usr/lib64/libthriftfrozen2.so.2023.07.03.00
/usr/lib64/libthriftmetadata.so.2023.07.03.00
/usr/lib64/libthriftprotocol.so.2023.07.03.00
/usr/lib64/libthrifttype.so.2023.07.03.00
/usr/lib64/libthrifttyperep.so.2023.07.03.00
/usr/lib64/libtransport.so.2023.07.03.00
/usr/share/licenses/fbthrift
/usr/share/licenses/fbthrift/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 10 02:26:24 2024