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