Accepting request 1235336 from devel:languages:perl:autoupdate
- updated to 4.0.4 (v4.0.4)
see /usr/share/doc/packages/perl-FindBin-libs/CHANGES
- 4.0.4
Saner way to add sub-paths; not visible.
- 4.0.3
Add missing '' to catpath.
Move canonpath into rel2abs, saves re-running it for each
directory up the tree.
- 4.0.2
Avoid undef value in m// with defined check.
- 4.0.1
Fixes to setup-dist shell script for creating the placeholder
FindBin/libs.pm file with the correct version.
- 4.0.0
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.
OBS-URL: https://build.opensuse.org/request/show/1235336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FindBin-libs?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2eb49161a086c30e00fd5009c91395f4d3b3d3e6d7e12197fff8aabf25ac149
|
|
||||||
size 37223
|
|
||||||
3
FindBin-libs-v4.0.4.tar.gz
Normal file
3
FindBin-libs-v4.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e39c663aa69b9a63f76a05503c1a7db28df266c335d8e4870b4e43f743f1b72
|
||||||
|
size 63593
|
||||||
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 15 17:33:54 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
Wed Feb 15 17:33:54 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-FindBin-libs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,18 +18,22 @@
|
|||||||
|
|
||||||
%define cpan_name FindBin-libs
|
%define cpan_name FindBin-libs
|
||||||
Name: perl-FindBin-libs
|
Name: perl-FindBin-libs
|
||||||
Version: 3.0.2
|
Version: 4.0.4
|
||||||
Release: 0
|
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
|
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}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Data::Dump)
|
||||||
#BuildRequires: perl(File::Copy::Recursive::Reduced) >= 0.006000
|
#BuildRequires: perl(File::Copy::Recursive::Reduced) >= 0.006000
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
|
Requires: perl(Data::Dump)
|
||||||
#Requires: perl(File::Copy::Recursive::Reduced) >= 0.002000
|
#Requires: perl(File::Copy::Recursive::Reduced) >= 0.002000
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -39,11 +43,13 @@ Requires: perl(File::Copy::Recursive::Reduced) >= 0.002
|
|||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
locate and a 'use lib' or export
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-v%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -58,6 +64,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc CHANGES example README
|
%doc CHANGES example README setup-dist
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user