From cd323960a5fa668111a80e1c0f97757ea2770f45e20068e858331c9af9b080b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Mon, 20 Feb 2023 10:08:39 +0000 Subject: [PATCH] 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 --- FindBin-libs-v3.0.1.tar.gz | 3 --- FindBin-libs-v3.0.2.tar.gz | 3 +++ perl-FindBin-libs.changes | 14 +++++++++++++- perl-FindBin-libs.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 FindBin-libs-v3.0.1.tar.gz create mode 100644 FindBin-libs-v3.0.2.tar.gz diff --git a/FindBin-libs-v3.0.1.tar.gz b/FindBin-libs-v3.0.1.tar.gz deleted file mode 100644 index 4d0a2a0..0000000 --- a/FindBin-libs-v3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52ca19b2fd342d0d7c4dd3903a4ab652d3ad6c9401026aa9d44d4fae6546e4df -size 36151 diff --git a/FindBin-libs-v3.0.2.tar.gz b/FindBin-libs-v3.0.2.tar.gz new file mode 100644 index 0000000..e1f728c --- /dev/null +++ b/FindBin-libs-v3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eb49161a086c30e00fd5009c91395f4d3b3d3e6d7e12197fff8aabf25ac149 +size 37223 diff --git a/perl-FindBin-libs.changes b/perl-FindBin-libs.changes index b3014d5..6d85cf1 100644 --- a/perl-FindBin-libs.changes +++ b/perl-FindBin-libs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Feb 15 17:33:54 UTC 2023 - Dirk Stoecker + +- 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 @@ -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) - diff --git a/perl-FindBin-libs.spec b/perl-FindBin-libs.spec index cef88fd..54c092f 100644 --- a/perl-FindBin-libs.spec +++ b/perl-FindBin-libs.spec @@ -18,7 +18,7 @@ %define cpan_name FindBin-libs Name: perl-FindBin-libs -Version: 3.0.1 +Version: 3.0.2 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Locate and a 'use lib' or export