Blame SPECS/perl-YAML.spec

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