forked from perl/perl-Math-Base-Convert
Compare commits
1 Commits
main
...
autoupdate
| Author | SHA256 | Date | |
|---|---|---|---|
| e99bd1e4c6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c0971355f24c93b79e77ad54a4570090a1a598fcb9b86f5c17eba42f38b40e0
|
|
||||||
size 41667
|
|
||||||
BIN
Math-Base-Convert-0.13.tar.gz
(Stored with Git LFS)
Normal file
BIN
Math-Base-Convert-0.13.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 13:13:17 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Mon Mar 4 13:19:46 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-Base-Convert
|
# 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
|
# 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,26 +12,32 @@
|
|||||||
# 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-Math-Base-Convert
|
|
||||||
Version: 0.11
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Math-Base-Convert
|
%define cpan_name Math-Base-Convert
|
||||||
Summary: Very Fast Base to Base Conversion
|
Name: perl-Math-Base-Convert
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
Version: 0.130.0
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/Math-Base-Convert/
|
# 0.13 -> normalize -> 0.130.0
|
||||||
Source0: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
|
%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
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
Patch0: reproducible.patch
|
Patch0: reproducible.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -42,14 +48,14 @@ This module is pure Perl, has no external dependencies, and is backward
|
|||||||
compatible with old versions of Perl 5.
|
compatible with old versions of Perl 5.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%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
|
||||||
@@ -57,7 +63,6 @@ compatible with old versions of Perl 5.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc bitmaps Changes README recurse2txt
|
%doc bitmaps Changes README recurse2txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user