update to 1.1.0
This commit is contained in:
parent
f00ebb52d1
commit
eb29287ffa
5 changed files with 6 additions and 30 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,12 +1 @@
|
|||
/workflow-0.10.6.tar.gz
|
||||
/workflow-0.10.7.tar.gz
|
||||
/workflow-0.11.1.tar.gz
|
||||
/workflow-0.11.3.tar.gz
|
||||
/workflow-0.11.4.tar.gz
|
||||
/workflow-0.11.5.tar.gz
|
||||
/workflow-0.11.6.tar.gz
|
||||
/workflow-0.11.7.tar.gz
|
||||
/workflow-0.11.8.tar.gz
|
||||
/workflow-0.11.9.tar.gz
|
||||
/workflow-0.11.10.tar.gz
|
||||
/workflow-0.11.11.tar.gz
|
||||
/workflow-*.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
upstream_project_url: https://github.com/sogou/workflow
|
||||
upstream_tag_template: v{version}
|
||||
create_sync_note: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (workflow-0.11.11.tar.gz) = 78996029efd23ca7843f4089d801729174bf8e6bcb1babbe6f557db0c0b4094069dce38328332ddcddffec6710e77cfd03110264d0c670b8cd42b23dda5061ed
|
||||
SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d
|
||||
|
|
|
|||
|
|
@ -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,12 +7,11 @@ Name: workflow
|
|||
# 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
|
||||
|
||||
Version: 0.11.11
|
||||
Version: 1.1.0
|
||||
Release: %autorelease
|
||||
|
||||
URL: https://github.com/sogou/workflow
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch: workflow-0.11.10-test-c++17.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -102,8 +101,8 @@ make check
|
|||
%license LICENSE LICENSE_GPLV2
|
||||
%doc README.md
|
||||
%doc README_cn.md
|
||||
%{_libdir}/libworkflow.so.0.*
|
||||
%{_libdir}/libworkflow.so.0
|
||||
%{_libdir}/libworkflow.so.1.*
|
||||
%{_libdir}/libworkflow.so.1
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libworkflow.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue