public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Number-Format] rawhide: Update to 1.78 (rhbz#2533614)
@ 2026-09-15 14:03 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-15 14:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Number-Format
Branch : rawhide
Commit : 86056dc9b32b01f55965d8ef761a808958dff94e
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-15T14:58:27+01:00
Stats : +17/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Number-Format/c/86056dc9b32b01f55965d8ef761a808958dff94e?branch=rawhide
Log:
Update to 1.78 (rhbz#2533614)
- New upstream release 1.78
- Added support for terabytes; this feature was intentionally omitted for a
long time for support of 32-bit perls
- Converted to Dist::Zilla for future maintenance
- Package LICENSE file
---
diff --git a/.gitignore b/.gitignore
index 422626d..4c76d00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/Number-Format-1.73.tar.gz
/Number-Format-1.75.tar.gz
/Number-Format-1.76.tar.gz
+/Number-Format-1.78.tar.gz
diff --git a/perl-Number-Format.spec b/perl-Number-Format.spec
index db6bf95..88791f4 100644
--- a/perl-Number-Format.spec
+++ b/perl-Number-Format.spec
@@ -1,6 +1,6 @@
Name: perl-Number-Format
-Version: 1.76
-Release: 9%{?dist}
+Version: 1.78
+Release: 1%{?dist}
Summary: Perl extension for formatting numbers
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Number-Format
@@ -11,7 +11,8 @@ BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(:VERSION) >= 5.12
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Runtime
@@ -21,7 +22,8 @@ BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(POSIX)
# Tests only
-BuildRequires: perl(Test::More)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::More) >= 0.96
%description
This module provides an easy means of formatting numbers in a manner
@@ -42,11 +44,19 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make test
%files
-%doc CHANGES README TODO
+%license LICENSE
+%doc Changes README TODO
%{perl_vendorlib}/Number/
%{_mandir}/man3/Number::Format.3*
%changelog
+* 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
+ long time for support of 32-bit perls
+ - Converted to Dist::Zilla for future maintenance
+- Package LICENSE file
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.76-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index e74268b..ea3ff85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Number-Format-1.76.tar.gz) = c7132bbd036522d35082ee18a5ca534ee8820e3d8901293621a7f573a0f44ee6c652a91a7ca9d44c8a9185e1c9306dfbd79757c9b3818dc6de3cca761883790a
+SHA512 (Number-Format-1.78.tar.gz) = 1c177b1237f6dac9df9e3885ee48cb34c4a41a2e6b9e1cdfc374712f3669c0a79570ec3836bc34caa3cb0a78c46188dd93fa87a9089a21e8649ada7fe955cfc9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 14:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 14:03 [rpms/perl-Number-Format] rawhide: Update to 1.78 (rhbz#2533614) Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox