Commit Graph

101 Commits

Author SHA1 Message Date
Jitka Plesnikova 3edd5d2b37 Perl 5.20 rebuild 2014-08-29 12:42:59 +02:00
Paul Howarth f428817612 Update to 1.218
- New upstream release 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-08-25 23:21:26 +01:00
Dennis Gilmore e4083360ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 03:39:41 -05:00
Jitka Plesnikova 36a7d7fa65 Perl 5.18 re-rebuild of bootstrapped packages 2013-08-14 18:11:33 +02:00
Dennis Gilmore 50d26d8c3f - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 19:13:23 -05:00
Petr Písař a03f9d95bc Specify all dependencies 2013-07-31 14:43:31 +02:00
Petr Písař 31d3034b52 Perl 5.18 rebuild 2013-07-26 21:21:47 +02:00
Dennis Gilmore 5cb38811f9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 08:25:31 -06:00
Paul Howarth 56ea867029 Clean up buildreqs
- 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-25 19:54:02 +01:00
Petr Písař bbaeda401e Specify all dependencies 2012-08-16 11:31:08 +02:00
Dennis Gilmore 7c6342ab7b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 13:08:30 -05:00
Petr Písař 9ba2e25ea3 Perl 5.16 re-rebuild of bootstrapped packages 2012-07-10 15:08:35 +02:00
Petr Písař 4f25d27a2c Build-require Class::Inspector for tests 2012-06-19 11:24:59 +02:00
Petr Písař bb3edfab2f Perl 5.16 rebuild 2012-06-19 10:21:29 +02:00
Dennis Gilmore 00a76ba96a - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 10:39:41 -06:00
Paul Howarth 9ba4d51171 Clean up for modern rpm
- 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-07-21 11:02:40 +01:00
Marcela Mašláňová d1e75a2edf rebuild with Perl 5.14.1
use perl_bootstrap macro
2011-06-28 13:14:01 +02:00
Paul Howarth 11437bdfa0 Update to 1.215
- General fix release 1.215:
  - 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-03-27 11:18:19 +01:00
Paul Howarth c20d59aa14 Tidy up changelog entries 2011-03-27 11:04:41 +01:00
Dennis Gilmore 854ad4dbd2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 23:24:05 -06:00
Marcela Mašláňová 83f7872546 - 661697 rebuild for fixing problems with vendorach/lib 2010-12-21 19:21:24 +01:00
Paul Howarth fcd2e65f37 Update to 1.213
- Targeted bug fix release, 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 17:02:18 +01:00
Paul Howarth cd85bb8e32 Update to 1.212
- Experimental/development support and bugfix release:
  - 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, so that alternate experimental
    tokenizers can be swapped in for testing
  - Added an extra 14_charsets.t case to validate we handle byte order marks
    properly
  - Moved author tests from t to xt to reduce spurious test failures in CPAN
    Testers, when the testing modules change across versions
  - Fixed #26082: scalar { %x } is misparsed
  - Fixed #26591: VMS patch for PPI 1.118
  - Fixed #44862: PPI cannot parse "package Foo::100;" correctly
  - Fixed #54208: PPI::Token::Quote::Literal::literal is missing due to
    case-sensitivity error
- Run release tests as well as regular test suite
- 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
  for release tests
2010-07-31 15:21:18 +01:00
Paul Howarth 54bb97dfa0 Update to 1.210
- Packaging fix release:
  - No functional changes
  - Upgrading to Module::Install 0.93
  - Added missing test_requires dependency for Class::Inspector
- Use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
2010-07-31 14:33:54 +01:00
Paul Howarth 19fa416e6b Update to 1.209
- Small optimisation release:
  - No functional changes
  - Upgrading to Module::Install 0.92
  - Moved the Test::ClassAPI test to only run during RELEASE_TESTING
    to reduce the dependency load (and occasionally Test::ClassAPI seems
    to FAIL on CPAN Testers)
2010-07-31 11:04:47 +01:00
Paul Howarth 5520345131 Update to 1.208
- This is a general bug fix and accuracy release:
  - 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 21:32:45 +01:00
Paul Howarth 29035f8742 Modernize spec and improved test coverage
- BR: perl(Task::Weaken) and perl(Test::CPAN::Meta) for improved test coverage
- Enable AUTOMATED_TESTING
- Use DESTDIR rather than PERL_INSTALL_ROOT
2010-07-30 21:24:15 +01:00
Fedora Release Engineering 08b7e72b88 dist-git conversion 2010-07-29 07:41:48 +00:00
Marcela Mašláňová d2e8f2cfbc - Mass rebuild with perl-5.12.0 2010-05-06 08:56:21 +00:00
Marcela Mašláňová b661594795 - fix filtering, provide versioned provides 2010-02-11 14:05:41 +00:00
Marcela Mašláňová d43b8ac455 - make rpmlint happy 2010-02-10 15:30:23 +00:00
Marcela Mašláňová 326ca8b462 - make rpmlint happy 2010-02-10 14:56:14 +00:00
Štěpán Kasal 192b9e850a - rebuild against perl 5.10.1 2009-12-07 07:32:26 +00:00
Bill Nottingham b78a807a95 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:31:16 +00:00
Štěpán Kasal 78277fa4c1 - new upstream version
- update build requires
2009-10-07 16:30:06 +00:00
Jesse Keating 625865af09 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 14:02:53 +00:00
Jesse Keating 6d040b80c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-27 00:08:06 +00:00
Tom Callaway 0792a18edd update to 1.203 2008-09-09 19:40:13 +00:00
Tom Callaway cd8b130018 perl 5.10.0 rebuild, second minor chain 2008-02-27 21:45:14 +00:00
Tom Callaway 84f74a4af6 rebuild for new perl 2008-01-13 16:46:32 +00:00
Tom Callaway 81b865c4f0 rebuild for new perl 2008-01-13 16:44:48 +00:00
Tom Callaway 9f410469b7 1.201 2007-12-19 18:53:25 +00:00
Tom Callaway 50ebd3043e Fix license tags. 2007-11-28 18:33:04 +00:00
Jose Pedro Oliveira 92583cf8f0 Update to 1.118. 2006-09-23 09:48:29 +00:00
Jose Pedro Oliveira 7881f8de79 Update to 1.117. 2006-09-10 18:23:51 +00:00
Ville Skyttä 740232f475 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 20:54:48 +00:00
Jose Pedro Oliveira 73d4a11157 Removed the perl(IO::Scalar) build requirement. 2006-06-04 17:43:48 +00:00
Jose Pedro Oliveira 23ede831ab Update to 1.115. 2006-06-04 17:31:33 +00:00
Jose Pedro Oliveira ddf9001c3e Update to 1.113. 2006-05-10 12:00:03 +00:00
Jose Pedro Oliveira 3dc2ba81f9 auto-import perl-PPI-1.112-1 on branch devel from perl-PPI-1.112-1.src.rpm 2006-05-02 12:38:07 +00:00