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.78 (rhbz#2533614)
Date: Tue, 15 Sep 2026 14:03:11 GMT	[thread overview]
Message-ID: <178948099171.1.669586357254710485.rpms-perl-Number-Format-86056dc9b32b@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-15 14:03 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=178948099171.1.669586357254710485.rpms-perl-Number-Format-86056dc9b32b@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