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)
This commit is contained in:
parent
325ce0e3a6
commit
29fb5438f6
@ -1,7 +1,7 @@
|
||||
# Need to provide five digit version numbers until 3.x,
|
||||
# so that BR: perl(JSON::PP) >= 2.27200 etc. will still work
|
||||
%global our_version 2.97
|
||||
%global five_digit_version %(LC_ALL=C; printf '%.5f' '%{our_version}')
|
||||
%global our_version 2.97.001
|
||||
%global five_digit_version 2.97001
|
||||
|
||||
# Need to tweak provides differently if we don't have rpm ≥ 4.9
|
||||
%global rpm49 %(rpm --version | perl -p -e 's/^.* (\\d+)\\.(\\d+).*/sprintf("%d.%03d",$1,$2) ge 4.009 ? 1 : 0/e' 2>/dev/null || echo 0)
|
||||
@ -102,8 +102,14 @@ make test
|
||||
%{_mandir}/man3/JSON::PP::Boolean.3*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 22 2017 Paul Howarth <paul@city-fan.org> - 1:2.97.001-1
|
||||
- Update to 2.97001
|
||||
- Tweak internal number detector always to consider a flagged value as a
|
||||
string (GH#35)
|
||||
- Clarify json_pp options (CPAN RT#123766)
|
||||
|
||||
* Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:2.97-1
|
||||
- Update to 2.97
|
||||
- Update to 2.97000
|
||||
- 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (JSON-PP-2.97000.tar.gz) = df79d8c6f3bd08e731979f53c35f7e3e20ffe1ec9cffe6587d7c75cc4e5aabf10578ac19f0336e7f2394bff6c331adb111981f908098962a86f66ae9ccd0121a
|
||||
SHA512 (JSON-PP-2.97001.tar.gz) = bb629873346e0ec789423a2aefd08f95f7ff2e105aec065f142263d9dd08eb1d2e55384aa7ba6c4a7964cd87e803c79c4a773558c885f94fb8a06b7f89473f02
|
||||
|
Loading…
Reference in New Issue
Block a user