Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Number-Format for openSUSE:Factory checked in at 2023-06-03 00:07:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Number-Format (Old) and /work/SRC/openSUSE:Factory/.perl-Number-Format.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Number-Format" Sat Jun 3 00:07:08 2023 rev:5 rq:1090356 version:1.76 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Number-Format/perl-Number-Format.changes 2015-06-30 10:19:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Number-Format.new.15902/perl-Number-Format.changes 2023-06-03 00:07:18.890021221 +0200 @@ -1,0 +2,16 @@ +Fri May 26 03:06:43 UTC 2023 - Tina Müller <timueller+p...@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) + +------------------------------------------------------------------- Old: ---- Number-Format-1.75.tar.gz New: ---- Number-Format-1.76.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Number-Format.spec ++++++ --- /var/tmp/diff_new_pack.iIjbcu/_old 2023-06-03 00:07:19.346023914 +0200 +++ /var/tmp/diff_new_pack.iIjbcu/_new 2023-06-03 00:07:19.350023937 +0200 @@ -1,7 +1,7 @@ # # 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 # 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) # 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/ # +%define cpan_name Number-Format Name: perl-Number-Format -Version: 1.75 +Version: 1.76 Release: 0 -%define cpan_name Number-Format +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl extension for formatting numbers -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Number-Format/ -Source0: http://www.cpan.org/authors/id/W/WR/WRW/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -57,19 +55,15 @@ MEBI_SUFFIX - " " " " " " mebibytes (iec) GIBI_SUFFIX - " " " " " " gibibytes (iec) -They may be specified in upper or lower case, with or without a leading -hyphen ( - ). - %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -77,7 +71,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc CHANGES README TODO %changelog ++++++ Number-Format-1.75.tar.gz -> Number-Format-1.76.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Number-Format-1.75/CHANGES new/Number-Format-1.76/CHANGES --- old/Number-Format-1.75/CHANGES 2015-06-25 22:37:54.000000000 +0200 +++ new/Number-Format-1.76/CHANGES 2023-05-26 02:58:43.000000000 +0200 @@ -1,3 +1,13 @@ +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) + Changes for version 1.75 (June 25, 2015) ------------------------ - Export only necessary from POSIX (RT#99970, thanks Alexandr Ciornii) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Number-Format-1.75/Format.pm new/Number-Format-1.76/Format.pm --- old/Number-Format-1.75/Format.pm 2015-06-25 22:31:52.000000000 +0200 +++ new/Number-Format-1.76/Format.pm 2023-05-26 02:53:25.000000000 +0200 @@ -211,7 +211,7 @@ other_vars => \@EXPORT_OTHER, all => \@EXPORT_ALL ); -our $VERSION = '1.75'; +our $VERSION = '1.76'; # Refer to http://www.opengroup.org/onlinepubs/007908775/xbd/locale.html # for more details about the POSIX variables @@ -285,11 +285,14 @@ ) }; # -# On Windows, the POSIX localeconv() call returns illegal negative -# numbers for some values, seemingly attempting to indicate null. The -# following list indicates the values for which this has been -# observed, and for which the values should be stripped out of -# localeconv(). +# POSIX::localeconv() returns -1 for numeric values that are not applicable to +# the current locale. This module ignores them. @IGNORE_NEGATIVE lists the +# ones that this module otherwise handles (there are some fields that this +# module always ignores, so don't need to be in the list). (Prior to v5.37.7, +# only the Windows version of POSIX::localeconv() returned -1; other versions +# simply didn't return any values at all for not-applicable fields. But the +# end result is the same regardless of version.) + # our @IGNORE_NEGATIVE = qw( frac_digits int_frac_digits n_cs_precedes n_sep_by_space n_sign_posn @@ -353,7 +356,11 @@ croak("${prefix}thousands_sep and ". "${prefix}decimal_point may not be equal") if $self->{"${prefix}decimal_point"} eq - $self->{"${prefix}thousands_sep"}; + $self->{"${prefix}thousands_sep"} + + # There are legal locales where 'mon_decimal_point' and + # 'mon_thousands_sep' are both "" (the empty string) + && ($prefix eq "" || $self->{"mon_decimal_point"} ne ""); } } @@ -450,9 +457,10 @@ while(my($arg, $default) = each %$DEFAULT_LOCALE) { - $me->{$arg} = (exists $locale_values->{$arg} + $me->{$arg} = (( exists $locale_values->{$arg}) + && $locale_values->{$arg} ne "") ? $locale_values->{$arg} - : $default); + : $default; foreach ($arg, uc $arg, "-$arg", uc "-$arg") { @@ -464,11 +472,10 @@ } # - # Some broken locales define the decimal_point but not the - # thousands_sep. If decimal_point is set to "," the default - # thousands_sep will be a conflict. In that case, set - # thousands_sep to empty string. Suggested by Moritz Onken. - # + # Some locales set the decimal_point to "," and the thousands_sep to "". + # This module generally defaults an empty thousands_sep to ",", creating a + # conflict in such a locale. Instead, leave the thousands_sep as the + # empty string. Suggested by Moritz Onken. foreach my $prefix ("", "mon_") { $me->{"${prefix}thousands_sep"} = "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Number-Format-1.75/META.json new/Number-Format-1.76/META.json --- old/Number-Format-1.75/META.json 2015-06-25 22:39:55.000000000 +0200 +++ new/Number-Format-1.76/META.json 2023-05-26 02:58:51.000000000 +0200 @@ -4,13 +4,13 @@ "William R. Ward <w...@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.120630", + "generated_by" : "ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Number-Format", "no_index" : { @@ -22,8 +22,7 @@ "prereqs" : { "build" : { "requires" : { - "ExtUtils::MakeMaker" : "0", - "Test::More" : "0" + "ExtUtils::MakeMaker" : "0" } }, "configure" : { @@ -36,6 +35,11 @@ "Carp" : "0", "POSIX" : "0" } + }, + "test" : { + "requires" : { + "Test::More" : "0" + } } }, "release_status" : "stable", @@ -47,5 +51,6 @@ "url" : "https://github.com/billward/number-format-perl.git" } }, - "version" : "1.75" + "version" : "1.76", + "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Number-Format-1.75/META.yml new/Number-Format-1.76/META.yml --- old/Number-Format-1.75/META.yml 2015-06-25 22:39:55.000000000 +0200 +++ new/Number-Format-1.76/META.yml 2023-05-26 02:58:51.000000000 +0200 @@ -3,25 +3,26 @@ author: - 'William R. Ward <w...@cpan.org>' build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 + ExtUtils::MakeMaker: '0' + Test::More: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.120630' +generated_by: 'ExtUtils::MakeMaker version 7.66, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Number-Format no_index: directory: - t - inc requires: - Carp: 0 - POSIX: 0 + Carp: '0' + POSIX: '0' resources: bugtracker: https://rt.cpan.org/NoAuth/Bugs.html?Dist=Number-Format repository: https://github.com/billward/number-format-perl.git -version: 1.75 +version: '1.76' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'