|
|
|
@ -1,93 +1,76 @@
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 2.004000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
|
|
|
|
URL: https://metacpan.org/release/Type-Tiny
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
# --with reply_plugin
|
|
|
|
|
# Default: --without
|
|
|
|
|
# Default: --without
|
|
|
|
|
# Missing deps (perl(Reply::Plugin))
|
|
|
|
|
# Marked as unstable (cf. lib/Reply/Plugin/TypeTiny.pm)
|
|
|
|
|
%bcond_with reply_plugin
|
|
|
|
|
|
|
|
|
|
Name: perl-Type-Tiny
|
|
|
|
|
Version: 1.012004
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tiny, yet Moo(se)-compatible type constraint
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://typetiny.toby.ink/
|
|
|
|
|
Source0: https://cpan.metacpan.org/modules/by-module/Test/Type-Tiny-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
BuildRequires: %{__make}
|
|
|
|
|
BuildRequires: %{__perl}
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.6.1
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.0
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
|
BuildRequires: perl(Exporter::Tiny) >= 1.000000
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Text::Balanced)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Optional Module Runtime
|
|
|
|
|
BuildRequires: perl(B::Deparse)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
BuildRequires: perl(Devel::LexAlias) >= 0.05
|
|
|
|
|
BuildRequires: perl(Devel::StackTrace)
|
|
|
|
|
BuildRequires: perl(mro)
|
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
|
BuildRequires: perl(Ref::Util::XS) >= 0.100
|
|
|
|
|
%{?with_reply_plugin:
|
|
|
|
|
BuildRequires: perl(Reply::Plugin)}
|
|
|
|
|
BuildRequires: perl(Sub::Util)
|
|
|
|
|
%{?with_reply_plugin:
|
|
|
|
|
BuildRequires: perl(Term::ANSIColor)}
|
|
|
|
|
BuildRequires: perl(Type::Tie)
|
|
|
|
|
# Test Suite
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
|
%if "%{version}" >= "2.000001"
|
|
|
|
|
BuildRequires: perl(Exporter::Tiny) >= 1.004001
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: perl(Exporter::Tiny) >= 0.040
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
|
|
|
|
%if "%{version}" >= "2.000001"
|
|
|
|
|
BuildRequires: perl(experimental)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(feature)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Math::BigFloat)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(Test::Requires)
|
|
|
|
|
BuildRequires: perl(Test::Tester) >= 0.109
|
|
|
|
|
%if "%{version}" >= "2.000001"
|
|
|
|
|
BuildRequires: perl(Test::Deep)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(Text::Balanced)
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
BuildRequires: perl(Tie::Array)
|
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
|
|
# optional
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Class::InsideOut)
|
|
|
|
|
BuildRequires: perl(Class::ISA)
|
|
|
|
|
%if "%{version}" >= "2.000001"
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Class::Plain)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(Data::Constraint)
|
|
|
|
|
# Optional Tests
|
|
|
|
|
BuildRequires: perl(Benchmark)
|
|
|
|
|
BuildRequires: perl(Devel::Cover)
|
|
|
|
|
BuildRequires: perl(Devel::Hide)
|
|
|
|
|
BuildRequires: perl(Devel::LexAlias) >= 0.05
|
|
|
|
|
BuildRequires: perl(Devel::Refcount)
|
|
|
|
|
BuildRequires: perl(Devel::StackTrace)
|
|
|
|
|
BuildRequires: perl(Exporter) >= 5.59
|
|
|
|
|
BuildRequires: perl(Function::Parameters)
|
|
|
|
|
BuildRequires: perl(Function::Parameters) >= 1.0103
|
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
|
BuildRequires: perl(IO::String)
|
|
|
|
|
BuildRequires: perl(JSON::PP) >= 2.27105
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Kavorka)
|
|
|
|
|
BuildRequires: perl(match::simple)
|
|
|
|
|
BuildRequires: perl(Method::Generate::Accessor)
|
|
|
|
|
BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Moo) >= 1.006000
|
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
# Build cycle perl-MooX-TypeTiny <-> perl-Type-Tiny
|
|
|
|
|
BuildRequires: perl(MooX::TypeTiny)
|
|
|
|
|
%endif
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Moops)
|
|
|
|
|
BuildRequires: perl(Moose) >= 2.0400
|
|
|
|
|
BuildRequires: perl(Moose) >= 2.1210
|
|
|
|
|
BuildRequires: perl(Moose::Meta::TypeCoercion)
|
|
|
|
|
BuildRequires: perl(Moose::Meta::TypeCoercion::Union)
|
|
|
|
|
BuildRequires: perl(Moose::Meta::TypeConstraint)
|
|
|
|
@ -98,66 +81,64 @@ BuildRequires: perl(Moose::Meta::TypeConstraint::Union)
|
|
|
|
|
BuildRequires: perl(Moose::Util::TypeConstraints)
|
|
|
|
|
BuildRequires: perl(MooseX::Getopt) >= 0.63
|
|
|
|
|
BuildRequires: perl(MooseX::Types)
|
|
|
|
|
BuildRequires: perl(MooseX::Types::Common)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(MooseX::Types::DBIx::Class)
|
|
|
|
|
BuildRequires: perl(MooseX::Types::Common) >= 0.001004
|
|
|
|
|
BuildRequires: perl(MooseX::Types::Moose)
|
|
|
|
|
BuildRequires: perl(Mouse)
|
|
|
|
|
BuildRequires: perl(Mouse) >= 1.000
|
|
|
|
|
BuildRequires: perl(Mouse::Meta::TypeConstraint)
|
|
|
|
|
BuildRequires: perl(Mouse::Util)
|
|
|
|
|
BuildRequires: perl(Mouse::Util::TypeConstraints)
|
|
|
|
|
BuildRequires: perl(MouseX::Types)
|
|
|
|
|
BuildRequires: perl(MouseX::Types::Common)
|
|
|
|
|
BuildRequires: perl(MouseX::Types) >= 0.06
|
|
|
|
|
BuildRequires: perl(MouseX::Types::Moose)
|
|
|
|
|
BuildRequires: perl(mro)
|
|
|
|
|
BuildRequires: perl(Object::Accessor)
|
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
|
BuildRequires: perl(Ref::Util::XS) > 0.100
|
|
|
|
|
%{?with_reply_plugin:BuildRequires: perl(Reply::Plugin)}
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
# Build-cycle: perl-Return-Type → perl-Type-Tiny
|
|
|
|
|
BuildRequires: perl(Return::Type) >= 0.004
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(Object::Accessor) >= 0.30
|
|
|
|
|
BuildRequires: perl(Role::Tiny)
|
|
|
|
|
BuildRequires: perl(Role::Tiny::With)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291
|
|
|
|
|
BuildRequires: perl(Specio)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Builtins)
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Lexical) >= 0.092291
|
|
|
|
|
BuildRequires: perl(Sub::Quote)
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Switcheroo)
|
|
|
|
|
%{?with_reply_plugin:BuildRequires: perl(Term::ANSIColor)}
|
|
|
|
|
BuildRequires: perl(Test::LeakTrace)
|
|
|
|
|
BuildRequires: perl(Test::Memory::Cycle)
|
|
|
|
|
BuildRequires: perl(Test::Warnings)
|
|
|
|
|
%if "%{version}" < "2.000001"
|
|
|
|
|
BuildRequires: perl(Type::Tie)
|
|
|
|
|
%endif
|
|
|
|
|
# N/A in Fedora: BuildRequires: perl(Types::ReadOnly)
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
# Build-cycle: perl-Type-Tiny-XS → perl-Type-Tiny
|
|
|
|
|
BuildRequires: perl(Type::Tiny::XS)
|
|
|
|
|
# Build-cycle: perl-Types-Path-Tiny → perl-Type-Tiny
|
|
|
|
|
BuildRequires: perl(Test::Moose)
|
|
|
|
|
BuildRequires: perl(Test::Tester) >= 0.109
|
|
|
|
|
BuildRequires: perl(Test::Warnings) >= 0.005
|
|
|
|
|
BuildRequires: perl(Tie::Array)
|
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
|
BuildRequires: perl(Tie::Scalar)
|
|
|
|
|
# Optional test requirements that depend on this package themselves
|
|
|
|
|
%if !0%{?perl_bootstrap:1}
|
|
|
|
|
BuildRequires: perl(Return::Type) >= 0.007
|
|
|
|
|
BuildRequires: perl(Types::Path::Tiny)
|
|
|
|
|
# Build-cycle: perl-Validation-Class → perl-Hash-Flatten → perl-Log-Trace
|
|
|
|
|
# → perl-Data-Serializer → perl-Crypt-CBC → perl-Crypt-PBKDF2 → perl-Type-Tiny
|
|
|
|
|
BuildRequires: perl(Validation::Class) >= 7.900017
|
|
|
|
|
BuildRequires: perl(Validation::Class::Simple)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(B::Deparse)
|
|
|
|
|
Requires: perl(Carp)
|
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
|
%if "%{version}" >= "2.000001"
|
|
|
|
|
Obsoletes: perl-Type-Tie < %{version}-%{release}
|
|
|
|
|
%if 0%{?fedora} < 37
|
|
|
|
|
Provides: perl-Type-Tie = %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Recommends: perl(Type::Tiny::XS)
|
|
|
|
|
Requires: perl(mro)
|
|
|
|
|
Requires: perl(re)
|
|
|
|
|
Requires: perl(Sub::Util)
|
|
|
|
|
Requires: perl(Text::Balanced)
|
|
|
|
|
Recommends: perl(Devel::LexAlias) >= 0.05
|
|
|
|
|
Recommends: perl(Devel::StackTrace)
|
|
|
|
|
Recommends: perl(Ref::Util::XS) >= 0.100
|
|
|
|
|
Recommends: perl(Type::Tie)
|
|
|
|
|
|
|
|
|
|
# Optional Modules not yet available in EPEL-8
|
|
|
|
|
#TODO: BuildRequires: perl(Class::InsideOut) >= 1.13
|
|
|
|
|
#TODO: BuildRequires: perl(Data::Constraint)
|
|
|
|
|
#TODO: BuildRequires: perl(Kavorka)
|
|
|
|
|
#TODO: BuildRequires: perl(Moops)
|
|
|
|
|
#TODO: BuildRequires: perl(MooX::TypeTiny)
|
|
|
|
|
#TODO: BuildRequires: perl(MouseX::Types::Common) >= 0.001000
|
|
|
|
|
#TODO: BuildRequires: perl(Regexp::Util) >= 0.003
|
|
|
|
|
#TODO: BuildRequires: perl(Switcheroo)
|
|
|
|
|
#TODO: BuildRequires: perl(Type::Tiny::XS)
|
|
|
|
|
#TODO: BuildRequires: perl(Types::XSD::Lite)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Type::Tiny is a tiny class for creating Moose-like type constraint objects
|
|
|
|
|
which are compatible with Moo, Moose and Mouse.
|
|
|
|
|
that are compatible with Moo, Moose and Mouse.
|
|
|
|
|
|
|
|
|
|
%package -n perl-Test-TypeTiny
|
|
|
|
|
Summary: Test::TypeTiny module
|
|
|
|
@ -167,175 +148,112 @@ Test::TypeTiny module.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Type-Tiny-%{version}
|
|
|
|
|
# Remove bundled modules
|
|
|
|
|
rm -r ./inc
|
|
|
|
|
|
|
|
|
|
# Remove bundled modules Test::Fatal, Test::Requires and Try::Tiny
|
|
|
|
|
rm -r ./inc/
|
|
|
|
|
sed -i -e '/^inc\//d' MANIFEST
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install} DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%{__make} test
|
|
|
|
|
make test EXTENDED_TESTING=1
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes CREDITS NEWS README
|
|
|
|
|
%license LICENSE COPYRIGHT
|
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
|
%{!?with_reply_plugin:%exclude %{perl_vendorlib}/Reply}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%exclude %{perl_vendorlib}/Test
|
|
|
|
|
%exclude %{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
%license COPYRIGHT LICENSE
|
|
|
|
|
%doc Changes CONTRIBUTING CREDITS NEWS README
|
|
|
|
|
%{perl_vendorlib}/Devel/
|
|
|
|
|
%{perl_vendorlib}/Error/
|
|
|
|
|
%{perl_vendorlib}/Eval/
|
|
|
|
|
%{!?with_reply_plugin:
|
|
|
|
|
%exclude }%{perl_vendorlib}/Reply/
|
|
|
|
|
%{perl_vendorlib}/Type/
|
|
|
|
|
%{perl_vendorlib}/Types/
|
|
|
|
|
%{_mandir}/man3/Devel::TypeTiny::Perl56Compat.3*
|
|
|
|
|
%{_mandir}/man3/Devel::TypeTiny::Perl58Compat.3*
|
|
|
|
|
%{_mandir}/man3/Error::TypeTiny.3*
|
|
|
|
|
%{_mandir}/man3/Error::TypeTiny::Assertion.3*
|
|
|
|
|
%{_mandir}/man3/Error::TypeTiny::Compilation.3*
|
|
|
|
|
%{_mandir}/man3/Error::TypeTiny::WrongNumberOfParameters.3*
|
|
|
|
|
%{_mandir}/man3/Eval::TypeTiny.3*
|
|
|
|
|
%{!?with_reply_plugin:
|
|
|
|
|
%exclude }%{_mandir}/man3/Reply::Plugin::TypeTiny.3*
|
|
|
|
|
%{_mandir}/man3/Type::Coercion.3*
|
|
|
|
|
%{_mandir}/man3/Type::Coercion::FromMoose.3*
|
|
|
|
|
%{_mandir}/man3/Type::Coercion::Union.3*
|
|
|
|
|
%{_mandir}/man3/Type::Library.3*
|
|
|
|
|
%{_mandir}/man3/Type::Params.3*
|
|
|
|
|
%{_mandir}/man3/Type::Parser.3*
|
|
|
|
|
%{_mandir}/man3/Type::Registry.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Class.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::ConstrainedObject.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Duck.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Enum.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Intersection.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::AllTypes.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Coercions.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Contributing.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Installation.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Libraries.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::NonOO.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Optimization.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Params.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::Policies.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithClassTiny.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithMoo.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithMoo2.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithMoo3.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithMoose.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithMouse.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithOther.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Manual::UsingWithTestMore.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Role.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::Union.3*
|
|
|
|
|
%{_mandir}/man3/Type::Tiny::_HalfOp.3*
|
|
|
|
|
%{_mandir}/man3/Type::Utils.3*
|
|
|
|
|
%{_mandir}/man3/Types::Common::Numeric.3*
|
|
|
|
|
%{_mandir}/man3/Types::Common::String.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::ArrayRef.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::CycleTuple.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::Dict.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::HashRef.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::Map.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::ScalarRef.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::StrMatch.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::Tied.3*
|
|
|
|
|
%{_mandir}/man3/Types::Standard::Tuple.3*
|
|
|
|
|
%{_mandir}/man3/Types::TypeTiny.3*
|
|
|
|
|
|
|
|
|
|
%files -n perl-Test-TypeTiny
|
|
|
|
|
%{perl_vendorlib}/Test
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3pm*
|
|
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
|
%{_mandir}/man3/Test::TypeTiny.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 26 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.004000-1
|
|
|
|
|
* Tue Sep 26 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.012004-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Mon Apr 24 2023 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.004000-1
|
|
|
|
|
- Update to 2.004000.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.002001-1
|
|
|
|
|
- Update to 2.002001.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.002000-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 04 2023 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.002000-1
|
|
|
|
|
- Update to 2.002000.
|
|
|
|
|
|
|
|
|
|
* Sat Nov 19 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.000001-3
|
|
|
|
|
- Don't BR: perl(Type::Tiny::XS) if bootstrapping.
|
|
|
|
|
|
|
|
|
|
* Wed Nov 16 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.000001-2
|
|
|
|
|
- Add perl(Type::Tiny::XS)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 04 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.000001-1
|
|
|
|
|
- Update to 2.000001.
|
|
|
|
|
|
|
|
|
|
* Mon Sep 12 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.016010-1
|
|
|
|
|
- Update to 1.016010.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 22 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.016008-2
|
|
|
|
|
- Re-add BR: perl(Data::Constraint).
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.016008-1
|
|
|
|
|
- Update to 1.016008.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.014000-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 11 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.014000-1
|
|
|
|
|
- Update to 1.014000.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 01 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012005-3
|
|
|
|
|
- Add BR: perl(MouseX::Types::Common).
|
|
|
|
|
- Address BR-cycle (RHBZ#2096309#c2).
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012005-2
|
|
|
|
|
- Add and comment out BR: perl(Data::Constraint),
|
|
|
|
|
BR: perl(MooseX::Types::DBIx::Class), BR: perl(Types::ReadOnly)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012005-1
|
|
|
|
|
- Upstream update to 1.012005.
|
|
|
|
|
- Add BR: perl(MooX::TypeTiny).
|
|
|
|
|
|
|
|
|
|
* Fri Jun 03 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.012004-4
|
|
|
|
|
- Perl 5.36 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.012004-3
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.012004-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 13 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012004-1
|
|
|
|
|
- Update to 1.012004.
|
|
|
|
|
|
|
|
|
|
* Sun Sep 12 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012003-1
|
|
|
|
|
- Cleanup Jitka's broken git-merger.
|
|
|
|
|
- Update to 1.012003.
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.012001-4
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.012001-3
|
|
|
|
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Sun May 23 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.012001-2
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.012001-1
|
|
|
|
|
- Update to 1.012001.
|
|
|
|
|
- Add BR: perl(Devel::Refcount).
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.010006-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010006-1
|
|
|
|
|
- Update to 1.010006.
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010005-1
|
|
|
|
|
- Update to 1.010005.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010004-1
|
|
|
|
|
- Update to 1.010004.
|
|
|
|
|
- Add BR: perl(match::simple).
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.010002-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.010002-3
|
|
|
|
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.010002-2
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 06 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010002-1
|
|
|
|
|
- Update to 1.010002.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 26 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010001-1
|
|
|
|
|
- Update to 1.010001.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 05 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.010000-1
|
|
|
|
|
- Update to 1.010000.
|
|
|
|
|
|
|
|
|
|
* Wed Feb 12 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.008005-1
|
|
|
|
|
- Update to 1.008005.
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.008003-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 17 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.008003-1
|
|
|
|
|
- Update to 1.008003.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2020 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.008002-1
|
|
|
|
|
- Update to 1.008002.
|
|
|
|
|
- Add BR: perl(Specio), perl(Specio::Library::Builtins,
|
|
|
|
|
perl(Test::Memory::Cycle).
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.008000-1
|
|
|
|
|
- Update to 1.008000.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004004-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.004004-4
|
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
* Mon Jan 10 2022 Paul Howarth <paul@city-fan.org> - 1.012004-1
|
|
|
|
|
- EPEL post-bootstrap rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.004004-3
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
* Sat Jan 1 2022 Paul Howarth <paul@city-fan.org> - 1.012004-0
|
|
|
|
|
- Update to 1.012004 (see Changes file for details)
|
|
|
|
|
- Bootstrap for EPEL
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.004004-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Fri Oct 25 2019 Paul Howarth <paul@city-fan.org> - 1.004004-2
|
|
|
|
|
- Prep for EPEL-8
|
|
|
|
|
- Use author-independent source URL
|
|
|
|
|
- Classify buildreqs by usage
|
|
|
|
|
- Trim optional dependencies for EPEL-8
|
|
|
|
|
- Use %%{make_build} and %%{make_install}
|
|
|
|
|
- Fix permissions verbosely
|
|
|
|
|
|
|
|
|
|
* Fri Jan 11 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.004004-1
|
|
|
|
|
- Update to 1.004004.
|
|
|
|
|