Files
perl-FindBin-libs/perl-FindBin-libs.changes

120 lines
4.3 KiB
Plaintext
Raw Permalink Normal View History

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
2023-02-20 10:08:39 +00:00
-------------------------------------------------------------------
Thu Dec 12 16:21:37 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 4.0.4 (v4.0.4)
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- 4.0.4 Fri Oct 25 22:48:57 EDT 2024
Saner way to add sub-paths; not visible.
- 4.0.3 Fri Oct 25 22:48:57 EDT 2024
Add missing '' to catpath.
Move canonpath into rel2abs, saves re-running it for each
directory up the tree.
- 4.0.2 Fri Oct 25 00:33:15 EDT 2024
Avoid undef value in m// with defined check.
- 4.0.1 Wed Oct 23 23:03:01 EDT 2024
Fixes to setup-dist shell script for creating the placeholder
FindBin/libs.pm file with the correct version.
- 4.0.0 Wed Oct 23 00:59:04 EDT 2024
Remove all use of abs_path, including FindBin; this will
now handle symlinks properly using rel2abs.
Replace FindBin with FindBin::Bin & FindBin::Parents
modeled after their Raku counterparts.
Update the test numbers a bit to test the separte modules
with 0*.t; push tests and MANIFEST into the version dir's.
Update the dist prepare script to extrac its package
line from the installed lib/FindBin/libs.pm so that the
Makefile.PL can use VERSION_FROM again.
-------------------------------------------------------------------
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
2023-02-20 10:08:39 +00:00
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>
- updated to 3.0.1
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- 3.0.1 Thu Feb 24 04:39:00 PM EST 2022
Remove extraneous breakpoints
- 3.0.0 Thu Feb 24 04:39:00 PM EST 2022
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.
-------------------------------------------------------------------
Fri Apr 16 13:47:59 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- updated to 2.21.0
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
-------------------------------------------------------------------
Fri Apr 16 13:39:55 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- Fix File::Copy::Recursive::Reduced dependency
-------------------------------------------------------------------
Wed Dec 16 03:09:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.200
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
-------------------------------------------------------------------
Wed Feb 7 15:32:56 UTC 2018 - coolo@suse.com
- updated to 2.1502
see /usr/share/doc/packages/perl-FindBin-libs/Changes
2.15.02 Tue Jan 30 12:18:00 CST 2018
use explicit LICENSE key in Extutils metadata.
2.15.01 Fri Jan 26 10:10:37 CST 2018
Add 'same terms as perl 5.24 or any later version' license.
-------------------------------------------------------------------
Fri Sep 4 09:22:06 UTC 2015 - coolo@suse.com
- updated to 2.15
see /usr/share/doc/packages/perl-FindBin-libs/Changes
2.15 Tue Sep 1 14:33:49 CDT 2015
-------------------------------------------------------------------
Fri Apr 17 18:00:03 UTC 2015 - coolo@suse.com
- updated to 2.12
see /usr/share/doc/packages/perl-FindBin-libs/Changes
-------------------------------------------------------------------
Wed Dec 1 13:32:29 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:00 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Thu Sep 2 22:44:29 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.5)