8
0

Accepting request 964221 from devel:languages:perl:autoupdate

- updated to 0.67
   see /usr/share/doc/packages/perl-Data-Util/Changes
  0.67 2022-03-16T04:28:19Z
      - fix is_integer on usequadmath Perl

OBS-URL: https://build.opensuse.org/request/show/964221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Util?expand=0&rev=23
This commit is contained in:
Stephan Kulow
2022-03-26 08:19:21 +00:00
committed by Git OBS Bridge
parent 8dbe52de50
commit 5019360fda
4 changed files with 23 additions and 17 deletions

View File

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

3
Data-Util-0.67.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 17 03:06:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.67
see /usr/share/doc/packages/perl-Data-Util/Changes
0.67 2022-03-16T04:28:19Z
- fix is_integer on usequadmath Perl
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 6 05:28:28 UTC 2017 - coolo@suse.com Thu Apr 6 05:28:28 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Util # spec file for package perl-Data-Util
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 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,21 +12,19 @@
# 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-Data-Util
Version: 0.66
Release: 0
%define cpan_name Data-Util %define cpan_name Data-Util
Summary: Selection of Utilities for Data and Data Types Name: perl-Data-Util
License: Artistic-1.0 or GPL-1.0+ Version: 0.67
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Data-Util/ License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Selection of utilities for data and data types
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Devel::PPPort) >= 3.19 BuildRequires: perl(Devel::PPPort) >= 3.19
@@ -51,10 +49,10 @@ opt for the XS backend.
There are many benchmarks in the _DIST-DIR/benchmark/_ directory. There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" perl Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
@@ -65,8 +63,7 @@ There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %doc Changes example minil.toml README.md
%doc Changes circle.yml example minil.toml README.md
%license LICENSE %license LICENSE
%changelog %changelog