Blame SPECS/perl-YAML.spec

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