SHA256
5
0
forked from c_cpp/folly

16 Commits

Author SHA256 Message Date
4bd4072bd0 folly 2025.10.06 2025-10-07 18:06:19 +02:00
2dfcfdf3ff Delete _link
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=24
2024-04-12 10:57:23 +00:00
e58ce0bbc7 - Update to release 2024.02.12.00
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=23
2024-02-22 22:13:32 +00:00
afd6ac1303 - update to 2023.11.20.00:
* Automated release from TagIt
  * no changelog available

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=21
2023-11-25 19:18:56 +00:00
cdd1fd1710 - Add arm.diff to unbreak ARMv7 build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=19
2023-11-01 15:37:48 +00:00
e7360890fc - Update to release 2023.10.30
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=18
2023-11-01 13:43:03 +00:00
7d757ec290 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=16 2023-05-05 09:38:36 +00:00
57807645e0 - Update to release 2023.05.01
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=15
2023-05-05 08:13:14 +00:00
321b4b41e5 Accepting request 1068314 from home:dirkmueller:Factory
- update to 2023.02.27:
  * no changelog available 

- update to 2022.12.26:
  * no changelog available

- update to 2022.12.12:
  * no changelog available
- drop 0001-Fix-iouring-under-32-bit-linux.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1068314
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=13
2023-03-01 16:49:31 +00:00
4bbc298a4b - Add 0001-Fix-iouring-under-32-bit-linux.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=11
2022-08-29 22:41:03 +00:00
d388adf163 do something about the ppc64 failures
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=10
2022-08-29 22:15:45 +00:00
534ad830cb - Update to 2022.08.29
- Add uring.diff

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=9
2022-08-29 13:31:22 +00:00
0e2273d9f8 - Update to 2022.08.22
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=8
2022-08-27 07:34:45 +00:00
eddf4573d5 - Cure rpmlint "E: executable-stack (Badness: 10000)" by
reworking fix-asm-execstack.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=6
2022-07-07 00:13:41 +00:00
6ee8b7688d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=4 2022-05-24 00:31:02 +00:00
0ce682d4be - Update to release 2022.05.23
- Change fix-asm-execstack.patch to use @progbits, not %progbits.
- Edit fix-asm-execstack.patch and remove hunk for memcpy.S,
  because memcpy.S already has had a @progbits line.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/folly?expand=0&rev=3
2022-05-24 00:30:32 +00:00
6 changed files with 74 additions and 14 deletions

21
boost1.89.diff Normal file
View File

@@ -0,0 +1,21 @@
From: Jan Engelhardt <ej@inai.de>
Date: 2025-10-07 17:45:10.788536299 +0200
boost 1.89 no longer has "system".
---
CMake/folly-deps.cmake | 1 -
1 file changed, 1 deletion(-)
Index: folly-2025.10.06.00/CMake/folly-deps.cmake
===================================================================
--- folly-2025.10.06.00.orig/CMake/folly-deps.cmake
+++ folly-2025.10.06.00/CMake/folly-deps.cmake
@@ -41,7 +41,6 @@ find_package(Boost 1.51.0 MODULE
filesystem
program_options
regex
- system
thread
REQUIRED
)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e8730c52857d44ddbf46a819f588e036d5e6b3f5dcc7129d7bd81c372430d35
size 3939410

BIN
folly-v2025.10.06.00.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 7 16:04:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.10.06.00
* No changelog was provided
- Add boost1.89.diff, glog.diff
-------------------------------------------------------------------
Thu Feb 22 22:08:27 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.02.12.00
* No changelog was provided
-------------------------------------------------------------------
Sat Nov 25 19:18:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package folly
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,33 @@
%define _lto_cflags %nil
%define lname libfolly-v2023_10_30_00
%define lname libfolly-v2025_10_06_00
Name: folly
Version: 2023.11.20.00
Version: 2025.10.06.00
Release: 0
Summary: A C++ utility library
License: MIT
URL: https://github.com/facebook/folly
Source: https://github.com/facebook/folly/releases/download/v%version/folly-v%version.tar.gz
Patch1: arm.diff
Patch2: boost1.89.diff
Patch3: glog.diff
BuildRequires: binutils-devel
BuildRequires: boost-devel
BuildRequires: c++_compiler
BuildRequires: cmake
BuildRequires: double-conversion-devel
BuildRequires: fmt-devel
BuildRequires: gcc-c++
BuildRequires: gflags-devel
BuildRequires: glog-devel
BuildRequires: fast_float-devel
BuildRequires: libaio-devel
BuildRequires: libboost_context-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_regex-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_thread-devel
BuildRequires: libbz2-devel
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(fmt)
BuildRequires: pkgconfig(gflags)
BuildRequires: pkgconfig(libglog)
%if 0%{?suse_version} >= 1550
# new versioning with x.y.z after 20210528
BuildRequires: libdwarf-devel-static
@@ -97,8 +99,7 @@ Development files library for folly, a C++ utility library.
%install
%cmake_install
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libfolly*.so.*

25
glog.diff Normal file
View File

@@ -0,0 +1,25 @@
From: Jan Engelhardt <ej@inai.de>
Date: 2025-10-07 18:02:43.480497231 +0200
```
#error <glog/vlog_is_on.h> was not included correctly. See the documentation
#for how to consume the library.
```
Workaround that.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
Index: folly-2025.10.06.00/CMakeLists.txt
===================================================================
--- folly-2025.10.06.00.orig/CMakeLists.txt
+++ folly-2025.10.06.00/CMakeLists.txt
@@ -59,6 +59,7 @@ set(BIN_INSTALL_DIR bin CACHE STRING
set(CMAKE_INSTALL_DIR lib/cmake/folly CACHE STRING
"The subdirectory where CMake package config files should be installed")
+add_definitions(-DGLOG_USE_GLOG_EXPORT=1 -DGOOGLE_GLOG_IS_A_DLL=1)
option(BUILD_SHARED_LIBS
"If enabled, build folly as a shared library. \
This is generally discouraged, since folly does not commit to having \