Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-Config-General-2.65-8.fc41

ID2281
Package Nameperl-Config-General
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version2.65
Release8.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Config-General.git#84a7210d3b9913fecd21ec3ba0693a1097f13776
SummaryGeneric configuration module for Perl
DescriptionThis module opens a config file and parses its contents for you. After parsing the module returns a hash structure that contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known Apache config format: in fact, this module is 100% read-compatible with Apache config files, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file, it supports some enhancements such as here-documents, C-style comments or multi-line options. It is also possible to save the config back to disk, which makes the module a perfect back-end for configuration interfaces. It is possible to use variables in config files and there also exists support for object oriented access to the configuration.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 11:45:40 CST
CompletedSat, 27 Apr 2024 11:55:45 CST
Taskbuild (f41, /rpms/perl-Config-General.git:84a7210d3b9913fecd21ec3ba0693a1097f13776)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Config-General.git#84a7210d3b9913fecd21ec3ba0693a1097f13776'}}
Tags
f41
RPMs
src
perl-Config-General-2.65-8.fc41.src.rpm (info) (download)
noarch
perl-Config-General-2.65-8.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
hw_info.log
state.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Nov 10 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2.65-6 - Update license to SPDX format - Use %{make_build} and %{make_install} * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.65-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.65-2 - Perl 5.36 rebuild * Sun Apr 10 2022 Paul Howarth <paul@city-fan.org> - 2.65-1 - Update to 2.65 - Copy 'default' hash, avoid modifying it (CPAN RT#142095) - Catalyst subversion repository no longer exists, so code moved to GitHub: https://github.com/TLINDEN/Config-General - Clarified license, which is now Artistic License 2.0 (CPAN RT#132893) - Correctly include directories (CPAN RT#139261) - Remove the comma from legal variable names, added mandatory start characters a-zA-Z0-9 (CPAN RT#118746); added a section in the POD to clarify this - Fix IfDefine code (CPAN RT#119160) * Sun Apr 10 2022 Paul Howarth <paul@city-fan.org> - 2.63-18 - Spec tidy-up - Use author-independent source URL - Re-format %description to wrap at 80 columns - Use patch rather than scripted iconv to fix Changelog character encoding - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Fix permissions verbosely - Make %files list more explicit