2012-08-16 09:31:08 +00:00
|
|
|
# PPI::XSAccessor is experimental
|
2017-05-16 10:25:08 +00:00
|
|
|
%if 0%{?rhel:1}
|
2012-08-16 09:31:08 +00:00
|
|
|
%bcond_with XSAccessor
|
|
|
|
%else
|
|
|
|
%bcond_without XSAccessor
|
|
|
|
%endif
|
|
|
|
|
2006-05-02 12:38:07 +00:00
|
|
|
Name: perl-PPI
|
2019-04-28 16:35:50 +00:00
|
|
|
Version: 1.262
|
2019-04-26 11:21:17 +00:00
|
|
|
Release: 1%{?dist}
|
2006-05-02 12:38:07 +00:00
|
|
|
Summary: Parse, Analyze and Manipulate Perl
|
2007-11-28 18:33:04 +00:00
|
|
|
License: GPL+ or Artistic
|
2018-06-04 12:54:31 +00:00
|
|
|
URL: https://metacpan.org/release/PPI
|
2019-04-26 11:21:17 +00:00
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/PPI/PPI-%{version}.tar.gz
|
2006-05-02 12:38:07 +00:00
|
|
|
BuildArch: noarch
|
2012-08-25 18:54:02 +00:00
|
|
|
# =============== Module Build ======================
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: make
|
2016-06-24 08:31:28 +00:00
|
|
|
BuildRequires: perl-generators
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) > 6.75
|
2012-08-25 18:54:02 +00:00
|
|
|
BuildRequires: perl(Task::Weaken)
|
2014-11-12 15:33:02 +00:00
|
|
|
BuildRequires: perl(warnings)
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: sed
|
2012-08-25 18:54:02 +00:00
|
|
|
# =============== Module Runtime ====================
|
2012-08-16 09:31:08 +00:00
|
|
|
BuildRequires: perl(Carp)
|
2009-10-07 16:30:06 +00:00
|
|
|
BuildRequires: perl(Clone) >= 0.30
|
2012-08-16 09:31:08 +00:00
|
|
|
BuildRequires: perl(constant)
|
2011-07-21 10:02:40 +00:00
|
|
|
BuildRequires: perl(Digest::MD5) >= 2.35
|
2012-08-16 09:31:08 +00:00
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(File::Path)
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(File::Spec)
|
2006-06-04 17:31:33 +00:00
|
|
|
BuildRequires: perl(IO::String) >= 1.07
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(List::Util) >= 1.33
|
2013-07-31 12:43:31 +00:00
|
|
|
BuildRequires: perl(overload)
|
2009-10-07 16:30:06 +00:00
|
|
|
BuildRequires: perl(Params::Util) >= 1.00
|
2012-08-16 09:31:08 +00:00
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Storable) >= 2.17
|
2013-07-31 12:43:31 +00:00
|
|
|
BuildRequires: perl(strict)
|
2012-08-25 18:54:02 +00:00
|
|
|
# =============== Test Suite ========================
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(B)
|
2012-08-25 18:54:02 +00:00
|
|
|
BuildRequires: perl(Class::Inspector) >= 1.22
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
BuildRequires: perl(Encode)
|
2013-07-31 12:43:31 +00:00
|
|
|
BuildRequires: perl(File::Copy)
|
2012-08-25 18:54:02 +00:00
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Spec::Unix)
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(File::Temp)
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(if)
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(lib)
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(Test::Deep)
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2019-04-28 16:35:50 +00:00
|
|
|
BuildRequires: perl(Test::NoWarnings)
|
2010-07-31 14:21:18 +00:00
|
|
|
BuildRequires: perl(Test::Object) >= 0.07
|
2009-10-07 16:30:06 +00:00
|
|
|
BuildRequires: perl(Test::SubCalls) >= 1.07
|
2019-04-26 11:21:17 +00:00
|
|
|
BuildRequires: perl(Test::Warnings)
|
2012-08-25 18:54:02 +00:00
|
|
|
BuildRequires: perl(Time::HiRes)
|
2013-07-31 12:43:31 +00:00
|
|
|
BuildRequires: perl(utf8)
|
2012-08-25 18:54:02 +00:00
|
|
|
# =============== Module Runtime ====================
|
2011-07-21 10:02:40 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2012-08-16 09:31:08 +00:00
|
|
|
%if %{with XSAccessor}
|
2017-05-16 10:25:08 +00:00
|
|
|
BuildRequires: perl(Class::XSAccessor)
|
2012-08-16 09:31:08 +00:00
|
|
|
%endif
|
|
|
|
# Run-require Task::Weaken, see Changes for more details.
|
|
|
|
Requires: perl(Task::Weaken)
|
2011-07-21 10:02:40 +00:00
|
|
|
|
|
|
|
# Filter out redundant unversioned provides
|
|
|
|
%global __provides_exclude ^perl\\(PPI::.+\\)$
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%description
|
2011-03-27 10:17:10 +00:00
|
|
|
Parse, analyze and manipulate Perl (without perl).
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n PPI-%{version}
|
2011-07-21 10:02:40 +00:00
|
|
|
|
2012-08-16 09:31:08 +00:00
|
|
|
%if %{without XSAccessor}
|
|
|
|
rm lib/PPI/XSAccessor.pm
|
|
|
|
sed -i '/^lib\/PPI\/XSAccessor\.pm$/d' MANIFEST
|
|
|
|
%endif
|
2010-07-30 20:23:09 +00:00
|
|
|
|
2006-05-02 12:38:07 +00:00
|
|
|
%build
|
2017-05-16 10:25:08 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
2019-04-26 11:21:17 +00:00
|
|
|
%{make_build}
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%install
|
2019-04-26 11:21:17 +00:00
|
|
|
%{make_install}
|
2017-05-16 10:25:08 +00:00
|
|
|
%{_fixperms} -c %{buildroot}
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%check
|
2010-07-31 14:21:18 +00:00
|
|
|
make test
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%files
|
2014-08-25 22:21:26 +00:00
|
|
|
%license LICENSE
|
2019-04-26 11:21:17 +00:00
|
|
|
%doc Changes README
|
2010-07-30 20:23:09 +00:00
|
|
|
%{perl_vendorlib}/PPI/
|
|
|
|
%{perl_vendorlib}/PPI.pm
|
2017-05-16 10:25:08 +00:00
|
|
|
%{_mandir}/man3/PPI*.3*
|
2006-05-02 12:38:07 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-04-28 16:35:50 +00:00
|
|
|
* Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 1.262-1
|
|
|
|
- Update to 1.262
|
|
|
|
- Add support for the double diamond (<<>>) input operator
|
|
|
|
- Adjust position of a todo marker to not catch a passing test
|
|
|
|
- Recognize `for (;<$foo>;) {}` as containing a readline operator
|
|
|
|
- Remove accidentally included use of Test::InDistDir
|
|
|
|
- Allow all PPI::Document instances to have a filename attribute
|
|
|
|
- Allow underscores in vstrings
|
|
|
|
- Convert newlines in some raw test files from win32 to unix
|
|
|
|
|
2019-04-26 11:21:17 +00:00
|
|
|
* Fri Apr 26 2019 Paul Howarth <paul@city-fan.org> - 1.250-1
|
|
|
|
- Update to 1.250
|
|
|
|
- Support postfix dereference
|
|
|
|
- Add support for lexical subroutines from perl-5.26
|
|
|
|
- Support key-value and index-value slices in PPI::Token::Symbol symbol
|
|
|
|
method
|
|
|
|
- Support indented here-docs
|
|
|
|
- Parse list-embedded curlies as hash constructors
|
|
|
|
- Keep exponents of 2 or more zeroes from trapping PPI in an endless loop
|
|
|
|
- Remove dependencies on vars, base and List::MoreUtils
|
|
|
|
- Remove dependency on File::Remove
|
|
|
|
- Reduce globals and cross-package variables
|
|
|
|
- Move to Dist::Zilla
|
|
|
|
- Add some tests including a TODO test for misparse bug on '(1)-1'
|
|
|
|
- Allow tests to run without pre-determined module versions
|
|
|
|
- Make xt/api.t skip/run properly
|
|
|
|
- Fix some typos and formatting in Changes
|
|
|
|
- Add travis-perl helper to be run before install
|
|
|
|
- Update versions of Perl Travis tests on
|
|
|
|
- Modernize spec using %%{make_build} and %%{make_install}
|
|
|
|
- Don't try to run the release tests in the package build
|
|
|
|
|
2019-02-01 23:18:18 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.236-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 19:12:26 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.236-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-01 06:47:24 +00:00
|
|
|
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.236-5
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
2018-06-29 04:51:27 +00:00
|
|
|
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.236-4
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-08 23:53:01 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.236-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 05:35:58 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.236-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-22 19:18:05 +00:00
|
|
|
* Thu Jun 22 2017 Paul Howarth <paul@city-fan.org> - 1.236-1
|
|
|
|
- Update to 1.236
|
|
|
|
- Prevent Node->child from proceeding without a valid argument
|
|
|
|
- Make test pragma warning code enable -w to match warnings policy
|
|
|
|
|
2017-06-21 13:34:49 +00:00
|
|
|
* Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1.234-1
|
|
|
|
- Update to 1.234
|
|
|
|
- Prevent sub names like v10 from being version strings (GH#65)
|
|
|
|
- Add Changes entries forgotten in 1.230
|
|
|
|
- Remove temporary fix introduced in 1.226
|
|
|
|
- Prevent possible regex on undefined scalar in
|
|
|
|
__current_token_is_forced_word
|
|
|
|
|
2017-06-21 10:28:03 +00:00
|
|
|
* Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1.228-1
|
|
|
|
- Update to 1.228
|
|
|
|
- Fix test reliance on '.' in @INC
|
|
|
|
- Temporary fix to keep an untested combination from blocking Perl::Critic
|
|
|
|
- Keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
|
|
|
|
- Fix upstream's temporary fix (GH#206, GH#212)
|
|
|
|
|
2017-06-07 13:43:14 +00:00
|
|
|
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.224-3
|
|
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
|
2017-06-05 14:26:26 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.224-2
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-05-16 10:25:08 +00:00
|
|
|
* Tue May 16 2017 Paul Howarth <paul@city-fan.org> - 1.224-1
|
|
|
|
- Update to 1.224
|
|
|
|
- Unit tests for many parts, both passing and TODO
|
|
|
|
- Many documentation fixes
|
|
|
|
- Add ->version method to PPI::Statement::Package
|
|
|
|
- Remove unused PPI::Document->new timeout feature
|
|
|
|
- Do not expect '.' in @INC
|
|
|
|
- Many parsing fixes
|
|
|
|
- Various fixes to the behaviors of methods
|
|
|
|
- Removal of problematic dependencies
|
|
|
|
- Simplify find command using -delete
|
|
|
|
- Drop support for EL6/EL7 as they don't have List::Util ≥ 1.33
|
|
|
|
|
2017-02-11 04:43:32 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.220-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-18 16:07:57 +00:00
|
|
|
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.220-7
|
|
|
|
- Perl 5.24 re-rebuild of bootstrapped packages
|
|
|
|
|
2016-05-16 01:02:29 +00:00
|
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.220-6
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 15:14:37 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.220-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 05:18:38 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.220-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-10 13:28:12 +00:00
|
|
|
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.220-3
|
|
|
|
- Perl 5.22 re-rebuild of bootstrapped packages
|
|
|
|
|
2015-06-06 09:26:32 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.220-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-11-12 15:33:02 +00:00
|
|
|
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 1.220-1
|
|
|
|
- Update to 1.220
|
|
|
|
- Incompatible behavior fixes on PPI::Statement::Sub->prototype
|
|
|
|
- Improved parsing of various syntax elements
|
|
|
|
- Code quality improvements
|
|
|
|
- Various small documentation fixes
|
|
|
|
- BR: perl(IO::All) and perl(Capture::Tiny) to quieten warnings for author
|
|
|
|
code during module build
|
|
|
|
- Fix line endings of new README.md file
|
|
|
|
|
2014-09-08 20:24:16 +00:00
|
|
|
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.218-3
|
|
|
|
- Perl 5.20 re-rebuild of bootstrapped packages
|
|
|
|
|
2014-08-29 10:42:59 +00:00
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.218-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-08-25 22:21:26 +00:00
|
|
|
* Mon Aug 25 2014 Paul Howarth <paul@city-fan.org> - 1.218-1
|
|
|
|
- Update to 1.218
|
|
|
|
- Fixes for various parsing and documentation bugs
|
|
|
|
- 1MB limit on input document size removed
|
|
|
|
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
|
|
|
|
- This release by MITHALDU → update source URL
|
|
|
|
- Use %%license where possible
|
|
|
|
|
2014-06-07 08:39:41 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-14 16:11:33 +00:00
|
|
|
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.215-14
|
|
|
|
- Perl 5.18 re-rebuild of bootstrapped packages
|
|
|
|
|
2013-08-04 00:13:23 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-31 12:43:31 +00:00
|
|
|
* Wed Jul 31 2013 Petr Pisar <ppisar@redhat.com> - 1.215-12
|
|
|
|
- Specify all dependencies
|
|
|
|
|
2013-07-26 19:21:47 +00:00
|
|
|
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 1.215-11
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 14:25:31 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-08-25 18:54:02 +00:00
|
|
|
* Sat Aug 25 2012 Paul Howarth <paul@city-fan.org> - 1.215-9
|
|
|
|
- classify buildreqs by usage
|
|
|
|
- BR: perl(Time::HiRes) for the test suite
|
|
|
|
- BR: perl(Pod::Simple) ≥ 3.14 for the release tests
|
|
|
|
- BR: at least version 0.17 of perl(Test::CPAN::Meta)
|
|
|
|
- bump perl(Test::Pod) version requirement to 1.44
|
|
|
|
- don't need to remove empty directories from the buildroot
|
|
|
|
|
2012-08-16 09:31:08 +00:00
|
|
|
* Thu Aug 16 2012 Petr Pisar <ppisar@redhat.com> - 1.215-8
|
2012-08-25 18:54:02 +00:00
|
|
|
- specify all dependencies
|
2012-08-16 09:31:08 +00:00
|
|
|
|
2012-07-20 18:08:30 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-7
|
2012-08-25 18:54:02 +00:00
|
|
|
- rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
2012-07-20 18:08:30 +00:00
|
|
|
|
2012-07-10 13:08:35 +00:00
|
|
|
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.215-6
|
2012-08-25 18:54:02 +00:00
|
|
|
- perl 5.16 re-rebuild of bootstrapped packages
|
2012-07-10 13:08:35 +00:00
|
|
|
|
2012-06-19 08:21:29 +00:00
|
|
|
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 1.215-5
|
2012-08-25 18:54:02 +00:00
|
|
|
- perl 5.16 rebuild
|
|
|
|
- build-require Class::Inspector for tests
|
2012-06-19 08:21:29 +00:00
|
|
|
|
2012-01-13 16:39:41 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.215-4
|
2012-08-25 18:54:02 +00:00
|
|
|
- rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
2012-01-13 16:39:41 +00:00
|
|
|
|
2011-07-21 10:02:40 +00:00
|
|
|
* Thu Jul 21 2011 Paul Howarth <paul@city-fan.org> - 1.215-3
|
|
|
|
- always run test suite but don't run release tests when bootstrapping
|
|
|
|
- nobody else likes macros for commands
|
|
|
|
- clean up for modern rpm:
|
|
|
|
- drop explicit buildroot tag
|
|
|
|
- drop buildroot cleaning
|
|
|
|
- drop %%defattr
|
|
|
|
- use native provides filtering
|
|
|
|
- use a patch rather than scripting iconv to fix character encoding
|
|
|
|
- upstream file permissions no longer need fixing
|
|
|
|
|
2011-06-28 11:14:01 +00:00
|
|
|
* Tue Jun 28 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.215-2
|
|
|
|
- rebuild with Perl 5.14.1
|
|
|
|
- use perl_bootstrap macro
|
|
|
|
|
2011-03-27 10:17:10 +00:00
|
|
|
* Sun Mar 27 2011 Paul Howarth <paul@city-fan.org> - 1.215-1
|
|
|
|
- update to 1.215 (general fix release):
|
|
|
|
- index_locations on an empty document no longer warns
|
|
|
|
- Corrected a bug in line-spanning attribute support
|
|
|
|
- Regression test for line-spanning attribute support
|
|
|
|
- return { foo => 1 } should parse curlys as hash constructor, not block
|
|
|
|
(CPAN RT#61305)
|
|
|
|
- Fixed bug with map and regexp confusing PPI (CPAN RT#63943)
|
|
|
|
- Updated copyright year to 2011
|
|
|
|
- Fix bless {} probably contains a hash constructor (CPAN RT#64247)
|
|
|
|
- Backed out glob fix
|
|
|
|
- Fix cast can trump braces in PPI::Token::Symbol->symbol (CPAN RT#65199)
|
|
|
|
|
2011-02-09 05:24:05 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.213-3
|
2011-03-27 10:04:41 +00:00
|
|
|
- rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
2011-02-09 05:24:05 +00:00
|
|
|
|
2010-12-21 18:21:24 +00:00
|
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.213-2
|
2011-03-27 10:04:41 +00:00
|
|
|
- rebuild to fix problems with vendorarch/lib (#661697)
|
2010-12-21 18:21:24 +00:00
|
|
|
|
2010-07-31 16:02:18 +00:00
|
|
|
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.213-1
|
|
|
|
- update to 1.213 (targeted bug fix, no changes to parsing or normal usage)
|
|
|
|
- Updated to Module::Install 1.00
|
|
|
|
- Updated module dependencies in xt author tests
|
|
|
|
- Fixed extremely broken PPI::Token::Pod::merge and added test case
|
|
|
|
- bump perl(Perl::MinimumVersion) requirement to 1.25
|
|
|
|
- bump perl(Test::CPAN::Meta) requirement to 0.17
|
|
|
|
- bump perl(Test::Pod) requirement to 1.44
|
|
|
|
|
2010-07-31 14:21:18 +00:00
|
|
|
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.212-1
|
|
|
|
- update to 1.212 (experimental/development support and bugfixes)
|
|
|
|
- Fixed bug in ForLoop back-compatibility warning (CPAN RT#48819)
|
|
|
|
- Added support for $ENV{X_TOKENIZER} --> $PPI::Lexer::X_TOKENIZER
|
|
|
|
- Upgraded to Module::Install 0.93
|
|
|
|
- Added support for $PPI::Lexer::X_TOKENIZER, for alternate tokenizers
|
|
|
|
- Added an extra test case to validate we handle byte order marks properly
|
|
|
|
- Moved author tests from t to xt
|
|
|
|
- Fixed CPAN RT#26082: scalar { %%x } is misparsed
|
|
|
|
- Fixed CPAN RT#26591: VMS patch for PPI 1.118
|
|
|
|
- Fixed CPAN RT#44862: PPI cannot parse "package Foo::100;" correctly
|
|
|
|
- Fixed CPAN RT#54208: PPI::Token::Quote::Literal::literal missing
|
|
|
|
- run release tests as well as regular test suite
|
2017-06-21 10:28:03 +00:00
|
|
|
- BR: perl(File::Find::Rule) >= 0.32, perl(File::Find::Rule::Perl) >= 1.09,
|
|
|
|
perl(Perl::MinimumVersion) >= 1.24 and perl(Test::MinimumVersion) >= 0.101080
|
2010-07-31 14:21:18 +00:00
|
|
|
for release tests
|
|
|
|
|
2010-07-31 13:31:16 +00:00
|
|
|
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.210-1
|
|
|
|
- update to 1.210 (packaging fixes)
|
|
|
|
- use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
|
|
|
|
|
2010-07-31 10:03:08 +00:00
|
|
|
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.209-1
|
|
|
|
- update to 1.209 (small optimisation release, no functional changes)
|
|
|
|
|
2010-07-30 20:32:45 +00:00
|
|
|
* Fri Jul 30 2010 Paul Howarth <paul@city-fan.org> - 1.208-1
|
|
|
|
- update to 1.208
|
|
|
|
- don't assign '' to $^W, it generates a warning on Gentoo
|
|
|
|
- added missing PPI::Token::Regexp fix to Changes file
|
|
|
|
- updating Copyright to the new year
|
|
|
|
- fixed #50309: literal() wrong result on "qw (a b c)"
|
|
|
|
- PPI::Dumper no longer causes Elements to flush location data
|
|
|
|
- PPI::Dumper no longer disables location information for non-Documents
|
|
|
|
- +{ package => 1 } doesn't create a PPI::Statement::Package
|
|
|
|
- extra methods in PPI::Token::Regexp and PPI::Token::QuoteLike::Regexp
|
|
|
|
- use %%{_fixperms} macro instead of our own chmod incantation
|
|
|
|
|
2010-07-30 20:23:09 +00:00
|
|
|
* Fri Jul 30 2010 Paul Howarth <paul@city-fan.org> - 1.206-6
|
|
|
|
- BR: perl(Task::Weaken) and perl(Test::CPAN::Meta) for improved test coverage
|
|
|
|
- enable AUTOMATED_TESTING
|
|
|
|
- use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
|
|
2010-05-06 08:56:21 +00:00
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.206-5
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-02-11 14:05:41 +00:00
|
|
|
* Thu Feb 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.206-4
|
|
|
|
- fix filtering, provide versioned provides
|
|
|
|
|
2010-02-10 14:56:14 +00:00
|
|
|
* Wed Feb 10 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.206-3
|
|
|
|
- make rpmlint happy
|
|
|
|
|
2009-12-07 07:32:26 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.206-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-10-07 16:30:06 +00:00
|
|
|
* Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 1.206-1
|
|
|
|
- new upstream version
|
|
|
|
- update build requires
|
|
|
|
|
2009-07-26 14:02:53 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.203-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 00:08:06 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.203-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-09-09 19:40:13 +00:00
|
|
|
* Tue Sep 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.203-1
|
|
|
|
- update to 1.203
|
|
|
|
|
2008-02-27 21:45:14 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-3
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-13 16:46:32 +00:00
|
|
|
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-2
|
2008-01-13 16:44:48 +00:00
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-12-19 18:53:25 +00:00
|
|
|
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-1
|
|
|
|
- bump to 1.201
|
|
|
|
|
2006-09-23 09:48:29 +00:00
|
|
|
* Sat Sep 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.118-1
|
|
|
|
- Update to 1.118.
|
|
|
|
|
2006-09-10 18:23:51 +00:00
|
|
|
* Wed Sep 6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.117-1
|
|
|
|
- Update to 1.117.
|
|
|
|
|
2006-06-04 17:43:48 +00:00
|
|
|
* Sun Jun 4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.115-2
|
|
|
|
- Removed the perl(IO::Scalar) build requirement.
|
|
|
|
|
2006-06-04 17:31:33 +00:00
|
|
|
* Sun Jun 4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.115-1
|
|
|
|
- Update to 1.115.
|
|
|
|
|
2006-05-10 12:00:03 +00:00
|
|
|
* Wed May 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.113-1
|
|
|
|
- Update to 1.113.
|
|
|
|
|
2006-05-02 12:38:07 +00:00
|
|
|
* Tue Apr 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.112-1
|
|
|
|
- Update to 1.112.
|
|
|
|
|
|
|
|
* Sat Apr 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.111-1
|
|
|
|
- First build.
|