Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
topazus
eb29287ffa update to 1.1.0 2026-09-06 14:08:47 +08:00
Fedora Release Engineering
f00ebb52d1 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:55:13 +00:00
Yaakov Selkowitz
4449d9b84b Drop unused openssl-devel-engine dependency
<openssl/engine.h> is used in the code only with older openssl versions.
2026-06-14 12:46:53 -04:00
Yaakov Selkowitz
3fb5a0cb63 Rebuilt for openssl 4.0 2026-06-12 20:05:57 -04:00
8093786756 Add new sources for 0.11.11 2026-01-25 18:10:47 +03:00
d94adfc9b1 Update to 0.11.11 rhbz#2395621 2026-01-25 17:51:29 +03:00
Fedora Release Engineering
52438b3b79 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:21:27 +00:00
Terje Røsten
ebe9d61d84 Move to C++17 for gtest 1.17.0 2025-10-07 19:11:15 +02:00
4 changed files with 7 additions and 19 deletions

12
.gitignore vendored
View file

@ -1,11 +1 @@
/workflow-0.10.6.tar.gz /workflow-*.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

View file

@ -1,5 +1,6 @@
upstream_project_url: https://github.com/sogou/workflow upstream_project_url: https://github.com/sogou/workflow
upstream_tag_template: v{version} upstream_tag_template: v{version}
create_sync_note: false
jobs: jobs:
- job: pull_from_upstream - job: pull_from_upstream

View file

@ -1 +1 @@
SHA512 (workflow-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17 SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d

View file

@ -7,7 +7,7 @@ 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.10 Version: 1.1.0
Release: %autorelease Release: %autorelease
URL: https://github.com/sogou/workflow URL: https://github.com/sogou/workflow
@ -18,9 +18,6 @@ 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
@ -56,7 +53,7 @@ BuildArch: noarch
%_description %_description
%prep %prep
%autosetup %autosetup -p1
# Rename files to make installation of documentation easier # Rename files to make installation of documentation easier
pushd docs pushd docs
pushd en pushd en
@ -104,8 +101,8 @@ make check
%license LICENSE LICENSE_GPLV2 %license LICENSE LICENSE_GPLV2
%doc README.md %doc README.md
%doc README_cn.md %doc README_cn.md
%{_libdir}/libworkflow.so.0.* %{_libdir}/libworkflow.so.1.*
%{_libdir}/libworkflow.so.0 %{_libdir}/libworkflow.so.1
%files devel %files devel
%{_libdir}/libworkflow.so %{_libdir}/libworkflow.so