public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Number-Format] rawhide: Update to 1.79
Date: Thu, 17 Sep 2026 11:45:30 GMT [thread overview]
Message-ID: <178964553085.1.12583257167970937875.rpms-perl-Number-Format-064e6393e638@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-17 11:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178964553085.1.12583257167970937875.rpms-perl-Number-Format-064e6393e638@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox