8
0

Accepting request 1090337 from devel:languages:perl:autoupdate

- updated to 1.76
   see /usr/share/doc/packages/perl-Number-Format/CHANGES
  Changes for version 1.76 (May 25, 2023)
  ------------------------
    - NOTE: This release was made by starting from the release archive on the
      CPAN and then applying a patch.  It does not reflect the contents of the
      reference repository.  Also, the file "bigfloat.t", referenced in the v1.75
      changelog, was not in the previous release and is therefore not included
      here.
    - Patch to continue working on v5.38 upon its release (thanks, Karl
      Williamson)

OBS-URL: https://build.opensuse.org/request/show/1090337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Format?expand=0&rev=14
This commit is contained in:
2023-06-01 15:22:54 +00:00
committed by Git OBS Bridge
parent 8b5c894f9a
commit c954b543be
4 changed files with 31 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82d659cb16461764fd44d11a9ce9e6a4f5e8767dc1069eb03467c6e55de257f3
size 24526

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e0060eb363635a885706c6a26f5fcaafeae759f7b2acae49dda70e195dd44d6
size 24946

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri May 26 03:06:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.76
see /usr/share/doc/packages/perl-Number-Format/CHANGES
Changes for version 1.76 (May 25, 2023)
------------------------
- NOTE: This release was made by starting from the release archive on the
CPAN and then applying a patch. It does not reflect the contents of the
reference repository. Also, the file "bigfloat.t", referenced in the v1.75
changelog, was not in the previous release and is therefore not included
here.
- Patch to continue working on v5.38 upon its release (thanks, Karl
Williamson)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 29 01:24:48 UTC 2015 - coolo@suse.com Mon Jun 29 01:24:48 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Number-Format # spec file for package perl-Number-Format
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Number-Format
Version: 1.75
Release: 0
%define cpan_name Number-Format %define cpan_name Number-Format
Name: perl-Number-Format
Version: 1.76
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl extension for formatting numbers Summary: Perl extension for formatting numbers
License: Artistic-1.0 or GPL-1.0+ URL: https://metacpan.org/release/%{cpan_name}
Group: Development/Libraries/Perl Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Number-Format/
Source0: http://www.cpan.org/authors/id/W/WR/WRW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%{perl_requires} %{perl_requires}
@@ -57,19 +55,15 @@ parameters are:
MEBI_SUFFIX - " " " " " " mebibytes (iec) MEBI_SUFFIX - " " " " " " mebibytes (iec)
GIBI_SUFFIX - " " " " " " gibibytes (iec) GIBI_SUFFIX - " " " " " " gibibytes (iec)
They may be specified in upper or lower case, with or without a leading
hyphen ( - ).
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -77,7 +71,6 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc CHANGES README TODO %doc CHANGES README TODO
%changelog %changelog