2282d3f
# Run test
bc07ced
%if ! (0%{?rhel})
2282d3f
%bcond_without perl_YAML_enables_test
bc07ced
%else
bc07ced
%bcond_with perl_YAML_enables_test
bc07ced
%endif
7b062a9
# Run extra test
7b062a9
%if ! (0%{?rhel})
7b062a9
%bcond_without perl_YAML_enables_extra_test
7b062a9
%else
7b062a9
%bcond_with perl_YAML_enables_extra_test
7b062a9
%endif
2282d3f
cvsextras fb66c51
Name:           perl-YAML
007af22
Version:        1.31
2cafa4a
Release:        3%{?dist}
cvsextras fb66c51
Summary:        YAML Ain't Markup Language (tm)
dccd2e0
License:        GPL-1.0-or-later OR Artistic-1.0-Perl
07fc0d8
URL:            https://metacpan.org/release/YAML
d49c243
# Tarball created from https://cpan.metacpan.org/modules/by-module/YAML/YAML-%%{version}.tar.gz
d49c243
# using script YAML-free (see https://bugzilla.redhat.com/show_bug.cgi?id=1813197)
d49c243
Source0:        YAML-free-%{version}.tar.gz
d49c243
# Script to remove non-free content from upstream tarball
d49c243
# Usage: YAML-free YAML-%%{version}.tar.gz
d49c243
Source1:        YAML-free
cvsextras fb66c51
BuildArch:      noarch
19c5e98
# Module Build
ed14c29
BuildRequires:  coreutils
ed14c29
BuildRequires:  make
dd6a579
BuildRequires:  perl-generators
b242f8d
BuildRequires:  perl-interpreter
19c5e98
BuildRequires:  perl(ExtUtils::MakeMaker) > 6.75
19c5e98
# Module Runtime
5c451a8
BuildRequires:  perl(B)
5c451a8
BuildRequires:  perl(B::Deparse)
48fd123
BuildRequires:  perl(Carp)
48fd123
BuildRequires:  perl(constant)
48fd123
BuildRequires:  perl(Exporter)
1ccbccd
BuildRequires:  perl(overload)
95abe3f
BuildRequires:  perl(Scalar::Util)
1ccbccd
BuildRequires:  perl(strict)
19c5e98
BuildRequires:  perl(warnings)
19c5e98
# Test Suite
e14a275
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
2282d3f
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
b242f8d
BuildRequires:  perl(Config)
19c5e98
BuildRequires:  perl(Data::Dumper)
b242f8d
BuildRequires:  perl(Encode)
19c5e98
BuildRequires:  perl(File::Find)
95abe3f
BuildRequires:  perl(IO::File)
95abe3f
BuildRequires:  perl(IO::Pipe)
19c5e98
BuildRequires:  perl(lib)
b242f8d
BuildRequires:  perl(Test::Deep)
b31f63f
BuildRequires:  perl(Test::More) >= 0.88
e14a275
BuildRequires:  perl(Test::YAML) >= 1.05
19c5e98
BuildRequires:  perl(utf8)
7b062a9
%if %{with perl_YAML_enables_extra_test}
b242f8d
# Author Tests
b242f8d
BuildRequires:  perl(Test::Pod) >= 1.41
b21b4b9
%endif
7b062a9
%endif
007af22
# Dependencies
5c451a8
Requires:       perl(B::Deparse)
48fd123
Requires:       perl(Carp)
cvsextras fb66c51
b92f5ae
# Filter private provides:
b92f5ae
# perl(yaml_mapping) perl(yaml_scalar) perl(yaml_sequence)
b92f5ae
%global __provides_exclude ^perl\\(yaml_
b92f5ae
cvsextras fb66c51
%description
007af22
If you need to use YAML with Perl, it is likely that you will have a look at
007af22
this module (YAML.pm) first. There are several YAML modules in Perl and they
007af22
all support the simple Load() and Dump() API. Since this one has the obvious
007af22
name "YAML", it may seem obvious to pick this one.
007af22
007af22
The author of this module humbly asks you to choose another. YAML.pm was the
007af22
very first YAML implementation in the world, released in 2001. It was
007af22
originally made as a prototype, over 2 years before the YAML 1.0 spec was
007af22
published. Although it may work for your needs, it has numerous bugs and is
007af22
barely maintained.
007af22
007af22
Please consider using these first:
007af22
 * YAML::PP - Pure Perl, full featured, well maintained
007af22
 * YAML::PP::LibYAML - A libyaml Perl binding like YAML::XS but with the
007af22
   YAML::PP API
cvsextras fb66c51
cvsextras fb66c51
%prep
cvsextras fb66c51
%setup -q -n YAML-%{version}
51886eb
cvsextras fb66c51
%build
f89cabe
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
095a3d5
%{make_build}
cvsextras fb66c51
cvsextras fb66c51
%install
095a3d5
%{make_install}
095a3d5
%{_fixperms} -c %{buildroot}
cvsextras fb66c51
2955408
%check
a2f2ffe
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
2282d3f
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
7b062a9
make test AUTHOR_TESTING=%{with perl_YAML_enables_extra_test}
b21b4b9
%endif
2dbaa38
cvsextras fb66c51
%files
39fd9de
%license LICENSE
39fd9de
%doc Changes CONTRIBUTING README
b31f63f
%dir %{perl_vendorlib}/YAML/
b31f63f
%dir %{perl_vendorlib}/YAML/Dumper/
b31f63f
%dir %{perl_vendorlib}/YAML/Loader/
b31f63f
%doc %{perl_vendorlib}/YAML.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Any.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Dumper.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Dumper/Base.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Error.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Loader.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Loader/Base.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Marshall.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Node.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Tag.pod
9c99f2c
%doc %{perl_vendorlib}/YAML/Types.pod
1ccbccd
%{perl_vendorlib}/YAML.pm
b31f63f
%{perl_vendorlib}/YAML/Any.pm
b31f63f
%{perl_vendorlib}/YAML/Dumper.pm
b31f63f
%{perl_vendorlib}/YAML/Dumper/Base.pm
b31f63f
%{perl_vendorlib}/YAML/Error.pm
b31f63f
%{perl_vendorlib}/YAML/Loader.pm
b31f63f
%{perl_vendorlib}/YAML/Loader/Base.pm
b31f63f
%{perl_vendorlib}/YAML/Marshall.pm
b31f63f
%{perl_vendorlib}/YAML/Mo.pm
b31f63f
%{perl_vendorlib}/YAML/Node.pm
b31f63f
%{perl_vendorlib}/YAML/Tag.pm
b31f63f
%{perl_vendorlib}/YAML/Types.pm
b2f371b
%{_mandir}/man3/YAML.3*
b2f371b
%{_mandir}/man3/YAML::Any.3*
b2f371b
%{_mandir}/man3/YAML::Dumper.3*
b2f371b
%{_mandir}/man3/YAML::Dumper::Base.3*
b2f371b
%{_mandir}/man3/YAML::Error.3*
b2f371b
%{_mandir}/man3/YAML::Loader.3*
b2f371b
%{_mandir}/man3/YAML::Loader::Base.3*
b2f371b
%{_mandir}/man3/YAML::Marshall.3*
b2f371b
%{_mandir}/man3/YAML::Node.3*
b2f371b
%{_mandir}/man3/YAML::Tag.3*
b2f371b
%{_mandir}/man3/YAML::Types.3*
5e2ec03
2dbaa38
%changelog
2cafa4a
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-3
2cafa4a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2cafa4a
bcd9718
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
bcd9718
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
bcd9718
007af22
* Thu Dec 28 2023 Paul Howarth <paul@city-fan.org> - 1.31-1
007af22
- Update to 1.31 (rhbz#2255994)
007af22
  - Update docs to recommend YAML::PP
007af22
- Package description updated as per upstream documentation
007af22
434555a
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-16
434555a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
434555a
dccd2e0
* Thu Mar 02 2023 Michal Josef Špaček <mspacek@redhat.com> - 1.30-15
dccd2e0
- Update license to SPDX format
dccd2e0
c2e582e
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-14
c2e582e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
c2e582e
f1a41d2
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-13
f1a41d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
f1a41d2
f310550
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-12
f310550
- Perl 5.36 re-rebuild of bootstrapped packages
f310550
dddffdc
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-11
dddffdc
- Perl 5.36 rebuild
dddffdc
5408a1c
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-10
5408a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
5408a1c
12adda0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-9
12adda0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
12adda0
7553eba
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-8
7553eba
- Perl 5.34 re-rebuild of bootstrapped packages
7553eba
0796d38
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-7
0796d38
- Perl 5.34 rebuild
0796d38
8d4bf39
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-6
8d4bf39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8d4bf39
affee17
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-5
affee17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
affee17
5e8088f
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-4
5e8088f
- Perl 5.32 re-rebuild of bootstrapped packages
5e8088f
4d21955
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-3
4d21955
- Perl 5.32 rebuild
4d21955
d49c243
* Fri Mar 13 2020 Paul Howarth <paul@city-fan.org> - 1.30-2
d49c243
- Remove non-free test file t/load-slides.t (#1813197, GH#219)
d49c243
ffd3033
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 1.30-1
ffd3033
- Update to 1.30
ffd3033
  - Breaking Change: Set $YAML::LoadBlessed default to false to make it more
ffd3033
    secure
ffd3033
407a44b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-4
407a44b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
407a44b
038292d
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-3
038292d
- Perl 5.30 re-rebuild of bootstrapped packages
038292d
f075074
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-2
f075074
- Perl 5.30 rebuild
f075074
56171c4
* Sat May 11 2019 Paul Howarth <paul@city-fan.org> - 1.29-1
56171c4
- Update to 1.29
56171c4
  - Fix regex for alias to match the one for anchors (GH#214)
56171c4
095a3d5
* Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 1.28-1
095a3d5
- Update to 1.28
095a3d5
  - Security fix: only enable loading globs when $LoadCode is set (GH#213)
095a3d5
- Modernize spec using %%{make_build} and %%{make_install}
095a3d5
4999c04
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.27-2
4999c04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4999c04
88c4782
* Sat Nov  3 2018 Paul Howarth <paul@city-fan.org> - 1.27-1
88c4782
- Update to 1.27
88c4782
  - Remove a warning about uninitialized value for perl ≤ 5.10
88c4782
7ae1cfb
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-4
7ae1cfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7ae1cfb
eef34ff
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-3
eef34ff
- Perl 5.28 re-rebuild of bootstrapped packages
eef34ff
d062513
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.26-2
d062513
- Perl 5.28 rebuild
d062513
03596c1
* Sun May 20 2018 Paul Howarth <paul@city-fan.org> - 1.26-1
03596c1
- Update to 1.26
03596c1
  - Fix bug introduced in 1.25 - loading of quoted string with colon as
03596c1
    sequence element (GH#208)
03596c1
  - Support zero indented block sequences (GH#207)
03596c1
b242f8d
* Sat May 12 2018 Paul Howarth <paul@city-fan.org> - 1.25-1
b242f8d
- Update to 1.25
b242f8d
  - Support trailing comments (GH#189, GH#190, GH#191)
b242f8d
  - Remove unused code (GH#192)
b242f8d
  - Use Test::Deep to actually test correctly for class names (GH#193)
b242f8d
  - Fix loading of mapping key that starts with '= ' (GH#194)
b242f8d
  - Fix loading strings with multiple spaces (GH#172)
b242f8d
  - Allow more characters in anchor name (GH#196)
b242f8d
  - Add $YAML::LoadBlessed for disabling loading objects (GH#197)
b242f8d
  - Disable test with long string under certain conditions (GH#201)
b242f8d
  - Quote scalar if it equals '=' (GH#202)
b242f8d
  - Multiple regexp roundtrip does not grow (GH#203)
b242f8d
  - Add support for compact nested block sequences (GH#204)
b242f8d
  - Support reverse order of block scalar indicators (GH#205)
b242f8d
  - Support nested mappings in sequences (GH#206)
03596c1
  - Fix parsing of quoted strings (GH#188)
b242f8d
99a8a4e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
99a8a4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
99a8a4e
efe0393
* Tue Oct 31 2017 Paul Howarth <paul@city-fan.org> - 1.24-1
efe0393
- Update to 1.24
efe0393
  - Fix $LoadCode (GH#180, GH#181, GH#182)
efe0393
- This release by TINITA → update source URL
efe0393
- Drop redundant Group: tag
efe0393
6f27dd4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-4
6f27dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6f27dd4
5cfdc42
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-3
5cfdc42
- Perl 5.26 re-rebuild of bootstrapped packages
5cfdc42
c5ba6e0
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
c5ba6e0
- Perl 5.26 rebuild
c5ba6e0
5b3a5dd
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.23-1
5b3a5dd
- Update to 1.23
5b3a5dd
  - Fix $YAML::Numify (empty values were converted to 0)
5b3a5dd
4eebf21
* Wed Feb 15 2017 Paul Howarth <paul@city-fan.org> - 1.22-1
4eebf21
- Update to 1.22
4eebf21
  - Add $YAML::Numify
4eebf21
652fb86
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
652fb86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
652fb86
95abe3f
* Sat Dec 24 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
95abe3f
- Update to 1.21
95abe3f
  - Declare variables with our() to avoid warnings (GH#109, GH#171)
95abe3f
  - Empty mapping value at the end resolves to null (was becoming empty string)
95abe3f
    (GH#131, GH#170)
95abe3f
  - Output key in warning when duplicate key was found (GH#119, GH#169)
95abe3f
  - Allow reading and writing to IO::Handle (GH#157, GH#168)
95abe3f
5c451a8
* Sat Dec  3 2016 Paul Howarth <paul@city-fan.org> - 1.20-1
5c451a8
- Update to 1.20
5c451a8
 - Allow quoted map keys in arrays (GH#146)
5c451a8
 - B::Deparse is loaded at runtime now
5c451a8
 - New feature $YAML::Preserve (GH#9)
5c451a8
- This release by INGY → update source URL
5c451a8
d72d320
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
d72d320
- Update to 1.19
d72d320
  - Add pod link to YAML::Shell (GH#164)
d72d320
  - Fix infinite loop for aliases without a name (GH#151)
d72d320
  - Improve error messages (GH#142, GH#162)
d72d320
  - Trailing spaces after inline seq/map work now (GH#163)
d72d320
  - Add test case for trailing comments (GH#154)
d72d320
452f087
* Sat Jul  9 2016 Paul Howarth <paul@city-fan.org> - 1.18-1
452f087
- Update to 1.18
452f087
  - List Test::More as a prereq (GH#161)
452f087
bf67c28
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 1.17-1
bf67c28
- Update to 1.17
bf67c28
  - Use Mo 0.40
bf67c28
- This release by TINITA → update source URL
bf67c28
ed14c29
* Sun Jul  3 2016 Paul Howarth <paul@city-fan.org> - 1.16-1
ed14c29
- Update to 1.16
ed14c29
  - Drop inconsistent $VERSION from YAML::Mo (GH#158)
ed14c29
- BR: perl-generators
ed14c29
7708f25
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-7
7708f25
- Perl 5.24 re-rebuild of bootstrapped packages
7708f25
eb1f80a
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-6
eb1f80a
- Perl 5.24 rebuild
eb1f80a
e2a039a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-5
e2a039a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e2a039a
faa50d6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-4
faa50d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
faa50d6
967c84c
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-3
967c84c
- Perl 5.22 re-rebuild of bootstrapped packages
967c84c
77c6fdd
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-2
77c6fdd
- Perl 5.22 rebuild
77c6fdd
fda9dca
* Mon Apr 20 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
fda9dca
- Update to 1.15
fda9dca
  - Don't require newlines at end of YAML (GH#149)
fda9dca
b2f371b
* Mon Jan 26 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
b2f371b
- Update to 1.14
b2f371b
  - Add support for QuoteNumericStrings global setting (PR/145)
b2f371b
5227f21
* Sun Oct 12 2014 Paul Howarth <paul@city-fan.org> - 1.13-1
5227f21
- Update to 1.13
5227f21
  - Disable some warnings in YAML::Any (PR/140)
5227f21
19c5e98
* Wed Sep 24 2014 Paul Howarth <paul@city-fan.org> - 1.12-1
19c5e98
- Update to 1.12
19c5e98
  - Fix parsing of unquoted strings (CPAN RT#97870)
19c5e98
- Classify buildreqs by usage
19c5e98
fa5e58c
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-3
fa5e58c
- Perl 5.20 re-rebuild of bootstrapped packages
fa5e58c
dcf7207
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-2
dcf7207
- Perl 5.20 rebuild
dcf7207
ba7ae7c
* Tue Sep  2 2014 Paul Howarth <paul@city-fan.org> - 1.11-1
ba7ae7c
- Update to 1.11
ba7ae7c
  - Apply PR/139:
ba7ae7c
    -  Remove die() that can't be called (regex always matches)
ba7ae7c
ba7ae7c
* Fri Aug 29 2014 Paul Howarth <paul@city-fan.org> - 1.10-1
a2f2ffe
- Update to 1.10
a2f2ffe
  - Apply PR/138:
a2f2ffe
    - Report an error message mentioning indentation when choking on non-space
a2f2ffe
      indentation
a2f2ffe
    - die() should be called as a method of $self
a2f2ffe
8201039
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-2
8201039
- Perl 5.20 rebuild
8201039
e14a275
* Tue Aug 26 2014 Paul Howarth <paul@city-fan.org> - 1.09-1
e14a275
- Update to 1.09
e14a275
  - Add t/000-compile-modules.t
e14a275
  - Eliminate File::Basename from test/
e14a275
  - Eliminate spurious trailing whitespace
e14a275
  - Meta 0.0.2
e14a275
  - Change testdir to t
e14a275
  - Add doc examples for YAML::Any (PR/8)
e14a275
  - Dep on Test::YAML 1.05
e14a275
  - Replace tabs with spaces
e14a275
b21b4b9
* Tue Aug 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-2
b21b4b9
- Disable tests when bootstrapping
b21b4b9
8745e79
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.01-1
8745e79
- Update to 1.01
8745e79
  - Depend on patched Test::YAML
8745e79
f89cabe
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.00-1
f89cabe
- Update to 1.00
f89cabe
  - Switch to external Test::Base
f89cabe
  - Fix bad encoding in Pod
f89cabe
- Test::YAML is now unbundled
f89cabe
- Take advantage of new features in recent EU::MM to simplify spec
f89cabe
39fd9de
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 0.98-1
39fd9de
- Update to 0.98
39fd9de
  - Fix indexing of YAML::Any
39fd9de
  - Change IRC to irc.perl.org#yaml
39fd9de
- Use %%license
39fd9de
- Drop workaround for #1115971
39fd9de
9c99f2c
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.97-1
9c99f2c
- Update to 0.97
9c99f2c
  - Move remaining docs to Swim
9c99f2c
- Upstream reinstated all those pod files and manpages again
9c99f2c
51886eb
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
51886eb
- Update to 0.96
51886eb
  - Fix Metadata and add Contributing file
51886eb
  - Change Kwim to Swim
51886eb
- Upstream dropped all those pod files and manpages again
51886eb
713372d
* Thu Jul 03 2014 Petr Pisar <ppisar@redhat.com> - 0.95-2
713372d
- Inject VERSION into each module (bug #1115971)
713372d
55e6027
* Mon Jun 23 2014 Paul Howarth <paul@city-fan.org> - 0.95-1
55e6027
- Update to 0.95
55e6027
  - Fix dumping blessed globs
55e6027
b31f63f
* Sun Jun 15 2014 Paul Howarth <paul@city-fan.org> - 0.94-1
b31f63f
- Update to 0.94
b31f63f
  - Switch to Zilla::Dist
b31f63f
  - Add badges to doc
b31f63f
  - Fix regression introduced with earlier fix for complex regular
b31f63f
    subexpression recursion limit (GH#18)
b31f63f
  - Fix reference to non-existent sub Carp::Croak (GH#19)
b31f63f
- Enumerate all files so we can mark POD files as %%doc
b31f63f
- Bump Test::More version requirement to 0.88 due to use of done_testing
b31f63f
2e6818c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-3
2e6818c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2e6818c
d397f04
* Tue Jun 03 2014 Petr Pisar <ppisar@redhat.com> - 0.92-2
d397f04
- Do not run release tests on bootstrap (bug #1104137)
d397f04
96f01ca
* Thu May 29 2014 Paul Howarth <paul@city-fan.org> 0.92-1
96f01ca
- Update to 0.92
96f01ca
  - Metadata fixes (https://github.com/ingydotnet/yaml-pm/pull/23)
96f01ca
e4b0381
* Wed May 28 2014 Paul Howarth <paul@city-fan.org> - 0.91-1
e4b0381
- Update to 0.91
e4b0381
  - Force escaping of single '-'
e4b0381
    (https://github.com/ingydotnet/yaml-pm/pull/22)
e4b0381
2257bdb
* Fri Feb 28 2014 Paul Howarth <paul@city-fan.org> - 0.90-2
2257bdb
- Avoid circular build deps via Module::Build when bootstrapping
2257bdb
24e96f6
* Tue Feb 11 2014 Paul Howarth <paul@city-fan.org> - 0.90-1
24e96f6
- Update to 0.90
24e96f6
  - Revert Mo from 0.38 to 0.31 following a report of it breaking cpan client
24e96f6
1ccbccd
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 0.89-1
1ccbccd
- Update to 0.89
1ccbccd
  - Synopsis in YAML::Dumper didn't work as expected (CPAN RT#19838)
1ccbccd
  - Address complex regular subexpression recursion limit (CPAN RT#90593)
1ccbccd
  - Use latest Test::Builder (CPAN RT#90847)
1ccbccd
  - Fixed tests to work under parallel testing
1ccbccd
  - Switched to dzil release process
1ccbccd
- This release by INGY -> update source URL
1ccbccd
- Make %%files list more explicit
1ccbccd
- Specify all dependencies
1ccbccd
a64440d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-7
a64440d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a64440d
1e7c7ab
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.84-6
1e7c7ab
- Perl 5.18 rebuild
1e7c7ab
c5f24c1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-5
c5f24c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c5f24c1
f521905
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.84-4
1ccbccd
- Specify all dependencies
f521905
ea2c123
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-3
ea2c123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ea2c123
b92f5ae
* Tue Jul 17 2012 Paul Howarth <paul@city-fan.org> - 0.84-2
b92f5ae
- Haven't needed to fix documentation character encoding since 0.79
b92f5ae
- Drop Test::Base build dependency again to avoid a BR loop (#215637)
b92f5ae
- Filter private provides perl(yaml_mapping), perl(yaml_scalar) and
b92f5ae
  perl(yaml_sequence)
b92f5ae
- Don't need to remove empty directories from the buildroot
b92f5ae
- This release by MSTROUT -> update source URL
b92f5ae
Petr Šabata 1cf55cf
* Mon Jul 16 2012 Petr Šabata <contyk@redhat.com> - 0.84-1
Petr Šabata 1cf55cf
- 0.84 bump
Petr Šabata 1cf55cf
- Drop command macros
Petr Šabata 1cf55cf
- Drop previously added patch (included in 0.82)
Petr Šabata 1cf55cf
3c56308
* Fri Jun 22 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.81-4
1ccbccd
- Apply patch to for YAML::Any RT#74226
3c56308
a686933
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.81-3
a686933
- Perl 5.16 rebuild
a686933
48fd123
* Mon Apr 23 2012 Paul Howarth <paul@city-fan.org> - 0.81-2
48fd123
- R: perl(Carp) and perl(Data::Dumper)
48fd123
- BR: perl(Carp), perl(constant) and perl(Exporter)
48fd123
- Release tests no longer shipped, so drop buildreqs for them and don't bother
48fd123
  setting AUTOMATED_TESTING; run tests even when bootstrapping
48fd123
13b616a
* Mon Apr 23 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.81-1
48fd123
- Update to 0.81
48fd123
- Add BR Data::Dumper
13b616a
df5563a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.73-3
df5563a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
df5563a
f2e00c6
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.73-2
f2e00c6
- Perl mass rebuild
f2e00c6
- add perl_bootstrap macro
f2e00c6
c7add14
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 0.73-1
c7add14
- update to latest upstream version
c7add14
- clean up spec for modern rpmbuild
c7add14
e766e0c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-2
e766e0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e766e0c
Steven Pritchard 2e0508e
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.72-1
Steven Pritchard 2e0508e
- Update to 0.72.
Steven Pritchard 2e0508e
1d68739
* Wed Aug 18 2010 Paul Howarth <paul@city-fan.org> - 0.71-1
1d68739
- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
1d68739
- Enable AUTOMATED_TESTING
1d68739
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
1d68739
- This release by ADAMK -> update source URL
1d68739
- Re-code docs as UTF-8
1d68739
694c788
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.70-5
694c788
- Mass rebuild with perl-5.12.0
694c788
62da76c
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-4
62da76c
- add license
62da76c
72a551c
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.70-3
72a551c
- rebuild against perl 5.10.1
72a551c
1193940
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-2
1193940
- rebuild for push
1193940
7a83cdc
* Tue Oct 6  2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-1
7a83cdc
- new upstream version
7a83cdc
ab58ea4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
ab58ea4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ab58ea4
5d2ed67
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-2
5d2ed67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5d2ed67
1d3272d
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.68-1
1d3272d
- Update to 0.68.
1d3272d
- COMPATIBILITY went away.
1d3272d
- ysh moved to YAML::Shell.
1d3272d
837bc02
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.66-3
837bc02
- Rebuild for perl 5.10 (again)
837bc02
4dfc7aa
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.66-2
4dfc7aa
- rebuild for new perl
4dfc7aa
091bdc0
* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.66-1
091bdc0
- Update to 0.66.
091bdc0
- Update License tag.
091bdc0
f86e5e6
* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.65-1
f86e5e6
- Update to 0.65.
f86e5e6
d6b630c
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.62-3
d6b630c
- Use fixperms macro instead of our own chmod incantation.
6821ee0
- Drop Test::Base build dependency to avoid a BR loop (#215637).
d6b630c
- BR ExtUtils::MakeMaker.
d6b630c
d6602ca
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.62-2
d6602ca
- Fix find option order.
d6602ca
9a7543f
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.62-1
9a7543f
- Update to 0.62.
9a7543f
- Removed Test::YAML (bug #197539).
9a7543f
9a7543f
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 0.61-1
9a7543f
- Update to 0.61.
9a7543f
539a4c0
* Sat May 20 2006 Steven Pritchard <steve@kspei.com> 0.58-3
539a4c0
- Rebuild.
539a4c0
2955408
* Tue May 09 2006 Steven Pritchard <steve@kspei.com> 0.58-2
2955408
- Drop testmore patch.
2955408
- Catch Test::YAML module and man page in file list.
2955408
2955408
* Thu May 04 2006 Steven Pritchard <steve@kspei.com> 0.58-1
2955408
- Update to 0.58.
2955408
- Small spec cleanups.
2955408
e1aabd9
* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.39-2
e1aabd9
- 0.39.
e1aabd9
1ccbccd
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
dc348d9
- rebuilt
dc348d9
cvsextras fb66c51
* Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
cvsextras fb66c51
- Avoid creation of the perllocal.pod file (make pure_install).
cvsextras fb66c51
cvsextras fb66c51
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.4
cvsextras fb66c51
- Require perl(:MODULE_COMPAT_*).
cvsextras fb66c51
- Cosmetic tweaks (bug 1383).
cvsextras fb66c51
cvsextras fb66c51
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.3
cvsextras fb66c51
- Reduce directory ownership bloat.
cvsextras fb66c51
cvsextras fb66c51
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.2
cvsextras fb66c51
- Use INSTALLARCHLIB workaround in %%install.
cvsextras fb66c51
cvsextras fb66c51
* Wed Sep  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.1
cvsextras fb66c51
- First build.