diff --git a/ExtUtils-InstallPaths-0.014.tar.gz b/ExtUtils-InstallPaths-0.014.tar.gz deleted file mode 100644 index 8ea0d27..0000000 --- a/ExtUtils-InstallPaths-0.014.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae65d20cc3c7e14b3cd790915c84510f82dfb37a4c9b88aa74b2e843af417d01 -size 19253 diff --git a/ExtUtils-InstallPaths-0.015.tar.gz b/ExtUtils-InstallPaths-0.015.tar.gz new file mode 100644 index 0000000..d050840 --- /dev/null +++ b/ExtUtils-InstallPaths-0.015.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d64eb2dfa87ead010cdf55c8a1bdfde50b7b5852d7cb8cf2304f55bea2eb007 +size 19252 diff --git a/perl-ExtUtils-InstallPaths.changes b/perl-ExtUtils-InstallPaths.changes index b3a5c70..c814e27 100644 --- a/perl-ExtUtils-InstallPaths.changes +++ b/perl-ExtUtils-InstallPaths.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 6 17:20:05 UTC 2025 - Tina Müller + +- updated to 0.15.0 (0.015) + see /usr/share/doc/packages/perl-ExtUtils-InstallPaths/Changes + + 0.015 2025-09-26 21:13:44+02:00 Europe/Brussels + - Restore installing non-standard types + ------------------------------------------------------------------- Wed Sep 11 05:32:24 UTC 2024 - Tina Müller diff --git a/perl-ExtUtils-InstallPaths.spec b/perl-ExtUtils-InstallPaths.spec index 9376fc1..7c39660 100644 --- a/perl-ExtUtils-InstallPaths.spec +++ b/perl-ExtUtils-InstallPaths.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-InstallPaths # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name ExtUtils-InstallPaths Name: perl-ExtUtils-InstallPaths -Version: 0.14.0 +Version: 0.15.0 Release: 0 -# 0.014 -> normalize -> 0.14.0 -%define cpan_version 0.014 +# 0.015 -> normalize -> 0.15.0 +%define cpan_version 0.015 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Build.PL install path logic made easy URL: https://metacpan.org/release/%{cpan_name} @@ -31,8 +31,8 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::Config) >= 0.9.0 -Requires: perl(ExtUtils::Config) >= 0.9.0 +BuildRequires: perl(ExtUtils::Config) >= 0.9 +Requires: perl(ExtUtils::Config) >= 0.9 Provides: perl(ExtUtils::InstallPaths) = %{version} %undefine __perllib_provides %{perl_requires} @@ -97,7 +97,7 @@ This is the same as 'libdoc' above, but applies to HTML documents. Unless explicitly set, this is only available when perl was configured to do so. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor