Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Error-0.17025.tar.gz
|
||||
SOURCES/Error-0.17029.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
f4ee3de53957a6b28918c05de212601498ae8a83 SOURCES/Error-0.17025.tar.gz
|
||||
dc339398cae75ce5c8371be05775a32c377d0e3c SOURCES/Error-0.17029.tar.gz
|
||||
|
@ -1,35 +1,35 @@
|
||||
Name: perl-Error
|
||||
Epoch: 1
|
||||
Version: 0.17025
|
||||
Release: 2%{?dist}
|
||||
Version: 0.17029
|
||||
Release: 7%{?dist}
|
||||
Summary: Error/exception handling in an OO-ish way
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
URL: http://search.cpan.org/dist/Error/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Error
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Error/Error-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(blib)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Optional Tests
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::TrailingSpace)
|
||||
%endif
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
@ -48,15 +48,16 @@ can simply be recorded.
|
||||
%setup -q -n Error-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%files
|
||||
%if 0%{?_licensedir:1}
|
||||
@ -65,7 +66,7 @@ perl Build.PL --installdirs=vendor
|
||||
%doc LICENSE
|
||||
%endif
|
||||
# GPL+ or Artistic
|
||||
%doc ChangeLog README examples/
|
||||
%doc ChangeLog Changes README examples/
|
||||
%{perl_vendorlib}/Error.pm
|
||||
%{_mandir}/man3/Error.3*
|
||||
# MIT
|
||||
@ -73,6 +74,59 @@ perl Build.PL --installdirs=vendor
|
||||
%{_mandir}/man3/Error::Simple.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.17029-7
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.17029-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17029-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17029-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.17029-3
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Tue Mar 10 2020 Paul Howarth <paul@city-fan.org> - 1:0.17029-2
|
||||
- BR: perl(blib) for t/00-compile.t
|
||||
|
||||
* Tue Jan 28 2020 Paul Howarth <paul@city-fan.org> - 1:0.17029-1
|
||||
- Update to 0.17029
|
||||
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD
|
||||
documentation (VERSION used to appear before NAME)
|
||||
|
||||
* Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 1:0.17028-1
|
||||
- Update to 0.17028
|
||||
- Moved the VCS repo to https://github.com/shlomif/perl-error.pm
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17027-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.17027-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17027-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Oct 28 2018 Paul Howarth <paul@city-fan.org> - 1:0.17027-1
|
||||
- Update to 0.17027
|
||||
- Documentation and examples enhancements (GH#1)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17026-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.17026-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu May 24 2018 Paul Howarth <paul@city-fan.org> - 1:0.17026-1
|
||||
- Update to 0.17026
|
||||
- Convert to Dist-Zilla
|
||||
- Switch to ExtUtils::MakeMaker flow
|
||||
- Switch upstream from search.cpan.org to metacpan.org
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.17025-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user