diff --git a/.gitignore b/.gitignore index d4518c5..021d9d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +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-*.tar.gz diff --git a/packit.yaml b/packit.yaml index 8f2b6e4..7158b93 100644 --- a/packit.yaml +++ b/packit.yaml @@ -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 diff --git a/sources b/sources index f74cefe..fd21aaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17 +SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d diff --git a/workflow.spec b/workflow.spec index 77fc346..5734054 100644 --- a/workflow.spec +++ b/workflow.spec @@ -7,7 +7,7 @@ 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.10 +Version: 1.1.0 Release: %autorelease URL: https://github.com/sogou/workflow @@ -18,9 +18,6 @@ BuildRequires: gcc-c++ BuildRequires: ninja-build BuildRequires: gtest-devel BuildRequires: openssl-devel -%if 0%{?fedora} >= 41 -BuildRequires: openssl-devel-engine -%endif %ifnarch %{ix86} # Needed for redis check BuildRequires: redis @@ -56,7 +53,7 @@ BuildArch: noarch %_description %prep -%autosetup +%autosetup -p1 # Rename files to make installation of documentation easier pushd docs pushd en @@ -104,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