7
0

2 Commits

Author SHA256 Message Date
b7cb2546e6 Accepting request 1276846 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1276846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Code-TidyAll?expand=0&rev=8
2025-05-12 16:09:18 +00:00
512129c1e6 - updated to 0.850.0 (0.85)
see /usr/share/doc/packages/perl-Code-TidyAll/Changes
  0.85     2025-04-27
  - Fixed a bug in how this module called `Path::Tiny`. Fixed by @gregoa (Gregor Hermann). GH #128.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Code-TidyAll?expand=0&rev=14
2025-05-12 13:03:13 +00:00
4 changed files with 26 additions and 15 deletions

View File

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

3
Code-TidyAll-0.85.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 28 05:46:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.850.0 (0.85)
see /usr/share/doc/packages/perl-Code-TidyAll/Changes
0.85 2025-04-27
- Fixed a bug in how this module called `Path::Tiny`. Fixed by @gregoa (Gregor Hermann). GH #128.
-------------------------------------------------------------------
Fri Mar 8 22:01:18 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Code-TidyAll
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Code-TidyAll
Name: perl-Code-TidyAll
Version: 0.840.0
Version: 0.850.0
Release: 0
%define cpan_version 0.84
# 0.85 -> normalize -> 0.850.0
%define cpan_version 0.85
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Engine for tidyall, your all-in-one code tidier and validator
URL: https://metacpan.org/release/%{cpan_name}
@@ -43,20 +44,20 @@ BuildRequires: perl(Log::Any)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo) >= 2.000000
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Path::Tiny) >= 0.098
BuildRequires: perl(Path::Tiny) >= 0.98.0
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Specio) >= 0.40
BuildRequires: perl(Specio) >= 0.400
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::Numeric)
BuildRequires: perl(Specio::Library::Path::Tiny) >= 0.04
BuildRequires: perl(Specio::Library::Path::Tiny) >= 0.40.0
BuildRequires: perl(Specio::Library::String)
BuildRequires: perl(Test::Class::Most)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Text::Diff) >= 1.44
BuildRequires: perl(Text::Diff) >= 1.440
BuildRequires: perl(Text::Diff::Table)
BuildRequires: perl(Time::Duration::Parse)
BuildRequires: perl(Try::Tiny)
@@ -76,15 +77,15 @@ Requires: perl(Log::Any)
Requires: perl(Module::Runtime)
Requires: perl(Moo) >= 2.000000
Requires: perl(Moo::Role)
Requires: perl(Path::Tiny) >= 0.098
Requires: perl(Path::Tiny) >= 0.98.0
Requires: perl(Scope::Guard)
Requires: perl(Specio) >= 0.40
Requires: perl(Specio) >= 0.400
Requires: perl(Specio::Declare)
Requires: perl(Specio::Library::Builtins)
Requires: perl(Specio::Library::Numeric)
Requires: perl(Specio::Library::Path::Tiny) >= 0.04
Requires: perl(Specio::Library::Path::Tiny) >= 0.40.0
Requires: perl(Specio::Library::String)
Requires: perl(Text::Diff) >= 1.44
Requires: perl(Text::Diff) >= 1.440
Requires: perl(Text::Diff::Table)
Requires: perl(Time::Duration::Parse)
Requires: perl(Try::Tiny)
@@ -133,7 +134,7 @@ This is the engine used by tidyall - read that first to get an overview.
You can call this API from your own program instead of executing 'tidyall'.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644