- updated to 0.56

see /usr/share/doc/packages/perl-List-SomeUtils-XS/Changes
  0.56     2017-12-12
  
  - The one() sub returned true when given an empty list, but it should return
    false. Reported by randyl. GH #3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils-XS?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2017-12-14 07:45:39 +00:00 committed by Git OBS Bridge
parent 5d09e7ca75
commit 04adecbffd
4 changed files with 15 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 14 07:44:44 UTC 2017 - coolo@suse.com
- updated to 0.56
see /usr/share/doc/packages/perl-List-SomeUtils-XS/Changes
0.56 2017-12-12
- The one() sub returned true when given an empty list, but it should return
false. Reported by randyl. GH #3.
-------------------------------------------------------------------
Tue Jul 25 05:44:20 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-List-SomeUtils-XS
Version: 0.55
Version: 0.56
Release: 0
%define cpan_name List-SomeUtils-XS
Summary: XS implementation for List::SomeUtils