public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/workflow] f44: update to 1.1.0
@ 2026-09-06 6:12 topazus
0 siblings, 0 replies; only message in thread
From: topazus @ 2026-09-06 6:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/workflow
Branch : f44
Commit : eb29287ffaaa0d9ff34992a27fcb21bba0fa8858
Author : topazus <topazus@outlook.com>
Date : 2026-09-06T14:08:47+08:00
Stats : +6/-30 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/workflow/c/eb29287ffaaa0d9ff34992a27fcb21bba0fa8858?branch=f44
Log:
update to 1.1.0
---
diff --git a/.gitignore b/.gitignore
index f7a0c90..021d9d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
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 5b49a4b..fd21aaa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (workflow-0.11.11.tar.gz) = 78996029efd23ca7843f4089d801729174bf8e6bcb1babbe6f557db0c0b4094069dce38328332ddcddffec6710e77cfd03110264d0c670b8cd42b23dda5061ed
+SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d
diff --git a/workflow-0.11.10-test-c++17.patch b/workflow-0.11.10-test-c++17.patch
deleted file mode 100644
index 015bea9..0000000
--- a/workflow-0.11.10-test-c++17.patch
+++ /dev/null
@@ -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)
-
diff --git a/workflow.spec b/workflow.spec
index 429c63f..5734054 100644
--- a/workflow.spec
+++ b/workflow.spec
@@ -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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 6:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 6:12 [rpms/workflow] f44: update to 1.1.0 topazus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox