Skip to content

Commit

Permalink
perl-Test-EOL: Update Version from 2.00 -> 2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Dec 31, 2024
1 parent 38f93ab commit 9e780f4
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 20 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/perl-Test-EOL/perl-Test-EOL.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-Test-EOL-2.00.tar.gz": "8e7f7e5d07d3be0f1d7d51bcda8af0962767eb2897fd48994df274c0f5ed6b50"
"Test-EOL-2.02.tar.gz": "283199d7fb27807fe2226af7b12571c6dc2508d8e5c0feb505d089d31720afc4"
}
}
}
73 changes: 57 additions & 16 deletions SPECS-EXTENDED/perl-Test-EOL/perl-Test-EOL.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: perl-Test-EOL
Version: 2.00
Release: 12%{?dist}
Summary: Check the correct line endings in your project
License: GPL+ or Artistic
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: perl-Test-EOL
Version: 2.02
Release: 13%{?dist}
Summary: Check the correct line endings in your project
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Test-EOL
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-EOL-%{version}.tar.gz#/perl-Test-EOL-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-EOL-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
Expand All @@ -25,13 +25,11 @@ BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(Config)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::More) >= 0.88
# Optional Tests
%if "%{?rhel}" != "6"
BuildRequires: perl(CPAN::Meta) >= 2.120900
%endif
# Dependencies
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# (none)

%description
This module scans your project/distribution for any perl files (scripts,
Expand All @@ -54,18 +52,61 @@ find %{buildroot} -type f -name .packlist -delete
make test

%files
%if 0%{?_licensedir:1}
%license LICENCE
%else
%doc LICENCE
%endif
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::EOL.3*

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.00-12
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Wed Dec 18 2024 Sreenivasulu Malavathula <v-smalavathu@microsoft.com> - 2.02-13
- Initial Azure Linux import from Fedora 41 (license: MIT)
- License verified

* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.02-6
- Perl 5.36 rebuild

* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.02-3
- Perl 5.34 rebuild

* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Mon Dec 7 2020 Paul Howarth <paul@city-fan.org> - 2.02-1
- Update to 2.02
- Better matching on files, directories to be ignored, e.g. no longer
confuses directory "vincent" for "inc" (CPAN RT#133862, GH#1)
- Handle long @INC lines by passing through $PERL5LIB (CPAN RT#123448)
- Use %%license and BR: perl(CPAN::Meta) unconditionally

* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.00-12
- Perl 5.32 rebuild

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.00-11
- 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 @@ -19803,8 +19803,8 @@
"type": "other",
"other": {
"name": "perl-Test-EOL",
"version": "2.00",
"downloadUrl": "https://cpan.metacpan.org/modules/by-module/Test/Test-EOL-2.00.tar.gz"
"version": "2.02",
"downloadUrl": "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-EOL-2.02.tar.gz"
}
}
},
Expand Down

0 comments on commit 9e780f4

Please sign in to comment.