1
0

Accepting request 843673 from devel:languages:perl:autoupdate

- updated to 1.101
   see /usr/share/doc/packages/perl-Params-Util/Changes
  1.101	2020-10-22
  	- fix inconsistent license conditions in meta data and documentation
  	  and add appropriate LICENSE files. Fixes RT#133586.
- updated to 1.100
   see /usr/share/doc/packages/perl-Params-Util/Changes
- update to 1.07:
  + Disable XS version on cygwin as it shows bizarre behaviour
    that breaks form when using Params::Util XS verwion.
- updated to 1.06
   - Remove the need for the sanexs.c file by generating into a temp
     file instead.
   - Restore compatibility with pre-5.8.8 Perls without a working
     compiler available install time (RIBASUSHI)
- updated to 1.04
    - Fixed #67522 have_compiler returns
- update to 1.03
    - Trying for a much more advanced can_xs() alternative to can_cc()
      to deal with the situation where a host has a superficially
      working compiler, but completely screwed up headers.
    - Adding some fallback strategies to deal with cases where these
      same machines don't support configure_requires.
    - Adopt Chorny's eumm-upgrade style for the Makefile.PL.
    - Allow the Makefile.PL to build it's own META.yml now.
- switch to perl_requires macro
- spec mods
  - fixed HEADER
  - updated Url
  - fixed perl-macros deps
- update to 1.01:
  + Fixed can_cc() bug in Makefile.PL where it was checking an 
    existence of PATH directory rather than executables. RT#55668 
    (DGOLDEN, MIYAGAWA)
- build parallel
- readd whitespace removed by autobuild
- spec mods
  * removed ^----------
  * removed ^#---------
- update to 1.00
  o 1.00 Sun 31 May 2009
	- Now all known XS bugs are worked out, I've removed
	  the experimental flags and set that as the first 1+ release.
	- Fixed XS implementation of _*LIKE and _INSTANCE
	- Added test for a negative custom isa returning ('')
	- Improving the 'clean' file list in a Makefile.PL
  o 0.38 Tue 17 Feb 2009
	- Fix _IDENTIFIER to return false for "foo\n" (ZEFRAM)
	- Fix _CLASS to return false for "foo\n" (ZEFRAM)
  o 0.37 Wed  4 Feb 2009
	- Fix _HASH for bleadperl (patch from RAFL)
	- Fix regex (more) for bleadperl (patch from RAFL)
  o 0.36 Fri 30 Jan 2009
	- Fixing the overload for _REGEX
	- Adding the tests for _REGEX
	- Reorganising the Makefile.PL
	- Adding duplicate tests for when the XS version isn't compiled
- added perl-macros
  o autogen filelist with perl_gen_filelist
- spec mods
  o added header
- initial version 0.35

OBS-URL: https://build.opensuse.org/request/show/843673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Util?expand=0&rev=24
This commit is contained in:
Dirk Stoecker 2020-10-23 19:29:52 +00:00 committed by Git OBS Bridge
parent 80ad39e357
commit f02e6a955d
4 changed files with 15 additions and 5 deletions

View File

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

3
Params-Util-1.101.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 23 19:26:18 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 1.101
see /usr/share/doc/packages/perl-Params-Util/Changes
1.101 2020-10-22
- fix inconsistent license conditions in meta data and documentation
and add appropriate LICENSE files. Fixes RT#133586.
-------------------------------------------------------------------
Thu Oct 22 03:20:38 UTC 2020 - Tina Müller <timueller+perl@suse.de>
@ -102,4 +112,3 @@ Sun Jun 21 20:27:19 CEST 2009 - chris@computersalat.de
Sun Nov 30 07:39:09 CET 2008 - lars@linux-schulserver.de
- initial version 0.35

View File

@ -17,7 +17,7 @@
Name: perl-Params-Util
Version: 1.100
Version: 1.101
Release: 0
%define cpan_name Params-Util
Summary: Simple, compact and correct param-checking functions
@ -84,5 +84,6 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README.md
%license ARTISTIC-1.0 GPL-1 LICENSE
%changelog