Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
4 changed files with 6 additions and 18 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,4 +9,3 @@
|
||||||
/workflow-0.11.8.tar.gz
|
/workflow-0.11.8.tar.gz
|
||||||
/workflow-0.11.9.tar.gz
|
/workflow-0.11.9.tar.gz
|
||||||
/workflow-0.11.10.tar.gz
|
/workflow-0.11.10.tar.gz
|
||||||
/workflow-0.11.11.tar.gz
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (workflow-0.11.11.tar.gz) = 78996029efd23ca7843f4089d801729174bf8e6bcb1babbe6f557db0c0b4094069dce38328332ddcddffec6710e77cfd03110264d0c670b8cd42b23dda5061ed
|
SHA512 (workflow-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
|
||||||
index 963d838..d168d31 100644
|
|
||||||
--- a/test/CMakeLists.txt
|
|
||||||
+++ b/test/CMakeLists.txt
|
|
||||||
@@ -20,7 +20,7 @@ add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})
|
|
||||||
|
|
||||||
enable_testing()
|
|
||||||
|
|
||||||
-set(CXX_STD "c++14")
|
|
||||||
+set(CXX_STD "c++17")
|
|
||||||
|
|
||||||
find_package(GTest REQUIRED)
|
|
||||||
|
|
||||||
|
|
@ -7,18 +7,20 @@ Name: workflow
|
||||||
# src/kernel/rbtree.h available under GPL-2.0-or-later
|
# src/kernel/rbtree.h available under GPL-2.0-or-later
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later
|
License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later
|
||||||
|
|
||||||
Version: 0.11.11
|
Version: 0.11.10
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
|
|
||||||
URL: https://github.com/sogou/workflow
|
URL: https://github.com/sogou/workflow
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch: workflow-0.11.10-test-c++17.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: gtest-devel
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
%if 0%{?fedora} >= 41
|
||||||
|
BuildRequires: openssl-devel-engine
|
||||||
|
%endif
|
||||||
%ifnarch %{ix86}
|
%ifnarch %{ix86}
|
||||||
# Needed for redis check
|
# Needed for redis check
|
||||||
BuildRequires: redis
|
BuildRequires: redis
|
||||||
|
|
@ -54,7 +56,7 @@ BuildArch: noarch
|
||||||
%_description
|
%_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
# Rename files to make installation of documentation easier
|
# Rename files to make installation of documentation easier
|
||||||
pushd docs
|
pushd docs
|
||||||
pushd en
|
pushd en
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue