Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
bd6bc258cd | |||
19ba575bd5 | |||
82e0491c7c | |||
eeaa481f20 | |||
f9bf91d552 |
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:a819465c52f6a341049a3942742c08e04f2894b2a66482e43a7f407ce10b4ea0
|
|
||||||
size 214572
|
|
3
YAML-PP-v0.39.0.tar.gz
Normal file
3
YAML-PP-v0.39.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32f53c65781277dcbe50827b4cbf217eceeff264779e3a6c98c94229eb149f58
|
||||||
|
size 216796
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 10 05:32:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.39.0 (v0.39.0)
|
||||||
|
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||||
|
|
||||||
|
v0.39.0 2025-02-10 00:01:45+01:00
|
||||||
|
|
||||||
|
- Allow unknown tags again, reverting the previous change in v0.38.1 which
|
||||||
|
only was supposed to be a dev release
|
||||||
|
- Add new option require_footer
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 25 05:30:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.38.1 (v0.38.1)
|
||||||
|
see /usr/share/doc/packages/perl-YAML-PP/Changes
|
||||||
|
|
||||||
|
v0.38.1 2025-01-25 00:30:13+01:00
|
||||||
|
|
||||||
|
- Add --duplicate-keys commandline flag
|
||||||
|
- Forbid unknown tags by default
|
||||||
|
- Add a 'Catchall' schema to allow unknen tags
|
||||||
|
- Add a --catchall commandline flag
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 30 03:09:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Tue Jan 30 03:09:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-YAML-PP
|
# spec file for package perl-YAML-PP
|
||||||
#
|
#
|
||||||
# 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,13 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name YAML-PP
|
%define cpan_name YAML-PP
|
||||||
Name: perl-YAML-PP
|
Name: perl-YAML-PP
|
||||||
Version: 0.38.0
|
Version: 0.39.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# v0.39.0 -> normalize -> 0.39.0
|
||||||
|
%define cpan_version v0.39.0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: YAML 1.2 Processor
|
Summary: YAML 1.2 Processor
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -59,7 +62,7 @@ You can check out all current parse and load results from the
|
|||||||
yaml-test-suite here: https://perlpunk.github.io/YAML-PP-p5/test-suite.html
|
yaml-test-suite here: https://perlpunk.github.io/YAML-PP-p5/test-suite.html
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-v%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user