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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52ca19b2fd342d0d7c4dd3903a4ab652d3ad6c9401026aa9d44d4fae6546e4df
size 36151

View File

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

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> 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 Thu Sep 2 22:44:29 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.5) - initial package (1.5)

View File

@@ -18,7 +18,7 @@
%define cpan_name FindBin-libs %define cpan_name FindBin-libs
Name: perl-FindBin-libs Name: perl-FindBin-libs
Version: 3.0.1 Version: 3.0.2
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Locate and a 'use lib' or export Summary: Locate and a 'use lib' or export