diff --git a/Syntax-Keyword-Junction-0.003008.tar.gz b/Syntax-Keyword-Junction-0.003008.tar.gz deleted file mode 100644 index 6fe573f7d1ba4127a315e7ec2f02bbba4d996523..0000000000000000000000000000000000000000 Binary files a/Syntax-Keyword-Junction-0.003008.tar.gz and /dev/null differ diff --git a/Syntax-Keyword-Junction-0.003009.tar.gz b/Syntax-Keyword-Junction-0.003009.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..990e0adfb22d8eae06a6c7f9526c8fd5eb9caad5 Binary files /dev/null and b/Syntax-Keyword-Junction-0.003009.tar.gz differ diff --git a/perl-Syntax-Keyword-Junction.spec b/perl-Syntax-Keyword-Junction.spec index 314adc1458aac0abe0cb8ae7f65ef1b890ae6597..604aa4643075ce9b578b144f66c5872814141f11 100644 --- a/perl-Syntax-Keyword-Junction.spec +++ b/perl-Syntax-Keyword-Junction.spec @@ -2,16 +2,16 @@ %bcond_without perl_Syntax_Keyword_Junction_enables_optional_test Name: perl-Syntax-Keyword-Junction -Version: 0.003008 +Version: 0.003009 Release: 1 Summary: Perl6 style Junction operators in Perl5 License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Syntax-Keyword-Junction -Source0: https://cpan.metacpan.org/authors/id/F/FR/FREW/Syntax-Keyword-Junction-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Syntax-Keyword-Junction-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: make -BuildRequires: perl-generators +BuildRequires: perl-generators perl-Test-Needs BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) @@ -58,7 +58,7 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n Syntax-Keyword-Junction-%{version} -for F in t/release-pod-syntax.t \ +for F in \ %if %{without perl_Syntax_Keyword_Junction_enables_optional_test} t/smartmatch.t t/syntax.t \ %endif @@ -97,5 +97,12 @@ make test %{_libexecdir}/%{name} %changelog +* Mon Jan 06 2025 sqfu - 0.003009-1 +- update to 0.003009 +- fixed smart match warnings on perls 5.38 or greater +- stop enabling smart match support on perl 5.41 or greater +- many packaging cleanups +- removed direct dependency on syntax.pm + * Wed Mar 20 2024 konglidong - 0.003008-1 - package init