forked from perl/perl-Workflow
Compare commits
3 Commits
main
...
autoupdate
| Author | SHA256 | Date | |
|---|---|---|---|
| b1bb757840 | |||
| 396a52500b | |||
| d46c2de376 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:481c92015720bbffde8a99c31b421a3d0dbabc717e3e9d5dd21d7c26fd2eac0e
|
||||
size 168715
|
||||
BIN
Workflow-2.08.tar.gz
(Stored with Git LFS)
Normal file
BIN
Workflow-2.08.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 05:35:32 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.80.0 (2.08)
|
||||
see /usr/share/doc/packages/perl-Workflow/Changes.md
|
||||
|
||||
## 2.08 2025-11-12 bug fix release, update not required
|
||||
|
||||
### Fixed
|
||||
|
||||
- Issue: [#271](https://github.com/perl-workflow/perl-workflow/issues/271) reported by [@andk](https://github.com/andk). Fixed via PR: [#272](https://github.com/perl-workflow/perl-workflow/pull/272) by @ehuelsmann
|
||||
This issue was discovered by the CPAN smoke testers, the report can be found on [CPAN Testers](https://www.cpantesters.org/cpan/report/f9442cc8-bccd-11f0-b805-8614eb2737ae)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 05:33:41 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.70.0 (2.07)
|
||||
see /usr/share/doc/packages/perl-Workflow/Changes.md
|
||||
|
||||
## 2.07 2025-11-08 bug fix release, update not required
|
||||
|
||||
### Fixed
|
||||
|
||||
- Issue: [#266](https://github.com/perl-workflow/perl-workflow/issues/266) discovered by Erik Huelsmann. A regression introduced with 2.X releases. Fixed via PR: [#267](https://github.com/perl-workflow/perl-workflow/pull/267) also by Erik Huelsmann
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:53:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.60.0 (2.06)
|
||||
see /usr/share/doc/packages/perl-Workflow/Changes.md
|
||||
|
||||
|
||||
## 2.06 2025-08-12 bug fix release, update not required
|
||||
|
||||
### Fixed
|
||||
|
||||
- Autorun triggered upon workflow creation invoking non-existent method, PR [#258](https://github.com/perl-workflow/perl-workflow/pull/258)
|
||||
- Observers not notified of events triggered by autorun initial actions, issue [#259](https://github.com/perl-workflow/perl-workflow/pull/259)
|
||||
- Remove duplicated POD section from YAML config module, PR [#255](https://github.com/perl-workflow/perl-workflow/pull/255)
|
||||
- Missing 'autorun' value in 'completed' event, issue [#257](https://github.com/perl-workflow/perl-workflow/pull/257)
|
||||
- Clarified documentation and release notes on event changes between 1.62 and 2.x, issue [#257](https://github.com/perl-workflow/perl-workflow/pull/257)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 05:30:23 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Workflow
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Workflow
|
||||
Name: perl-Workflow
|
||||
Version: 2.50.0
|
||||
Version: 2.80.0
|
||||
Release: 0
|
||||
# 2.05 -> normalize -> 2.50.0
|
||||
%define cpan_version 2.05
|
||||
# 2.08 -> normalize -> 2.80.0
|
||||
%define cpan_version 2.08
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple, flexible system to implement workflows
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,41 +31,41 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Accessor) >= 0.18
|
||||
BuildRequires: perl(Class::Factory) >= 1.0.0
|
||||
BuildRequires: perl(Class::Accessor) >= 0.180
|
||||
BuildRequires: perl(Class::Factory) >= 1.0
|
||||
BuildRequires: perl(DBD::Mock) >= 1.590
|
||||
BuildRequires: perl(DBI)
|
||||
BuildRequires: perl(Data::UUID)
|
||||
BuildRequires: perl(DateTime) >= 0.15
|
||||
BuildRequires: perl(DateTime::Format::Strptime) >= 1.00
|
||||
BuildRequires: perl(Exception::Class) >= 1.10
|
||||
BuildRequires: perl(DateTime) >= 0.150
|
||||
BuildRequires: perl(DateTime::Format::Strptime) >= 1.0
|
||||
BuildRequires: perl(Exception::Class) >= 1.100
|
||||
BuildRequires: perl(File::Slurp)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Log::Any) >= 1.050
|
||||
BuildRequires: perl(Log::Any) >= 1.50
|
||||
BuildRequires: perl(Mock::MonkeyPatch)
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Readonly)
|
||||
BuildRequires: perl(Syntax::Keyword::Try) >= 0.25
|
||||
BuildRequires: perl(Syntax::Keyword::Try) >= 0.250
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Without::Module) >= 0.20
|
||||
BuildRequires: perl(XML::Simple) >= 2.00
|
||||
BuildRequires: perl(YAML) >= 1.30
|
||||
BuildRequires: perl(Test::Without::Module) >= 0.200
|
||||
BuildRequires: perl(XML::Simple) >= 2.0
|
||||
BuildRequires: perl(YAML) >= 1.300
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Class::Accessor) >= 0.18
|
||||
Requires: perl(Class::Factory) >= 1.0.0
|
||||
Requires: perl(Class::Accessor) >= 0.180
|
||||
Requires: perl(Class::Factory) >= 1.0
|
||||
Requires: perl(DBI)
|
||||
Requires: perl(Data::UUID)
|
||||
Requires: perl(DateTime) >= 0.15
|
||||
Requires: perl(DateTime::Format::Strptime) >= 1.00
|
||||
Requires: perl(Exception::Class) >= 1.10
|
||||
Requires: perl(DateTime) >= 0.150
|
||||
Requires: perl(DateTime::Format::Strptime) >= 1.0
|
||||
Requires: perl(Exception::Class) >= 1.100
|
||||
Requires: perl(File::Slurp)
|
||||
Requires: perl(Log::Any) >= 1.050
|
||||
Requires: perl(Log::Any) >= 1.50
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Readonly)
|
||||
Requires: perl(Syntax::Keyword::Try) >= 0.25
|
||||
Requires: perl(XML::Simple) >= 2.00
|
||||
Requires: perl(YAML) >= 1.30
|
||||
Requires: perl(Syntax::Keyword::Try) >= 0.250
|
||||
Requires: perl(XML::Simple) >= 2.0
|
||||
Requires: perl(YAML) >= 1.300
|
||||
Requires: perl(parent)
|
||||
Provides: perl(Workflow) = %{version}
|
||||
Provides: perl(Workflow::Action) = %{version}
|
||||
@@ -109,7 +109,7 @@ Provides: perl(Workflow::Validator::MatchesDateFormat) = %{version}
|
||||
Simple, flexible system to implement workflows
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user