c4675b
# Run test
c4675b
%if ! (0%{?rhel})
c4675b
%bcond_without perl_YAML_enables_test
c4675b
%else
c4675b
%bcond_with perl_YAML_enables_test
c4675b
%endif
c4675b
c4675b
Name:           perl-YAML
c4675b
Version:        1.24
c4675b
Release:        2%{?dist}
c4675b
Summary:        YAML Ain't Markup Language (tm)
c4675b
License:        GPL+ or Artistic
c4675b
URL:            http://search.cpan.org/dist/YAML/
c4675b
Source0:        http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-%{version}.tar.gz
c4675b
BuildArch:      noarch
c4675b
# Module Build
c4675b
BuildRequires:  coreutils
c4675b
BuildRequires:  make
c4675b
BuildRequires:  perl-interpreter
c4675b
BuildRequires:  perl-generators
c4675b
BuildRequires:  perl(ExtUtils::MakeMaker) > 6.75
c4675b
# Module Runtime
c4675b
BuildRequires:  perl(B)
c4675b
BuildRequires:  perl(B::Deparse)
c4675b
BuildRequires:  perl(Carp)
c4675b
BuildRequires:  perl(constant)
c4675b
BuildRequires:  perl(Exporter)
c4675b
BuildRequires:  perl(overload)
c4675b
BuildRequires:  perl(Scalar::Util)
c4675b
BuildRequires:  perl(strict)
c4675b
BuildRequires:  perl(warnings)
c4675b
# Test Suite
c4675b
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
c4675b
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
c4675b
BuildRequires:  perl(Data::Dumper)
c4675b
BuildRequires:  perl(File::Find)
c4675b
BuildRequires:  perl(IO::File)
c4675b
BuildRequires:  perl(IO::Pipe)
c4675b
BuildRequires:  perl(lib)
c4675b
BuildRequires:  perl(Test::More) >= 0.88
c4675b
BuildRequires:  perl(Test::Pod) >= 1.41
c4675b
BuildRequires:  perl(Test::YAML) >= 1.05
c4675b
BuildRequires:  perl(utf8)
c4675b
%endif
c4675b
# Runtime
c4675b
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
c4675b
Requires:       perl(B::Deparse)
c4675b
Requires:       perl(Carp)
c4675b
c4675b
# Filter private provides:
c4675b
# perl(yaml_mapping) perl(yaml_scalar) perl(yaml_sequence)
c4675b
%global __provides_exclude ^perl\\(yaml_
c4675b
c4675b
%description
c4675b
The YAML.pm module implements a YAML Loader and Dumper based on the
c4675b
YAML 1.0 specification. http://www.yaml.org/spec/
c4675b
YAML is a generic data serialization language that is optimized for
c4675b
human readability. It can be used to express the data structures of
c4675b
most modern programming languages, including Perl.
c4675b
For information on the YAML syntax, please refer to the YAML
c4675b
specification.
c4675b
c4675b
%prep
c4675b
%setup -q -n YAML-%{version}
c4675b
c4675b
%build
c4675b
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
c4675b
make %{?_smp_mflags}
c4675b
c4675b
%install
c4675b
make install DESTDIR=%{buildroot}
c4675b
c4675b
%check
c4675b
# Avoid circular build deps Test::YAML → Test::Base → YAML when bootstrapping
c4675b
%if %{with perl_YAML_enables_test} && !%{defined perl_bootstrap}
c4675b
make test
c4675b
%endif
c4675b
c4675b
%files
c4675b
%license LICENSE
c4675b
%doc Changes CONTRIBUTING README
c4675b
%dir %{perl_vendorlib}/YAML/
c4675b
%dir %{perl_vendorlib}/YAML/Dumper/
c4675b
%dir %{perl_vendorlib}/YAML/Loader/
c4675b
%doc %{perl_vendorlib}/YAML.pod
c4675b
%doc %{perl_vendorlib}/YAML/Any.pod
c4675b
%doc %{perl_vendorlib}/YAML/Dumper.pod
c4675b
%doc %{perl_vendorlib}/YAML/Dumper/Base.pod
c4675b
%doc %{perl_vendorlib}/YAML/Error.pod
c4675b
%doc %{perl_vendorlib}/YAML/Loader.pod
c4675b
%doc %{perl_vendorlib}/YAML/Loader/Base.pod
c4675b
%doc %{perl_vendorlib}/YAML/Marshall.pod
c4675b
%doc %{perl_vendorlib}/YAML/Node.pod
c4675b
%doc %{perl_vendorlib}/YAML/Tag.pod
c4675b
%doc %{perl_vendorlib}/YAML/Types.pod
c4675b
%{perl_vendorlib}/YAML.pm
c4675b
%{perl_vendorlib}/YAML/Any.pm
c4675b
%{perl_vendorlib}/YAML/Dumper.pm
c4675b
%{perl_vendorlib}/YAML/Dumper/Base.pm
c4675b
%{perl_vendorlib}/YAML/Error.pm
c4675b
%{perl_vendorlib}/YAML/Loader.pm
c4675b
%{perl_vendorlib}/YAML/Loader/Base.pm
c4675b
%{perl_vendorlib}/YAML/Marshall.pm
c4675b
%{perl_vendorlib}/YAML/Mo.pm
c4675b
%{perl_vendorlib}/YAML/Node.pm
c4675b
%{perl_vendorlib}/YAML/Tag.pm
c4675b
%{perl_vendorlib}/YAML/Types.pm
c4675b
%{_mandir}/man3/YAML.3*
c4675b
%{_mandir}/man3/YAML::Any.3*
c4675b
%{_mandir}/man3/YAML::Dumper.3*
c4675b
%{_mandir}/man3/YAML::Dumper::Base.3*
c4675b
%{_mandir}/man3/YAML::Error.3*
c4675b
%{_mandir}/man3/YAML::Loader.3*
c4675b
%{_mandir}/man3/YAML::Loader::Base.3*
c4675b
%{_mandir}/man3/YAML::Marshall.3*
c4675b
%{_mandir}/man3/YAML::Node.3*
c4675b
%{_mandir}/man3/YAML::Tag.3*
c4675b
%{_mandir}/man3/YAML::Types.3*
c4675b
c4675b
%changelog
c4675b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c4675b
c4675b
* Tue Oct 31 2017 Paul Howarth <paul@city-fan.org> - 1.24-1
c4675b
- Update to 1.24
c4675b
  - Fix $LoadCode (GH#180, GH#181, GH#182)
c4675b
- This release by TINITA → update source URL
c4675b
- Drop redundant Group: tag
c4675b
c4675b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-4
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c4675b
c4675b
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-3
c4675b
- Perl 5.26 re-rebuild of bootstrapped packages
c4675b
c4675b
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.23-2
c4675b
- Perl 5.26 rebuild
c4675b
c4675b
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 1.23-1
c4675b
- Update to 1.23
c4675b
  - Fix $YAML::Numify (empty values were converted to 0)
c4675b
c4675b
* Wed Feb 15 2017 Paul Howarth <paul@city-fan.org> - 1.22-1
c4675b
- Update to 1.22
c4675b
  - Add $YAML::Numify
c4675b
c4675b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c4675b
c4675b
* Sat Dec 24 2016 Paul Howarth <paul@city-fan.org> - 1.21-1
c4675b
- Update to 1.21
c4675b
  - Declare variables with our() to avoid warnings (GH#109, GH#171)
c4675b
  - Empty mapping value at the end resolves to null (was becoming empty string)
c4675b
    (GH#131, GH#170)
c4675b
  - Output key in warning when duplicate key was found (GH#119, GH#169)
c4675b
  - Allow reading and writing to IO::Handle (GH#157, GH#168)
c4675b
c4675b
* Sat Dec  3 2016 Paul Howarth <paul@city-fan.org> - 1.20-1
c4675b
- Update to 1.20
c4675b
 - Allow quoted map keys in arrays (GH#146)
c4675b
 - B::Deparse is loaded at runtime now
c4675b
 - New feature $YAML::Preserve (GH#9)
c4675b
- This release by INGY → update source URL
c4675b
c4675b
* Sat Nov 19 2016 Paul Howarth <paul@city-fan.org> - 1.19-1
c4675b
- Update to 1.19
c4675b
  - Add pod link to YAML::Shell (GH#164)
c4675b
  - Fix infinite loop for aliases without a name (GH#151)
c4675b
  - Improve error messages (GH#142, GH#162)
c4675b
  - Trailing spaces after inline seq/map work now (GH#163)
c4675b
  - Add test case for trailing comments (GH#154)
c4675b
c4675b
* Sat Jul  9 2016 Paul Howarth <paul@city-fan.org> - 1.18-1
c4675b
- Update to 1.18
c4675b
  - List Test::More as a prereq (GH#161)
c4675b
c4675b
* Wed Jul  6 2016 Paul Howarth <paul@city-fan.org> - 1.17-1
c4675b
- Update to 1.17
c4675b
  - Use Mo 0.40
c4675b
- This release by TINITA → update source URL
c4675b
c4675b
* Sun Jul  3 2016 Paul Howarth <paul@city-fan.org> - 1.16-1
c4675b
- Update to 1.16
c4675b
  - Drop inconsistent $VERSION from YAML::Mo (GH#158)
c4675b
- BR: perl-generators
c4675b
c4675b
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-7
c4675b
- Perl 5.24 re-rebuild of bootstrapped packages
c4675b
c4675b
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-6
c4675b
- Perl 5.24 rebuild
c4675b
c4675b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-5
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c4675b
c4675b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-4
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c4675b
c4675b
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-3
c4675b
- Perl 5.22 re-rebuild of bootstrapped packages
c4675b
c4675b
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.15-2
c4675b
- Perl 5.22 rebuild
c4675b
c4675b
* Mon Apr 20 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
c4675b
- Update to 1.15
c4675b
  - Don't require newlines at end of YAML (GH#149)
c4675b
c4675b
* Mon Jan 26 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
c4675b
- Update to 1.14
c4675b
  - Add support for QuoteNumericStrings global setting (PR/145)
c4675b
c4675b
* Sun Oct 12 2014 Paul Howarth <paul@city-fan.org> - 1.13-1
c4675b
- Update to 1.13
c4675b
  - Disable some warnings in YAML::Any (PR/140)
c4675b
c4675b
* Wed Sep 24 2014 Paul Howarth <paul@city-fan.org> - 1.12-1
c4675b
- Update to 1.12
c4675b
  - Fix parsing of unquoted strings (CPAN RT#97870)
c4675b
- Classify buildreqs by usage
c4675b
c4675b
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-3
c4675b
- Perl 5.20 re-rebuild of bootstrapped packages
c4675b
c4675b
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.11-2
c4675b
- Perl 5.20 rebuild
c4675b
c4675b
* Tue Sep  2 2014 Paul Howarth <paul@city-fan.org> - 1.11-1
c4675b
- Update to 1.11
c4675b
  - Apply PR/139:
c4675b
    -  Remove die() that can't be called (regex always matches)
c4675b
c4675b
* Fri Aug 29 2014 Paul Howarth <paul@city-fan.org> - 1.10-1
c4675b
- Update to 1.10
c4675b
  - Apply PR/138:
c4675b
    - Report an error message mentioning indentation when choking on non-space
c4675b
      indentation
c4675b
    - die() should be called as a method of $self
c4675b
c4675b
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-2
c4675b
- Perl 5.20 rebuild
c4675b
c4675b
* Tue Aug 26 2014 Paul Howarth <paul@city-fan.org> - 1.09-1
c4675b
- Update to 1.09
c4675b
  - Add t/000-compile-modules.t
c4675b
  - Eliminate File::Basename from test/
c4675b
  - Eliminate spurious trailing whitespace
c4675b
  - Meta 0.0.2
c4675b
  - Change testdir to t
c4675b
  - Add doc examples for YAML::Any (PR/8)
c4675b
  - Dep on Test::YAML 1.05
c4675b
  - Replace tabs with spaces
c4675b
c4675b
* Tue Aug 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-2
c4675b
- Disable tests when bootstrapping
c4675b
c4675b
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.01-1
c4675b
- Update to 1.01
c4675b
  - Depend on patched Test::YAML
c4675b
c4675b
* Fri Aug  8 2014 Paul Howarth <paul@city-fan.org> - 1.00-1
c4675b
- Update to 1.00
c4675b
  - Switch to external Test::Base
c4675b
  - Fix bad encoding in Pod
c4675b
- Test::YAML is now unbundled
c4675b
- Take advantage of new features in recent EU::MM to simplify spec
c4675b
c4675b
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 0.98-1
c4675b
- Update to 0.98
c4675b
  - Fix indexing of YAML::Any
c4675b
  - Change IRC to irc.perl.org#yaml
c4675b
- Use %%license
c4675b
- Drop workaround for #1115971
c4675b
c4675b
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.97-1
c4675b
- Update to 0.97
c4675b
  - Move remaining docs to Swim
c4675b
- Upstream reinstated all those pod files and manpages again
c4675b
c4675b
* Mon Jul 14 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
c4675b
- Update to 0.96
c4675b
  - Fix Metadata and add Contributing file
c4675b
  - Change Kwim to Swim
c4675b
- Upstream dropped all those pod files and manpages again
c4675b
c4675b
* Thu Jul 03 2014 Petr Pisar <ppisar@redhat.com> - 0.95-2
c4675b
- Inject VERSION into each module (bug #1115971)
c4675b
c4675b
* Mon Jun 23 2014 Paul Howarth <paul@city-fan.org> - 0.95-1
c4675b
- Update to 0.95
c4675b
  - Fix dumping blessed globs
c4675b
c4675b
* Sun Jun 15 2014 Paul Howarth <paul@city-fan.org> - 0.94-1
c4675b
- Update to 0.94
c4675b
  - Switch to Zilla::Dist
c4675b
  - Add badges to doc
c4675b
  - Fix regression introduced with earlier fix for complex regular
c4675b
    subexpression recursion limit (GH#18)
c4675b
  - Fix reference to non-existent sub Carp::Croak (GH#19)
c4675b
- Enumerate all files so we can mark POD files as %%doc
c4675b
- Bump Test::More version requirement to 0.88 due to use of done_testing
c4675b
c4675b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-3
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c4675b
c4675b
* Tue Jun 03 2014 Petr Pisar <ppisar@redhat.com> - 0.92-2
c4675b
- Do not run release tests on bootstrap (bug #1104137)
c4675b
c4675b
* Thu May 29 2014 Paul Howarth <paul@city-fan.org> 0.92-1
c4675b
- Update to 0.92
c4675b
  - Metadata fixes (https://github.com/ingydotnet/yaml-pm/pull/23)
c4675b
c4675b
* Wed May 28 2014 Paul Howarth <paul@city-fan.org> - 0.91-1
c4675b
- Update to 0.91
c4675b
  - Force escaping of single '-'
c4675b
    (https://github.com/ingydotnet/yaml-pm/pull/22)
c4675b
c4675b
* Fri Feb 28 2014 Paul Howarth <paul@city-fan.org> - 0.90-2
c4675b
- Avoid circular build deps via Module::Build when bootstrapping
c4675b
c4675b
* Tue Feb 11 2014 Paul Howarth <paul@city-fan.org> - 0.90-1
c4675b
- Update to 0.90
c4675b
  - Revert Mo from 0.38 to 0.31 following a report of it breaking cpan client
c4675b
c4675b
* Mon Feb 10 2014 Paul Howarth <paul@city-fan.org> - 0.89-1
c4675b
- Update to 0.89
c4675b
  - Synopsis in YAML::Dumper didn't work as expected (CPAN RT#19838)
c4675b
  - Address complex regular subexpression recursion limit (CPAN RT#90593)
c4675b
  - Use latest Test::Builder (CPAN RT#90847)
c4675b
  - Fixed tests to work under parallel testing
c4675b
  - Switched to dzil release process
c4675b
- This release by INGY -> update source URL
c4675b
- Make %%files list more explicit
c4675b
- Specify all dependencies
c4675b
c4675b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-7
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c4675b
c4675b
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.84-6
c4675b
- Perl 5.18 rebuild
c4675b
c4675b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-5
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c4675b
c4675b
* Tue Aug 28 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.84-4
c4675b
- Specify all dependencies
c4675b
c4675b
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-3
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c4675b
c4675b
* Tue Jul 17 2012 Paul Howarth <paul@city-fan.org> - 0.84-2
c4675b
- Haven't needed to fix documentation character encoding since 0.79
c4675b
- Drop Test::Base build dependency again to avoid a BR loop (#215637)
c4675b
- Filter private provides perl(yaml_mapping), perl(yaml_scalar) and
c4675b
  perl(yaml_sequence)
c4675b
- Don't need to remove empty directories from the buildroot
c4675b
- This release by MSTROUT -> update source URL
c4675b
c4675b
* Mon Jul 16 2012 Petr Šabata <contyk@redhat.com> - 0.84-1
c4675b
- 0.84 bump
c4675b
- Drop command macros
c4675b
- Drop previously added patch (included in 0.82)
c4675b
c4675b
* Fri Jun 22 2012 Jitka Plesnikova <jplesnik@redhat.com> 0.81-4
c4675b
- Apply patch to for YAML::Any RT#74226
c4675b
c4675b
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.81-3
c4675b
- Perl 5.16 rebuild
c4675b
c4675b
* Mon Apr 23 2012 Paul Howarth <paul@city-fan.org> - 0.81-2
c4675b
- R: perl(Carp) and perl(Data::Dumper)
c4675b
- BR: perl(Carp), perl(constant) and perl(Exporter)
c4675b
- Release tests no longer shipped, so drop buildreqs for them and don't bother
c4675b
  setting AUTOMATED_TESTING; run tests even when bootstrapping
c4675b
c4675b
* Mon Apr 23 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.81-1
c4675b
- Update to 0.81
c4675b
- Add BR Data::Dumper
c4675b
c4675b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.73-3
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c4675b
c4675b
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.73-2
c4675b
- Perl mass rebuild
c4675b
- add perl_bootstrap macro
c4675b
c4675b
* Sat May 14 2011 Iain Arnell <iarnell@gmail.com> 0.73-1
c4675b
- update to latest upstream version
c4675b
- clean up spec for modern rpmbuild
c4675b
c4675b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-2
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c4675b
c4675b
* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 0.72-1
c4675b
- Update to 0.72.
c4675b
c4675b
* Wed Aug 18 2010 Paul Howarth <paul@city-fan.org> - 0.71-1
c4675b
- Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
c4675b
- Enable AUTOMATED_TESTING
c4675b
- BR: perl(Test::CPAN::Meta), perl(Test::MinimumVersion), perl(Test::Pod)
c4675b
- This release by ADAMK -> update source URL
c4675b
- Re-code docs as UTF-8
c4675b
c4675b
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.70-5
c4675b
- Mass rebuild with perl-5.12.0
c4675b
c4675b
* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-4
c4675b
- add license
c4675b
c4675b
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.70-3
c4675b
- rebuild against perl 5.10.1
c4675b
c4675b
* Wed Oct  7 2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-2
c4675b
- rebuild for push
c4675b
c4675b
* Tue Oct 6  2009 Marcela Mašláňová <mmaslano@redhat.com> - 0.70-1
c4675b
- new upstream version
c4675b
c4675b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c4675b
c4675b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-2
c4675b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c4675b
c4675b
* Wed Dec 10 2008 Steven Pritchard <steve@kspei.com> 0.68-1
c4675b
- Update to 0.68.
c4675b
- COMPATIBILITY went away.
c4675b
- ysh moved to YAML::Shell.
c4675b
c4675b
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.66-3
c4675b
- Rebuild for perl 5.10 (again)
c4675b
c4675b
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.66-2
c4675b
- rebuild for new perl
c4675b
c4675b
* Tue Oct 16 2007 Steven Pritchard <steve@kspei.com> 0.66-1
c4675b
- Update to 0.66.
c4675b
- Update License tag.
c4675b
c4675b
* Wed Jun 27 2007 Steven Pritchard <steve@kspei.com> 0.65-1
c4675b
- Update to 0.65.
c4675b
c4675b
* Tue Mar 13 2007 Steven Pritchard <steve@kspei.com> 0.62-3
c4675b
- Use fixperms macro instead of our own chmod incantation.
c4675b
- Drop Test::Base build dependency to avoid a BR loop (#215637).
c4675b
- BR ExtUtils::MakeMaker.
c4675b
c4675b
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.62-2
c4675b
- Fix find option order.
c4675b
c4675b
* Fri Jul 07 2006 Steven Pritchard <steve@kspei.com> 0.62-1
c4675b
- Update to 0.62.
c4675b
- Removed Test::YAML (bug #197539).
c4675b
c4675b
* Mon Jul 03 2006 Steven Pritchard <steve@kspei.com> 0.61-1
c4675b
- Update to 0.61.
c4675b
c4675b
* Sat May 20 2006 Steven Pritchard <steve@kspei.com> 0.58-3
c4675b
- Rebuild.
c4675b
c4675b
* Tue May 09 2006 Steven Pritchard <steve@kspei.com> 0.58-2
c4675b
- Drop testmore patch.
c4675b
- Catch Test::YAML module and man page in file list.
c4675b
c4675b
* Thu May 04 2006 Steven Pritchard <steve@kspei.com> 0.58-1
c4675b
- Update to 0.58.
c4675b
- Small spec cleanups.
c4675b
c4675b
* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.39-2
c4675b
- 0.39.
c4675b
c4675b
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
c4675b
- rebuilt
c4675b
c4675b
* Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
c4675b
- Avoid creation of the perllocal.pod file (make pure_install).
c4675b
c4675b
* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.4
c4675b
- Require perl(:MODULE_COMPAT_*).
c4675b
- Cosmetic tweaks (bug 1383).
c4675b
c4675b
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.3
c4675b
- Reduce directory ownership bloat.
c4675b
c4675b
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.2
c4675b
- Use INSTALLARCHLIB workaround in %%install.
c4675b
c4675b
* Wed Sep  3 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.35-0.fdr.1
c4675b
- First build.