1
0
forked from perl/perl-Workflow

Accepting request 1240653 from devel:languages:perl:autoupdate

- 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`

OBS-URL: https://build.opensuse.org/request/show/1240653
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Workflow?expand=0&rev=22
This commit is contained in:
2025-01-30 22:24:09 +00:00
committed by Git OBS Bridge
parent bd5fbef213
commit bd303c9e01
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccbbb3da05d928967a6fa78da55660d393e91d3478b8d50b67b878598fd44a4f
size 167600

3
Workflow-2.03.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:750ae18ad22de635bf03c1e03a4d8ff92f6435971325730c297cd0df34f79a3c
size 168154

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 25 05:30:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Sun Jan 12 05:32:40 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Workflow %define cpan_name Workflow
Name: perl-Workflow Name: perl-Workflow
Version: 2.20.0 Version: 2.30.0
Release: 0 Release: 0
# 2.02 -> normalize -> 2.20.0 # 2.03 -> normalize -> 2.30.0
%define cpan_version 2.02 %define cpan_version 2.03
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple, flexible system to implement workflows Summary: Simple, flexible system to implement workflows
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -108,7 +108,7 @@ Provides: perl(Workflow::Validator::MatchesDateFormat) = %{version}
Simple, flexible system to implement workflows Simple, flexible system to implement workflows
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor