diff --git a/Workflow-2.02.tar.gz b/Workflow-2.02.tar.gz deleted file mode 100644 index 70b262a..0000000 --- a/Workflow-2.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccbbb3da05d928967a6fa78da55660d393e91d3478b8d50b67b878598fd44a4f -size 167600 diff --git a/Workflow-2.03.tar.gz b/Workflow-2.03.tar.gz new file mode 100644 index 0000000..7de8e82 --- /dev/null +++ b/Workflow-2.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750ae18ad22de635bf03c1e03a4d8ff92f6435971325730c297cd0df34f79a3c +size 168154 diff --git a/perl-Workflow.changes b/perl-Workflow.changes index 5c8f99c..6b71600 100644 --- a/perl-Workflow.changes +++ b/perl-Workflow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 25 05:30:15 UTC 2025 - Tina Müller + +- updated to 2.30.0 (2.03) + see /usr/share/doc/packages/perl-Workflow/Changes.md + + ## TO BE RELEASED + ## 2.03 2025-01-24 BUg fix release, update recommended + ### Fixed + - Instances of Workflow::Condition::IsFalse interpreted as `true` return values + under `$Workflow::Condition::STRICT_BOOLEANS = 0` + ------------------------------------------------------------------- Sun Jan 12 05:32:40 UTC 2025 - Tina Müller diff --git a/perl-Workflow.spec b/perl-Workflow.spec index 54589ef..edf8ba2 100644 --- a/perl-Workflow.spec +++ b/perl-Workflow.spec @@ -18,10 +18,10 @@ %define cpan_name Workflow Name: perl-Workflow -Version: 2.20.0 +Version: 2.30.0 Release: 0 -# 2.02 -> normalize -> 2.20.0 -%define cpan_version 2.02 +# 2.03 -> normalize -> 2.30.0 +%define cpan_version 2.03 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Simple, flexible system to implement workflows URL: https://metacpan.org/release/%{cpan_name} @@ -108,7 +108,7 @@ Provides: perl(Workflow::Validator::MatchesDateFormat) = %{version} Simple, flexible system to implement workflows %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor