-
Notifications
You must be signed in to change notification settings - Fork 561
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
jykanase
wants to merge
2
commits into
microsoft:3.0-dev
Choose a base branch
from
jykanase:topic_perl-Class-Data-Inheritable
base: 3.0-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+57
−20
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/perl-Class-Data-Inheritable/perl-Class-Data-Inheritable.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should actually contain upstream URL from which we download the source tarball, do some validations and then put it in to azurelinuxsrcstorage. Can you please correct it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URL is not present in the the Upstream