diff --git a/Math-Base-Convert-0.11.tar.gz b/Math-Base-Convert-0.11.tar.gz deleted file mode 100644 index 6218151..0000000 --- a/Math-Base-Convert-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c0971355f24c93b79e77ad54a4570090a1a598fcb9b86f5c17eba42f38b40e0 -size 41667 diff --git a/Math-Base-Convert-0.13.tar.gz b/Math-Base-Convert-0.13.tar.gz new file mode 100644 index 0000000..0e61d3c --- /dev/null +++ b/Math-Base-Convert-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289c0c33bc9886db3dc2cf949d8e0ab24e36c67b9e833355941d70aaf3519ed2 +size 41788 diff --git a/perl-Math-Base-Convert.changes b/perl-Math-Base-Convert.changes index a09f6c5..c159a95 100644 --- a/perl-Math-Base-Convert.changes +++ b/perl-Math-Base-Convert.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 7 13:13:17 UTC 2025 - Tina Müller + +- updated to 0.130.0 (0.13) + see /usr/share/doc/packages/perl-Math-Base-Convert/Changes + + 0.13 Mon Sep 15 15:44:16 PDT 2025 + bug 168226 disambiguate precendence bug introduced by perl 5.42 + + 0.12 Tue Mar 14 15:51:39 PDT 2017 + correct typo stating 96 ascii characters + should be 95 characters + ------------------------------------------------------------------- Mon Mar 4 13:19:46 UTC 2024 - pgajdos@suse.com diff --git a/perl-Math-Base-Convert.spec b/perl-Math-Base-Convert.spec index 4a2c303..c0c7173 100644 --- a/perl-Math-Base-Convert.spec +++ b/perl-Math-Base-Convert.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Math-Base-Convert # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,26 +12,32 @@ # 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/ # -Name: perl-Math-Base-Convert -Version: 0.11 -Release: 0 %define cpan_name Math-Base-Convert -Summary: Very Fast Base to Base Conversion -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Math-Base-Convert/ -Source0: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz +Name: perl-Math-Base-Convert +Version: 0.130.0 +Release: 0 +# 0.13 -> normalize -> 0.130.0 +%define cpan_version 0.13 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Very fast base to base conversion +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md Patch0: reproducible.patch BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +Provides: perl(Math::Base::Convert) = %{version} +Provides: perl(Math::Base::Convert::Bases) = 0.30.0 +Provides: perl(Math::Base::Convert::Bitmaps) = 0.20.0 +Provides: perl(Math::Base::Convert::CalcPP) = 0.30.0 +Provides: perl(Math::Base::Convert::Shortcuts) = 0.50.0 +%undefine __perllib_provides %{perl_requires} %description @@ -42,14 +48,14 @@ This module is pure Perl, has no external dependencies, and is backward compatible with old versions of Perl 5. %prep -%autosetup -p1 -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %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 @@ -57,7 +63,6 @@ compatible with old versions of Perl 5. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc bitmaps Changes README recurse2txt %changelog