8
0

34 Commits

Author SHA256 Message Date
fa87ad664c Add Gitea build results 2025-08-12 18:16:59 +02:00
2dca5370b6 Accepting request 1269389 from devel:languages:perl:autoupdate
- updated to 1.690.0 (1.69)
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.69 -- 2025-04-01
  	[CHANGES]
  	 * Always allow `isvstring` to be exported even on Perl 5.6, where it
  	   just returns false
  	 * Fix string comparison logic that compares versions with `$]`

OBS-URL: https://build.opensuse.org/request/show/1269389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=57
2025-04-27 00:57:59 +00:00
18cf7fa89c Accepting request 1235308 from devel:languages:perl:autoupdate
- updated to 1.680.0 (1.68)
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.68 -- 2024-10-18
  	[CHANGES]
  	 * Added (empty) Scalar::List::Utils module so that a module exists
  	   which matches the name of the distribution (GH #135)
  1.67 -- 2024-10-18
  	[BUGFIXES]
  	 * zip() and mesh() should not alias their input values into the
  	   returned results (RT156183)
  	 * Exception message from mesh() should name the correct function
  1.66 -- 2024-09-19
  	[BUGFIXES]
  	 * Apostrophe is no longer special in package names in recent Perl
  	   versions
  	 * Fix operator precedence issue in `t/uniqnum.t`

OBS-URL: https://build.opensuse.org/request/show/1235308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=55
2025-01-09 16:23:01 +00:00
879e8961d7 Accepting request 1195912 from devel:languages:perl:autoupdate
- updated to 1.650.0 (1.65)
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.65 -- 2024-08-06
  	[BUGFIXES]
  	 * Update exotic names test to avoid single quote package separator
  	   (GH #128)
  	 * Don't loop forever in uniqnum.t (GH #130)
  1.64 -- 2024-08-02
  	[CHANGES]
  	 * On Perl version 5.40 or later, various `Scalar::Util` functions are
  	   now simply aliases to core-provided functions in `builtin::`:
  	    + blessed(), refaddr(), reftype(), weaken(), unweaken(), isweak()
  	 * Remember to list `head` and `tail` in `List::Util` SYNOPSIS
  	 * Various improvements to internal CI infrastructure

OBS-URL: https://build.opensuse.org/request/show/1195912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=53
2024-08-29 07:03:08 +00:00
ced74121e4 Accepting request 994597 from devel:languages:perl:autoupdate
- updated to 1.63
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.63 -- 2022-08-08
  	[BUGFIXES]
  	 * Fix off-by-one in stack handling of head() / tail() (RT143905)
  	 * Fix documentation copy-paste error about builtin::reftype
  	 * Ensure exotic_names.t will work on EBCDIC platforms
  	 * Add basic Github CI workflow

OBS-URL: https://build.opensuse.org/request/show/994597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=51
2022-08-16 12:28:41 +00:00
Stephan Kulow
b57ad4be00 Accepting request 964226 from devel:languages:perl:autoupdate
- updated to 1.62
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.62 -- 2022-03-17
  	[CHANGES]
  	 * Prepare for perl 5.35.10 release:
  	    + Skip the tainted tests if your perl was built without taint
  	      support
  	    + Document the existence of the `builtin::` equivalents for
  	      several Scalar::Util functions

OBS-URL: https://build.opensuse.org/request/show/964226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=49
2022-03-26 08:18:53 +00:00
07b0c0e17c Accepting request 956368 from devel:languages:perl:autoupdate
- updated to 1.61
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.61 -- 2022-02-16
  	[BUGFIXES}
  	 * Fix some more signed comparison warnings (Perl5 #19429)

OBS-URL: https://build.opensuse.org/request/show/956368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=48
2022-02-24 14:47:40 +00:00
6f607fe7ae Accepting request 924681 from devel:languages:perl:autoupdate
- updated to 1.60
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.60 -- 2021-10-08
  	[BUGFIXES]
  	 * Quiet some -Wsign-compare warnings by using `int` instead of `UV`
  	   (RT136985)
  	 * Quiet a -Wmaybe-uninitialized warning by ensuring a variable is
  	   always initialised, because the compiler can't always determine this
  	   is safe (RT139356)
  	 * Avoid SIGFPE in product(-1, ...) (RT139601)

OBS-URL: https://build.opensuse.org/request/show/924681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=47
2021-10-12 09:50:53 +00:00
514b89c89d Accepting request 918683 from devel:languages:perl:autoupdate
- updated to 1.59
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.59 -- 2021-09-12
  	[CHANGES]
  	 * Removed Scalar::Util::isbool() as the API design for older perls
  	   isn't quite clear, and it doesn't do anything useful on any
  	   currently-released perl version
  	  * Tidy up the unnecessary bits of @EXPORT_FAIL
  	  * Use the new G_LIST constant rather than G_ARRAY
  1.58 -- 2021-09-12
          (bad release because I forgot to `git push`)
  1.57 -- 2021-09-11
  	[CHANGES]
  	 * Added Scalar::Util::isbool() to track new core-supported boolean
  	   value nature on scalars
  	 * Fix various typoes in docs, code comments, etc...
  	 * Removed code conditional on whether SvWEAKREF is supported, as
  	   every perl since v5.6 supports it
  	[BUGFIXES]
  	 * Fix segfaults when an undefined subroutine is passed to
  	   block-taking subs (thanks ilmari)
  	 * Correct refcount handling on hv_store_ent to PL_DBsub in
  	   set_subname() (thanks nwc10)
  	 * Don't rely on Scalar::Util functions when unit-testing List::Util
  	   ones (thanks haarg)

OBS-URL: https://build.opensuse.org/request/show/918683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=46
2021-09-13 11:51:33 +00:00
66298f7b66 Accepting request 882319 from devel:languages:perl:autoupdate
- updated to 1.56
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.56 -- 2021-03-30
  	[CHANGES]
  	 * Added `List::Util::zip`, `List::Util::mesh` and related functions
  	   (RT129479)
  	 * Updated embedded ppport.h for Devel::PPPort v3.62

OBS-URL: https://build.opensuse.org/request/show/882319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=44
2021-04-09 15:46:37 +00:00
Stephan Kulow
e636267450 Accepting request 793596 from devel:languages:perl:autoupdate
- updated to 1.55
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.55 -- 2020-04-09
  	[CHANGES]
  	 * Added List::Util::uniqint
  	 * Improvements to List::Util::uniqnum handling of floating-point
  	   values on odd platform configurations (thanks sisyphus)
  	 * Improvements to $RAND-based unit tests

OBS-URL: https://build.opensuse.org/request/show/793596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=42
2020-04-15 16:18:40 +00:00
29ff3e5047 Accepting request 769921 from devel:languages:perl:autoupdate
- updated to 1.54
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.54 -- 2020-02-02 15:47
  	[CHANGES]
  	 * Added List::Util::reductions (RT128237)
  	 * Added List::Util::sample (RT131535)
  	 * Recognise $List::Util::RAND as a source of randomness for sampling
  	   functions (RT131536)
  
  	[BUGFIXES]
  	 * Document the difference between ref() and reftype() on precompiled
  	   qr// regexps (RT127963)
  	 * Various improvements to List::Util::uniqnum() to handle stringified
  	   Inf and NaN, negative zero
  	 * Detect platform NV size and number of digits required to calculate
  	   uniqueness

OBS-URL: https://build.opensuse.org/request/show/769921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=40
2020-02-04 16:46:01 +00:00
Lars Vogdt
27eb21054e Accepting request 742846 from devel:languages:perl:autoupdate
- updated to 1.53
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.53 -- 2019-10-24 10:41:12
  	[BUGFIXES]
  	 * Handle Unicode package names in Scalar::Util::blessed (GH #81)

OBS-URL: https://build.opensuse.org/request/show/742846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=38
2019-10-27 14:22:20 +00:00
0b66d85549 Accepting request 724317 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/724317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=36
2019-08-20 10:28:27 +00:00
cf255da456 Accepting request 721905 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/721905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=34
2019-08-09 09:38:15 +00:00
Stephan Kulow
dc778eb8c9 Accepting request 578602 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/578602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=32
2018-02-24 07:04:05 +00:00
Stephan Kulow
712dbd20b4 Accepting request 522739 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/522739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=30
2017-09-12 07:43:42 +00:00
Stephan Kulow
e1bea095aa Accepting request 505987 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/505987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=28
2017-06-25 06:29:48 +00:00
Stephan Kulow
c5cf0b2c06 Accepting request 447463 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/447463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=26
2017-01-03 08:23:53 +00:00
Stephan Kulow
551027c048 Accepting request 433440 from devel:languages:perl:autoupdate
- updated to 1.46
   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.46 -- 2016/09/28 23:17:07
  	[CHANGES]
  	 * Remember to add unpairs and uniq to SYNOPSIS
  	 * Document the behaviour of uniqnum() on NaN
  
  	[BUGFIXES]
  	 * C89 fixes
  	 * Various internal bugfixes backported from perl core

OBS-URL: https://build.opensuse.org/request/show/433440
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=24
2016-10-07 06:05:49 +00:00
Stephan Kulow
7391c60caf Accepting request 384003 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/384003
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=22
2016-04-06 06:41:27 +00:00
Stephan Kulow
01c3b7e535 Accepting request 378558 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/378558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=20
2016-03-23 12:11:33 +00:00
132eb2c145 Accepting request 359176 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/359176
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=18
2016-02-13 16:29:23 +00:00
Stephan Kulow
51abbcf8af OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=14 2015-05-02 08:34:56 +00:00
Stephan Kulow
293e07b5bd - updated to 1.42
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.42 -- 2015/04/32 01:25:55
  	[CHANGES]
  	 * Added List::Util::unpairs() - the inverse of pairs()
  	 * Documentation to pre-warn users about the possible behaviour in a
  	   later version where the pair* higher-order functionals are no longer
  	   transparent to $_
  
  	[BUGFIXES]
  	 * Silence some warnings at test time
  	 * Ensure that the List::Util we're loading the XS via is a sufficient
  	   version when Scalar::Util or Sub::Util load it (RT100863)
  
  1.41 -- 2014/09/05 15:49:50
  	[BUGFIXES]
  	 * Avoid pre-C99 declaration after statements (RT98624)
  	 * Fix use of GetMagic in List::Util::reduce (RT63211)
  
  1.40 -- 2014/08/30 11:36:36
  	[CHANGES]
  	 * Added entire new module, Sub::Util to contain functions related
  	   to CODE refs
  	 * Added subname inspired by Sub::Identify
  	 * Added set_subname copied and renamed from Sub::Name
  	 * Also moved set_prototype into Sub::Name, with back-compat wrapper
  	   in Scalar::Util
  	 * Added prototype wrapper of CODE::prototype, for completeness
  	 * Nicer module documentation format, allows neater use of L</...>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=13
2015-05-02 08:26:47 +00:00
Lars Vogdt
e18a613ddd - do not run weak test on SLE_11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=11
2014-01-17 20:27:56 +00:00
Lars Vogdt
1c203ca260 - update to 1.36:
* Added Scalar::Util::unweaken()
  * Various documentation changes/updates
  * Correct uses of overload operators in unit tests (RT91969)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=10
2014-01-17 18:55:34 +00:00
Stephan Kulow
89408b6509 - update to 1.35:
* Added List::Util::product()
   * Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no}
   * Implement reduce() and first() even in the absence of MULTICALL
   * Avoid C99/C++-style comments in XS code
   * Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
   * Neater documentation examples of other functions that can be built using
     reduce
   * Added any, all, none, notall list reduction functions
     (inspired by List::MoreUtils)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=8
2013-12-13 12:20:40 +00:00
Stephan Kulow
599b435177 - update to 1.32:
* Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't
    work (RT87857)
  * Comment on the fact that package "0" is defined but false (RT88201)
  * TODO test in t/readonly.t now passes since 5.19.3 (RT88223)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=6
2013-10-05 06:31:51 +00:00
Lars Vogdt
1516b0bf64 - update to 1.31:
+ Bugfix pairmap to return list length in scalar context
  + Added "Odd number of elements" warnings to all pair* functions
  + Added pairfirst
  + Added MULTICALL implementations to pairmap/pairgrep/pairfirst
  + Fix declaration-after-code for C99-challenged compilers
  + Documentation updates to List::Util
  + Bugfix to pairmap/pairgrep when stack moves beneath them 
    during operation
  + Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
  + Added pairkeys and pairvalues
  + Fix multicall refcount bug RT#80646
  + Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
  + Fix a hash order dependency bug t/tainted.t

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=5
2013-08-19 05:33:42 +00:00
Stephan Kulow
9fe2202f46 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=4
2010-12-03 14:49:24 +00:00
Stephan Kulow
44eb1d163e siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=3
2010-12-01 13:54:02 +00:00
Lars Vogdt
748c8ef795 - update to 1.23:
+ Use PERL_NO_GET_CONTEXT for efficiency (see perlguts)
  + avoid non-portable warnings
  + Fix PP::reftype in edge cases
  + RT#51484 Preserve utf8 flag of string passed to dualvar()
  + RT#51454 Check first argument to first/reduce is a code 
    reference
  + RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
  + RT#48550 fix pure perl looks_like_number not to match 
    non-ascii digits

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=2
2010-03-11 08:19:51 +00:00
Stephan Kulow
1e91e9bd5d osc copypac from project:devel:languages:perl package:perl-Scalar-Util revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=1
2010-02-09 13:05:24 +00:00