Compare commits

..

No commits in common. 'i10ce' and 'c9' have entirely different histories.
i10ce ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Mail-AuthenticationResults-2.20231031.tar.gz SOURCES/Mail-AuthenticationResults-2.20210112.tar.gz

@ -1 +1 @@
acf3f087e377fba2890aa3c0b5504a87ff7cbf78 SOURCES/Mail-AuthenticationResults-2.20231031.tar.gz 4296956590f5b65173a9ea01a0dafdac5ac8167e SOURCES/Mail-AuthenticationResults-2.20210112.tar.gz

@ -1,10 +1,10 @@
Name: perl-Mail-AuthenticationResults Name: perl-Mail-AuthenticationResults
Version: 2.20231031 Version: 2.20210112
Release: 4%{?dist} Release: 4%{?dist}
Summary: Object Oriented Authentication-Results Headers Summary: Object Oriented Authentication-Results Headers
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL+ or Artistic
URL: https://metacpan.org/release/Mail-AuthenticationResults/ URL: http://search.cpan.org/dist/Mail-AuthenticationResults/
Source0: https://cpan.metacpan.org/modules/by-module/Mail/Mail-AuthenticationResults-%{version}.tar.gz Source0: http://www.cpan.org/modules/by-module/Mail/Mail-AuthenticationResults-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: make
@ -12,8 +12,7 @@ BuildRequires: perl >= 0:5.008
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Clone) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(JSON) BuildRequires: perl(JSON)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
@ -21,6 +20,7 @@ BuildRequires: perl(strict)
BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
@ -32,17 +32,21 @@ Object Oriented Authentication-Results email headers.
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 perl Makefile.PL INSTALLDIRS=vendor
%make_build %make_build
%install %install
%make_install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
%make_build test make test
%files %files
@ -51,55 +55,13 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.20231031-4 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.20210112-4
- Rebuilt for MSVSphere 10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20231031-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20231031-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.20231031-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 01 2023 Xavier Bachelot <xavier@bachelot.org> 2.20231031-1
- Update to 2.20231031 (RHBZ#2247355)
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20230112-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 07 2023 Michal Josef Špaček <mspacek@redhat.com> - 2.20230112-2
- Update license to SPDX format
* Tue Mar 07 2023 Xavier Bachelot <xavier@bachelot.org> 2.20230112-1
- Update to 2.20230112 (RHBZ#2160586)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210915-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210915-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.20210915-3
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210915-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Oct 14 2021 Xavier Bachelot <xavier@bachelot.org> 2.20210915
- Update to 2.20210915 (RHBZ#2003898)
* Tue Sep 14 2021 Xavier Bachelot <xavier@bachelot.org> 2.20210914
- Update to 2.20210914 (RHBZ#2003898)
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210112-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.20210112-3 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.20210112-3
- Perl 5.34 rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210112-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.20210112-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save