Mon, 20 May 2024 23:42:01 CEST | login

Information for build perl-Object-Persistence-0.92-7.el8.sme

ID23
Package Nameperl-Object-Persistence
Version0.92
Release7.el8.sme
Epoch
DraftFalse
Sourcegit+https://src.koozali.org/smeserver/perl-Object-Persistence#f11e5452e962444c440e0e0b0200d2316bd10f97
SummaryObject-Persistence - Object Persistence with Data::Dumper.
DescriptionP::O::S provides persistence functionality to its objects. Object definitions are stored as stringified perl data structures, generated with Data::Dumper, that are amenable to manual editing and external processing from outside the class interface. Persistence is achieved with a blessed hash container that holds the object data. The container can store objects that employ non-hash structures as well. See L<"Inheriting Persistence::Object::Simple">, L<"Class Methods"> and the persistent list class example (examples/Plist.pm).
Built bytrevorb
State complete
Volume DEFAULT
StartedMon, 11 Mar 2024 07:02:52 CET
CompletedMon, 11 Mar 2024 07:05:34 CET
Taskbuild (dist-sme11-os, /smeserver/perl-Object-Persistence:0.92-7)
Extra{'source': {'original_url': 'git+https://src.koozali.org/smeserver/perl-Object-Persistence?#0.92-7'}}
Tags
dist-sme11-os
RPMs
src
perl-Object-Persistence-0.92-7.el8.sme.src.rpm (info) (download)
noarch
perl-Object-Persistence-0.92-7.el8.sme.noarch.rpm (info) (download)
Logs
noarch
state.log
noarch_rpmdiff.json
mock_output.log
build.log
root.log
installed_pkgs.log
hw_info.log
Changelog * Fri Jul 14 2023 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. * Sun Jun 04 2023 brian Read <brianr@koozali.org> -0.92-7.sme - add manifest.pm to Requirerments [SME: 12364] * Tue Feb 09 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.92-6.sme - Add correct BuildReq so it can build on el7 [SME: 9210] * Sun Feb 07 2016 stephane de labrusse <stephdl@de-labrusse.fr> 0.92-5.sme - Build new rpm for sme10 * Wed Sep 09 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.92-5.sme - Add correct BuildReq so it can build on el6 [SME: 8887] * Sun Apr 29 2007 Shad L. Lords <slords@mail.com> - Clean up spec so package can be built by koji/plague * Thu Dec 07 2006 Shad L. Lords <slords@mail.com> - Update to new release naming. No functional changes. - Make Packager generic * Wed Sep 13 2006 Michael Soulier <michael_soulier@mitel.com> - Forced Data::Dumper to use Dumpperl to work around interpreter crash. [sme 1837] * Mon Sep 27 2004 Charlie Brady <charlieb@e-smith.com> - [0.92-3es01] - Remove "AutoReqProv: no" so that rpmbuild calculates proper provides. Remove Provides header thus made redudent. [charlieb MN00040240] - Fix croak in Simple.pm so that problems with cache file opens are reported [charlieb ] - Use new cpan2rpm template for build (for compat with CentOS). * Wed Sep 22 2004 Michael Soulier <michael_soulier@mitel.com> - [0.92-2es01] - Rebuilding to get proper provides. [msoulier MN00040240] * Thu May 23 2002 Mark Knox <markk@e-smith.com> - [0.92-2] - Changed untaint to slurp in all contents of temp file in order to prevent semicolons in values from corrupting the session. [markk 3630] * Mon Feb 18 2002 Charlie Brady <charlieb@e-smith.com> - Upgrade to version 0.92 (received by email). * Mon Feb 26 2001 Tony Clayton <tonyc@e-smith.com> - initial release