8
1
forked from pool/perl-YAML-PP

4 Commits

Author SHA256 Message Date
1d87938b6e Accepting request 1244887 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-PP?expand=0&rev=22
2025-02-11 20:21:41 +00:00
7d6cc33b00 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=53
2025-02-10 20:56:31 +00:00
dabdb12ae4 Accepting request 1241535 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1241535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-PP?expand=0&rev=21
2025-01-31 15:02:09 +00:00
d27b2cd767 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-PP?expand=0&rev=51
2025-01-30 22:24:17 +00:00
4 changed files with 34 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name YAML-PP
Name: perl-YAML-PP
Version: 0.38.0
Version: 0.39.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
Summary: YAML 1.2 Processor
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
BuildArch: noarch
BuildRequires: perl
@@ -59,7 +61,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
%prep
%autosetup -n %{cpan_name}-v%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor