Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Module-Load-Conditional-0.68.tar.gz SOURCES/Module-Load-Conditional-0.74.tar.gz

@ -1 +1 @@
30d10bfde68b8dcefc0368fa72ea4558ddaddf5e SOURCES/Module-Load-Conditional-0.68.tar.gz 74601c8ff8bccf17accb763440e562cabfa29649 SOURCES/Module-Load-Conditional-0.74.tar.gz

@ -1,18 +1,17 @@
Name: perl-Module-Load-Conditional Name: perl-Module-Load-Conditional
Version: 0.68 Version: 0.74
Release: 395%{?dist} Release: 4%{?dist}
Summary: Looking up module information and loading at run-time Summary: Looking up module information / loading at run-time
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Module-Load-Conditional/ URL: https://metacpan.org/release/Module-Load-Conditional
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-Conditional-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Build: # Build:
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time: # Run-time:
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Config) BuildRequires: perl(Config)
@ -51,13 +50,12 @@ you have installed on your system during run-time.
%setup -q -n Module-Load-Conditional-%{version} %setup -q -n Module-Load-Conditional-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=%{buildroot} %{make_install}
find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot}
%{_fixperms} %{buildroot}
%check %check
make test make test
@ -68,8 +66,54 @@ make test
%{_mandir}/man3/Module::Load::Conditional.3* %{_mandir}/man3/Module::Load::Conditional.3*
%changelog %changelog
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.68-395 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.74-4
- Rebuilt for MSVSphere 8.8 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.74-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.74-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Aug 21 2020 Petr Pisar <ppisar@redhat.com> - 0.74-1
- 0.74 bump
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.72-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Jun 27 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.72-2
- Perl 5.32 re-rebuild updated packages
* Thu Jun 25 2020 Petr Pisar <ppisar@redhat.com> - 0.72-1
- 0.72 bump
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.70-456
- Increase release to favour standalone package
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
- Update to 0.70
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)
- Use author-independent source URL
- Fix permissions verbosely
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-439
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-438
- Increase release to favour standalone package
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-418
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-417
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-416
- Increase release to favour standalone package
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-395 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-395
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save