11
0

3 Commits

Author SHA256 Message Date
30055fe001 Add Gitea build results 2025-08-12 18:12:31 +02:00
5c579f06eb 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
da1d4367dd Accepting request 1276531 from devel:languages:perl:autoupdate
- 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/request/show/1276531
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
5 changed files with 39 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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Code-TidyAll/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Code-TidyAll)

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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
%define cpan_name Code-TidyAll %define cpan_name Code-TidyAll
Name: perl-Code-TidyAll Name: perl-Code-TidyAll
Version: 0.840.0 Version: 0.850.0
Release: 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 License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Engine for tidyall, your all-in-one code tidier and validator Summary: Engine for tidyall, your all-in-one code tidier and validator
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -43,20 +45,20 @@ BuildRequires: perl(Log::Any)
BuildRequires: perl(Module::Runtime) BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo) >= 2.000000 BuildRequires: perl(Moo) >= 2.000000
BuildRequires: perl(Moo::Role) BuildRequires: perl(Moo::Role)
BuildRequires: perl(Path::Tiny) >= 0.098 BuildRequires: perl(Path::Tiny) >= 0.98.0
BuildRequires: perl(Scope::Guard) BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Specio) >= 0.40 BuildRequires: perl(Specio) >= 0.400
BuildRequires: perl(Specio::Declare) BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Library::Builtins) BuildRequires: perl(Specio::Library::Builtins)
BuildRequires: perl(Specio::Library::Numeric) 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(Specio::Library::String)
BuildRequires: perl(Test::Class::Most) BuildRequires: perl(Test::Class::Most)
BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Warnings) BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Text::Diff) >= 1.44 BuildRequires: perl(Text::Diff) >= 1.440
BuildRequires: perl(Text::Diff::Table) BuildRequires: perl(Text::Diff::Table)
BuildRequires: perl(Time::Duration::Parse) BuildRequires: perl(Time::Duration::Parse)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
@@ -76,15 +78,15 @@ Requires: perl(Log::Any)
Requires: perl(Module::Runtime) Requires: perl(Module::Runtime)
Requires: perl(Moo) >= 2.000000 Requires: perl(Moo) >= 2.000000
Requires: perl(Moo::Role) Requires: perl(Moo::Role)
Requires: perl(Path::Tiny) >= 0.098 Requires: perl(Path::Tiny) >= 0.98.0
Requires: perl(Scope::Guard) Requires: perl(Scope::Guard)
Requires: perl(Specio) >= 0.40 Requires: perl(Specio) >= 0.400
Requires: perl(Specio::Declare) Requires: perl(Specio::Declare)
Requires: perl(Specio::Library::Builtins) Requires: perl(Specio::Library::Builtins)
Requires: perl(Specio::Library::Numeric) 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(Specio::Library::String)
Requires: perl(Text::Diff) >= 1.44 Requires: perl(Text::Diff) >= 1.440
Requires: perl(Text::Diff::Table) Requires: perl(Text::Diff::Table)
Requires: perl(Time::Duration::Parse) Requires: perl(Time::Duration::Parse)
Requires: perl(Try::Tiny) Requires: perl(Try::Tiny)
@@ -133,7 +135,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'. You can call this API from your own program instead of executing 'tidyall'.
%prep %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 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644