Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update perl-ExtUtils-InstallPaths to version 0.014-1 #11625

Open
wants to merge 2 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-ExtUtils-Config-0.008.tar.gz": "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c"
"perl-ExtUtils-Config-0.010.tar.gz": "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: perl-ExtUtils-Config
Version: 0.008
Release: 19%{?dist}
Version: 0.010
Release: 1%{?dist}
Summary: A wrapper for perl's configuration
License: GPL+ or Artistic
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -53,8 +53,13 @@ make test
%doc Changes README
%{perl_vendorlib}/ExtUtils/
%{_mandir}/man3/ExtUtils::Config.3*
%{_mandir}/man3/ExtUtils::Config::MakeMaker.3*

%changelog
* Thu Dec 19 2024 Kevin Lockwood <[email protected]> - 0.010-1
- Update to 0.010
- License verified

* Fri Apr 22 2022 Muhammad Falak <[email protected]> - 0.008-19
- Add an explicit BR on `perl(blib)` to enable ptest
- License verified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-ExtUtils-InstallPaths-0.012.tar.gz": "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
"perl-ExtUtils-InstallPaths-0.014.tar.gz": "ae65d20cc3c7e14b3cd790915c84510f82dfb37a4c9b88aa74b2e843af417d01"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: perl-ExtUtils-InstallPaths
Version: 0.012
Release: 9%{?dist}
Version: 0.014
Release: 1%{?dist}
Summary: Build.PL install path logic made easy
License: GPL+ or Artistic
Vendor: Microsoft Corporation
Expand All @@ -17,12 +17,11 @@ BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
# Module
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::Config) >= 0.002
BuildRequires: perl(ExtUtils::Config) >= 0.009
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(Config)
BuildRequires: perl(File::Spec::Functions) >= 0.83
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
Expand Down Expand Up @@ -67,6 +66,10 @@ make test
%{_mandir}/man3/ExtUtils::InstallPaths.3*

%changelog
* Fri Dec 20 2024 Kevin Lockwood <[email protected]> - 0.014-1
- Update to 0.014
- License verified.

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.012-9
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17203,8 +17203,8 @@
"type": "other",
"other": {
"name": "perl-ExtUtils-Config",
"version": "0.008",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-Config-0.008.tar.gz"
"version": "0.010",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-Config-0.010.tar.gz"
}
}
},
Expand Down Expand Up @@ -17233,8 +17233,8 @@
"type": "other",
"other": {
"name": "perl-ExtUtils-InstallPaths",
"version": "0.012",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-InstallPaths-0.012.tar.gz"
"version": "0.014",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/ExtUtils/ExtUtils-InstallPaths-0.014.tar.gz"
}
}
},
Expand Down