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

Upgrade: perl-Class-Data-Inheritable version to 0.09 #11708

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": {
"Class-Data-Inheritable-0.08-clean.tar.gz": "febb2cc54e84fc79226e276544e7256d62cb0606ffbaef04977fa9cf42ecd5d6"
"perl-Class-Data-Inheritable-0.09-clean.tar.gz": "2229beb338494a17edc1dc4e27df9adc732a9ab7f1576e3091f4a5784445d522"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
%endif

Name: perl-Class-Data-Inheritable
Version: 0.08
Release: 37%{?dist}
Version: 0.09
Release: 10%{?dist}
Summary: Inheritable, overridable class data
License: GPL+ or Artistic
License: GPL-1.0-or-later OR Artistic-1.0-Perl
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://metacpan.org/release/Class-Data-Inheritable
# has non-free and outdated jp docs
# rm -rf doc
# Source0: https://cpan.metacpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-%%{version}.tar.gz
Source0: %{_distro_sources_url}/Class-Data-Inheritable-%{version}-clean.tar.gz
# Source0: https://cpan.metacpan.org/modules/by-module/Class/Class-Data-Inheritable-%%{version}.tar.gz
Source0: %{_distro_sources_url}/Class-Data-Inheritable-%{version}-clean.tar.gz#/perl-Class-Data-Inheritable-%{version}-clean.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
Expand All @@ -36,7 +36,6 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
%endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)

%description
Expand All @@ -53,28 +52,66 @@ perl Makefile.PL INSTALLDIRS=vendor
make

%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}

%check
make test

%files
%{perl_vendorlib}/Class/
%{_mandir}/man3/Class::Data::Inheritable.3pm*
%{_mandir}/man3/Class::Data::Inheritable.3*

%changelog
* Thu Feb 22 2024 Pawel Winogrodzki <[email protected]> - 0.08-37
- Updating naming for 3.0 version of Azure Linux.

* Tue Apr 26 2022 Mandeep Plaha <[email protected]> - 0.08-36
- Updated source URL.
* Thu Dec 19 2024 Jyoti kanase <[email protected]> - 0.09 - 10
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.08-35
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.09-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.09-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.09-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.09-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.09-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.09-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Tue May 31 2022 Jitka Plesnikova <[email protected]> - 0.09-3
- Perl 5.36 rebuild

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.09-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Sat Jul 31 2021 Paul Howarth <[email protected]> - 0.09-1
- Update to 0.09
- Update spelling errors to resolve CPAN RT#83824 and CPAN RT#86563
- Drop redundant buildroot cleaning in %%install section
- Fix permissions verbosely

* Thu Jul 22 2021 Fedora Release Engineering <[email protected]> - 0.08-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri May 21 2021 Jitka Plesnikova <[email protected]> - 0.08-38
- Perl 5.34 rebuild

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.08-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Tue Jul 28 2020 Fedora Release Engineering <[email protected]> - 0.08-36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Jun 23 2020 Jitka Plesnikova <[email protected]> - 0.08-35
- Perl 5.32 rebuild

* Wed Jan 29 2020 Fedora Release Engineering <[email protected]> - 0.08-34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16133,8 +16133,8 @@
"type": "other",
"other": {
"name": "perl-Class-Data-Inheritable",
"version": "0.08",
"downloadUrl": "https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/Class-Data-Inheritable-0.08-clean.tar.gz"
"version": "0.09",
"downloadUrl": "https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/Class-Data-Inheritable-0.09-clean.tar.gz"
}
}
},
Expand Down