diff --git a/Test-Simple-1.302190.tar.gz b/Test-Simple-1.302190.tar.gz deleted file mode 100644 index 5ba8d34632373fa1175d6370ddd3ec897695f847..0000000000000000000000000000000000000000 Binary files a/Test-Simple-1.302190.tar.gz and /dev/null differ diff --git a/Test-Simple-1.302192.tar.gz b/Test-Simple-1.302192.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..87910ed6e295594afbf38d20a6b3bd2685d5ddd3 Binary files /dev/null and b/Test-Simple-1.302192.tar.gz differ diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 54661ac8b438f830de3a32cd0131aa5681a858a4..013ac4c93c04c7ecbfeac82c6f1e5b1caae0e5c1 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -1,13 +1,13 @@ -%define anolis_release 3 +%define anolis_release 1 -%bcond_without perl_Test_Simple_enables_Module_Pluggable -%bcond_without perl_Test_Simple_enables_optional_test +%bcond_with perl_Test_Simple_enables_Module_Pluggable +%bcond_with perl_Test_Simple_enables_optional_test Name: perl-Test-Simple Summary: Basic utilities for writing tests Epoch: 3 -Version: 1.302190 -Release: %{anolis_release}%{dist} +Version: 1.302192 +Release: %{anolis_release}%{dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod # GPL+ or Artistic: the rest of the distribution @@ -92,6 +92,13 @@ information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple. +%package doc +Summary: Doc files for %{name} +Requires: %{name} = %{EVR} + +%description doc +Doc files for %{name} + %prep %setup -q -n Test-Simple-%{version} @@ -108,7 +115,7 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %files %license LICENSE -%doc Changes README examples/ t/ +%doc examples/ t/ %dir %{perl_vendorlib}/Test/ %{perl_vendorlib}/ok.pm %{perl_vendorlib}/Test/Builder.pm @@ -193,7 +200,13 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Test2::Util::HashBase.3* %{_mandir}/man3/Test2::Util::Trace.3* +%files doc +%doc Changes README + %changelog +* Tue Feb 07 2023 Chunmei Xu - 1.302192-1 +- update to 1.302192 + * Fri Feb 03 2023 mgb01105731 - 1.302190-3 - remove versioned MODULE_COMPAT_ requires