diff --git a/FindBin-libs-v3.0.2.tar.gz b/FindBin-libs-v3.0.2.tar.gz deleted file mode 100644 index e1f728c..0000000 --- a/FindBin-libs-v3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2eb49161a086c30e00fd5009c91395f4d3b3d3e6d7e12197fff8aabf25ac149 -size 37223 diff --git a/FindBin-libs-v4.0.4.tar.gz b/FindBin-libs-v4.0.4.tar.gz new file mode 100644 index 0000000..27e99bc --- /dev/null +++ b/FindBin-libs-v4.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e39c663aa69b9a63f76a05503c1a7db28df266c335d8e4870b4e43f743f1b72 +size 63593 diff --git a/perl-FindBin-libs.changes b/perl-FindBin-libs.changes index 6d85cf1..35c8492 100644 --- a/perl-FindBin-libs.changes +++ b/perl-FindBin-libs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Dec 12 16:21:37 UTC 2024 - Tina Müller + +- 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. + ------------------------------------------------------------------- Wed Feb 15 17:33:54 UTC 2023 - Dirk Stoecker diff --git a/perl-FindBin-libs.spec b/perl-FindBin-libs.spec index 54c092f..0da2475 100644 --- a/perl-FindBin-libs.spec +++ b/perl-FindBin-libs.spec @@ -1,7 +1,7 @@ # # spec file for package perl-FindBin-libs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,22 @@ %define cpan_name FindBin-libs Name: perl-FindBin-libs -Version: 3.0.2 +Version: 4.0.4 Release: 0 +# v4.0.4 -> normalize -> 4.0.4 +%define cpan_version v4.0.4 License: Artistic-1.0 OR GPL-1.0-or-later -Summary: Locate and a 'use lib' or export +Summary: FindBin::libs Perl module URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEMBARK/%{cpan_name}-v%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEMBARK/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Data::Dump) #BuildRequires: perl(File::Copy::Recursive::Reduced) >= 0.006000 BuildRequires: perl(version) +Requires: perl(Data::Dump) #Requires: perl(File::Copy::Recursive::Reduced) >= 0.002000 Requires: perl(version) %{perl_requires} @@ -39,11 +43,13 @@ Requires: perl(File::Copy::Recursive::Reduced) >= 0.002 # MANUAL END %description -locate and a 'use lib' or export %prep -%autosetup -n %{cpan_name}-v%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 + +rm -f pm_to_blib %build perl Makefile.PL INSTALLDIRS=vendor @@ -58,6 +64,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc CHANGES example README +%doc CHANGES example README setup-dist %changelog