Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
c7d7e0c1fe | |||
2a69514b0f | |||
a3287a6f12 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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
3
YAML-Tidy-v0.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9592227947392a36da50a3f41474a34dbb07522a8654b8bb3831da7d34d65f
|
||||
size 105291
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user