Sun, 28 Apr 2024 09:05:13 UTC | login

Information for build perl-common-sense-3.7.5-7.el9sbase_901

ID44754
Package Nameperl-common-sense
Version3.7.5
Release7.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/perl-common-sense#14ede026fac140fac4fcc9bb6ae922bd473b777a
Summary"Common sense" Perl defaults
DescriptionThis module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened);
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 17:49:18 UTC
CompletedWed, 14 Jun 2023 17:55:51 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/perl-common-sense:14ede026fac140fac4fcc9bb6ae922bd473b777a)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/perl-common-sense#14ede026fac140fac4fcc9bb6ae922bd473b777a'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
perl-common-sense-3.7.5-7.el9sbase_901.src.rpm (info) (download)
x86_64
perl-common-sense-3.7.5-7.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.5-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.5-6 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jun 27 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.5-3 - Perl 5.32 re-rebuild updated packages * Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.7.5-2 - Perl 5.32 rebuild * Thu Apr 02 2020 Paul Howarth <paul@city-fan.org> - 3.7.5-1 - Update to 3.75 - Make build (more) reproducible - Removed "portable" from the warnings list, as 32-bit perls (as opposed to 32-bit platforms) are practically extinct and it warns about a weird subset of operations, e.g. 64-bit hex() is not ok, 64-bit addition is fine, makes no sense; additionally, other than hex/oct etc. harassment, there is nothing in this category that otherwise could be useful - Specify all build dependencies - Drop ancient obsoletes/provides for removed tests sub-package - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Fix permissions verbosely * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild