Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Exporter-Tiny-1.000000.tar.gz
|
||||
SOURCES/Exporter-Tiny-1.002002.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
2ed51682ff06e6f9da7f65f538fdb59e5b416d4a SOURCES/Exporter-Tiny-1.000000.tar.gz
|
||||
bf258f1068c80b48f63b2a925fb2a588b365ce24 SOURCES/Exporter-Tiny-1.002002.tar.gz
|
||||
|
||||
@ -6,20 +6,21 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Exporter-Tiny
|
||||
Version: 1.000000
|
||||
Release: 4%{?dist}
|
||||
Version: 1.002002
|
||||
Release: 6%{?dist}
|
||||
Summary: An exporter with the features of Sub::Exporter but only core dependencies
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Exporter-Tiny/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/Exporter-Tiny
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Exporter/Exporter-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: sed
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(strict)
|
||||
@ -57,6 +58,10 @@ overridden to provide interesting behavior.
|
||||
%prep
|
||||
%setup -q -n Exporter-Tiny-%{version}
|
||||
|
||||
# Remove bundled modules Test::Fatal, Test::Requires, Test::Simple and Try::Tiny
|
||||
rm -r ./inc/
|
||||
sed -i -e '/^inc\//d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
@ -75,8 +80,7 @@ make test
|
||||
%else
|
||||
%doc COPYRIGHT LICENSE
|
||||
%endif
|
||||
# GPL+ or Artistic
|
||||
%doc Changes CREDITS README examples/
|
||||
%doc Changes CREDITS examples/ README TODO
|
||||
%{perl_vendorlib}/Exporter/
|
||||
%{_mandir}/man3/Exporter::Tiny.3*
|
||||
%{_mandir}/man3/Exporter::Tiny::Manual::Etc.3*
|
||||
@ -86,6 +90,55 @@ make test
|
||||
%{_mandir}/man3/Exporter::Shiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.002002-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.002002-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.002002-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.002002-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Fri Apr 24 2020 Paul Howarth <paul@city-fan.org> - 1.002002-1
|
||||
- Update to 1.002002
|
||||
- Fix bug in handling regexps in import lists; Exporter::Tiny allowed regexps
|
||||
like /foo/i but not /foo/; having trailing flags is now optional! (GH#6)
|
||||
- Tests would fail if 'PERL5OPT=-Mfeature=:5.18' environment variable was set;
|
||||
this is because bareword '-default' was being interpreted as the Perl
|
||||
'default' keyword (GH#5)
|
||||
- Unbundle newly-bundled test modules
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.002001-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.002001-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Jul 18 2018 Paul Howarth <paul@city-fan.org> - 1.002001-1
|
||||
- Update to 1.002001
|
||||
- Added support for generating and exporting non-code symbols such as $Foo,
|
||||
@Bar, and %%Baz
|
||||
- Improved test coverage, up from 88.78%% on coveralls.io to 96.74%%
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.000000-5
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.000000-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user