public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Number-Format] rawhide: Update to 1.79
@ 2026-09-17 11:45 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-17 11:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Number-Format
Branch : rawhide
Commit : 064e6393e638cba35562633ee55a758f5043530c
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-17T12:43:18+01:00
Stats : +17/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Number-Format/c/064e6393e638cba35562633ee55a758f5043530c?branch=rawhide
Log:
Update to 1.79
- New upstream release 1.79
- Document that format_bytes inherits the object's format_number settings,
including decimal_fill for trailing zeroes (CPAN RT#125400)
- Document that format_price follows the locale's monetary sign rules and
does not consult NEG_FORMAT (CPAN RT#124862)
- Documentation no longer claims that assigning to the exported :vars
variables affects the functional interface; that has been broken since
v1.60 in 2008 (CPAN RT#73717)
- format_number keeps the sign on tiny negative numbers that fall back to
scientific notation (CPAN RT#77643)
- format_picture no longer warns about an uninitialized value when neg_format
has no prefix, like "x" (CPAN RT#148306)
---
diff --git a/.gitignore b/.gitignore
index 4c76d00..8079e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/Number-Format-1.75.tar.gz
/Number-Format-1.76.tar.gz
/Number-Format-1.78.tar.gz
+/Number-Format-1.79.tar.gz
diff --git a/perl-Number-Format.spec b/perl-Number-Format.spec
index 88791f4..b8183b7 100644
--- a/perl-Number-Format.spec
+++ b/perl-Number-Format.spec
@@ -1,5 +1,5 @@
Name: perl-Number-Format
-Version: 1.78
+Version: 1.79
Release: 1%{?dist}
Summary: Perl extension for formatting numbers
License: GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -50,6 +50,20 @@ make test
%{_mandir}/man3/Number::Format.3*
%changelog
+* Thu Sep 17 2026 Paul Howarth <paul@city-fan.org> - 1.79-1
+- Update to 1.79
+ - Document that format_bytes inherits the object's format_number settings,
+ including decimal_fill for trailing zeroes (CPAN RT#125400)
+ - Document that format_price follows the locale's monetary sign rules and
+ does not consult NEG_FORMAT (CPAN RT#124862)
+ - Documentation no longer claims that assigning to the exported :vars
+ variables affects the functional interface; that has been broken since
+ v1.60 in 2008 (CPAN RT#73717)
+ - format_number keeps the sign on tiny negative numbers that fall back to
+ scientific notation (CPAN RT#77643)
+ - format_picture no longer warns about an uninitialized value when neg_format
+ has no prefix, like "x" (CPAN RT#148306)
+
* Tue Sep 15 2026 Paul Howarth <paul@city-fan.org> - 1.78-1
- Update to 1.78 (rhbz#2533614)
- Added support for terabytes; this feature was intentionally omitted for a
diff --git a/sources b/sources
index ea3ff85..1b5a8dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Number-Format-1.78.tar.gz) = 1c177b1237f6dac9df9e3885ee48cb34c4a41a2e6b9e1cdfc374712f3669c0a79570ec3836bc34caa3cb0a78c46188dd93fa87a9089a21e8649ada7fe955cfc9
+SHA512 (Number-Format-1.79.tar.gz) = b43cb004b22f6bc958bcaaf22340096bcb08d24dcd7c15e1ab724e859e3c56a83c12058d018f05dd39ac5ee332941b4ec344e44a75d59555f6323481eaa4bcc6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 11:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 11:45 [rpms/perl-Number-Format] rawhide: Update to 1.79 Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox