SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rh-perl526-perl-JSON-PP-2.97-3.el7.noarch.rpm :
Tue Dec 19 13:00:00 2017 Petr Pisar - 1:2.97-3
- Rebuild without bootstrap

Mon Dec 18 13:00:00 2017 Petr Pisar - 1:2.97-2
- SCL

Tue Nov 21 13:00:00 2017 Paul Howarth - 1:2.97-1
- Update to 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

Mon Nov 20 13:00:00 2017 Paul Howarth - 1:2.96-1
- Update to 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)

Thu Jul 27 14:00:00 2017 Fedora Release Engineering - 1:2.94-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Wed Jun 7 14:00:00 2017 Jitka Plesnikova - 1:2.94-3
- Perl 5.26 re-rebuild of bootstrapped packages

Sat Jun 3 14:00:00 2017 Jitka Plesnikova - 1:2.94-2
- Perl 5.26 rebuild

Mon May 29 14:00:00 2017 Paul Howarth - 2.94000-1
- Update to 2.94
- Fix a test to support perl 5.6

Wed May 17 14:00:00 2017 Paul Howarth - 2.93000-1
- Update to 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 AATTINC 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

Sat Feb 11 13:00:00 2017 Fedora Release Engineering - 2.27400-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Tue Aug 2 14:00:00 2016 Jitka Plesnikova - 2.27400-4
- Avoid loading optional modules from default . (CVE-2016-1238)

Wed May 18 14:00:00 2016 Jitka Plesnikova - 2.27400-3
- Perl 5.24 re-rebuild of bootstrapped packages

Sat May 14 14:00:00 2016 Jitka Plesnikova - 2.27400-2
- Perl 5.24 rebuild

Mon Apr 25 14:00:00 2016 Paul Howarth - 2.27400-1
- Update to 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

Thu Feb 4 13:00:00 2016 Fedora Release Engineering - 2.27300-348
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Thu Jun 18 14:00:00 2015 Fedora Release Engineering - 2.27300-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Wed Jun 10 14:00:00 2015 Jitka Plesnikova - 2.27300-346
- Perl 5.22 re-rebuild of bootstrapped packages

Thu Jun 4 14:00:00 2015 Jitka Plesnikova - 2.27300-345
- Increase release to favour standalone package

Wed Jun 3 14:00:00 2015 Jitka Plesnikova - 2.27300-3
- Perl 5.22 rebuild

Thu Dec 11 13:00:00 2014 Petr Pisar - 2.27300-2
- Disable non-core dependencies when bootstraping a core module

Wed Oct 8 14:00:00 2014 Paul Howarth - 2.27300-1
- Update to 2.27300
- Fixed a problem about substr in perl 5.8.6 and below
- Classify buildreqs by usage

Wed Sep 3 14:00:00 2014 Jitka Plesnikova - 2.27203-310
- Increase release to favour standalone package

Wed Aug 27 14:00:00 2014 Jitka Plesnikova - 2.27203-3
- Perl 5.20 rebuild

Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 2.27203-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Fri Oct 18 14:00:00 2013 Paul Howarth - 2.27203-1
- Update to 2.27203
- Fixed return/or in _incr_parse (CPAN RT#86948)
- Specify all dependencies

Sat Aug 3 14:00:00 2013 Fedora Release Engineering - 2.27202-291
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Mon Jul 15 14:00:00 2013 Petr Pisar - 2.27202-290
- Increase release to favour standalone package

Fri Jul 12 14:00:00 2013 Petr Pisar - 2.27202-2
- Perl 5.18 rebuild

Wed Mar 13 13:00:00 2013 Paul Howarth - 2.27202-1
- Update to 2.27202
- Fix test failures due to hash iterator randomization in perl 5.17.6 onwards
(CPAN RT#83421)

Thu Feb 14 13:00:00 2013 Fedora Release Engineering - 2.27200-243
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Mon Nov 19 13:00:00 2012 Petr Šabata - 2.27200-242
- Correct the URL
- Add a few missing buildtime dependencies
- Drop Getopt::Long dep; json_pp isn\'t tested

Tue Aug 28 14:00:00 2012 Paul Howarth - 2.27200-241
- BR: perl(base), perl(constant) and perl(lib)
- Install to vendor directories
- Drop %defattr, redundant since rpm 4.4
- Don\'t need to remove empty directories from the buildroot

Fri Aug 17 14:00:00 2012 Petr Pisar - 2.27200-240
- Increase release to replace perl sub-package (bug #848961)

Fri Jul 20 14:00:00 2012 Fedora Release Engineering - 2.27200-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Wed Jun 6 14:00:00 2012 Petr Pisar - 2.27200-5
- Perl 5.16 rebuild

Fri Jun 1 14:00:00 2012 Petr Pisar - 2.27200-4
- Depend of Data::Dumper

Thu Jan 12 13:00:00 2012 Paul Howarth - 2.27200-3
- Add buildreqs for perl core modules, which might be dual-lived

Sun Jun 19 14:00:00 2011 Marcela Mašláňová - 2.27200-2
- Perl mass rebuild

Sun May 22 14:00:00 2011 Paul Howarth - 2.27200-1
- Update to 2.27200
- Fixed incr_parse decoding string more correctly (CPAN RT#68032)

Tue Mar 8 13:00:00 2011 Paul Howarth - 2.27105-1
- Update to 2.27105
- Removed t/900_pod.t from package because of author test
- Drop buildreq perl(Test::Pod), no longer needed

Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 2.27104-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Thu Jan 27 13:00:00 2011 Paul Howarth - 2.27104-3
- Conflict with perl-JSON < 2.50 (#672764)

Wed Jan 26 13:00:00 2011 Paul Howarth - 2.27104-2
- Sanitize for Fedora submission

Tue Jan 25 13:00:00 2011 Paul Howarth - 2.27104-1
- Initial RPM version


 
ICM