ID | 119132 |
Package Name | perl-Cpanel-JSON-XS |
Version | 4.12 |
Release | 2.fc31 |
Epoch | |
Source | git+https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS.git#6066de0092c9242a8ea4409bda84226054ada84c |
Summary |
Description |
Built by | davidlt |
State |
complete
|
Volume |
DEFAULT |
Started | Sat, 03 Aug 2019 22:26:34 UTC |
Completed | Sat, 03 Aug 2019 23:18:07 UTC |
Task | build (f31-candidate, /rpms/perl-Cpanel-JSON-XS.git:6066de0092c9242a8ea4409bda84226054ada84c) |
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS.git#6066de0092c9242a8ea4409bda84226054ada84c'}} |
Tags |
|
RPMs |
src | |
|
perl-Cpanel-JSON-XS-4.12-2.fc31.src.rpm (info) (download) |
riscv64 |
|
perl-Cpanel-JSON-XS-4.12-2.fc31.riscv64.rpm (info) (download)
|
|
perl-Cpanel-JSON-XS-debuginfo-4.12-2.fc31.riscv64.rpm (info) (download)
|
|
perl-Cpanel-JSON-XS-debugsource-4.12-2.fc31.riscv64.rpm (info) (download)
|
|
Logs |
|
Changelog |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jun 11 2019 Paul Howarth <paul@city-fan.org> - 4.12-1
- Update to 4.12
- Make encoder independent of Math::BigInt version (GH#140)
- Rethrow error from eval_sv and eval_pv() (GH#138, GH#139), e.g. when
Math::BigInt/BigFloat fails
- Fix encoding Inf and NaN from PV and NV slots to JSON_TYPE_INT (GH#137)
- Fix memory corruption in sv_to_ivuv() function (GH#136)
- Add new method ->require_types (GH#135)
- Fix typed json encoder conversion from scalar's PV and NV slot to
JSON_TYPE_INT (GH#133, GH#134)
- Fix inconsistency with warnings in typed json encoder (GH#131)
- Fix Perl 5.8.0 support (GH#130)
- Fixed minor pod typo (GH#129)
- Document invalid recursive callbacks or overloads (GH#128)
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.11-3
- Perl 5.30 re-rebuild of bootstrapped packages
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.11-2
- Perl 5.30 rebuild
* Wed Mar 27 2019 Paul Howarth <paul@city-fan.org> - 4.11-1
- Update to 4.11
- Fix unicode strings with BOM corrupt ->utf8 state (GH#125); the BOM
encoding affects only its very own decode call, not its object
* Mon Mar 18 2019 Paul Howarth <paul@city-fan.org> - 4.10-1
- Update to 4.10
- Fix incr_text refcounts (GH#123)
- Add incr_reset testcase (GH#123)
- Fix encode_stringify string-overload refcnt problem (GH#124)
- "Attempt to free unreferenced scalar" with convert_blessed and overload
* Fri Feb 15 2019 Paul Howarth <paul@city-fan.org> - 4.09-1
- Update to 4.09
- Add separate allow_dupkeys property, in relaxed (GH#122)
- Fixed allow_dupkeys for the XS slow path
- Silence 2 -Wunused-value warnings
- Fix ->unblessed_bool to produce modifiable perl structures (GH#121)
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Nov 28 2018 Paul Howarth <paul@city-fan.org> - 4.08-1
- Update to 4.08
- Add unblessed_bool property (GH#118)
* Mon Nov 05 2018 Paul Howarth <paul@city-fan.org> - 4.07-1
- Update to 4.07
- Silence Gconvert -Wunused-result
* Thu Aug 23 2018 Paul Howarth <paul@city-fan.org> - 4.06-1
- Update to 4.06
- Fix overloaded eq/ne comparisons (GH#116, GH#117): detect strings, protect
from endless recursion; false is now ne "True"; clarify eq/ne rules in the
docs
* Mon Aug 20 2018 Paul Howarth <paul@city-fan.org> - 4.05-1
- Update to 4.05
- Set decoded type (GH#115)
- Add json_type_weaken (GH#114)
- Fix tests for 5.6
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.04-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.04-3
- Perl 5.28 re-rebuild of bootstrapped packages
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 4.04-2
- Perl 5.28 rebuild
* Sat Jun 23 2018 Paul Howarth <paul@city-fan.org> - 4.04-1
- Update to 4.04
- Fix bignum NaN/inf handling (GH#78)
- Move author tests to xt/ as suggested in GH#106, added a make xtest target
(fixes a test fail with ASAN)
* Thu Jun 21 2018 Paul Howarth <paul@city-fan.org> - 4.03-1
- Update to 4.03
- Add sereal cpanel_json_xs type (GH#110)
- Fix bencode/bdecode methods in cpanel_json_xs (GH#111)
- Overload ne operator for JSON::PP::Boolean (GH#107)
- Add a missing semicolon to a documentation example (GH#104)
- Switch upstream from search.cpan.org to metacpan.org
- Add suggestions for Sereal::Decoder and Sereal::Encoder
- Switch suggestion of Convert::Bencode to Bencode
- Work around failing t/z_meta.t
* Thu Mar 01 2018 Florian Weimer <fweimer@redhat.com> - 4.02-2
- Rebuild with new redhat-rpm-config/perl build flags
* Tue Feb 27 2018 Paul Howarth <paul@city-fan.org> - 4.02-1
- Update to 4.02
- Add encoder indent_length method, previously hard-coded to 3 (GH#103)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.01-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Feb 03 2018 Paul Howarth <paul@city-fan.org> - 4.01-1
- Update to 4.01
- Fix locale crash with threaded perls < 5.22 and glibc (GH#101)
* Fri Feb 02 2018 Paul Howarth <paul@city-fan.org> - 4.00-1
- Update to 4.00
- Simplify allow_singlequote check (coverity cid#165321)
- Deprecate UTF-16 or UTF-32 BOM's: RFC 8259
- Added Cpanel::JSON::XS::Type as 2nd optional encode argument (GH#94)
- Removed calling get magic hooks twice in encode
- Avoid setlocale race in threads with non-C locales, where the threads
differ in the LC_NUMERIC locale (GH#99)
- Fix uselocale() code
- Probe for uselocale and xlocale.h with <5.22 threaded
* Tue Aug 29 2017 Paul Howarth <paul@city-fan.org> - 3.0239-1
- Update to 3.0239
- Make printing of numbers on perls earlier than 5.22 locale-insensitive, to
produce a dot as decimal separator (#96)
- Fix compilation under Windows (#98)
|