Accepting request 1066026 from devel:languages:perl:autoupdate

- updated to 3.0.2
   see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
  -   3.0.2 
      Bin=X uses dirname( X ) if X is a file, otherwise if X is
      a dir it uses X, otherwise it dies. This mainly simplifies
      testing where libs or config dirs are below the ./t in the
      path.
- updated to 3.0.1
   see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
  -   3.0.1 
      Remove extraneous breakpoints
  -   3.0.0 
      Rewerite the search to use a saner, multi-stage
      process. Still uses abs_path to avoid duplicates
      working up the stack due to multi-level symlinks,
      skips things earlier in the process & is a bit
      easier to read.
      noignore is handled properly, as is ignore=
      taint extraction on $Bin uses m{^ (.+) /? }x
      to strip the trailing '/' in some RHEL versions
      of catpath.
- updated to 2.21.0
   see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- Fix File::Copy::Recursive::Reduced dependency
- updated to 2.200
   see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- updated to 2.1502
   see /usr/share/doc/packages/perl-FindBin-libs/Changes
  2.15.02 
  
  use explicit LICENSE key in Extutils metadata.
  
  2.15.01 
  
  Add 'same terms as perl 5.24 or any later version' license.
- updated to 2.15
   see /usr/share/doc/packages/perl-FindBin-libs/Changes
  2.15    
- updated to 2.12
   see /usr/share/doc/packages/perl-FindBin-libs/Changes
- switch to perl_requires macro
- remove /var/adm/perl-modules
- initial package (1.5)

OBS-URL: https://build.opensuse.org/request/show/1066026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FindBin-libs?expand=0&rev=10
This commit is contained in:
2023-02-20 10:08:39 +00:00
committed by Git OBS Bridge
parent 58abd03e41
commit cd323960a5
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 15 17:33:54 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
- updated to 3.0.2
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- 3.0.2 Fri Sep 16 07:45:00 PM EDT 2022
Bin=X uses dirname( X ) if X is a file, otherwise if X is
a dir it uses X, otherwise it dies. This mainly simplifies
testing where libs or config dirs are below the ./t in the
path.
-------------------------------------------------------------------
Sat Feb 26 03:07:34 UTC 2022 - Tina Müller <timueller+perl@suse.de>
@@ -76,4 +89,3 @@ Mon Nov 29 18:30:00 UTC 2010 - coolo@novell.com
Thu Sep 2 22:44:29 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.5)