forked from pool/folly
Accepting request 1085016 from devel:libraries:c_c++
- Update to release 2023.05.01 OBS-URL: https://build.opensuse.org/request/show/1085016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/folly?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 08:10:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2023.05.01
|
||||
* Add support for per-write dynamic Cmsgs
|
||||
* Support dwarf5 version of split dwarf
|
||||
* Add Blake3 support
|
||||
- Disable static gtest and static zstd to unfail build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 20:14:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
+7
-5
@@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libfolly-v2023_02_27_00
|
||||
%define _lto_cflags %nil
|
||||
%define lname libfolly-v2023_05_01_00
|
||||
Name: folly
|
||||
Version: 2023.02.27.00
|
||||
Version: 2023.05.01.00
|
||||
Release: 0
|
||||
Summary: A C++ utility library
|
||||
License: MIT
|
||||
@@ -30,7 +31,7 @@ BuildRequires: cmake
|
||||
BuildRequires: double-conversion-devel
|
||||
BuildRequires: fmt-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gflags-devel-static
|
||||
BuildRequires: gflags-devel
|
||||
BuildRequires: glog-devel
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libboost_context-devel
|
||||
@@ -52,13 +53,14 @@ BuildRequires: libsodium-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: liburing-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: libzstd-devel-static
|
||||
BuildRequires: lzlib-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: snappy-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel-static
|
||||
# BE arches
|
||||
ExcludeArch: %mips ppc64 s390 s390x %sparc
|
||||
|
||||
%description
|
||||
Folly is a C++ utility library developed at Facebook.
|
||||
@@ -86,7 +88,7 @@ Development files library for folly, a C++ utility library.
|
||||
# Since its introduction for ABI purposes, PACKAGE_VERSION was never
|
||||
# again modified *sigh*
|
||||
#
|
||||
%cmake -DCMAKE_CXX_FLAGS="%optflags -ffat-lto-objects" \
|
||||
%cmake -DCMAKE_CXX_FLAGS="%optflags -ffat-lto-objects -fPIC" \
|
||||
-DBUILD_SHARED_LIBS:BOOL=ON -DPACKAGE_VERSION="v%version" \
|
||||
-DCMAKE_LIBRARY_ARCHITECTURE="%_target_cpu"
|
||||
%cmake_build
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a55f3c2cdbe5993db9b3172d05107aaf86d0035c7c3fc2b83d187bfc5b6ca677
|
||||
size 3793173
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd22169da88d53d40fd16fd9cd1a7df4574ff6ac1ff7e06896c81ece74ca7807
|
||||
size 3821115
|
||||
Reference in New Issue
Block a user