Commit Graph

65 Commits

Author SHA1 Message Date
Jitka Plesnikova
d8de180f47 Perl 5.32 re-rebuild of bootstrapped packages 2020-06-26 18:15:01 +02:00
Jitka Plesnikova
bbb3bd17c9 Increase release to favour standalone package 2020-06-22 13:40:44 +02:00
Fedora Release Engineering
d01c89e57c - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 01:23:40 +00:00
Fedora Release Engineering
8796c21ae1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 04:00:02 +00:00
Paul Howarth
74f5a8f83e Update to 4.04
- New upstream release 4.04
  - Document indent_length option (GH#48)
2019-06-29 14:04:28 +01:00
Paul Howarth
79a9f892be Update to 4.03
- New upstream release 4.03
  - (Encode::)decode json_pp input properly by default (GH#47)
2019-06-19 10:48:53 +01:00
Petr Písař
6fd9f4015d Conditionalize optional tests 2019-06-07 13:11:36 +02:00
Jitka Plesnikova
76b9751950 Perl 5.30 re-rebuild of bootstrapped packages 2019-06-02 23:02:18 +02:00
Jitka Plesnikova
f925b6ed82 Increase release to favour standalone package 2019-05-30 10:59:35 +02:00
Paul Howarth
025ea07d3a Update to 4.02
- New upstream release 4.02
  - Fix a test that breaks if perl is compiled with -Dquadmath (CPAN RT#128589)
2019-02-23 14:30:33 +00:00
Paul Howarth
cddba82e68 Update to 4.01
- New upstream release 4.01
  - Allow to pass indent_length to json_pp (GH#46)
2019-02-22 12:06:55 +00:00
Fedora Release Engineering
5c6102e7eb - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 21:37:02 +00:00
Paul Howarth
e7fed58e2a Update to 4.00
- New upstream release 4.00
  - BACKWARD INCOMPATIBILITY: As JSON::XS 4.0 changed its policy and enabled
    allow_nonref by default, JSON::PP also enabled allow_nonref by default
  - Implement allow_tags that was introduced by JSON::XS 3.0
  - Add boolean_values that was introduced by JSON::XS 4.0
  - Allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does
  - Allow PERL_JSON_PP_USE_B environmental variable to restore old number
    detection behavior for compatibility
  - Various documentation updates
- Drop provides filter, no longer needed
2018-12-07 14:39:14 +00:00
Fedora Release Engineering
0d3a85569c - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 18:03:07 +00:00
Jitka Plesnikova
6a8f12c0d6 Perl 5.28 re-rebuild of bootstrapped packages 2018-06-30 23:51:26 +02:00
Jitka Plesnikova
3db3d7e95d Increase release to favour standalone package 2018-06-27 02:17:29 +02:00
Petr Písař
99dc284aaa cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 15:06:55 +02:00
Fedora Release Engineering
02d427bafe - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 22:09:34 +00:00
Paul Howarth
29fb5438f6 Update to 2.97001
- New upstream release 2.97001
  - Tweak internal number detector always to consider a flagged value as a
    string (GH#35)
  - Clarify json_pp options (CPAN RT#123766)
2017-12-22 18:04:23 +00:00
Paul Howarth
325ce0e3a6 Update to 2.97
- New upstream release 2.97
  - Fix is_bool to use blessed() instead of ref()
  - Use 5 digit minor version number for a while to avoid confusion (GH#33)
- Stick to 2 digit minor version downstream as we already bumped epoch
2017-11-21 14:49:43 +00:00
Paul Howarth
ee3c3be537 Update to 2.96
- New upstream release 2.96
  - json_pp now prints an encoded json string (CPAN RT#123653)
  - Fix is_bool to use ->isa("JSON::PP::Boolean"), instead of
    UNIVERSAL::isa("JSON::PP::Boolean") (GH#34)
  - Avoid use of newer Test::More features (CPAN RT#122421)
2017-11-20 14:06:59 +00:00
Fedora Release Engineering
3c5cb8fa04 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 04:32:12 +00:00
Petr Písař
e2aebe4772 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 14:31:22 +02:00
Jitka Plesnikova
e4b17548d4 Perl 5.26 re-rebuild of bootstrapped packages 2017-06-07 16:24:04 +02:00
Jitka Plesnikova
737d64f5a6 Perl 5.26 rebuild 2017-06-03 10:43:26 +02:00
Paul Howarth
0e8f781327 With epoch bump we can use upstream's version number again 2017-06-02 11:36:57 +01:00
Jitka Plesnikova
a3242ec8ad Add epoch to favour standalone package 2017-06-02 12:11:58 +02:00
Paul Howarth
1e3fe253e7 Update to 2.94
- New upstream release 2.94
  - Fix a test to support perl 5.6
2017-05-29 11:27:02 +01:00
Paul Howarth
0b943e032f Update to 2.93
- New upstream release 2.93
  - Changed the number detection logic (experimental)
  - Correct 0 handling (GH#23)
  - Removed base.pm dependency (GH#5)
  - Fixed wrong character offset (CPAN RT#116998)
  - Address VAX issues (CPAN RT#118469)
  - Various documentation fixes
  - Remove . in @INC in json_pp (GH#25, CVE-2016-1238)
  - Removed $VAR1 from json_pp output (GH#11)
  - Fixed an issue to ignore trailing 0 (GH#29)
  - Added Scalar::Util dependency for Perl 5.8+ (CPAN RT#84347)
  - Fixed issues spotted by Nicolas Seriot's JSON Test Suite including
    experimental UTF-16/32 support and backward incompatible change of
    C style comment handling (now disabled by default) (GH#28)
  - Moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm and gave
    it a proper version
  - Refactored incremental parser to let it handle incomplete JSON text
    properly
  - Imported and tweaked tests from JSON.pm
  - Minor code clean up
  - Fixed not to fail tests under Perl 5.25.* (CPAN RT#119114)
  - Reworked documentation, based on the one for JSON::XS
  - Let json_pp utility show the version of JSON::PP
  - Fix loading order of B module (GH#31)
  - Fixed isa tests for bignum
- This release by ISHIGAKI → update source URL
- Use five-digit version number for rpm to maintain upgrade path
- Drop EL-5 support
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section
2017-05-17 10:29:19 +01:00
Fedora Release Engineering
9fd37210c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 03:43:08 +00:00
Jitka Plesnikova
45f4966390 Avoid loading optional modules from default . (CVE-2016-1238) 2016-08-02 17:20:06 +02:00
Jitka Plesnikova
d819dcc82b Avoid loading optional modules from default . (CVE-2016-1238) 2016-08-02 17:13:27 +02:00
Petr Písař
77a82db831 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:30:49 +02:00
Jitka Plesnikova
071d769259 Perl 5.24 re-rebuild of bootstrapped packages 2016-05-18 16:45:01 +02:00
Jitka Plesnikova
1ad3d8770f Perl 5.24 rebuild 2016-05-14 12:29:59 +02:00
Paul Howarth
aece75e9c3 Update to 2.27400
- New upstream release 2.27400
  - Applied and merged long term neglected patches and pull requests
  - Modified Makefile.PL to set UNINST=1 if needed on old perls
  - Decode decimals to Perl's internal NV type
- Simplify find command using -delete
2016-04-25 15:30:58 +01:00
Fedora Release Engineering
b74804e9bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 14:14:20 +00:00
Dennis Gilmore
4a58c3c456 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 03:56:09 +00:00
Jitka Plesnikova
43831797e4 Perl 5.22 re-rebuild of bootstrapped packages 2015-06-10 13:08:18 +02:00
Jitka Plesnikova
87dd9384c7 Increase release to favour standalone package 2015-06-04 13:36:09 +02:00
Jitka Plesnikova
d898ec6658 Perl 5.22 rebuild 2015-06-03 14:43:05 +02:00
Petr Písař
3657f6ca74 Disable non-core dependencies when bootstraping a core module 2014-12-11 15:52:58 +01:00
Paul Howarth
0f704d8e20 Update to 2.27300
- New upstream release 2.27300
  - Fixed a problem about substr in perl 5.8.6 and below
- Classify buildreqs by usage
2014-10-08 10:53:40 +01:00
Jitka Plesnikova
30f0996b84 Increase release to favour standalone package 2014-09-03 15:14:31 +02:00
Jitka Plesnikova
1778ec8f0c Perl 5.20 rebuild 2014-08-27 20:03:25 +02:00
Dennis Gilmore
4d91883f06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 00:55:54 -05:00
Paul Howarth
0b12f68add Update to 2.27203
- New upstream release 2.27203
  - Fixed return/or in _incr_parse (CPAN RT#86948)
- Specify all dependencies
2013-10-18 16:31:30 +01:00
Dennis Gilmore
0ab71d854c - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 17:22:35 -05:00
Petr Písař
760f0338ea Increase release to favour standalone package 2013-07-15 13:24:04 +02:00
Petr Písař
495a14a53f Perl 5.18 rebuild 2013-07-12 16:21:09 +02:00