3 Commits

Author SHA256 Message Date
c7d7e0c1fe Add Gitea build results 2025-08-12 18:18:43 +02:00
2a69514b0f Accepting request 1266853 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1266853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-Tidy?expand=0&rev=5
2025-04-03 14:51:00 +00:00
a3287a6f12 Accepting request 1255740 from devel:languages:perl:autoupdate
- updated to 0.11.0 (v0.11.0)
   see /usr/share/doc/packages/perl-YAML-Tidy/Changes
  v0.11.0 2025-03-21 23:28:09+01:00
      - Do not add or remove spaces in the middle of comments (issue#13)

OBS-URL: https://build.opensuse.org/request/show/1255740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tidy?expand=0&rev=12
2025-04-03 11:04:11 +00:00
5 changed files with 35 additions and 10 deletions

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-YAML-Tidy/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-YAML-Tidy)

View File

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

3
YAML-Tidy-v0.11.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 22 05:34:40 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.11.0 (v0.11.0)
see /usr/share/doc/packages/perl-YAML-Tidy/Changes
v0.11.0 2025-03-21 23:28:09+01:00
- Do not add or remove spaces in the middle of comments (issue#13)
-------------------------------------------------------------------
Fri Feb 2 03:09:32 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-YAML-Tidy
#
# 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,28 +18,31 @@
%define cpan_name YAML-Tidy
Name: perl-YAML-Tidy
Version: 0.10.0
Version: 0.11.0
Release: 0
# v0.11.0 -> normalize -> 0.11.0
%define cpan_version v0.11.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tidy YAML files
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-v%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Getopt::Long::Descriptive)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Warnings) >= 0.029
BuildRequires: perl(YAML::LibYAML::API) >= v0.14.0
BuildRequires: perl(Test::Warnings) >= 0.29.0
BuildRequires: perl(YAML::LibYAML::API) >= 0.14.0
BuildRequires: perl(YAML::LibYAML::API::XS)
BuildRequires: perl(YAML::PP::Common)
BuildRequires: perl(YAML::PP::Highlight)
BuildRequires: perl(YAML::PP::Parser)
BuildRequires: perl(experimental)
Requires: perl(Getopt::Long::Descriptive)
Requires: perl(YAML::LibYAML::API) >= v0.14.0
Requires: perl(YAML::LibYAML::API) >= 0.14.0
Requires: perl(YAML::LibYAML::API::XS)
Requires: perl(YAML::PP::Common)
Requires: perl(YAML::PP::Highlight)
@@ -57,7 +60,7 @@ For examples see https://perlpunk.github.io/yamltidy
The code can be found at https://github.com/perlpunk/yamltidy.
%prep
%autosetup -n %{cpan_name}-v%{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