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

Updating CBL-Mariner import Fedora 41 (Version 2.003006 -> 2.005005). #11690

Open
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/perl-Moo/perl-Moo.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-Moo-2.003006.tar.gz": "bcb2092ab18a45005b5e2e84465ebf3a4999d8e82a43a09f5a94d859ae7f2472"
"Moo-2.005005.tar.gz": "fb5a2952649faed07373f220b78004a9c6aba387739133740c1770e9b1f4b108"
}
}
}
31 changes: 17 additions & 14 deletions SPECS-EXTENDED/perl-Moo/perl-Moo.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Name: perl-Moo
Version: 2.003006
Release: 3%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL+ or Artistic
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: perl-Moo
Version: 2.005005
Release: 8%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL-1.0-or-later OR Artistic-1.0-Perl

URL: https://metacpan.org/release/Moo
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz#/perl-Moo-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: perl-interpreter
Expand All @@ -22,22 +23,22 @@ BuildRequires: perl(Class::Method::Modifiers) >= 1.10
BuildRequires: perl(Config)
BuildRequires: perl(constant)
BuildRequires: perl(Devel::GlobalDestruction) >= 0.11
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(Exporter)
# Filter::Simple not used at test-time
BuildRequires: perl(Import::Into) >= 1.002
BuildRequires: perl(Module::Runtime) >= 0.014
BuildRequires: perl(mro)
# MRO::Compat not needed with modern perl
BuildRequires: perl(overload)
BuildRequires: perl(Role::Tiny) >= 2.001004
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Role::Tiny) >= 2.002004
BuildRequires: perl(Scalar::Util) >= 1.00
BuildRequires: perl(strictures) >= 1.004003
BuildRequires: perl(Sub::Defer) >= 2.003001
BuildRequires: perl(Sub::Quote) >= 2.003001
BuildRequires: perl(Sub::Defer) >= 2.006006
BuildRequires: perl(Sub::Quote) >= 2.006006
# Text::Balanced not used at test-time
# Optional run-time:
BuildRequires: perl(Class::XSAccessor) >= 1.18
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Sub::Util)
# lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only
# if Moose has been loaded. So this is circular optional dependency definitly
# not suitable for Moo because Moo is reimplementation of Moose:
Expand All @@ -52,12 +53,10 @@ BuildRequires: perl(Data::Dumper)
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
# MooX::ArrayRef is defined internally via %%INC
BuildRequires: perl(Test::Fatal) >= 0.003
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(threads)
# Optional tests:
BuildRequires: perl(CPAN::Meta::Requirements)
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
Requires: perl(Carp)
Requires: perl(Class::Method::Modifiers) >= 1.10
Requires: perl(Devel::GlobalDestruction) >= 0.11
Expand Down Expand Up @@ -98,6 +97,10 @@ not quite- two thirds of Moose.
%{_mandir}/man3/*

%changelog
* Mon Dec 23 2024 Sreenivasulu Malavathula <[email protected]> 2.005005-8
- Initial CBL-Mariner import from Fedora 41 (license: GPL-1.0-or-later OR Artistic-1.0-Perl).
- License verified.

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

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18553,8 +18553,8 @@
"type": "other",
"other": {
"name": "perl-Moo",
"version": "2.003006",
"downloadUrl": "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.003006.tar.gz"
"version": "2.005005",
"downloadUrl": "https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.005005.tar.gz"
}
}
},
Expand Down