Update to 2.113
- New upsteram release 2.113 - Get rid of use of Common and TBone in all tests - Convert to Dist::Zilla for authoring - Cleaned up some of the docs (needs more)
This commit is contained in:
parent
09722d2839
commit
04da921b51
@ -1,6 +1,6 @@
|
||||
Summary: I/O on in-core objects like strings and arrays for Perl
|
||||
Name: perl-IO-stringy
|
||||
Version: 2.112
|
||||
Version: 2.113
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/IO-stringy
|
||||
@ -13,7 +13,6 @@ BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -21,15 +20,15 @@ BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
||||
@ -59,9 +58,6 @@ string, a globref, or a FileHandle.
|
||||
%prep
|
||||
%setup -q -n IO-Stringy-%{version}
|
||||
|
||||
# Get rid of bogus exec permissions
|
||||
chmod -c -x Changes COPYING LICENSE README.md lib/IO/*.pm
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
@ -80,7 +76,7 @@ make test
|
||||
%else
|
||||
%doc COPYING LICENSE
|
||||
%endif
|
||||
%doc Changes examples/ README.md
|
||||
%doc Changes examples/ README
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::AtomicFile.3*
|
||||
%{_mandir}/man3/IO::InnerFile.3*
|
||||
@ -92,6 +88,12 @@ make test
|
||||
%{_mandir}/man3/IO::WrapTie.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 17 2020 Paul Howarth <paul@city-fan.org> - 2.113-1
|
||||
- Update to 2.113
|
||||
- Get rid of use of Common and TBone in all tests
|
||||
- Convert to Dist::Zilla for authoring
|
||||
- Cleaned up some of the docs (needs more)
|
||||
|
||||
* Sat Dec 14 2019 Paul Howarth <paul@city-fan.org> - 2.112-1
|
||||
- Update to 2.112
|
||||
- Added the change log from any prior source that could be found, and
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Stringy-2.112.tar.gz) = 49ca81f4c96dcac9f1eda0a226b84cc70964f8a917e41980d4faa611d42716c509fa24ff282ca731f9aa42285bff9195b7b9ba8fd732f2aac7761282c61f2601
|
||||
SHA512 (IO-Stringy-2.113.tar.gz) = 5af104766c20b4336649dc4a19554ad204506c2476b4bf7d8ad7c2cfab15f0296efadb9019cd57e770a2a3c5f5686f7f010bddbd6efd51d300c54ca36286f094
|
||||
|
||||
Loading…
Reference in New Issue
Block a user