Accepting request 743757 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/743757 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-SomeUtils?expand=0&rev=5
This commit is contained in:
commit
b739ee7e6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaa7d99ce86380c0389876474c8eb84acc0a6bfeef1b0fc23a292592de6f89f7
|
||||
size 63880
|
3
List-SomeUtils-0.58.tar.gz
Normal file
3
List-SomeUtils-0.58.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96eafb359339d22bf2a2de421298847a3c40f6a28b6d44005d0965da86a5469d
|
||||
size 67003
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 10:52:52 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.58
|
||||
see /usr/share/doc/packages/perl-List-SomeUtils/Changes
|
||||
|
||||
0.58 2019-10-26
|
||||
|
||||
[BACKWARDS INCOMPATIBILITY]
|
||||
|
||||
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
|
||||
none_u(), notall_u(), and one_u() functions returned an empty list in list
|
||||
context instead of undef. This is in direct opposition to the documentation
|
||||
which has always said that it returned undef. Note that the
|
||||
List::SomeUtils::XS code had the _correct_ behavior, so most users probably
|
||||
have never experienced this bug.
|
||||
|
||||
[IMPROVEMENTS]
|
||||
|
||||
* Fixed some doc issues. Closes #7.
|
||||
|
||||
|
||||
0.57 2017-12-12 (TRIAL RELEASE)
|
||||
|
||||
[BACKWARDS INCOMPATIBILITY]
|
||||
|
||||
* Fixed a number of bugs in the handling of empty lists. The any_u(), all_u(),
|
||||
none_u(), notall_u(), and one_u() functions returned an empty list in list
|
||||
context instead of undef. This is in direct opposition to the documentation
|
||||
which has always said that it returned undef. Note that the
|
||||
List::SomeUtils::XS code had the _correct_ behavior, so most users probably
|
||||
have never experienced this bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 05:43:00 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-List-SomeUtils
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,18 +12,18 @@
|
||||
# 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-List-SomeUtils
|
||||
Version: 0.56
|
||||
Version: 0.58
|
||||
Release: 0
|
||||
%define cpan_name List-SomeUtils
|
||||
Summary: Provide the stuff missing in List::Util
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/List-SomeUtils/
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@ -52,11 +52,11 @@ case the C portions of this module couldn't be compiled on this machine.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -65,7 +65,7 @@ case the C portions of this module couldn't be compiled on this machine.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.md README.md
|
||||
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user