From 7970a061c34807b625f439bc81f56e6ad2513af7 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Wed, 10 Jan 2024 10:51:06 +0000 Subject: [PATCH 01/22] Remove unneeded section Workshop feedback --- .packit.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index fa9f8ee..e72368a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,7 +1,4 @@ specfile_path: workflow.spec -files_to_sync: - - workflow.spec - - .packit.yaml upstream_package_name: workflow upstream_project_url: https://github.com/sogou/workflow/ From 9cb0742c84dfc4d88c26e047975da04fb03d19e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:05:48 +0000 Subject: [PATCH 02/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- workflow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/workflow.spec b/workflow.spec index fdd47dc..54726c9 100644 --- a/workflow.spec +++ b/workflow.spec @@ -8,7 +8,7 @@ Name: workflow License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later Version: 0.11.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/sogou/workflow Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -115,6 +115,9 @@ make check %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Nov 11 2023 Benson Muite - 0.11.1-1 - Update to new release From 0ce8cdf222473b637e33bd4f316291275620fb4a Mon Sep 17 00:00:00 2001 From: topazus Date: Wed, 17 Apr 2024 09:43:17 +0800 Subject: [PATCH 03/22] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 37 +++++++++++++++++++++++++++++++++++++ workflow.spec | 40 ++-------------------------------------- 2 files changed, 39 insertions(+), 38 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..ee51611 --- /dev/null +++ b/changelog @@ -0,0 +1,37 @@ +* Sat Jan 27 2024 Fedora Release Engineering - 0.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Nov 11 2023 Benson Muite - 0.11.1-1 +- Update to new release + +* Sat Jul 22 2023 Fedora Release Engineering - 0.10.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 6 2023 Benson Muite - 0.10.7-1 +- Update to new release + +* Sat Feb 25 2023 Benson Muite - 0.10.6-1 +- Update to new release + +* Thu Feb 23 2023 Benson Muite - 0.10.5-4 +- Get tests to work +- Add redis and valgrind +- Use GTest with c++14 + +* Wed Feb 22 2023 Benson Muite - 0.10.5-3 +- Remove static library rather than use exclude macro +- Use tutorial instead of tests + +* Fri Jan 13 2023 Benson Muite - 0.10.5-2 +- Ensure tests run + +* Wed Jan 11 2023 Benson Muite - 0.10.5-1 +- Version update +- Add copy of GPL license + +* Mon Jan 02 2023 Benson Muite - 0.10.4-2 +- Do not include static library +- Update license information + +* Sun Jan 01 2023 Benson Muite - 0.10.4-1 +- Initial packaging diff --git a/workflow.spec b/workflow.spec index 54726c9..922c3d1 100644 --- a/workflow.spec +++ b/workflow.spec @@ -8,7 +8,7 @@ Name: workflow License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later Version: 0.11.1 -Release: 2%{?dist} +Release: %autorelease URL: https://github.com/sogou/workflow Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -115,40 +115,4 @@ make check %changelog -* Sat Jan 27 2024 Fedora Release Engineering - 0.11.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Nov 11 2023 Benson Muite - 0.11.1-1 -- Update to new release - -* Sat Jul 22 2023 Fedora Release Engineering - 0.10.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 6 2023 Benson Muite - 0.10.7-1 -- Update to new release - -* Sat Feb 25 2023 Benson Muite - 0.10.6-1 -- Update to new release - -* Thu Feb 23 2023 Benson Muite - 0.10.5-4 -- Get tests to work -- Add redis and valgrind -- Use GTest with c++14 - -* Wed Feb 22 2023 Benson Muite - 0.10.5-3 -- Remove static library rather than use exclude macro -- Use tutorial instead of tests - -* Fri Jan 13 2023 Benson Muite - 0.10.5-2 -- Ensure tests run - -* Wed Jan 11 2023 Benson Muite - 0.10.5-1 -- Version update -- Add copy of GPL license - -* Mon Jan 02 2023 Benson Muite - 0.10.4-2 -- Do not include static library -- Update license information - -* Sun Jan 01 2023 Benson Muite - 0.10.4-1 -- Initial packaging +%autochangelog From 9961f4c3ea35fdc98d5221a2231807e3978461ff Mon Sep 17 00:00:00 2001 From: topazus Date: Wed, 17 Apr 2024 10:06:08 +0800 Subject: [PATCH 04/22] 0.11.3 --- .gitignore | 1 + packit.yaml | 18 ++++++++++++++++++ sources | 2 +- workflow.spec | 6 +++--- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 packit.yaml diff --git a/.gitignore b/.gitignore index 2c7fd6e..7951b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /workflow-0.10.6.tar.gz /workflow-0.10.7.tar.gz /workflow-0.11.1.tar.gz +/workflow-0.11.3.tar.gz diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..8f2b6e4 --- /dev/null +++ b/packit.yaml @@ -0,0 +1,18 @@ +upstream_project_url: https://github.com/sogou/workflow +upstream_tag_template: v{version} + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all diff --git a/sources b/sources index 2e1206e..280c593 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.1.tar.gz) = d613465dfed6e3c69bc2cf73a18c0ef5c5a4fe63ade4e24efd5400e78eeeebaae475af5bda105d57cf3c5be993c2aee7506e9244816abcc7c234d17fc1caca2a +SHA512 (workflow-0.11.3.tar.gz) = cab2e9aca563ed25ba135ec87ba75dd5aee03c21a283e6c71e258a2db1feb3a47bf111ab75d48f54aa4a946f1638ba30aff23ebc68f063d87f3aac3b08319284 diff --git a/workflow.spec b/workflow.spec index 922c3d1..96c232b 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.1 +Version: 0.11.3 Release: %autorelease URL: https://github.com/sogou/workflow @@ -15,8 +15,8 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: ninja-build BuildRequires: gtest-devel -BuildRequires: make BuildRequires: openssl-devel # Needed for redis check BuildRequires: redis @@ -60,7 +60,7 @@ popd %build -%cmake +%cmake -GNinja %cmake_build # remove copies of header files to minimize # size of debugsource package, these files are From f99b1546f78546efa8f824a5cb77ec9a2cec9181 Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 17 May 2024 11:40:16 +0000 Subject: [PATCH 05/22] Update to 0.11.4 upstream release - Resolves: rhbz#2280963 Upstream tag: v0.11.4 Upstream commit: 9d2ff27d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 3 +++ sources | 2 +- workflow.spec | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 7951b2c..3560cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /workflow-0.10.7.tar.gz /workflow-0.11.1.tar.gz /workflow-0.11.3.tar.gz +/workflow-0.11.4.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..97de583 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. diff --git a/sources b/sources index 280c593..5720041 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.3.tar.gz) = cab2e9aca563ed25ba135ec87ba75dd5aee03c21a283e6c71e258a2db1feb3a47bf111ab75d48f54aa4a946f1638ba30aff23ebc68f063d87f3aac3b08319284 +SHA512 (workflow-0.11.4.tar.gz) = e688b503d0044fbd690c0b8dbd12567a46e11d2707f8fec82130174c8882bc58e83c877dc95719923395540372ffce3a1b41ffb61621b3957d9953fff7a362be diff --git a/workflow.spec b/workflow.spec index 96c232b..6db3931 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.3 +Version: 0.11.4 Release: %autorelease URL: https://github.com/sogou/workflow From c0e3071e5a57013ad65845a7f8e6f77de5f81f01 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:31:59 +0000 Subject: [PATCH 06/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 88205727dcb0c7c94a6431d4be0cdc4fa39a2f5c Mon Sep 17 00:00:00 2001 From: topazus Date: Fri, 9 Aug 2024 00:12:14 +0800 Subject: [PATCH 07/22] 0.11.5; rhbz#2301367 and rhbz#2301662 --- .gitignore | 1 + sources | 2 +- workflow.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3560cc4..902fa4e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /workflow-0.11.1.tar.gz /workflow-0.11.3.tar.gz /workflow-0.11.4.tar.gz +/workflow-0.11.5.tar.gz diff --git a/sources b/sources index 5720041..3b69159 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.4.tar.gz) = e688b503d0044fbd690c0b8dbd12567a46e11d2707f8fec82130174c8882bc58e83c877dc95719923395540372ffce3a1b41ffb61621b3957d9953fff7a362be +SHA512 (workflow-0.11.5.tar.gz) = bad34de72f572ca0a0c5d8ab04350879b01c4a7b171709224db3b8905923b4bf9a8977753e4ccc0f27a68cce27a65b4d31a783038c9192198751a3a407bf284a diff --git a/workflow.spec b/workflow.spec index 6db3931..6d1e1a9 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.4 +Version: 0.11.5 Release: %autorelease URL: https://github.com/sogou/workflow @@ -18,8 +18,13 @@ 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 +%endif BuildRequires: sed # Needed for memory check BuildRequires: valgrind From fab13a09ee2359c376ec1541b6bed825374c1755 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Wed, 2 Oct 2024 06:32:51 +0300 Subject: [PATCH 08/22] Update to 0.11.6 --- .gitignore | 1 + sources | 2 +- workflow.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 902fa4e..4881d69 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /workflow-0.11.3.tar.gz /workflow-0.11.4.tar.gz /workflow-0.11.5.tar.gz +/workflow-0.11.6.tar.gz diff --git a/sources b/sources index 3b69159..94489a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.5.tar.gz) = bad34de72f572ca0a0c5d8ab04350879b01c4a7b171709224db3b8905923b4bf9a8977753e4ccc0f27a68cce27a65b4d31a783038c9192198751a3a407bf284a +SHA512 (workflow-0.11.6.tar.gz) = c73a716035eae98a5685e8171f20c597cedfaea5f72f2c9239c2734562819936618e7ff764af5fba648f7f9686d02cee88544e775354880d675953b59252abc1 diff --git a/workflow.spec b/workflow.spec index 6d1e1a9..9effb3f 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.5 +Version: 0.11.6 Release: %autorelease URL: https://github.com/sogou/workflow From 914598f02a48116f651c3401182bbf538d4dd043 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 6 Jan 2025 13:35:22 +0000 Subject: [PATCH 09/22] Update to 0.11.7 upstream release - Resolves: rhbz#2335818 Upstream tag: v0.11.7 Upstream commit: 5fbe73f5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- workflow.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4881d69..12c6724 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /workflow-0.11.4.tar.gz /workflow-0.11.5.tar.gz /workflow-0.11.6.tar.gz +/workflow-0.11.7.tar.gz diff --git a/README.packit b/README.packit index 97de583..3826605 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e. +The file was generated using packit 0.106.0. diff --git a/sources b/sources index 94489a5..c77268e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.6.tar.gz) = c73a716035eae98a5685e8171f20c597cedfaea5f72f2c9239c2734562819936618e7ff764af5fba648f7f9686d02cee88544e775354880d675953b59252abc1 +SHA512 (workflow-0.11.7.tar.gz) = 9f74c00e7fd641f4a6f808defd46cded14b81d0b08adf5d98e094a041b449a4e1fecbb290635e0a43c0ad2cd047eac63aef56b3b86dfbe9137875d6d0c95a2a9 diff --git a/workflow.spec b/workflow.spec index 9effb3f..94828b3 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.6 +Version: 0.11.7 Release: %autorelease URL: https://github.com/sogou/workflow From a9fc7066df2241f7e97e668940c6274fbd4b757a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:14:32 +0000 Subject: [PATCH 10/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 041c0f1f8cdf7d8a28a5132153998cb292fb90c8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 8 Jan 2024 11:39:18 +0200 Subject: [PATCH 11/22] Properly check valgrind arches Signed-off-by: David Abdurachmanov Signed-off-by: Kristina Hanicova --- workflow.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow.spec b/workflow.spec index 94828b3..d931f09 100644 --- a/workflow.spec +++ b/workflow.spec @@ -27,7 +27,9 @@ BuildRequires: redis %endif BuildRequires: sed # Needed for memory check +%ifarch %{valgrind_arches} BuildRequires: valgrind +%endif %global _description %{expand: As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end From 5ad4ec6291800fd77066238e87af0811c8e0abde Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 3 Mar 2025 16:30:34 +0000 Subject: [PATCH 12/22] Update to 0.11.8 upstream release - Resolves: rhbz#2349543 Upstream tag: v0.11.8 Upstream commit: 8076c750 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- workflow.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12c6724..b798b86 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /workflow-0.11.5.tar.gz /workflow-0.11.6.tar.gz /workflow-0.11.7.tar.gz +/workflow-0.11.8.tar.gz diff --git a/README.packit b/README.packit index 3826605..87210c5 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.106.0. +The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. diff --git a/sources b/sources index c77268e..07d0a1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.7.tar.gz) = 9f74c00e7fd641f4a6f808defd46cded14b81d0b08adf5d98e094a041b449a4e1fecbb290635e0a43c0ad2cd047eac63aef56b3b86dfbe9137875d6d0c95a2a9 +SHA512 (workflow-0.11.8.tar.gz) = ea90fb1a9c289a76dfa02b077cb0d99ec27157747f1b73d4437a089560a2659baebd463e2e6f699fbd44ec01e59bcd4d4b2f4556377dd57834f02bde0aefdca3 diff --git a/workflow.spec b/workflow.spec index d931f09..2c41fdb 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.7 +Version: 0.11.8 Release: %autorelease URL: https://github.com/sogou/workflow From 92b5bc77f913052b4c766300a054c4438e1257ad Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 9 May 2025 20:56:39 +0000 Subject: [PATCH 13/22] Update to 0.11.9 upstream release - Resolves: rhbz#2365393 Upstream tag: v0.11.9 Upstream commit: 7bbdf060 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- workflow.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b798b86..5ab5fcc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /workflow-0.11.6.tar.gz /workflow-0.11.7.tar.gz /workflow-0.11.8.tar.gz +/workflow-0.11.9.tar.gz diff --git a/README.packit b/README.packit index 87210c5..807ffc6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.2.0.post1.dev3+g3adf9afe. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/sources b/sources index 07d0a1b..c39cc71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.8.tar.gz) = ea90fb1a9c289a76dfa02b077cb0d99ec27157747f1b73d4437a089560a2659baebd463e2e6f699fbd44ec01e59bcd4d4b2f4556377dd57834f02bde0aefdca3 +SHA512 (workflow-0.11.9.tar.gz) = 891c0ff2719158e8c08fb79a0002959d86a9c4e6a765c3e0fbfad5d49adeb6bc83f68a7e67463c6361dc77f8c5a5fae51234821ab88d51bade723b63da5f0cd6 diff --git a/workflow.spec b/workflow.spec index 2c41fdb..ef26f0f 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.8 +Version: 0.11.9 Release: %autorelease URL: https://github.com/sogou/workflow From 172ecfb1533b10602e78a3ffa34058e607f4d694 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 10 Jul 2025 14:44:07 +0000 Subject: [PATCH 14/22] Update to 0.11.10 upstream release - Resolves: rhbz#2379313 Upstream tag: v0.11.10 Upstream commit: 673f6b44 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- workflow.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ab5fcc..d4518c5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /workflow-0.11.7.tar.gz /workflow-0.11.8.tar.gz /workflow-0.11.9.tar.gz +/workflow-0.11.10.tar.gz diff --git a/README.packit b/README.packit index 807ffc6..dde2a46 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.9.0.post1.dev4+g48b4c222. diff --git a/sources b/sources index c39cc71..f74cefe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.9.tar.gz) = 891c0ff2719158e8c08fb79a0002959d86a9c4e6a765c3e0fbfad5d49adeb6bc83f68a7e67463c6361dc77f8c5a5fae51234821ab88d51bade723b63da5f0cd6 +SHA512 (workflow-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17 diff --git a/workflow.spec b/workflow.spec index ef26f0f..77fc346 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.9 +Version: 0.11.10 Release: %autorelease URL: https://github.com/sogou/workflow From 5a1d0eb25b5b4d6e208ff374e047637e3fb814e3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:32:01 +0000 Subject: [PATCH 15/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From ebe9d61d84a35c844dbd466bdfa0310632735141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20R=C3=B8sten?= Date: Tue, 7 Oct 2025 19:11:15 +0200 Subject: [PATCH 16/22] Move to C++17 for gtest 1.17.0 --- workflow-0.11.10-test-c++17.patch | 13 +++++++++++++ workflow.spec | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 workflow-0.11.10-test-c++17.patch diff --git a/workflow-0.11.10-test-c++17.patch b/workflow-0.11.10-test-c++17.patch new file mode 100644 index 0000000..015bea9 --- /dev/null +++ b/workflow-0.11.10-test-c++17.patch @@ -0,0 +1,13 @@ +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) + diff --git a/workflow.spec b/workflow.spec index 77fc346..96a2365 100644 --- a/workflow.spec +++ b/workflow.spec @@ -12,6 +12,7 @@ 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++ @@ -56,7 +57,7 @@ BuildArch: noarch %_description %prep -%autosetup +%autosetup -p1 # Rename files to make installation of documentation easier pushd docs pushd en From 52438b3b79108ece08c2c7929f9140a3a7a8ca7e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:21:27 +0000 Subject: [PATCH 17/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From d94adfc9b10d28f7494a18782da0208d078ce1be Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 25 Jan 2026 17:51:29 +0300 Subject: [PATCH 18/22] Update to 0.11.11 rhbz#2395621 --- workflow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow.spec b/workflow.spec index 96a2365..e16c18a 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: 0.11.11 Release: %autorelease URL: https://github.com/sogou/workflow From 809378675675b416713f1eb6e4b33796742da8e4 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 25 Jan 2026 18:10:47 +0300 Subject: [PATCH 19/22] Add new sources for 0.11.11 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4518c5..f7a0c90 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /workflow-0.11.8.tar.gz /workflow-0.11.9.tar.gz /workflow-0.11.10.tar.gz +/workflow-0.11.11.tar.gz diff --git a/sources b/sources index f74cefe..5b49a4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workflow-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17 +SHA512 (workflow-0.11.11.tar.gz) = 78996029efd23ca7843f4089d801729174bf8e6bcb1babbe6f557db0c0b4094069dce38328332ddcddffec6710e77cfd03110264d0c670b8cd42b23dda5061ed From 3fb5a0cb636bbec656d0946727bb1ef2358ade77 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 20:05:57 -0400 Subject: [PATCH 20/22] Rebuilt for openssl 4.0 From 4449d9b84b299d968316dd466f3038d4d1071f33 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 14 Jun 2026 12:45:54 -0400 Subject: [PATCH 21/22] Drop unused openssl-devel-engine dependency is used in the code only with older openssl versions. --- workflow.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/workflow.spec b/workflow.spec index e16c18a..429c63f 100644 --- a/workflow.spec +++ b/workflow.spec @@ -19,9 +19,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 From f00ebb52d143007fe2edfafc9e13b95111d6351f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:55:13 +0000 Subject: [PATCH 22/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild