Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39a405a0b8 | ||
|
|
e16ca469ea | ||
|
|
09dd742d41 | ||
|
|
2cafa4ae68 | ||
|
|
bcd9718f44 | ||
|
|
007af22354 | ||
|
|
434555a602 | ||
|
|
dccd2e0e1a | ||
|
|
c2e582e212 | ||
|
|
bc9b7deb64 |
3 changed files with 49 additions and 17 deletions
|
|
@ -1,8 +1,2 @@
|
|||
from Config import *
|
||||
addFilter("spelling-error Summary\(en_US\) tm -> ")
|
||||
|
||||
# Tarball modified to remove non-free content
|
||||
addFilter("invalid-url Source0: YAML-free-[0-9.]*\.tar\.gz")
|
||||
|
||||
# Tarball creation script is of course executable
|
||||
addFilter("strange-permission YAML-free 755")
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
%endif
|
||||
|
||||
Name: perl-YAML
|
||||
Version: 1.30
|
||||
Release: 13%{?dist}
|
||||
Version: 1.31
|
||||
Release: 6%{?dist}
|
||||
Summary: YAML Ain't Markup Language (tm)
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/YAML
|
||||
# Tarball created from https://cpan.metacpan.org/modules/by-module/YAML/YAML-%%{version}.tar.gz
|
||||
# using script YAML-free (see https://bugzilla.redhat.com/show_bug.cgi?id=1813197)
|
||||
|
|
@ -59,8 +59,7 @@ BuildRequires: perl(utf8)
|
|||
BuildRequires: perl(Test::Pod) >= 1.41
|
||||
%endif
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Dependencies
|
||||
Requires: perl(B::Deparse)
|
||||
Requires: perl(Carp)
|
||||
|
||||
|
|
@ -69,11 +68,21 @@ Requires: perl(Carp)
|
|||
%global __provides_exclude ^perl\\(yaml_
|
||||
|
||||
%description
|
||||
The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
|
||||
specification (http://www.yaml.org/spec/). YAML is a generic data serialization
|
||||
language that is optimized for human readability. It can be used to express the
|
||||
data structures of most modern programming languages, including Perl. For
|
||||
information on the YAML syntax, please refer to the YAML specification.
|
||||
If you need to use YAML with Perl, it is likely that you will have a look at
|
||||
this module (YAML.pm) first. There are several YAML modules in Perl and they
|
||||
all support the simple Load() and Dump() API. Since this one has the obvious
|
||||
name "YAML", it may seem obvious to pick this one.
|
||||
|
||||
The author of this module humbly asks you to choose another. YAML.pm was the
|
||||
very first YAML implementation in the world, released in 2001. It was
|
||||
originally made as a prototype, over 2 years before the YAML 1.0 spec was
|
||||
published. Although it may work for your needs, it has numerous bugs and is
|
||||
barely maintained.
|
||||
|
||||
Please consider using these first:
|
||||
* YAML::PP - Pure Perl, full featured, well maintained
|
||||
* YAML::PP::LibYAML - A libyaml Perl binding like YAML::XS but with the
|
||||
YAML::PP API
|
||||
|
||||
%prep
|
||||
%setup -q -n YAML-%{version}
|
||||
|
|
@ -134,6 +143,35 @@ make test AUTHOR_TESTING=%{with perl_YAML_enables_extra_test}
|
|||
%{_mandir}/man3/YAML::Types.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Dec 28 2023 Paul Howarth <paul@city-fan.org> - 1.31-1
|
||||
- Update to 1.31 (rhbz#2255994)
|
||||
- Update docs to recommend YAML::PP
|
||||
- Package description updated as per upstream documentation
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Mar 02 2023 Michal Josef Špaček <mspacek@redhat.com> - 1.30-15
|
||||
- Update license to SPDX format
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (YAML-free-1.30.tar.gz) = 7ac72b2e688d14e0e6280d6cfcfece553b052bf2daeeb9ce09fd501151d27c7eedefd1ec9f7c1e587aaa6822c3b4fb0227a3b162d7fcaae8c2fcf616200d750e
|
||||
SHA512 (YAML-free-1.31.tar.gz) = fd259d41f8f5b5ef58365ceecc489f238560253e298fe9392d480dd1fff51f77a0e6e45413c37fd0e54bbd7a898484a90228d69701d7304cf47a2c1d320e2fd8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue