epel9 imports/e9/perl-Crypt-URandom-0.39-1.el9
Petr Písař 2 years ago
parent 8d63ebec94
commit 6a8fb34749

1
.gitignore vendored

@ -1,3 +1,4 @@
/Crypt-URandom-0.34.tar.gz /Crypt-URandom-0.34.tar.gz
/Crypt-URandom-0.36.tar.gz /Crypt-URandom-0.36.tar.gz
/Crypt-URandom-0.38.tar.gz /Crypt-URandom-0.38.tar.gz
/Crypt-URandom-0.39.tar.gz

@ -2,7 +2,7 @@
%bcond_without perl_Crypt_URandom_enables_optional_test %bcond_without perl_Crypt_URandom_enables_optional_test
Name: perl-Crypt-URandom Name: perl-Crypt-URandom
Version: 0.38 Version: 0.39
Release: 1%{?dist} Release: 1%{?dist}
Summary: Non-blocking randomness for Perl Summary: Non-blocking randomness for Perl
License: GPL-1.0-or-later OR Artistic-1.0-Perl License: GPL-1.0-or-later OR Artistic-1.0-Perl
@ -62,7 +62,7 @@ perl -i -ne 'print $_ unless m{^t/pod.t}' MANIFEST
rm t/manifest.t rm t/manifest.t
perl -i -ne 'print $_ unless m{^t/manifest.t}' MANIFEST perl -i -ne 'print $_ unless m{^t/manifest.t}' MANIFEST
# Make scripts with shebangs executable # Make scripts with shebangs executable
chmod a+x t/core_read.t t/core_sysopen.t chmod a+x t/core_read.t t/core_fork.t t/core_partial_read.t t/core_sysopen.t
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@ -100,6 +100,9 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Mon May 22 2023 Petr Pisar <ppisar@redhat.com> - 0.39-1
- 0.39 bump
* Thu May 11 2023 Petr Pisar <ppisar@redhat.com> - 0.38-1 * Thu May 11 2023 Petr Pisar <ppisar@redhat.com> - 0.38-1
- 0.38 bump - 0.38 bump

@ -1 +1 @@
SHA512 (Crypt-URandom-0.38.tar.gz) = 00e42e6a87102fc5042e9203177ca6dafbbe1fbc674efb2200446254cc48a1efc7fe290b15ed4e534c9f45e71d85a44a1d312179dd01dd10d64911e24ba76c05 SHA512 (Crypt-URandom-0.39.tar.gz) = ed1369c7ad8a5c441f85415b077f0d194f6833080da9327a460412b99836d2af284d9a7ad694759155c227a2ceeef1468266d03250123f520c4b1bbadb451b75

Loading…
Cancel
Save