forked from perl/perl-Number-Format-Metric
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e6710dea6d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc19f787d542eb943dc31f1d4ad65ec5f2a7affbd9e295063ce5eadea93e46d2
|
||||
size 16424
|
BIN
Number-Format-Metric-0.604.tar.gz
(Stored with Git LFS)
Normal file
BIN
Number-Format-Metric-0.604.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 11:54:01 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.604.0 (0.604)
|
||||
see /usr/share/doc/packages/perl-Number-Format-Metric/Changes
|
||||
|
||||
0.604 2025-09-24 Released-By: PERLANCAR; Urgency: low
|
||||
- No functional changes.
|
||||
- [doc] Give explanation for each mentioned module, mention
|
||||
Data::Sah::Coerce routines and App::DataSizeSpeedUtils.
|
||||
0.603 2025-09-24 Released-By: PERLANCAR; Urgency: medium
|
||||
- Add options: uppercase_k, latin_only, additional_prefix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 03:06:50 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Number-Format-Metric
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%define cpan_name Number-Format-Metric
|
||||
Name: perl-Number-Format-Metric
|
||||
Version: 0.602.0
|
||||
Version: 0.604.0
|
||||
Release: 0
|
||||
# 0.602 -> normalize -> 0.602.0
|
||||
%define cpan_version 0.602
|
||||
# 0.604 -> normalize -> 0.604.0
|
||||
%define cpan_version 0.604
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Format number with metric prefix
|
||||
Summary: Format number with metric prefix, with some options
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source100: README.md
|
||||
@@ -36,10 +36,10 @@ Provides: perl(Number::Format::Metric) = %{version}
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Format number with metric prefix
|
||||
Format number with metric prefix, with some options
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user