From bugzilla at redhat.com Mon Dec 1 00:41:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 30 Nov 2008 19:41:06 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812010041.mB10f6ux026851@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(steve at silug.org) --- Comment #1 from Chris Weyl 2008-11-30 19:41:05 EDT --- Ping, Steve? I haven't been able to reach you via private mail and I don't see any activity from you since around August sometime. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 08:21:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 03:21:12 -0500 Subject: [Bug 473874] New: rpmbuild generates perl provides/depends differently in F-10 than any prior level Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: rpmbuild generates perl provides/depends differently in F-10 than any prior level https://bugzilla.redhat.com/show_bug.cgi?id=473874 Summary: rpmbuild generates perl provides/depends differently in F-10 than any prior level Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: urgent Priority: medium Component: rpm AssignedTo: pmatilai at redhat.com ReportedBy: cweyl at alumni.drew.edu QAContact: extras-qa at fedoraproject.org CC: pmatilai at redhat.com, jnovy at redhat.com, fedora-perl-devel-list at redhat.com, ffesti at redhat.com Classification: Fedora Description of problem: rpm in F10+ processes Perl depends/requires differently than in any prior level of Fedora. e.g., see koji scratch builds of perl-Data-TreeDumper: dist-f9: https://koji.fedoraproject.org/koji/taskinfo?taskID=965620 dist-f10: https://koji.fedoraproject.org/koji/taskinfo?taskID=965622 dist-f11: https://koji.fedoraproject.org/koji/taskinfo?taskID=965644 Note dist-f9's list of provides/requires from the build.log: Provides: perl(Data::TreeDumper) = 0.35 Requires: perl >= 0:5.006 perl(:MODULE_COMPAT_5.10.0) perl(Carp) perl(Check::ISA) perl(Class::ISA) perl(Exporter) perl(Sort::Naturally) perl(Text::Wrap) perl(strict) perl(warnings) ...and dist-f10, f11: Provides: perl(Data::TreeDumper) = 0.35 perl(Potatoe) perl(SuperObject) perl(SuperObjectWithAutoload) perl(TiedArray) perl(TiedHandle) perl(TiedHash) perl(TiedScalar) perl(Vegetable) Requires: perl >= 0:5.006 perl(AutoLoader) perl(Carp) perl(Check::ISA) perl(Class::ISA) perl(Data::TreeDumper) perl(Devel::Peek) perl(Exporter) perl(Sort::Naturally) perl(Text::Wrap) perl(Tie::Array) perl(Tie::Handle) perl(Tie::Hash) perl(Tie::Scalar) perl(strict) perl(warnings) Note the additional "provides" found under f10+ (e.g. perl(Potatoe)) are from scripts stored in %_docdir, without their executable bit set; also note the additional requires (e.g. perl(Tie::Array)) not present in the package built under dist-f9. This is a major change of behaviour from all versions prior to F-10, and may result in many of the nearly 1000 Perl packages in Fedora to start generating unexpected requires/provides when they're rebuilt. Version-Release number of selected component (if applicable): rpm-4.6.0-0.rc1.7 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 10:43:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 05:43:45 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011043.mB1Ahj9A024779@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203 at freenet.de Blocks| |473051 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 10:54:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 05:54:07 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011054.mB1As7MI000657@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #1 from Panu Matilainen 2008-12-01 05:54:05 EDT --- Most likely "file" now thinks those files are perl whereas older versions didn't - duplicate or at least closely related to bug 470811 and bug 234691. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 11:38:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 06:38:37 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011138.mB1BcbSk003709@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #2 from Ralf Corsepius 2008-12-01 06:38:36 EDT --- /me thinks the bug is in rpm. It should simply ignore anything below /usr/share/doc/ in its dep-tracking. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 12:25:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 07:25:31 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011225.mB1CPVaO013338@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #3 from Panu Matilainen 2008-12-01 07:25:30 EDT --- Yes, rpm bug(s) too. Dependency extraction based on executable/not executable is nice and simple rule except when it breaks, such as in case of perl modules which aren't supposed to be marked as executable but want dependency extraction anyway. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 12:39:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 07:39:54 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011239.mB1CdsT7016002@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #4 from Ralf Corsepius 2008-12-01 07:39:53 EDT --- This actually isn't the problem, here. The problem is people are shipping "documentary scripts" as part of a package's documentation. I don't see anything wrong with this, except of rpm bogusly pulling in deps on such files. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 13:08:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 08:08:18 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011308.mB1D8Iow029611@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #5 from Panu Matilainen 2008-12-01 08:08:17 EDT --- It's the same thing really. IF executable / no executable bit were reliable for disabling dependency extraction, this bug wouldn't exist and ditto for the two other bugs mentioned in comment #1. And of course, "executable documentation" is pretty strange idea anyway... :) In case the above appears unparseable mumble-jumble to you: I do agree, extracting dependencies from documentation makes no sense. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 14:56:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 09:56:11 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011456.mB1EuB29013000@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #6 from Ralf Corsepius 2008-12-01 09:56:10 EDT --- (In reply to comment #5) > #1. And of course, "executable documentation" > is pretty strange idea anyway... :) Pardon, but I have to disagree. Having scripts as part of a documentation is a natural thing. Forcing them to be non-executable is a packaging defect. (cf. the samba case.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 15:44:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 10:44:50 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011544.mB1Fio5X031671@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #7 from Panu Matilainen 2008-12-01 10:44:49 EDT --- Documentation is for humans to read. If a script is truly just documentation then packaging it as executable is just as much a defect as packaging man pages with executable bits set. But that's well into the land of "spec and packaging hygiene and policies" department which I've zero interest in arguing over, and little to do with the actual issue here. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 15:51:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 10:51:21 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011551.mB1FpLjv001109@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #8 from Ralf Corsepius 2008-12-01 10:51:20 EDT --- (In reply to comment #7) > Documentation is for humans to read. If a script is truly just documentation > then packaging it as executable is just as much a defect as packaging man pages > with executable bits set. Documentation containing non-executeable scripts are crippled docs. > But that's well into the land of "spec and packaging > hygiene and policies" department which I've zero interest in arguing over, and > little to do with the actual issue here. Note that the patch does not change > any type definitions, and by making the logic for limit macros match that > for the corresponding type definitions more closely it makes the header > much easier to check by inspection than it presently is. > You have, because rpm is your job and because it's your rpm which * is producing broken results. * forces users to cripple their packages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 16:13:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 11:13:55 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011613.mB1GDtml029735@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #9 from Panu Matilainen 2008-12-01 11:13:54 EDT --- In comment #5 I wrote: > In case the above appears unparseable mumble-jumble to you: I do agree, > extracting dependencies from documentation makes no sense. Which part of this was not clear to you? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 17:14:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 12:14:00 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011714.mB1HE06s019400@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #10 from Chris Weyl 2008-12-01 12:13:59 EDT --- (In reply to comment #7) > Documentation is for humans to read. If a script is truly just documentation > then packaging it as executable is just as much a defect as packaging man pages > with executable bits set. But that's well into the land of "spec and packaging > hygiene and policies" department which I've zero interest in arguing over, and > little to do with the actual issue here. In this case, the included scripts under %_docdir are not marked as executable; Ralf's comment that bits under %_docdir shouldn't be scanned for dep tracking is with merit, methinks. The real issue here is that this change in behaviour has potential implications for dep/req generation for all packages in Fedora with anything under %_docdir that was previously not scanned. I would think a good resolution for this would either be: 1) revert to the prior behaviour; or 2) allow certain directories to be easily excluded from autodep/prov, and default %_docdir to being excluded. Personally, I'd prefer #2 :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 18:26:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 13:26:22 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011826.mB1IQM9f002902@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #11 from Chris Weyl 2008-12-01 13:26:21 EDT --- (In reply to comment #10) > The real issue here is that this change in behaviour has potential implications > for dep/req generation for all packages in Fedora with anything under %_docdir > that was previously not scanned. I should try to be more clear here. It's not about executable documentation, or what should constitute documentation; it's that this change in behaviour causes previously clean and compliant packages to run afoul of the Fedora packaging guidelines. This change impacts how dep/reqs are generated for every single package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 18:56:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 13:56:31 -0500 Subject: [Bug 474006] New: perl-PDF-API2-0.72.003 is available Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-PDF-API2-0.72.003 is available https://bugzilla.redhat.com/show_bug.cgi?id=474006 Summary: perl-PDF-API2-0.72.003 is available Product: Fedora Version: rawhide Platform: All URL: http://fedoraproject.org/wiki/PackageMaintainers/FEver OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-PDF-API2 AssignedTo: bjohnson at symetrix.com ReportedBy: fevapper at o2.pl QAContact: extras-qa at fedoraproject.org CC: bjohnson at symetrix.com, fedora-perl-devel-list at redhat.com Classification: Fedora perl-PDF-API2-0.72.003 is already available. Repo version is 0.72. Please update the package. If you have any questions or suggestions related to Fever, feel free to write them in this bug or have a look at http://fedoraproject.org/wiki/PackageMaintainers/FEver Don't send any messages to fevapp at o2.pl please. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 19:38:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 14:38:33 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812011938.mB1JcXg1010170@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 Jeff Johnson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n3npq at mac.com --- Comment #12 from Jeff Johnson 2008-12-01 14:38:32 EDT --- This is the quick fix for not extracting perl(...) dependencies for perl pod's in /usr/share/doc. This issue was "fixed" like 3+ years ago. - == rpm.org rpmfc.c + == rpm5.org rpmfc.c @@ -744,361 +748,126 @@ (void) fclose(fp); if (fc->fcolor->vals[fc->ix] & RPMFC_PERL) { - if (fc->fcolor->vals[fc->ix] & RPMFC_MODULE) - xx = rpmfcHelper(fc, 'P', "perl"); - if (is_executable || (fc->fcolor->vals[fc->ix] & RPMFC_MODULE)) - xx = rpmfcHelper(fc, 'R', "perl"); - } + if (strncmp(fn, "/usr/share/doc/", sizeof("/usr/share/doc/")-1)) { + if (fc->fcolor->vals[fc->ix] & RPMFC_MODULE) + xx = rpmfcHelper(fc, 'P', "perl"); + if (is_executable || (fc->fcolor->vals[fc->ix] & RPMFC_MODULE)) + xx = rpmfcHelper(fc, 'R', "perl"); + } + } else ... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 20:16:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 15:16:10 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812012016.mB1KGAqX019595@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #13 from Panu Matilainen 2008-12-01 15:16:08 EDT --- Chris, no need to clarify. Also the rules didn't suddenly change. Perl modules are a corner case where the normal rules of dependency extraction wrt executable bits don't apply, never have (perl modules generally aren't supposed to be executable so that can't be used for detection). The current "file" utility (whose library rpmbuild internally uses for classifying files) just seems to be far more eager at claiming files to be "perl modules" than the older versions, that's where the change in behavior comes from in this and the other related bugs. Like I said, extracting dependencies for documentation doesn't make sense to me either. But the rpmbuild file classifier is built with the assumption that it can figure out everything from the files on disk, it doesn't "see" what is specified as %doc etc in the spec. I'm just looking at how to best fix this, hopefully eliminating bunch of other related hacks in the process instead of adding new ones. If that starts looking like more of a long-term thing, we can always just drop in another hardcoded hack such as the "fix" in comment #12 to exclude the docdir where necessary. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bjohnson at fedoraproject.org Mon Dec 1 20:25:27 2008 From: bjohnson at fedoraproject.org (Bernard Johnson) Date: Mon, 1 Dec 2008 20:25:27 +0000 (UTC) Subject: rpms/perl-PDF-API2/devel .cvsignore, 1.8, 1.9 perl-PDF-API2.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <20081201202527.BD9C570119@cvs1.fedora.phx.redhat.com> Author: bjohnson Update of /cvs/pkgs/rpms/perl-PDF-API2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23026 Modified Files: .cvsignore perl-PDF-API2.spec sources Log Message: - v 0.72.003 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDF-API2/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 13 Nov 2008 02:05:58 -0000 1.8 +++ .cvsignore 1 Dec 2008 20:24:57 -0000 1.9 @@ -1 +1 @@ -PDF-API2-0.72.tar.gz +PDF-API2-0.72.003.tar.gz Index: perl-PDF-API2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDF-API2/devel/perl-PDF-API2.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-PDF-API2.spec 29 Nov 2008 18:28:25 -0000 1.18 +++ perl-PDF-API2.spec 1 Dec 2008 20:24:57 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-PDF-API2 -Version: 0.72 -Release: 2%{?dist} +Version: 0.72.003 +Release: 1%{?dist} Summary: Perl module for creation and modification of PDF files Group: System Environment/Libraries @@ -94,6 +94,9 @@ %changelog +* Mon Dec 01 2008 Bernard Johnson - 0.72.003-1 +- v 0.72.003 + * Sat Nov 29 2008 Bernard Johnson - 0.72-2 - [Bug 473556] Fix dejavu-* dependencies Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDF-API2/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 13 Nov 2008 02:05:58 -0000 1.8 +++ sources 1 Dec 2008 20:24:57 -0000 1.9 @@ -1 +1 @@ -ee567c4cc06db4711c81b32fc147f5d8 PDF-API2-0.72.tar.gz +c5e6e233f4e33d06f9ef6d5827d5ed84 PDF-API2-0.72.003.tar.gz From bugzilla at redhat.com Mon Dec 1 20:32:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 15:32:21 -0500 Subject: [Bug 474006] perl-PDF-API2-0.72.003 is available In-Reply-To: References: Message-ID: <200812012032.mB1KWLdM023261@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474006 Bernard Johnson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 21:45:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 16:45:31 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812012145.mB1LjVSZ006009@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #5 from Kevin Fenzi 2008-12-01 16:45:30 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 1 21:49:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 16:49:19 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812012149.mB1LnJYF006533@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2008-12-01 16:49:18 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Mon Dec 1 23:19:23 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 1 Dec 2008 23:19:23 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/devel import.log, NONE, 1.1 perl-B-Hooks-EndOfScope.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081201231923.959AC70119@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18906/devel Modified Files: .cvsignore sources Added Files: import.log perl-B-Hooks-EndOfScope.spec Log Message: initial import --- NEW FILE import.log --- perl-B-Hooks-EndOfScope-0_04-1_fc9:HEAD:perl-B-Hooks-EndOfScope-0.04-1.fc9.src.rpm:1228173521 --- NEW FILE perl-B-Hooks-EndOfScope.spec --- Name: perl-B-Hooks-EndOfScope Version: 0.04 Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Execute code after scope compilation finishes Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-EndOfScope BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scope::Guard) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) %description This module allows you to execute code when Perl has finished compiling the surrounding scope. %prep %setup -q -n B-Hooks-EndOfScope-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 08 2008 Chris Weyl 0.04-1 - update for submission * Sat Nov 08 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:35:09 -0000 1.1 +++ .cvsignore 1 Dec 2008 23:18:53 -0000 1.2 @@ -0,0 +1 @@ +B-Hooks-EndOfScope-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:35:09 -0000 1.1 +++ sources 1 Dec 2008 23:18:53 -0000 1.2 @@ -0,0 +1 @@ +1705a0643af266ad902f8dda2212dd78 B-Hooks-EndOfScope-0.04.tar.gz From cweyl at fedoraproject.org Mon Dec 1 23:20:57 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 1 Dec 2008 23:20:57 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/F-10 import.log, NONE, 1.1 perl-B-Hooks-EndOfScope.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081201232057.402B570119@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19532/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-B-Hooks-EndOfScope.spec Log Message: initial import --- NEW FILE import.log --- perl-B-Hooks-EndOfScope-0_04-1_fc9:F-10:perl-B-Hooks-EndOfScope-0.04-1.fc9.src.rpm:1228173616 --- NEW FILE perl-B-Hooks-EndOfScope.spec --- Name: perl-B-Hooks-EndOfScope Version: 0.04 Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Execute code after scope compilation finishes Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-EndOfScope BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scope::Guard) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) %description This module allows you to execute code when Perl has finished compiling the surrounding scope. %prep %setup -q -n B-Hooks-EndOfScope-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 08 2008 Chris Weyl 0.04-1 - update for submission * Sat Nov 08 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:35:09 -0000 1.1 +++ .cvsignore 1 Dec 2008 23:20:26 -0000 1.2 @@ -0,0 +1 @@ +B-Hooks-EndOfScope-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:35:09 -0000 1.1 +++ sources 1 Dec 2008 23:20:26 -0000 1.2 @@ -0,0 +1 @@ +1705a0643af266ad902f8dda2212dd78 B-Hooks-EndOfScope-0.04.tar.gz From bugzilla at redhat.com Mon Dec 1 23:17:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Dec 2008 18:17:16 -0500 Subject: [Bug 473874] rpmbuild generates perl provides/depends differently in F-10 than any prior level In-Reply-To: References: Message-ID: <200812012317.mB1NHGwX000752@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473874 --- Comment #14 from Chris Weyl 2008-12-01 18:17:15 EDT --- Aahhh, ok, that makes much more sense now. Also, the files it's flagging aren't Perl modules per se, but rather scripts that happen to contain embedded package declarations (modules). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Mon Dec 1 23:22:09 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 1 Dec 2008 23:22:09 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/F-9 import.log, NONE, 1.1 perl-B-Hooks-EndOfScope.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081201232209.6B8B270119@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19883/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-B-Hooks-EndOfScope.spec Log Message: initial import --- NEW FILE import.log --- perl-B-Hooks-EndOfScope-0_04-1_fc9:F-9:perl-B-Hooks-EndOfScope-0.04-1.fc9.src.rpm:1228173688 --- NEW FILE perl-B-Hooks-EndOfScope.spec --- Name: perl-B-Hooks-EndOfScope Version: 0.04 Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Execute code after scope compilation finishes Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz Url: http://search.cpan.org/dist/B-Hooks-EndOfScope BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scope::Guard) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) %description This module allows you to execute code when Perl has finished compiling the surrounding scope. %prep %setup -q -n B-Hooks-EndOfScope-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 08 2008 Chris Weyl 0.04-1 - update for submission * Sat Nov 08 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:35:09 -0000 1.1 +++ .cvsignore 1 Dec 2008 23:21:39 -0000 1.2 @@ -0,0 +1 @@ +B-Hooks-EndOfScope-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:35:09 -0000 1.1 +++ sources 1 Dec 2008 23:21:39 -0000 1.2 @@ -0,0 +1 @@ +1705a0643af266ad902f8dda2212dd78 B-Hooks-EndOfScope-0.04.tar.gz From cweyl at fedoraproject.org Tue Dec 2 00:45:24 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 00:45:24 +0000 (UTC) Subject: rpms/perl-rpm-build-perl/devel import.log, NONE, 1.1 perl-rpm-build-perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202004524.236B97011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-rpm-build-perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31307/devel Modified Files: .cvsignore sources Added Files: import.log perl-rpm-build-perl.spec Log Message: initial import --- NEW FILE import.log --- perl-rpm-build-perl-0_6_8-1_fc9:HEAD:perl-rpm-build-perl-0.6.8-1.fc9.src.rpm:1228178682 --- NEW FILE perl-rpm-build-perl.spec --- Name: perl-rpm-build-perl Version: 0.6.8 Release: 1%{?dist} # see lib/B/PerlReq.pm, among others License: GPLv2+ Group: Development/Libraries Summary: Perl compiler backend to extract Perl dependencies Source: http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz Url: http://search.cpan.org/dist/rpm-build-perl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B) BuildRequires: perl(Encode) BuildRequires: perl(O) BuildRequires: perl(Safe) BuildRequires: perl(Test::More) %description B::PerlReq is a backend module for the Perl compiler that extracts dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM packaging). %package scripts Summary: Perl RPM prov/req scripts Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description scripts The provides/requires scripts packaged along with perl-rpm-build-perl. %prep %setup -q -n rpm-build-perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* Changes perl5-alt-rpm-macros macros.env %{perl_vendorlib}/* %{_mandir}/man3/*.3* %files scripts %defattr(-,root,root,-) %doc perl5-alt-rpm-macros macros.env %{_bindir}/* %{_mandir}/man1/*.1* %changelog * Wed Nov 19 2008 Chris Weyl 0.6.8-1 - update for submission - split scripts off into their own package * Tue Nov 18 2008 Chris Weyl 0.6.8-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:40:43 -0000 1.1 +++ .cvsignore 2 Dec 2008 00:44:53 -0000 1.2 @@ -0,0 +1 @@ +rpm-build-perl-0.6.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:40:43 -0000 1.1 +++ sources 2 Dec 2008 00:44:53 -0000 1.2 @@ -0,0 +1 @@ +9e21d5d60b78fca93d2b00300b5f497d rpm-build-perl-0.6.8.tar.gz From cweyl at fedoraproject.org Tue Dec 2 00:47:05 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 00:47:05 +0000 (UTC) Subject: rpms/perl-rpm-build-perl/F-9 import.log, NONE, 1.1 perl-rpm-build-perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202004705.2F9037011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-rpm-build-perl/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31596/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-rpm-build-perl.spec Log Message: initial import --- NEW FILE import.log --- perl-rpm-build-perl-0_6_8-1_fc9:F-9:perl-rpm-build-perl-0.6.8-1.fc9.src.rpm:1228178784 --- NEW FILE perl-rpm-build-perl.spec --- Name: perl-rpm-build-perl Version: 0.6.8 Release: 1%{?dist} # see lib/B/PerlReq.pm, among others License: GPLv2+ Group: Development/Libraries Summary: Perl compiler backend to extract Perl dependencies Source: http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz Url: http://search.cpan.org/dist/rpm-build-perl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B) BuildRequires: perl(Encode) BuildRequires: perl(O) BuildRequires: perl(Safe) BuildRequires: perl(Test::More) %description B::PerlReq is a backend module for the Perl compiler that extracts dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM packaging). %package scripts Summary: Perl RPM prov/req scripts Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description scripts The provides/requires scripts packaged along with perl-rpm-build-perl. %prep %setup -q -n rpm-build-perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* Changes perl5-alt-rpm-macros macros.env %{perl_vendorlib}/* %{_mandir}/man3/*.3* %files scripts %defattr(-,root,root,-) %doc perl5-alt-rpm-macros macros.env %{_bindir}/* %{_mandir}/man1/*.1* %changelog * Wed Nov 19 2008 Chris Weyl 0.6.8-1 - update for submission - split scripts off into their own package * Tue Nov 18 2008 Chris Weyl 0.6.8-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:40:43 -0000 1.1 +++ .cvsignore 2 Dec 2008 00:46:34 -0000 1.2 @@ -0,0 +1 @@ +rpm-build-perl-0.6.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:40:43 -0000 1.1 +++ sources 2 Dec 2008 00:46:34 -0000 1.2 @@ -0,0 +1 @@ +9e21d5d60b78fca93d2b00300b5f497d rpm-build-perl-0.6.8.tar.gz From cweyl at fedoraproject.org Tue Dec 2 00:47:55 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 00:47:55 +0000 (UTC) Subject: rpms/perl-rpm-build-perl/F-10 import.log, NONE, 1.1 perl-rpm-build-perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202004755.393137011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-rpm-build-perl/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31816/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-rpm-build-perl.spec Log Message: initial import --- NEW FILE import.log --- perl-rpm-build-perl-0_6_8-1_fc9:F-10:perl-rpm-build-perl-0.6.8-1.fc9.src.rpm:1228178834 --- NEW FILE perl-rpm-build-perl.spec --- Name: perl-rpm-build-perl Version: 0.6.8 Release: 1%{?dist} # see lib/B/PerlReq.pm, among others License: GPLv2+ Group: Development/Libraries Summary: Perl compiler backend to extract Perl dependencies Source: http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz Url: http://search.cpan.org/dist/rpm-build-perl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B) BuildRequires: perl(Encode) BuildRequires: perl(O) BuildRequires: perl(Safe) BuildRequires: perl(Test::More) %description B::PerlReq is a backend module for the Perl compiler that extracts dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM packaging). %package scripts Summary: Perl RPM prov/req scripts Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description scripts The provides/requires scripts packaged along with perl-rpm-build-perl. %prep %setup -q -n rpm-build-perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README* Changes perl5-alt-rpm-macros macros.env %{perl_vendorlib}/* %{_mandir}/man3/*.3* %files scripts %defattr(-,root,root,-) %doc perl5-alt-rpm-macros macros.env %{_bindir}/* %{_mandir}/man1/*.1* %changelog * Wed Nov 19 2008 Chris Weyl 0.6.8-1 - update for submission - split scripts off into their own package * Tue Nov 18 2008 Chris Weyl 0.6.8-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:40:43 -0000 1.1 +++ .cvsignore 2 Dec 2008 00:47:24 -0000 1.2 @@ -0,0 +1 @@ +rpm-build-perl-0.6.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-rpm-build-perl/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:40:43 -0000 1.1 +++ sources 2 Dec 2008 00:47:24 -0000 1.2 @@ -0,0 +1 @@ +9e21d5d60b78fca93d2b00300b5f497d rpm-build-perl-0.6.8.tar.gz From cweyl at fedoraproject.org Tue Dec 2 01:22:40 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 01:22:40 +0000 (UTC) Subject: rpms/perl-MooseX-ConfigFromFile/F-10 import.log, NONE, 1.1 perl-MooseX-ConfigFromFile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202012240.316B670134@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2793/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-ConfigFromFile.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-ConfigFromFile-0_02-1_fc9:F-10:perl-MooseX-ConfigFromFile-0.02-1.fc9.src.rpm:1228180919 --- NEW FILE perl-MooseX-ConfigFromFile.spec --- Name: perl-MooseX-ConfigFromFile Version: 0.02 Release: 1%{?dist} # see lib/MooseX/ConfigFromFile.pm License: GPL+ or Artistic Group: Development/Libraries Summary: An abstract Moose role for setting attributes from a configfile Source: http://search.cpan.org/CPAN/authors/id/B/BL/BLBLACK/MooseX-ConfigFromFile-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-ConfigFromFile BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.35 BuildRequires: perl(MooseX::Types::Path::Class) >= 0.04 BuildRequires: perl(Test::More) >= 0.42 %description This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles. It declares an attribute 'configfile' and a class method 'new_with_config', and requires that concrete roles derived from it implement the class method 'get_config_from_file'. Attributes specified directly as arguments to 'new_with_config' supercede those in the configfile. %prep %setup -q -n MooseX-ConfigFromFile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.02-1 - brush up for submission * Mon Oct 27 2008 Chris Weyl 0.02-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:00 -0000 1.1 +++ .cvsignore 2 Dec 2008 01:22:09 -0000 1.2 @@ -0,0 +1 @@ +MooseX-ConfigFromFile-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:00 -0000 1.1 +++ sources 2 Dec 2008 01:22:09 -0000 1.2 @@ -0,0 +1 @@ +823a370058ef4b900341334b7fd06c51 MooseX-ConfigFromFile-0.02.tar.gz From cweyl at fedoraproject.org Tue Dec 2 01:24:28 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 01:24:28 +0000 (UTC) Subject: rpms/perl-MooseX-ConfigFromFile/devel import.log, NONE, 1.1 perl-MooseX-ConfigFromFile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202012428.EA1F67011A@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-ConfigFromFile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3353/devel Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-ConfigFromFile.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-ConfigFromFile-0_02-1_fc9:HEAD:perl-MooseX-ConfigFromFile-0.02-1.fc9.src.rpm:1228181027 --- NEW FILE perl-MooseX-ConfigFromFile.spec --- Name: perl-MooseX-ConfigFromFile Version: 0.02 Release: 1%{?dist} # see lib/MooseX/ConfigFromFile.pm License: GPL+ or Artistic Group: Development/Libraries Summary: An abstract Moose role for setting attributes from a configfile Source: http://search.cpan.org/CPAN/authors/id/B/BL/BLBLACK/MooseX-ConfigFromFile-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-ConfigFromFile BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.35 BuildRequires: perl(MooseX::Types::Path::Class) >= 0.04 BuildRequires: perl(Test::More) >= 0.42 %description This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles. It declares an attribute 'configfile' and a class method 'new_with_config', and requires that concrete roles derived from it implement the class method 'get_config_from_file'. Attributes specified directly as arguments to 'new_with_config' supercede those in the configfile. %prep %setup -q -n MooseX-ConfigFromFile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.02-1 - brush up for submission * Mon Oct 27 2008 Chris Weyl 0.02-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:00 -0000 1.1 +++ .cvsignore 2 Dec 2008 01:23:58 -0000 1.2 @@ -0,0 +1 @@ +MooseX-ConfigFromFile-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:00 -0000 1.1 +++ sources 2 Dec 2008 01:23:58 -0000 1.2 @@ -0,0 +1 @@ +823a370058ef4b900341334b7fd06c51 MooseX-ConfigFromFile-0.02.tar.gz From cweyl at fedoraproject.org Tue Dec 2 01:21:50 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 2 Dec 2008 01:21:50 +0000 (UTC) Subject: rpms/perl-MooseX-ConfigFromFile/F-9 import.log, NONE, 1.1 perl-MooseX-ConfigFromFile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202012150.224DE7011A@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2559/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-ConfigFromFile.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-ConfigFromFile-0_02-1_fc9:F-9:perl-MooseX-ConfigFromFile-0.02-1.fc9.src.rpm:1228180870 --- NEW FILE perl-MooseX-ConfigFromFile.spec --- Name: perl-MooseX-ConfigFromFile Version: 0.02 Release: 1%{?dist} # see lib/MooseX/ConfigFromFile.pm License: GPL+ or Artistic Group: Development/Libraries Summary: An abstract Moose role for setting attributes from a configfile Source: http://search.cpan.org/CPAN/authors/id/B/BL/BLBLACK/MooseX-ConfigFromFile-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-ConfigFromFile BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) >= 0.35 BuildRequires: perl(MooseX::Types::Path::Class) >= 0.04 BuildRequires: perl(Test::More) >= 0.42 %description This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles. It declares an attribute 'configfile' and a class method 'new_with_config', and requires that concrete roles derived from it implement the class method 'get_config_from_file'. Attributes specified directly as arguments to 'new_with_config' supercede those in the configfile. %prep %setup -q -n MooseX-ConfigFromFile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.02-1 - brush up for submission * Mon Oct 27 2008 Chris Weyl 0.02-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:00 -0000 1.1 +++ .cvsignore 2 Dec 2008 01:21:19 -0000 1.2 @@ -0,0 +1 @@ +MooseX-ConfigFromFile-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-ConfigFromFile/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:00 -0000 1.1 +++ sources 2 Dec 2008 01:21:19 -0000 1.2 @@ -0,0 +1 @@ +823a370058ef4b900341334b7fd06c51 MooseX-ConfigFromFile-0.02.tar.gz From buildsys at fedoraproject.org Tue Dec 2 05:00:02 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Tue, 02 Dec 2008 05:00:02 -0000 Subject: Broken dependencies in EPEL - 2008-12-02 Message-ID: <20081202050002.26268.90352@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From iarnell at fedoraproject.org Tue Dec 2 05:00:53 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:00:53 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-File/F-10 perl-Catalyst-Plugin-Session-Store-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202050053.574577011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25397/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-File.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-File.spec --- Name: perl-Catalyst-Plugin-Session-Store-File Version: 0.13 Release: 1%{?dist} Summary: File storage backend for session data License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/ Source0: http://www.cpan.org/authors/id/K/KA/KARMAN/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Cache::Cache) >= 1.02 BuildRequires: perl(Catalyst::Plugin::Session) BuildRequires: perl(Catalyst::Runtime) >= 5.7000 BuildRequires: perl(Class::Data::Inheritable) >= 0.04 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Cache::Cache) >= 1.02 Requires: perl(Catalyst::Plugin::Session) Requires: perl(Catalyst::Runtime) >= 5.7000 Requires: perl(Class::Data::Inheritable) >= 0.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache. %prep %setup -q -n Catalyst-Plugin-Session-Store-File-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Nov 27 2008 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:50:03 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:00:22 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-File-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:50:03 -0000 1.1 +++ sources 2 Dec 2008 05:00:22 -0000 1.2 @@ -0,0 +1 @@ +f1d2d3ed5ef2f800df5e7518a57ea1e1 Catalyst-Plugin-Session-Store-File-0.13.tar.gz From iarnell at fedoraproject.org Tue Dec 2 05:00:53 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:00:53 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-File/devel perl-Catalyst-Plugin-Session-Store-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202050053.C93847011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25397/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-File.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-File.spec --- Name: perl-Catalyst-Plugin-Session-Store-File Version: 0.13 Release: 1%{?dist} Summary: File storage backend for session data License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/ Source0: http://www.cpan.org/authors/id/K/KA/KARMAN/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Cache::Cache) >= 1.02 BuildRequires: perl(Catalyst::Plugin::Session) BuildRequires: perl(Catalyst::Runtime) >= 5.7000 BuildRequires: perl(Class::Data::Inheritable) >= 0.04 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Cache::Cache) >= 1.02 Requires: perl(Catalyst::Plugin::Session) Requires: perl(Catalyst::Runtime) >= 5.7000 Requires: perl(Class::Data::Inheritable) >= 0.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache. %prep %setup -q -n Catalyst-Plugin-Session-Store-File-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Nov 27 2008 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:50:03 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:00:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-File-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:50:03 -0000 1.1 +++ sources 2 Dec 2008 05:00:23 -0000 1.2 @@ -0,0 +1 @@ +f1d2d3ed5ef2f800df5e7518a57ea1e1 Catalyst-Plugin-Session-Store-File-0.13.tar.gz From iarnell at fedoraproject.org Tue Dec 2 05:00:53 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:00:53 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-Store-File/F-9 perl-Catalyst-Plugin-Session-Store-File.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202050053.7F39C7011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25397/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-Store-File.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Session-Store-File.spec --- Name: perl-Catalyst-Plugin-Session-Store-File Version: 0.13 Release: 1%{?dist} Summary: File storage backend for session data License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-File/ Source0: http://www.cpan.org/authors/id/K/KA/KARMAN/Catalyst-Plugin-Session-Store-File-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Cache::Cache) >= 1.02 BuildRequires: perl(Catalyst::Plugin::Session) BuildRequires: perl(Catalyst::Runtime) >= 5.7000 BuildRequires: perl(Class::Data::Inheritable) >= 0.04 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Cache::Cache) >= 1.02 Requires: perl(Catalyst::Plugin::Session) Requires: perl(Catalyst::Runtime) >= 5.7000 Requires: perl(Class::Data::Inheritable) >= 0.04 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache. %prep %setup -q -n Catalyst-Plugin-Session-Store-File-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Nov 27 2008 Iain Arnell 0.13-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:50:03 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:00:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-Store-File-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Session-Store-File/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:50:03 -0000 1.1 +++ sources 2 Dec 2008 05:00:23 -0000 1.2 @@ -0,0 +1 @@ +f1d2d3ed5ef2f800df5e7518a57ea1e1 Catalyst-Plugin-Session-Store-File-0.13.tar.gz From iarnell at fedoraproject.org Tue Dec 2 05:14:55 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:14:55 +0000 (UTC) Subject: rpms/perl-Catalyst-Log-Log4perl/F-10 perl-Catalyst-Log-Log4perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202051455.5BAFB7011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27334/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Log-Log4perl.spec Log Message: initial import --- NEW FILE perl-Catalyst-Log-Log4perl.spec --- Name: perl-Catalyst-Log-Log4perl Version: 1.00 Release: 1%{?dist} Summary: Log::Log4perl logging for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Log-Log4perl/ Source0: http://www.cpan.org/authors/id/H/HO/HOLOWAY/Catalyst-Log-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.60 BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.49 BuildRequires: perl(Params::Validate) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.60 Requires: perl(Data::Dump) Requires: perl(Log::Log4perl) >= 0.49 Requires: perl(Params::Validate) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a Catalyst::Log implementation that uses Log::Log4perl as the underlying log mechanism. %prep %setup -q -n Catalyst-Log-Log4perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes example.conf README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Nov 26 2008 Iain Arnell 1.00-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:45:29 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:14:24 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Log-Log4perl-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:45:29 -0000 1.1 +++ sources 2 Dec 2008 05:14:24 -0000 1.2 @@ -0,0 +1 @@ +98983198da65342aac945408db6fe61e Catalyst-Log-Log4perl-1.00.tar.gz From iarnell at fedoraproject.org Tue Dec 2 05:14:55 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:14:55 +0000 (UTC) Subject: rpms/perl-Catalyst-Log-Log4perl/F-9 perl-Catalyst-Log-Log4perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202051455.B424E7011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27334/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Log-Log4perl.spec Log Message: initial import --- NEW FILE perl-Catalyst-Log-Log4perl.spec --- Name: perl-Catalyst-Log-Log4perl Version: 1.00 Release: 1%{?dist} Summary: Log::Log4perl logging for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Log-Log4perl/ Source0: http://www.cpan.org/authors/id/H/HO/HOLOWAY/Catalyst-Log-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.60 BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.49 BuildRequires: perl(Params::Validate) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.60 Requires: perl(Data::Dump) Requires: perl(Log::Log4perl) >= 0.49 Requires: perl(Params::Validate) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a Catalyst::Log implementation that uses Log::Log4perl as the underlying log mechanism. %prep %setup -q -n Catalyst-Log-Log4perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes example.conf README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Nov 26 2008 Iain Arnell 1.00-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:45:29 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:14:25 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Log-Log4perl-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:45:29 -0000 1.1 +++ sources 2 Dec 2008 05:14:25 -0000 1.2 @@ -0,0 +1 @@ +98983198da65342aac945408db6fe61e Catalyst-Log-Log4perl-1.00.tar.gz From iarnell at fedoraproject.org Tue Dec 2 05:14:56 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 2 Dec 2008 05:14:56 +0000 (UTC) Subject: rpms/perl-Catalyst-Log-Log4perl/devel perl-Catalyst-Log-Log4perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081202051456.5799F7011A@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27334/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Log-Log4perl.spec Log Message: initial import --- NEW FILE perl-Catalyst-Log-Log4perl.spec --- Name: perl-Catalyst-Log-Log4perl Version: 1.00 Release: 1%{?dist} Summary: Log::Log4perl logging for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Log-Log4perl/ Source0: http://www.cpan.org/authors/id/H/HO/HOLOWAY/Catalyst-Log-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.60 BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.49 BuildRequires: perl(Params::Validate) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) Requires: perl(Catalyst) >= 5.60 Requires: perl(Data::Dump) Requires: perl(Log::Log4perl) >= 0.49 Requires: perl(Params::Validate) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a Catalyst::Log implementation that uses Log::Log4perl as the underlying log mechanism. %prep %setup -q -n Catalyst-Log-Log4perl-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes example.conf README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Nov 26 2008 Iain Arnell 1.00-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:45:29 -0000 1.1 +++ .cvsignore 2 Dec 2008 05:14:25 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Log-Log4perl-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:45:29 -0000 1.1 +++ sources 2 Dec 2008 05:14:25 -0000 1.2 @@ -0,0 +1 @@ +98983198da65342aac945408db6fe61e Catalyst-Log-Log4perl-1.00.tar.gz From bugzilla at redhat.com Tue Dec 2 05:16:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 00:16:00 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812020516.mB25G0Eb032492@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 --- Comment #5 from Fedora Update System 2008-12-02 00:15:59 EDT --- perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 05:15:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 00:15:57 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812020515.mB25Fvi3022159@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 --- Comment #4 from Fedora Update System 2008-12-02 00:15:56 EDT --- perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 05:40:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 00:40:20 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812020540.mB25eKjh027011@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 06:12:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 01:12:00 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812020612.mB26C0hq000454@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 --- Comment #7 from Fedora Update System 2008-12-02 01:12:00 EDT --- perl-Catalyst-Log-Log4perl-1.00-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Catalyst-Log-Log4perl-1.00-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 06:11:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 01:11:58 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812020611.mB26Bwi7000416@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 --- Comment #6 from Fedora Update System 2008-12-02 01:11:57 EDT --- perl-Catalyst-Log-Log4perl-1.00-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Catalyst-Log-Log4perl-1.00-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 06:12:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 01:12:42 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812020612.mB26CgPL000598@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 14:03:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 09:03:12 -0500 Subject: [Bug 471330] RFE: perl-PAR F-9 branch? In-Reply-To: References: Message-ID: <200812021403.mB2E3C0C012276@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=471330 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE --- Comment #2 from Marcela Maslanova 2008-12-02 09:03:11 EDT --- Fixed in perl-PAR-Dist-0.34-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 17:02:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 12:02:07 -0500 Subject: [Bug 204093] perl -i resets file ACLs and EAs In-Reply-To: References: Message-ID: <200812021702.mB2H27JZ023213@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=204093 --- Comment #8 from Stepan Kasal 2008-12-02 12:02:06 EDT --- Chris, I admit this should be taken upstream. Shall I file this enhancement request upstream with the comment that I oopose the idea, but I need their support so that my users stop reopening the bug? Wouldn't it be less confusing for upstream if some of the supporters of the idea would file the enhancement request instead? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 2 22:24:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 17:24:31 -0500 Subject: [Bug 472685] Review Request: perl-Catalyst-Component-InstancePerContext - Return a new instance a component on each request In-Reply-To: References: Message-ID: <200812022224.mB2MOVw6003700@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472685 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 3 01:15:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Dec 2008 20:15:10 -0500 Subject: [Bug 472413] perl-Ace-1.92 is available In-Reply-To: References: Message-ID: <200812030115.mB31FAJ1028118@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472413 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #3 from Fedora Update System 2008-12-02 20:15:09 EDT --- perl-Ace-1.92-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Ace'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2008-10547 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Wed Dec 3 01:33:18 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 01:33:18 +0000 (UTC) Subject: rpms/perl-namespace-clean/devel .cvsignore, 1.2, 1.3 perl-namespace-clean.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081203013318.AF3DD7011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-namespace-clean/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32745 Modified Files: .cvsignore perl-namespace-clean.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.09-1 - update to 0.09 - note BR change from Scope::Guard to B::Hooks::EndOfScope Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Sep 2008 21:40:29 -0000 1.2 +++ .cvsignore 3 Dec 2008 01:32:47 -0000 1.3 @@ -1 +1 @@ -namespace-clean-0.08.tar.gz +namespace-clean-0.09.tar.gz Index: perl-namespace-clean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/devel/perl-namespace-clean.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-namespace-clean.spec 8 Sep 2008 21:48:45 -0000 1.2 +++ perl-namespace-clean.spec 3 Dec 2008 01:32:47 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-namespace-clean -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep your namespace tidy -Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/namespace-clean-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-clean BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) -BuildRequires: perl(Scope::Guard) >= 0.02 +BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Symbol) BuildRequires: perl(Test::More) >= 0.62 @@ -77,6 +77,10 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 02 2008 Chris Weyl 0.09-1 +- update to 0.09 +- note BR change from Scope::Guard to B::Hooks::EndOfScope + * Mon Sep 08 2008 Chris Weyl 0.08-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Sep 2008 21:40:29 -0000 1.2 +++ sources 3 Dec 2008 01:32:47 -0000 1.3 @@ -1 +1 @@ -9dc350acfbcffe1434027928f3497925 namespace-clean-0.08.tar.gz +8edfbf0ccd9cb0557e7d0c5366d9f1f1 namespace-clean-0.09.tar.gz From cweyl at fedoraproject.org Wed Dec 3 01:43:49 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 01:43:49 +0000 (UTC) Subject: rpms/perl-namespace-clean/F-10 perl-namespace-clean.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081203014349.71CC27011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-namespace-clean/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv903 Modified Files: perl-namespace-clean.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.09-1 - update to 0.09 - note BR change from Scope::Guard to B::Hooks::EndOfScope Index: perl-namespace-clean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/F-10/perl-namespace-clean.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-namespace-clean.spec 8 Sep 2008 21:48:45 -0000 1.2 +++ perl-namespace-clean.spec 3 Dec 2008 01:43:18 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-namespace-clean -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep your namespace tidy -Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/namespace-clean-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-clean BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) -BuildRequires: perl(Scope::Guard) >= 0.02 +BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Symbol) BuildRequires: perl(Test::More) >= 0.62 @@ -77,6 +77,10 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 02 2008 Chris Weyl 0.09-1 +- update to 0.09 +- note BR change from Scope::Guard to B::Hooks::EndOfScope + * Mon Sep 08 2008 Chris Weyl 0.08-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Sep 2008 21:40:29 -0000 1.2 +++ sources 3 Dec 2008 01:43:18 -0000 1.3 @@ -1 +1 @@ -9dc350acfbcffe1434027928f3497925 namespace-clean-0.08.tar.gz +8edfbf0ccd9cb0557e7d0c5366d9f1f1 namespace-clean-0.09.tar.gz From cweyl at fedoraproject.org Wed Dec 3 01:48:02 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 01:48:02 +0000 (UTC) Subject: rpms/perl-namespace-clean/F-9 perl-namespace-clean.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081203014802.7F72A7011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-namespace-clean/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1155 Modified Files: perl-namespace-clean.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.09-1 - update to 0.09 - note BR change from Scope::Guard to B::Hooks::EndOfScope Index: perl-namespace-clean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/F-9/perl-namespace-clean.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-namespace-clean.spec 8 Sep 2008 21:55:07 -0000 1.1 +++ perl-namespace-clean.spec 3 Dec 2008 01:47:31 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-namespace-clean -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep your namespace tidy -Source: http://search.cpan.org/CPAN/authors/id/P/PH/PHAYLON/namespace-clean-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-clean BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -13,7 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) -BuildRequires: perl(Scope::Guard) >= 0.02 +BuildRequires: perl(B::Hooks::EndOfScope) BuildRequires: perl(Symbol) BuildRequires: perl(Test::More) >= 0.62 @@ -77,6 +77,10 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 02 2008 Chris Weyl 0.09-1 +- update to 0.09 +- note BR change from Scope::Guard to B::Hooks::EndOfScope + * Mon Sep 08 2008 Chris Weyl 0.08-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-clean/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Sep 2008 21:55:07 -0000 1.2 +++ sources 3 Dec 2008 01:47:31 -0000 1.3 @@ -1 +1 @@ -9dc350acfbcffe1434027928f3497925 namespace-clean-0.08.tar.gz +8edfbf0ccd9cb0557e7d0c5366d9f1f1 namespace-clean-0.09.tar.gz From cweyl at fedoraproject.org Wed Dec 3 07:26:40 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 07:26:40 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/devel .cvsignore, 1.3, 1.4 perl-Class-Accessor-Grouped.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20081203072640.73A977011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31696 Modified Files: .cvsignore perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.08002-1 - update to 0.08002 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 May 2008 06:24:58 -0000 1.3 +++ .cvsignore 3 Dec 2008 07:26:08 -0000 1.4 @@ -1 +1 @@ -Class-Accessor-Grouped-0.08001.tar.gz +Class-Accessor-Grouped-0.08002.tar.gz Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Class-Accessor-Grouped.spec 22 May 2008 06:24:58 -0000 1.5 +++ perl-Class-Accessor-Grouped.spec 3 Dec 2008 07:26:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08001 +Version: 0.08002 Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic @@ -79,6 +79,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 02 2008 Chris Weyl 0.08002-1 +- update to 0.08002 + * Wed May 21 2008 Chris Weyl 0.08001-1 - update to 0.08001 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 May 2008 06:24:58 -0000 1.3 +++ sources 3 Dec 2008 07:26:08 -0000 1.4 @@ -1 +1 @@ -8b40d4df7eda4a8403ac6cff21bef294 Class-Accessor-Grouped-0.08001.tar.gz +10e66752abaae0d95d8ca0c932c75c1c Class-Accessor-Grouped-0.08002.tar.gz From cweyl at fedoraproject.org Wed Dec 3 07:28:22 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 07:28:22 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/F-10 perl-Class-Accessor-Grouped.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20081203072822.E36707011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31887 Modified Files: perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.08002-1 - update to 0.08002 Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-10/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Class-Accessor-Grouped.spec 22 May 2008 06:24:58 -0000 1.5 +++ perl-Class-Accessor-Grouped.spec 3 Dec 2008 07:27:52 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08001 +Version: 0.08002 Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic @@ -79,6 +79,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 02 2008 Chris Weyl 0.08002-1 +- update to 0.08002 + * Wed May 21 2008 Chris Weyl 0.08001-1 - update to 0.08001 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 May 2008 06:24:58 -0000 1.3 +++ sources 3 Dec 2008 07:27:52 -0000 1.4 @@ -1 +1 @@ -8b40d4df7eda4a8403ac6cff21bef294 Class-Accessor-Grouped-0.08001.tar.gz +10e66752abaae0d95d8ca0c932c75c1c Class-Accessor-Grouped-0.08002.tar.gz From cweyl at fedoraproject.org Wed Dec 3 07:28:39 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 07:28:39 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/F-9 perl-Class-Accessor-Grouped.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20081203072839.2D8F47011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31948 Modified Files: perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.08002-1 - update to 0.08002 Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-9/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Class-Accessor-Grouped.spec 22 May 2008 06:29:57 -0000 1.5 +++ perl-Class-Accessor-Grouped.spec 3 Dec 2008 07:28:08 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08001 +Version: 0.08002 Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic @@ -79,6 +79,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 02 2008 Chris Weyl 0.08002-1 +- update to 0.08002 + * Wed May 21 2008 Chris Weyl 0.08001-1 - update to 0.08001 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 May 2008 06:29:57 -0000 1.3 +++ sources 3 Dec 2008 07:28:08 -0000 1.4 @@ -1 +1 @@ -8b40d4df7eda4a8403ac6cff21bef294 Class-Accessor-Grouped-0.08001.tar.gz +10e66752abaae0d95d8ca0c932c75c1c Class-Accessor-Grouped-0.08002.tar.gz From cweyl at fedoraproject.org Wed Dec 3 07:28:53 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 3 Dec 2008 07:28:53 +0000 (UTC) Subject: rpms/perl-Class-Accessor-Grouped/F-8 perl-Class-Accessor-Grouped.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20081203072853.F17B27011D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32015 Modified Files: perl-Class-Accessor-Grouped.spec sources Log Message: * Tue Dec 02 2008 Chris Weyl 0.08002-1 - update to 0.08002 Index: perl-Class-Accessor-Grouped.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-8/perl-Class-Accessor-Grouped.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Class-Accessor-Grouped.spec 31 May 2008 23:54:57 -0000 1.2 +++ perl-Class-Accessor-Grouped.spec 3 Dec 2008 07:28:23 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor-Grouped -Version: 0.08001 +Version: 0.08002 Release: 1%{?dist} Summary: Lets you build groups of accessors License: GPL+ or Artistic @@ -79,6 +79,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 02 2008 Chris Weyl 0.08002-1 +- update to 0.08002 + * Wed May 21 2008 Chris Weyl 0.08001-1 - update to 0.08001 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor-Grouped/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 May 2008 23:54:57 -0000 1.3 +++ sources 3 Dec 2008 07:28:23 -0000 1.4 @@ -1 +1 @@ -8b40d4df7eda4a8403ac6cff21bef294 Class-Accessor-Grouped-0.08001.tar.gz +10e66752abaae0d95d8ca0c932c75c1c Class-Accessor-Grouped-0.08002.tar.gz From msuchy at fedoraproject.org Wed Dec 3 11:39:19 2008 From: msuchy at fedoraproject.org (=?utf-8?q?Miroslav_Such=C3=BD?=) Date: Wed, 3 Dec 2008 11:39:19 +0000 (UTC) Subject: rpms/perl-Crypt-GeneratePassword/EL-4 import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2 Message-ID: <20081203113919.6EB8B7011D@cvs1.fedora.phx.redhat.com> Author: msuchy Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24000/EL-4 Modified Files: perl-Crypt-GeneratePassword.spec Added Files: import.log utf8.patch Log Message: Import new version of perl-Crypt-GeneratePassword to EL-4 branch. --- NEW FILE import.log --- perl-Crypt-GeneratePassword-0_03-14:EL-4:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228304132 utf8.patch: --- NEW FILE utf8.patch --- --- Crypt-GeneratePassword-0.03.orig/README 2008-10-14 11:41:36.000000000 +0200 +++ Crypt-GeneratePassword-0.03/README 2008-10-14 11:48:45.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT AND LICENCE -Copyright 2002 by J?rg Walter , +Copyright 2002 by J??rg Walter , inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181. This perl module is free software; it may be redistributed Index: perl-Crypt-GeneratePassword.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-4/perl-Crypt-GeneratePassword.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-GeneratePassword.spec 26 Jun 2008 11:48:57 -0000 1.1 +++ perl-Crypt-GeneratePassword.spec 3 Dec 2008 11:38:48 -0000 1.2 @@ -1,16 +1,16 @@ Name: perl-Crypt-GeneratePassword Version: 0.03 -Release: 12%{?dist} +Release: 14%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz +Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(ExtUtils::MakeMaker) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST @@ -19,6 +19,7 @@ %prep %setup -q -n Crypt-GeneratePassword-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,8 @@ %{_mandir}/man3/* %changelog -* Mon Jun 23 2008 Nigel Jones - 0.03-12 +* Thu Oct 16 2008 Milan Zazrivec 0.03-14 +- Bumping release to be above what we have in Satellite 5.2.0 + +* Tue Oct 14 2008 Miroslav Such?? 0.03-3 - Specfile autogenerated by cpanspec 1.77. -- Bump to be > than -11 in Spacewalk repo From msuchy at fedoraproject.org Wed Dec 3 11:41:12 2008 From: msuchy at fedoraproject.org (=?utf-8?q?Miroslav_Such=C3=BD?=) Date: Wed, 3 Dec 2008 11:41:12 +0000 (UTC) Subject: rpms/perl-Crypt-GeneratePassword/EL-5 import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2 Message-ID: <20081203114112.E12D47011D@cvs1.fedora.phx.redhat.com> Author: msuchy Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24427/EL-5 Modified Files: perl-Crypt-GeneratePassword.spec Added Files: import.log utf8.patch Log Message: Import new version of perl-Crypt-GeneratePassword to EL-5 branch. --- NEW FILE import.log --- perl-Crypt-GeneratePassword-0_03-14:EL-5:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228304394 utf8.patch: --- NEW FILE utf8.patch --- --- Crypt-GeneratePassword-0.03.orig/README 2008-10-14 11:41:36.000000000 +0200 +++ Crypt-GeneratePassword-0.03/README 2008-10-14 11:48:45.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT AND LICENCE -Copyright 2002 by J?rg Walter , +Copyright 2002 by J??rg Walter , inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181. This perl module is free software; it may be redistributed Index: perl-Crypt-GeneratePassword.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-5/perl-Crypt-GeneratePassword.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-GeneratePassword.spec 26 Jun 2008 11:49:16 -0000 1.1 +++ perl-Crypt-GeneratePassword.spec 3 Dec 2008 11:40:42 -0000 1.2 @@ -1,16 +1,16 @@ Name: perl-Crypt-GeneratePassword Version: 0.03 -Release: 12%{?dist} +Release: 14%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz +Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(ExtUtils::MakeMaker) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST @@ -19,6 +19,7 @@ %prep %setup -q -n Crypt-GeneratePassword-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,8 @@ %{_mandir}/man3/* %changelog -* Mon Jun 23 2008 Nigel Jones - 0.03-12 +* Thu Oct 16 2008 Milan Zazrivec 0.03-14 +- Bumping release to be above what we have in Satellite 5.2.0 + +* Tue Oct 14 2008 Miroslav Such?? 0.03-3 - Specfile autogenerated by cpanspec 1.77. -- Bump to be > than -11 in Spacewalk repo From pghmcfc at fedoraproject.org Wed Dec 3 13:48:12 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 3 Dec 2008 13:48:12 +0000 (UTC) Subject: rpms/perl-Math-BigInt-GMP/F-9 perl-Math-BigInt-GMP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081203134812.F14287011D@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-BigInt-GMP/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10208 Modified Files: .cvsignore sources Added Files: perl-Math-BigInt-GMP.spec Log Message: Branch for F-9 --- NEW FILE perl-Math-BigInt-GMP.spec --- Name: perl-Math-BigInt-GMP Version: 1.24 Release: 1%{?dist} Summary: Math::BigInt::GMP Perl module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Math-BigInt-GMP/ Source0: http://www.cpan.org/authors/id/T/TE/TELS/math/Math-BigInt-GMP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmp-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) >= 1.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This package contains a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and Math::BigFloat as they are from Perl 5.7.x onwards. %prep %setup -q -n Math-BigInt-GMP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS CHANGES CREDITS LICENSE README TODO %{perl_vendorarch}/auto/* %{perl_vendorarch}/Math* %{_mandir}/man3/* %changelog * Sun May 18 2008 Steven Pritchard 1.24-1 - Specfile autogenerated by cpanspec 1.75. - BR Test::More, Test::Pod, Test::Pod::Coverage, and gmp-devel. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-BigInt-GMP/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 May 2008 16:22:14 -0000 1.1 +++ .cvsignore 3 Dec 2008 13:47:41 -0000 1.2 @@ -0,0 +1 @@ +Math-BigInt-GMP-1.24.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-BigInt-GMP/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 May 2008 16:22:14 -0000 1.1 +++ sources 3 Dec 2008 13:47:42 -0000 1.2 @@ -0,0 +1 @@ +de5bb548f9e8e2254565926eec1d15b2 Math-BigInt-GMP-1.24.tar.gz From mtasaka at fedoraproject.org Wed Dec 3 14:05:51 2008 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Wed, 3 Dec 2008 14:05:51 +0000 (UTC) Subject: rpms/monafont/F-10 monafont.spec,1.3,1.4 Message-ID: <20081203140551.AF3F27011D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13205/F-10 Modified Files: monafont.spec Log Message: Rebuild on devel for new VLGothic, and cleanups Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/F-10/monafont.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- monafont.spec 23 Nov 2008 15:38:31 -0000 1.3 +++ monafont.spec 3 Dec 2008 14:05:21 -0000 1.4 @@ -10,22 +10,8 @@ %define fontdir_ttf_s %{fontbasedir}/%{name_ttf_s} %define fontdir_ttf_v %{fontbasedir}/%{name_ttf_v} -%if 0%{?fedora} >= 11 -%define sazanami_ver 20040629 -%define vlgothic_ver 20080908 -%endif -%if 0%{?fedora} == 10 -%define sazanami_ver 20040629 -%define vlgothic_ver 20081029 -%endif -%if 0%{?fedora} == 9 %define sazanami_ver 20040629 %define vlgothic_ver 20081029 -%endif -%if 0%{?fedora} <= 8 -%define sazanami_ver 20040629 -%define vlgothic_ver 20081029 -%endif %define catalog_dir %{_sysconfdir}/X11/fontpath.d From mtasaka at fedoraproject.org Wed Dec 3 14:05:52 2008 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Wed, 3 Dec 2008 14:05:52 +0000 (UTC) Subject: rpms/monafont/F-9 monafont.spec,1.2,1.3 Message-ID: <20081203140552.6288D7011D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13205/F-9 Modified Files: monafont.spec Log Message: Rebuild on devel for new VLGothic, and cleanups Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/F-9/monafont.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- monafont.spec 13 Nov 2008 16:11:56 -0000 1.2 +++ monafont.spec 3 Dec 2008 14:05:22 -0000 1.3 @@ -10,18 +10,8 @@ %define fontdir_ttf_s %{fontbasedir}/%{name_ttf_s} %define fontdir_ttf_v %{fontbasedir}/%{name_ttf_v} -%if 0%{?fedora} >= 10 -%define sazanami_ver 20040629 -%define vlgothic_ver 20080624 -%endif -%if 0%{?fedora} == 9 %define sazanami_ver 20040629 %define vlgothic_ver 20081029 -%endif -%if 0%{?fedora} <= 8 -%define sazanami_ver 20040629 -%define vlgothic_ver 20081029 -%endif %define catalog_dir %{_sysconfdir}/X11/fontpath.d From mtasaka at fedoraproject.org Wed Dec 3 14:05:52 2008 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Wed, 3 Dec 2008 14:05:52 +0000 (UTC) Subject: rpms/monafont/F-8 monafont.spec,1.2,1.3 Message-ID: <20081203140552.0EDF67011D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13205/F-8 Modified Files: monafont.spec Log Message: Rebuild on devel for new VLGothic, and cleanups Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/F-8/monafont.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- monafont.spec 13 Nov 2008 16:11:55 -0000 1.2 +++ monafont.spec 3 Dec 2008 14:05:21 -0000 1.3 @@ -10,18 +10,8 @@ %define fontdir_ttf_s %{fontbasedir}/%{name_ttf_s} %define fontdir_ttf_v %{fontbasedir}/%{name_ttf_v} -%if 0%{?fedora} >= 10 -%define sazanami_ver 20040629 -%define vlgothic_ver 20080624 -%endif -%if 0%{?fedora} == 9 %define sazanami_ver 20040629 %define vlgothic_ver 20081029 -%endif -%if 0%{?fedora} <= 8 -%define sazanami_ver 20040629 -%define vlgothic_ver 20081029 -%endif %define catalog_dir %{_sysconfdir}/X11/fontpath.d From mtasaka at fedoraproject.org Wed Dec 3 14:05:52 2008 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Wed, 3 Dec 2008 14:05:52 +0000 (UTC) Subject: rpms/monafont/devel monafont.spec,1.2,1.3 Message-ID: <20081203140552.BB16C7011D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13205/devel Modified Files: monafont.spec Log Message: Rebuild on devel for new VLGothic, and cleanups Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/devel/monafont.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- monafont.spec 9 Sep 2008 05:14:25 -0000 1.2 +++ monafont.spec 3 Dec 2008 14:05:22 -0000 1.3 @@ -10,18 +10,8 @@ %define fontdir_ttf_s %{fontbasedir}/%{name_ttf_s} %define fontdir_ttf_v %{fontbasedir}/%{name_ttf_v} -%if 0%{?fedora} >= 10 %define sazanami_ver 20040629 -%define vlgothic_ver 20080908 -%endif -%if 0%{?fedora} == 9 -%define sazanami_ver 20040629 -%define vlgothic_ver 20071215 -%endif -%if 0%{?fedora} <= 8 -%define sazanami_ver 20040629 -%define vlgothic_ver 20071215 -%endif +%define vlgothic_ver 20081029 %define catalog_dir %{_sysconfdir}/X11/fontpath.d @@ -35,7 +25,7 @@ Name: %{archivename} Version: 2.90 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Japanese font for text arts # monafont itself is under public domain @@ -241,6 +231,9 @@ %changelog +* Wed Dec 3 2008 Mamoru Tasaka +- rebuild for new VLGothic + * Tue Sep 9 2008 Mamoru Tasaka - 2.90-5 - F-10: Rebuild for new VLGothic From pghmcfc at fedoraproject.org Wed Dec 3 23:21:23 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 3 Dec 2008 23:21:23 +0000 (UTC) Subject: rpms/perl-Crypt-DH/F-9 perl-Crypt-DH.spec,1.9,1.10 Message-ID: <20081203232123.A972B7011D@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-DH/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9237 Modified Files: perl-Crypt-DH.spec Log Message: Use Math::BigInt::GMP Index: perl-Crypt-DH.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DH/F-9/perl-Crypt-DH.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Crypt-DH.spec 6 Mar 2008 15:09:50 -0000 1.9 +++ perl-Crypt-DH.spec 3 Dec 2008 23:20:53 -0000 1.10 @@ -4,7 +4,7 @@ Summary: Perl module implementing the Diffie-Hellman key exchange system Name: perl-Crypt-DH Version: 0.06 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DH/ @@ -14,6 +14,16 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +# Pull in Math::BigInt::GMP for GMP support for suitably recent versions of Math::BigInt +# else use Math::GMP +%if %(%{__perl} -MMath::BigInt -e 'use Math::BigInt 1.87;' 2>/dev/null && echo 1 || echo 0) +BuildRequires: perl(Math::BigInt::GMP) +Requires: perl(Math::BigInt::GMP) +%else +BuildRequires: perl(Math::GMP) +Requires: perl(Math::GMP) +%endif + %description Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared @@ -48,8 +58,12 @@ %{_mandir}/man3/Crypt::DH.3pm* %changelog +* Tue Nov 4 2008 Paul Howarth 0.06-9 +- BuildRequire and Require a GMP support module, either Math::GMP or + Math::BigInt::GMP depending on how recent Math::BigInt is + * Thu Mar 6 2008 Tom "spot" Callaway 0.06-8 -- rebuild for new perl +- Rebuild for new perl * Sat Aug 11 2007 Paul Howarth 0.06-7 - Clarify license as GPL v1 or later, or Artistic (same as perl) From pghmcfc at fedoraproject.org Thu Dec 4 07:42:12 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Thu, 4 Dec 2008 07:42:12 +0000 (UTC) Subject: rpms/perl-Crypt-DSA/F-9 perl-Crypt-DSA.spec,1.8,1.9 Message-ID: <20081204074212.751D970124@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-DSA/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24103 Modified Files: perl-Crypt-DSA.spec Log Message: Use Math::BigInt::GMP Index: perl-Crypt-DSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/F-9/perl-Crypt-DSA.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Crypt-DSA.spec 6 Mar 2008 15:11:01 -0000 1.8 +++ perl-Crypt-DSA.spec 4 Dec 2008 07:41:38 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Perl module for DSA signatures and key generation Name: perl-Crypt-DSA Version: 0.14 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DSA/ @@ -13,7 +13,17 @@ BuildRequires: perl(Data::Buffer) >= 0.01 BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) -BuildRequires: which +BuildRequires: which, openssl + +# Pull in Math::BigInt::GMP for GMP support for suitably recent versions of Math::BigInt +# else use Math::GMP +%if %(%{__perl} -MMath::BigInt -e 'use Math::BigInt 1.87;' 2>/dev/null && echo 1 || echo 0) +BuildRequires: perl(Math::BigInt::GMP) +Requires: perl(Math::BigInt::GMP) +%else +BuildRequires: perl(Math::GMP) +Requires: perl(Math::GMP) +%endif %description Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) @@ -53,8 +63,13 @@ %{_mandir}/man3/Crypt::DSA::Util.3pm* %changelog +* Mon Nov 3 2008 Paul Howarth 0.14-7 +- BuildRequire and Require a GMP support module, either Math::GMP or + Math::BigInt::GMP depending on how recent Math::BigInt is +- BuildRequire openssl, which significantly speeds up the keygen test + * Thu Mar 6 2008 Tom "spot" Callaway 0.14-6 -- rebuild for new perl +- Rebuild for new perl * Sat Aug 11 2007 Paul Howarth 0.14-5 - Clarify license as GPL v1 or later, or Artistic (same as perl) From pkgdb at fedoraproject.org Thu Dec 4 09:28:22 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 04 Dec 2008 09:28:22 +0000 Subject: [pkgdb] perl-Crypt-GeneratePassword ownership updated Message-ID: <20081204092822.2294F208D1A@bastion.fedora.phx.redhat.com> Package perl-Crypt-GeneratePassword in Fedora devel was orphaned by nigelj To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Crypt-GeneratePassword From pkgdb at fedoraproject.org Thu Dec 4 09:28:28 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 04 Dec 2008 09:28:28 +0000 Subject: [pkgdb] perl-Crypt-GeneratePassword ownership updated Message-ID: <20081204092828.424A3208D5E@bastion.fedora.phx.redhat.com> Package perl-Crypt-GeneratePassword in Fedora 8 was orphaned by nigelj To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Crypt-GeneratePassword From pkgdb at fedoraproject.org Thu Dec 4 09:31:00 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 04 Dec 2008 09:31:00 +0000 Subject: [pkgdb] perl-Crypt-GeneratePassword ownership updated Message-ID: <20081204093100.65386208D59@bastion.fedora.phx.redhat.com> Package perl-Crypt-GeneratePassword in Fedora devel is now owned by msuchy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Crypt-GeneratePassword From pkgdb at fedoraproject.org Thu Dec 4 09:31:39 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 04 Dec 2008 09:31:39 +0000 Subject: [pkgdb] perl-Crypt-GeneratePassword ownership updated Message-ID: <20081204093139.8C089208D67@bastion.fedora.phx.redhat.com> Package perl-Crypt-GeneratePassword in Fedora 8 is now owned by msuchy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Crypt-GeneratePassword From msuchy at fedoraproject.org Thu Dec 4 09:41:43 2008 From: msuchy at fedoraproject.org (=?utf-8?q?Miroslav_Such=C3=BD?=) Date: Thu, 4 Dec 2008 09:41:43 +0000 (UTC) Subject: rpms/perl-Crypt-GeneratePassword/F-9 import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2 Message-ID: <20081204094143.17D7F7011F@cvs1.fedora.phx.redhat.com> Author: msuchy Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5483/F-9 Modified Files: perl-Crypt-GeneratePassword.spec Added Files: import.log utf8.patch Log Message: Import perl-Crypt-GeneratePassword-0.03-14 into F-9 branch. --- NEW FILE import.log --- perl-Crypt-GeneratePassword-0_03-14:F-9:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228383593 utf8.patch: --- NEW FILE utf8.patch --- --- Crypt-GeneratePassword-0.03.orig/README 2008-10-14 11:41:36.000000000 +0200 +++ Crypt-GeneratePassword-0.03/README 2008-10-14 11:48:45.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT AND LICENCE -Copyright 2002 by J?rg Walter , +Copyright 2002 by J??rg Walter , inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181. This perl module is free software; it may be redistributed Index: perl-Crypt-GeneratePassword.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/perl-Crypt-GeneratePassword.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-GeneratePassword.spec 26 Jun 2008 11:49:53 -0000 1.1 +++ perl-Crypt-GeneratePassword.spec 4 Dec 2008 09:41:12 -0000 1.2 @@ -1,16 +1,16 @@ Name: perl-Crypt-GeneratePassword Version: 0.03 -Release: 12%{?dist} +Release: 14%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz +Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(ExtUtils::MakeMaker) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST @@ -19,6 +19,7 @@ %prep %setup -q -n Crypt-GeneratePassword-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,8 @@ %{_mandir}/man3/* %changelog -* Mon Jun 23 2008 Nigel Jones - 0.03-12 +* Thu Oct 16 2008 Milan Zazrivec 0.03-14 +- Bumping release to be above what we have in Satellite 5.2.0 + +* Tue Oct 14 2008 Miroslav Such?? 0.03-3 - Specfile autogenerated by cpanspec 1.77. -- Bump to be > than -11 in Spacewalk repo From msuchy at fedoraproject.org Thu Dec 4 09:43:18 2008 From: msuchy at fedoraproject.org (=?utf-8?q?Miroslav_Such=C3=BD?=) Date: Thu, 4 Dec 2008 09:43:18 +0000 (UTC) Subject: rpms/perl-Crypt-GeneratePassword/F-10 import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2 Message-ID: <20081204094318.A12D47011F@cvs1.fedora.phx.redhat.com> Author: msuchy Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5970/F-10 Modified Files: perl-Crypt-GeneratePassword.spec Added Files: import.log utf8.patch Log Message: Import perl-Crypt-GeneratePassword-0.03-14 into F-10 branch. --- NEW FILE import.log --- perl-Crypt-GeneratePassword-0_03-14:F-10:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228383730 utf8.patch: --- NEW FILE utf8.patch --- --- Crypt-GeneratePassword-0.03.orig/README 2008-10-14 11:41:36.000000000 +0200 +++ Crypt-GeneratePassword-0.03/README 2008-10-14 11:48:45.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT AND LICENCE -Copyright 2002 by J?rg Walter , +Copyright 2002 by J??rg Walter , inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181. This perl module is free software; it may be redistributed Index: perl-Crypt-GeneratePassword.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-10/perl-Crypt-GeneratePassword.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-GeneratePassword.spec 26 Jun 2008 11:50:12 -0000 1.1 +++ perl-Crypt-GeneratePassword.spec 4 Dec 2008 09:42:48 -0000 1.2 @@ -1,16 +1,16 @@ Name: perl-Crypt-GeneratePassword Version: 0.03 -Release: 12%{?dist} +Release: 14%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz +Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(ExtUtils::MakeMaker) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST @@ -19,6 +19,7 @@ %prep %setup -q -n Crypt-GeneratePassword-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,8 @@ %{_mandir}/man3/* %changelog -* Mon Jun 23 2008 Nigel Jones - 0.03-12 +* Thu Oct 16 2008 Milan Zazrivec 0.03-14 +- Bumping release to be above what we have in Satellite 5.2.0 + +* Tue Oct 14 2008 Miroslav Such?? 0.03-3 - Specfile autogenerated by cpanspec 1.77. -- Bump to be > than -11 in Spacewalk repo From msuchy at fedoraproject.org Thu Dec 4 10:14:43 2008 From: msuchy at fedoraproject.org (=?utf-8?q?Miroslav_Such=C3=BD?=) Date: Thu, 4 Dec 2008 10:14:43 +0000 (UTC) Subject: rpms/perl-Crypt-GeneratePassword/devel import.log, NONE, 1.1 utf8.patch, NONE, 1.1 perl-Crypt-GeneratePassword.spec, 1.1, 1.2 Message-ID: <20081204101443.B46507011F@cvs1.fedora.phx.redhat.com> Author: msuchy Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10324/devel Modified Files: perl-Crypt-GeneratePassword.spec Added Files: import.log utf8.patch Log Message: Importing perl-Crypt-GeneratePassword-0_03-14 into devel. --- NEW FILE import.log --- perl-Crypt-GeneratePassword-0_03-14:HEAD:perl-Crypt-GeneratePassword-0.03-14.src.rpm:1228385609 utf8.patch: --- NEW FILE utf8.patch --- --- Crypt-GeneratePassword-0.03.orig/README 2008-10-14 11:41:36.000000000 +0200 +++ Crypt-GeneratePassword-0.03/README 2008-10-14 11:48:45.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT AND LICENCE -Copyright 2002 by J?rg Walter , +Copyright 2002 by J??rg Walter , inspired by ideas from Tom Van Vleck and Morris Gasser/FIPS-181. This perl module is free software; it may be redistributed Index: perl-Crypt-GeneratePassword.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/devel/perl-Crypt-GeneratePassword.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-GeneratePassword.spec 26 Jun 2008 11:50:12 -0000 1.1 +++ perl-Crypt-GeneratePassword.spec 4 Dec 2008 10:14:13 -0000 1.2 @@ -1,16 +1,16 @@ Name: perl-Crypt-GeneratePassword Version: 0.03 -Release: 12%{?dist} +Release: 14%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz +Patch0: utf8.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - +BuildRequires: perl(ExtUtils::MakeMaker) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST @@ -19,6 +19,7 @@ %prep %setup -q -n Crypt-GeneratePassword-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -47,6 +48,8 @@ %{_mandir}/man3/* %changelog -* Mon Jun 23 2008 Nigel Jones - 0.03-12 +* Thu Oct 16 2008 Milan Zazrivec 0.03-14 +- Bumping release to be above what we have in Satellite 5.2.0 + +* Tue Oct 14 2008 Miroslav Such?? 0.03-3 - Specfile autogenerated by cpanspec 1.77. -- Bump to be > than -11 in Spacewalk repo From cweyl at fedoraproject.org Thu Dec 4 21:58:11 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 4 Dec 2008 21:58:11 +0000 (UTC) Subject: rpms/perl-DateTime/F-9 perl-DateTime.spec, 1.25, 1.26 sources, 1.18, 1.19 Message-ID: <20081204215811.B0D397011F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25617 Modified Files: perl-DateTime.spec sources Log Message: * Mon Sep 08 2008 Steven Pritchard 1:0.4304-2 - Update to DateTime::TimeZone 0.7904. Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/F-9/perl-DateTime.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-DateTime.spec 28 Feb 2008 13:13:29 -0000 1.25 +++ perl-DateTime.spec 4 Dec 2008 21:57:41 -0000 1.26 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.70 -%define DTLocale_version 0.35 +%define DTTimeZone_version 0.7904 +%define DTLocale_version 0.41 Name: perl-DateTime -Version: 0.41 -Release: 5%{?dist} +Version: 0.4304 +Release: 2%{?dist} Epoch: 1 Summary: Date and time objects License: GPL+ or Artistic @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Class::Singleton) >= 1.03 BuildRequires: perl(File::Find::Rule) +BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Build) BuildRequires: perl(Params::Validate) >= 0.76 BuildRequires: perl(Pod::Man) >= 1.14 @@ -47,7 +48,7 @@ is part of the Perl DateTime project. For details on this project please see http://datetime.perl.org/. The DateTime site has a FAQ which may help answer many "how do I do X?" questions. The FAQ is at -http://datetime.perl.org/faq.html. +http://datetime.perl.org/?FAQ. %prep %setup -q -T -c -n DateTimeBundle -a 0 @@ -118,6 +119,10 @@ PERL5LIB=$PERL5LIB:$(pwd)/DateTime-TimeZone-%{DTTimeZone_version}/blib/lib export PERL5LIB +# Run pod-related tests. +IS_MAINTAINER=1 +export IS_MAINTAINER + cd DateTime-Locale-%{DTLocale_version} ./Build test cd - @@ -143,6 +148,29 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Sep 08 2008 Steven Pritchard 1:0.4304-2 +- Update to DateTime::TimeZone 0.7904. + +* Tue Jul 15 2008 Steven Pritchard 1:0.4304-1 +- Update to DateTime 0.4304. +- Update to DateTime::TimeZone 0.78. +- Update to DateTime::Locale 0.41. + +* Tue Jul 08 2008 Steven Pritchard 1:0.4302-2 +- Update to DateTime::TimeZone 0.7701. + +* Sat May 31 2008 Steven Pritchard 1:0.4302-1 +- Update to DateTime 0.4302. +- Update to DateTime::TimeZone 0.77. +- Update to DateTime::Locale 0.4001. +- BR List::MoreUtils. +- Define IS_MAINTAINER so we run the pod tests. + +* Thu May 15 2008 Steven Pritchard 1:0.42-1 +- Update to DateTime 0.42. +- Update to DateTime::TimeZone 0.75. +- Update FAQ URL in description. + * Wed Feb 27 2008 Tom "spot" Callaway - 1:0.41-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/F-9/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 11 Dec 2007 15:32:13 -0000 1.18 +++ sources 4 Dec 2008 21:57:41 -0000 1.19 @@ -1,3 +1,3 @@ -cbd27b0d9a3eee5ffa6afb9211b19a9e DateTime-0.41.tar.gz -857b23381a1a8e7dc2e7d0caa285827d DateTime-Locale-0.35.tar.gz -f0304d29b3e245eddcc66e348f0c05ef DateTime-TimeZone-0.70.tar.gz +33c766671222805b9f1b67844a04d4ad DateTime-0.4304.tar.gz +cc27842a44c234c10296aa769080bb02 DateTime-Locale-0.41.tar.gz +a2b177ebd0702d25f7d591fc2974ba79 DateTime-TimeZone-0.7904.tar.gz From bugzilla at redhat.com Thu Dec 4 22:08:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 4 Dec 2008 17:08:35 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812042208.mB4M8ZC6018752@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(steve at silug.org) | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Thu Dec 4 22:13:14 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 4 Dec 2008 22:13:14 +0000 (UTC) Subject: rpms/perl-Module-Install/devel .cvsignore, 1.10, 1.11 perl-Module-Install.spec, 1.13, 1.14 sources, 1.10, 1.11 Message-ID: <20081204221314.F20E07011F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27843 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: * Thu Dec 04 2008 Chris Weyl 0.77-1 - update to 0.77 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 4 Jun 2008 19:57:43 -0000 1.10 +++ .cvsignore 4 Dec 2008 22:12:44 -0000 1.11 @@ -1 +1 @@ -Module-Install-0.75.tar.gz +Module-Install-0.77.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Module-Install.spec 4 Jun 2008 19:57:43 -0000 1.13 +++ perl-Module-Install.spec 4 Dec 2008 22:12:44 -0000 1.14 @@ -1,5 +1,5 @@ Name: perl-Module-Install -Version: 0.75 +Version: 0.77 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic @@ -70,6 +70,9 @@ %{_mandir}/man3/* %changelog +* Thu Dec 04 2008 Chris Weyl 0.77-1 +- update to 0.77 + * Wed Jun 04 2008 Steven Pritchard 0.75-1 - Update to 0.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 4 Jun 2008 19:57:43 -0000 1.10 +++ sources 4 Dec 2008 22:12:44 -0000 1.11 @@ -1 +1 @@ -ea6724dd43cfb70f02d5f41606cb1d23 Module-Install-0.75.tar.gz +1bcc0b4e673188e7b97f9f0b691954cf Module-Install-0.77.tar.gz From cweyl at fedoraproject.org Thu Dec 4 22:21:20 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 4 Dec 2008 22:21:20 +0000 (UTC) Subject: rpms/perl-Module-Install/F-10 perl-Module-Install.spec, 1.13, 1.14 sources, 1.10, 1.11 Message-ID: <20081204222120.9CD4D7011F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28895 Modified Files: perl-Module-Install.spec sources Log Message: * Thu Dec 04 2008 Chris Weyl 0.77-1 - update to 0.77 Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/F-10/perl-Module-Install.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Module-Install.spec 4 Jun 2008 19:57:43 -0000 1.13 +++ perl-Module-Install.spec 4 Dec 2008 22:20:50 -0000 1.14 @@ -1,5 +1,5 @@ Name: perl-Module-Install -Version: 0.75 +Version: 0.77 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic @@ -70,6 +70,9 @@ %{_mandir}/man3/* %changelog +* Thu Dec 04 2008 Chris Weyl 0.77-1 +- update to 0.77 + * Wed Jun 04 2008 Steven Pritchard 0.75-1 - Update to 0.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/F-10/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 4 Jun 2008 19:57:43 -0000 1.10 +++ sources 4 Dec 2008 22:20:50 -0000 1.11 @@ -1 +1 @@ -ea6724dd43cfb70f02d5f41606cb1d23 Module-Install-0.75.tar.gz +1bcc0b4e673188e7b97f9f0b691954cf Module-Install-0.77.tar.gz From mtasaka at fedoraproject.org Fri Dec 5 04:38:46 2008 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Fri, 5 Dec 2008 04:38:46 +0000 (UTC) Subject: rpms/monafont/devel monafont.spec,1.3,1.4 Message-ID: <20081205043846.2BDBA700DA@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9569 Modified Files: monafont.spec Log Message: rebuild against new VLGothic Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/devel/monafont.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- monafont.spec 3 Dec 2008 14:05:22 -0000 1.3 +++ monafont.spec 5 Dec 2008 04:38:15 -0000 1.4 @@ -11,7 +11,7 @@ %define fontdir_ttf_v %{fontbasedir}/%{name_ttf_v} %define sazanami_ver 20040629 -%define vlgothic_ver 20081029 +%define vlgothic_ver 20081203 %define catalog_dir %{_sysconfdir}/X11/fontpath.d @@ -25,7 +25,7 @@ Name: %{archivename} Version: 2.90 -Release: 5%{?dist}.1 +Release: 5%{?dist}.2 Summary: Japanese font for text arts # monafont itself is under public domain @@ -231,6 +231,9 @@ %changelog +* Fri Dec 5 2008 Mamoru Tasaka +- rebuild for new VLGothic + * Wed Dec 3 2008 Mamoru Tasaka - rebuild for new VLGothic From bugzilla at redhat.com Fri Dec 5 04:59:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 4 Dec 2008 23:59:07 -0500 Subject: [Bug 473215] Review Request: perl-HTML-FormFu - HTML Form Creation, Rendering and Validation Framework In-Reply-To: References: Message-ID: <200812050459.mB54x77x028580@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473215 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #7 from Iain Arnell 2008-12-04 23:59:06 EDT --- New Package CVS Request ======================= Package Name: perl-HTML-FormFu Short Description: HTML Form Creation, Rendering and Validation Framework Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 05:15:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 00:15:08 -0500 Subject: [Bug 473215] Review Request: perl-HTML-FormFu - HTML Form Creation, Rendering and Validation Framework In-Reply-To: References: Message-ID: <200812050515.mB55F8kH031640@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473215 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #8 from Kevin Fenzi 2008-12-05 00:15:07 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Fri Dec 5 10:14:22 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 5 Dec 2008 10:14:22 +0000 (UTC) Subject: rpms/perl-Wx-Perl-Dialog/devel .cvsignore, 1.2, 1.3 perl-Wx-Perl-Dialog.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081205101422.A4AFA700DA@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Wx-Perl-Dialog/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12188 Modified Files: .cvsignore perl-Wx-Perl-Dialog.spec sources Log Message: * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - update to 0.03 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-Dialog/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Sep 2008 07:14:20 -0000 1.2 +++ .cvsignore 5 Dec 2008 10:13:52 -0000 1.3 @@ -1 +1 @@ -Wx-Perl-Dialog-0.01.tar.gz +Wx-Perl-Dialog-0.03.tar.gz Index: perl-Wx-Perl-Dialog.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-Dialog/devel/perl-Wx-Perl-Dialog.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Wx-Perl-Dialog.spec 30 Sep 2008 10:10:15 -0000 1.2 +++ perl-Wx-Perl-Dialog.spec 5 Dec 2008 10:13:52 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Wx-Perl-Dialog -Version: 0.01 -Release: 4%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: Wx::Perl::Dialog Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -40,7 +40,7 @@ %check ## need X running - switch off -##./Build test +#./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -52,6 +52,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 +- update to 0.03 + * Tue Sep 30 2008 Marcela Ma??l????ov?? 0.01-4 - remove unneeded requirements - File::Copy::Recursive and Wx::Perl::ProcessStream Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx-Perl-Dialog/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Sep 2008 07:14:21 -0000 1.2 +++ sources 5 Dec 2008 10:13:52 -0000 1.3 @@ -1 +1 @@ -9ab2cf46a5c582625e617385d8806447 Wx-Perl-Dialog-0.01.tar.gz +cd37bab8497b1e824c0b6d9e5f41ab86 Wx-Perl-Dialog-0.03.tar.gz From bugzilla at redhat.com Fri Dec 5 13:08:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 08:08:58 -0500 Subject: [Bug 474801] New: plese update at least to the 0.86 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: plese update at least to the 0.86 https://bugzilla.redhat.com/show_bug.cgi?id=474801 Summary: plese update at least to the 0.86 Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Wx AssignedTo: tcallawa at redhat.com ReportedBy: mmaslano at redhat.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Please update to the latest release. I need it for Padre. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Fri Dec 5 13:19:06 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 5 Dec 2008 13:19:06 +0000 (UTC) Subject: rpms/perl-File-ShareDir-PAR/devel .cvsignore, 1.2, 1.3 perl-File-ShareDir-PAR.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081205131906.1BA6C700DA@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14718 Modified Files: .cvsignore perl-File-ShareDir-PAR.spec sources Log Message: * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - update to 0.03 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Nov 2008 07:58:08 -0000 1.2 +++ .cvsignore 5 Dec 2008 13:18:35 -0000 1.3 @@ -1 +1 @@ -File-ShareDir-PAR-0.02.tar.gz +File-ShareDir-PAR-0.03.tar.gz Index: perl-File-ShareDir-PAR.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel/perl-File-ShareDir-PAR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-ShareDir-PAR.spec 24 Nov 2008 07:58:08 -0000 1.1 +++ perl-File-ShareDir-PAR.spec 5 Dec 2008 13:18:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-ShareDir-PAR -Version: 0.02 -Release: 2%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: File::ShareDir with PAR support License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 +- update to 0.03 + * Tue Nov 18 2008 Marcela Ma??l????ov?? 0.02-2 - owns correct directories and check provides Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Nov 2008 07:58:08 -0000 1.2 +++ sources 5 Dec 2008 13:18:35 -0000 1.3 @@ -1 +1 @@ -786d078c55af236d3235edd81f315f61 File-ShareDir-PAR-0.02.tar.gz +1ca5bd76e62ee4df778a7c391fb28470 File-ShareDir-PAR-0.03.tar.gz From mmaslano at fedoraproject.org Fri Dec 5 13:28:22 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 5 Dec 2008 13:28:22 +0000 (UTC) Subject: rpms/perl-File-ShareDir-PAR/F-10 .cvsignore, 1.2, 1.3 perl-File-ShareDir-PAR.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081205132822.93D7270124@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16574 Modified Files: .cvsignore perl-File-ShareDir-PAR.spec sources Log Message: * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - update to 0.03 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Nov 2008 08:11:12 -0000 1.2 +++ .cvsignore 5 Dec 2008 13:27:51 -0000 1.3 @@ -1 +1 @@ -File-ShareDir-PAR-0.02.tar.gz +File-ShareDir-PAR-0.03.tar.gz Index: perl-File-ShareDir-PAR.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-10/perl-File-ShareDir-PAR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-ShareDir-PAR.spec 24 Nov 2008 08:11:16 -0000 1.1 +++ perl-File-ShareDir-PAR.spec 5 Dec 2008 13:27:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-ShareDir-PAR -Version: 0.02 -Release: 2%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: File::ShareDir with PAR support License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 +- update to 0.03 + * Tue Nov 18 2008 Marcela Ma??l????ov?? 0.02-2 - owns correct directories and check provides Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Nov 2008 08:11:16 -0000 1.2 +++ sources 5 Dec 2008 13:27:51 -0000 1.3 @@ -1 +1 @@ -786d078c55af236d3235edd81f315f61 File-ShareDir-PAR-0.02.tar.gz +1ca5bd76e62ee4df778a7c391fb28470 File-ShareDir-PAR-0.03.tar.gz From bugzilla at redhat.com Fri Dec 5 13:29:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 08:29:06 -0500 Subject: [Bug 474807] New: please updato to the latest version Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: please updato to the latest version https://bugzilla.redhat.com/show_bug.cgi?id=474807 Summary: please updato to the latest version Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Alien-wxWidgets AssignedTo: tcallawa at redhat.com ReportedBy: mmaslano at redhat.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Please update for Padre package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Fri Dec 5 14:57:29 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 5 Dec 2008 14:57:29 +0000 (UTC) Subject: rpms/perl-File-Find-Rule-VCS/devel .cvsignore, 1.2, 1.3 perl-File-Find-Rule-VCS.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081205145729.224E7700DA@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29045 Modified Files: .cvsignore perl-File-Find-Rule-VCS.spec sources Log Message: * Fri Dec 5 2008 Marcela Ma??l????ov?? 1.05-1 - update Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Sep 2008 09:23:15 -0000 1.2 +++ .cvsignore 5 Dec 2008 14:56:58 -0000 1.3 @@ -1 +1 @@ -File-Find-Rule-VCS-1.04.tar.gz +File-Find-Rule-VCS-1.05.tar.gz Index: perl-File-Find-Rule-VCS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel/perl-File-Find-Rule-VCS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Find-Rule-VCS.spec 29 Sep 2008 09:23:15 -0000 1.1 +++ perl-File-Find-Rule-VCS.spec 5 Dec 2008 14:56:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-VCS -Version: 1.04 -Release: 2%{?dist} +Version: 1.05 +Release: 1%{?dist} Summary: Exclude files/directories for Version Control Systems License: GPL+ or Artistic Group: Development/Libraries @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 5 2008 Marcela Ma??l????ov?? 1.05-1 +- update + * Thu Sep 25 2008 Marcela Ma??l????ov?? 1.04-2 - add email Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-VCS/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Sep 2008 09:23:15 -0000 1.2 +++ sources 5 Dec 2008 14:56:58 -0000 1.3 @@ -1 +1 @@ -f2014b4076f5e9cc9addcf29f662f344 File-Find-Rule-VCS-1.04.tar.gz +58526cd2ec430d24e2feb9ebdfe58398 File-Find-Rule-VCS-1.05.tar.gz From iarnell at fedoraproject.org Fri Dec 5 15:13:29 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 5 Dec 2008 15:13:29 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/devel perl-HTML-FormFu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081205151329.B3296700DA@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31850 Modified Files: .cvsignore sources Added Files: perl-HTML-FormFu.spec Log Message: initial import --- NEW FILE perl-HTML-FormFu.spec --- Name: perl-HTML-FormFu Version: 0.03005 Release: 3%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-FormFu/ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) BuildRequires: perl(Class::C3) BuildRequires: perl(Config::Any) >= 0.10 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::DES) BuildRequires: perl(Data::Visitor::Callback) BuildRequires: perl(Date::Calc) BuildRequires: perl(DateTime) >= 0.38 BuildRequires: perl(DateTime::Format::Builder) >= 0.7901 BuildRequires: perl(DateTime::Format::Natural) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(DateTime::Locale) BuildRequires: perl(Email::Valid) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::ShareDir) BuildRequires: perl(HTML::Scrubber) BuildRequires: perl(HTML::TokeParser::Simple) BuildRequires: perl(HTTP::Headers) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Readonly) BuildRequires: perl(Regexp::Common) BuildRequires: perl(Regexp::Copy) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(YAML::Syck) Requires: perl(Class::Accessor::Chained::Fast) Requires: perl(Config::Any) >= 0.10 Requires: perl(Crypt::CBC) Requires: perl(Crypt::DES) Requires: perl(Date::Calc) Requires: perl(DateTime) >= 0.38 Requires: perl(DateTime::Format::Builder) >= 0.7901 Requires: perl(Exporter) >= 5.57 Requires: perl(Task::Weaken) Requires: perl(Template) Requires: perl(YAML::Syck) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). %prep %setup -q -n HTML-FormFu-%{version} find examples -type f | xargs chmod 644 find examples -type f | xargs sed -i -e 's/\r//' cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(unicode/d' EOF %define __perl_provides %{_builddir}/HTML-FormFu-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Catalyst/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes examples %{perl_vendorlib}/* %{_bindir}/*.pl %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 * Sat Nov 29 2008 Iain Arnell 0.03005-2 - remove unnecessary explicit requires * Wed Nov 26 2008 Iain Arnell 0.03005-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2008 05:15:33 -0000 1.1 +++ .cvsignore 5 Dec 2008 15:12:59 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-0.03005.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2008 05:15:33 -0000 1.1 +++ sources 5 Dec 2008 15:12:59 -0000 1.2 @@ -0,0 +1 @@ +0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz From iarnell at fedoraproject.org Fri Dec 5 15:24:07 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 5 Dec 2008 15:24:07 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/F-10 perl-HTML-FormFu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081205152407.62D4B700DA@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1898/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-FormFu.spec Log Message: initial import on branches --- NEW FILE perl-HTML-FormFu.spec --- Name: perl-HTML-FormFu Version: 0.03005 Release: 3%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-FormFu/ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) BuildRequires: perl(Class::C3) BuildRequires: perl(Config::Any) >= 0.10 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::DES) BuildRequires: perl(Data::Visitor::Callback) BuildRequires: perl(Date::Calc) BuildRequires: perl(DateTime) >= 0.38 BuildRequires: perl(DateTime::Format::Builder) >= 0.7901 BuildRequires: perl(DateTime::Format::Natural) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(DateTime::Locale) BuildRequires: perl(Email::Valid) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::ShareDir) BuildRequires: perl(HTML::Scrubber) BuildRequires: perl(HTML::TokeParser::Simple) BuildRequires: perl(HTTP::Headers) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Readonly) BuildRequires: perl(Regexp::Common) BuildRequires: perl(Regexp::Copy) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(YAML::Syck) Requires: perl(Class::Accessor::Chained::Fast) Requires: perl(Config::Any) >= 0.10 Requires: perl(Crypt::CBC) Requires: perl(Crypt::DES) Requires: perl(Date::Calc) Requires: perl(DateTime) >= 0.38 Requires: perl(DateTime::Format::Builder) >= 0.7901 Requires: perl(Exporter) >= 5.57 Requires: perl(Task::Weaken) Requires: perl(Template) Requires: perl(YAML::Syck) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). %prep %setup -q -n HTML-FormFu-%{version} find examples -type f | xargs chmod 644 find examples -type f | xargs sed -i -e 's/\r//' cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(unicode/d' EOF %define __perl_provides %{_builddir}/HTML-FormFu-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Catalyst/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes examples %{perl_vendorlib}/* %{_bindir}/*.pl %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 * Sat Nov 29 2008 Iain Arnell 0.03005-2 - remove unnecessary explicit requires * Wed Nov 26 2008 Iain Arnell 0.03005-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2008 05:15:33 -0000 1.1 +++ .cvsignore 5 Dec 2008 15:23:36 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-0.03005.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2008 05:15:33 -0000 1.1 +++ sources 5 Dec 2008 15:23:36 -0000 1.2 @@ -0,0 +1 @@ +0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz From iarnell at fedoraproject.org Fri Dec 5 15:24:07 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 5 Dec 2008 15:24:07 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/F-9 perl-HTML-FormFu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081205152407.A5082700DA@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1898/F-9 Modified Files: .cvsignore sources Added Files: perl-HTML-FormFu.spec Log Message: initial import on branches --- NEW FILE perl-HTML-FormFu.spec --- Name: perl-HTML-FormFu Version: 0.03005 Release: 3%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-FormFu/ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) BuildRequires: perl(Class::C3) BuildRequires: perl(Config::Any) >= 0.10 BuildRequires: perl(Crypt::CBC) BuildRequires: perl(Crypt::DES) BuildRequires: perl(Data::Visitor::Callback) BuildRequires: perl(Date::Calc) BuildRequires: perl(DateTime) >= 0.38 BuildRequires: perl(DateTime::Format::Builder) >= 0.7901 BuildRequires: perl(DateTime::Format::Natural) BuildRequires: perl(DateTime::Format::Strptime) BuildRequires: perl(DateTime::Locale) BuildRequires: perl(Email::Valid) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::ShareDir) BuildRequires: perl(HTML::Scrubber) BuildRequires: perl(HTML::TokeParser::Simple) BuildRequires: perl(HTTP::Headers) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Readonly) BuildRequires: perl(Regexp::Common) BuildRequires: perl(Regexp::Copy) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(YAML::Syck) Requires: perl(Class::Accessor::Chained::Fast) Requires: perl(Config::Any) >= 0.10 Requires: perl(Crypt::CBC) Requires: perl(Crypt::DES) Requires: perl(Date::Calc) Requires: perl(DateTime) >= 0.38 Requires: perl(DateTime::Format::Builder) >= 0.7901 Requires: perl(Exporter) >= 5.57 Requires: perl(Task::Weaken) Requires: perl(Template) Requires: perl(YAML::Syck) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). %prep %setup -q -n HTML-FormFu-%{version} find examples -type f | xargs chmod 644 find examples -type f | xargs sed -i -e 's/\r//' cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(unicode/d' EOF %define __perl_provides %{_builddir}/HTML-FormFu-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Catalyst/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes examples %{perl_vendorlib}/* %{_bindir}/*.pl %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 * Sat Nov 29 2008 Iain Arnell 0.03005-2 - remove unnecessary explicit requires * Wed Nov 26 2008 Iain Arnell 0.03005-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Dec 2008 05:15:33 -0000 1.1 +++ .cvsignore 5 Dec 2008 15:23:37 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-0.03005.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Dec 2008 05:15:33 -0000 1.1 +++ sources 5 Dec 2008 15:23:37 -0000 1.2 @@ -0,0 +1 @@ +0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz From bugzilla at redhat.com Fri Dec 5 15:37:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 10:37:18 -0500 Subject: [Bug 473215] Review Request: perl-HTML-FormFu - HTML Form Creation, Rendering and Validation Framework In-Reply-To: References: Message-ID: <200812051537.mB5FbI9Y021771@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473215 --- Comment #9 from Fedora Update System 2008-12-05 10:37:17 EDT --- perl-HTML-FormFu-0.03005-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-HTML-FormFu-0.03005-3.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 15:37:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 10:37:50 -0500 Subject: [Bug 473215] Review Request: perl-HTML-FormFu - HTML Form Creation, Rendering and Validation Framework In-Reply-To: References: Message-ID: <200812051537.mB5FboNr016014@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473215 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 16:52:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 11:52:37 -0500 Subject: [Bug 474859] New: perl-Module-Info claims to provide perl(B::Utils) when it doesn't Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Module-Info claims to provide perl(B::Utils) when it doesn't https://bugzilla.redhat.com/show_bug.cgi?id=474859 Summary: perl-Module-Info claims to provide perl(B::Utils) when it doesn't Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Module-Info AssignedTo: steve at silug.org ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: perl-Module-Info claims to provide perl(B::Utils) when it doesn't Version-Release number of selected component (if applicable): perl-Module-Info-0.31-3.fc9.noarch Steps to Reproduce: 1. yum install 'perl(B::Utils)' 2. perl -MB::Utils -e '' Actual results: Can't locate B/Utils.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl .). BEGIN failed--compilation aborted. Expected results: [no output at all] Additional info: I need B::Utils => 0.05 to get the latest HTML::FormFu packaged (via Test::Aggregate and Data::Dump::Streamer). Bug for review of perl-B-Utils-0.07 will be submitted shortly.... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 17:01:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 12:01:43 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812051701.mB5H1hou008632@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com Alias| |perl-Test-Signature -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 17:09:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 12:09:56 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812051709.mB5H9uNn010004@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com Alias| |perl-B-Utils -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 5 18:01:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Dec 2008 13:01:45 -0500 Subject: [Bug 204093] perl -i resets file ACLs and EAs In-Reply-To: References: Message-ID: <200812051801.mB5I1jtd019468@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=204093 --- Comment #9 from Stepan Kasal 2008-12-05 13:01:42 EDT --- OK, so I wrote the mail to perl5-porters. The true idea in my head was: "they keep reopening that, please support me that I can finally dismiss it". But I tried to be fair and tried to write the mail as neutral as I can. While writing the mail, I found out that the development tree of GNU sed has recetly got the ACL support. That sounds like a strong argument for implementing the same in perl as well. Oh, well. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pkgdb at fedoraproject.org Sat Dec 6 10:55:52 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 10:55:52 +0000 Subject: [pkgdb] perl-Text-CHM ownership updated Message-ID: <20081206105552.6C9E3208DCF@bastion.fedora.phx.redhat.com> Package perl-Text-CHM in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Text-CHM From pkgdb at fedoraproject.org Sat Dec 6 12:18:52 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:18:52 +0000 Subject: [pkgdb] perl-File-NFSLock ownership updated Message-ID: <20081206121852.689B0208700@bastion.fedora.phx.redhat.com> Package perl-File-NFSLock in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-File-NFSLock From pkgdb at fedoraproject.org Sat Dec 6 12:19:05 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:19:05 +0000 Subject: [pkgdb] perl-Heap ownership updated Message-ID: <20081206121905.64352208DB2@bastion.fedora.phx.redhat.com> Package perl-Heap in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Heap From pkgdb at fedoraproject.org Sat Dec 6 12:19:26 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:19:26 +0000 Subject: [pkgdb] perl-Cache ownership updated Message-ID: <20081206121926.56599208DBB@bastion.fedora.phx.redhat.com> Package perl-Cache in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Cache From pkgdb at fedoraproject.org Sat Dec 6 12:19:42 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:19:42 +0000 Subject: [pkgdb] perl-Feed-Find ownership updated Message-ID: <20081206121942.682842086F7@bastion.fedora.phx.redhat.com> Package perl-Feed-Find in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Feed-Find From pkgdb at fedoraproject.org Sat Dec 6 12:19:56 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:19:56 +0000 Subject: [pkgdb] perl-HTML-FormatText-WithLinks ownership updated Message-ID: <20081206121956.C845D208DCD@bastion.fedora.phx.redhat.com> Package perl-HTML-FormatText-WithLinks in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-HTML-FormatText-WithLinks From pkgdb at fedoraproject.org Sat Dec 6 12:20:09 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 06 Dec 2008 12:20:09 +0000 Subject: [pkgdb] perl-LWP-Authen-Wsse ownership updated Message-ID: <20081206122009.AF7B2208E21@bastion.fedora.phx.redhat.com> Package perl-LWP-Authen-Wsse in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-LWP-Authen-Wsse From iarnell at fedoraproject.org Sat Dec 6 16:11:05 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 6 Dec 2008 16:11:05 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/devel perl-HTML-FormFu.spec,1.1,1.2 Message-ID: <20081206161105.4477E700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11017 Modified Files: perl-HTML-FormFu.spec Log Message: * Sat Dec 06 2008 Iain Arnell 0.03005-4 - remove wrongly detected requires (defaults and model_config) Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/perl-HTML-FormFu.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-HTML-FormFu.spec 5 Dec 2008 15:12:59 -0000 1.1 +++ perl-HTML-FormFu.spec 6 Dec 2008 16:10:34 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu Version: 0.03005 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -37,7 +37,7 @@ BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(YAML::Syck) +BuildRequires: perl(YAML::Syck) >= 1.05 Requires: perl(Class::Accessor::Chained::Fast) Requires: perl(Config::Any) >= 0.10 Requires: perl(Crypt::CBC) @@ -48,7 +48,7 @@ Requires: perl(Exporter) >= 5.57 Requires: perl(Task::Weaken) Requires: perl(Template) -Requires: perl(YAML::Syck) +Requires: perl(YAML::Syck) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -74,7 +74,7 @@ cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ -sed -e '/perl(Catalyst/d' +sed -e '/perl(Catalyst/d' -e '/perl(defaults)/d' -e '/perl(model_config)/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req @@ -110,6 +110,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Iain Arnell 0.03005-4 +- remove wrongly detected requires (defaults and model_config) + * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 From iarnell at fedoraproject.org Sat Dec 6 16:19:09 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 6 Dec 2008 16:19:09 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/F-10 perl-HTML-FormFu.spec,1.1,1.2 Message-ID: <20081206161909.C6AD9700DB@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11728 Modified Files: perl-HTML-FormFu.spec Log Message: * Sat Dec 06 2008 Iain Arnell 0.03005-4 - remove wrongly detected requires (defaults and model_config) Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/perl-HTML-FormFu.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-HTML-FormFu.spec 5 Dec 2008 15:23:36 -0000 1.1 +++ perl-HTML-FormFu.spec 6 Dec 2008 16:18:39 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu Version: 0.03005 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -37,7 +37,7 @@ BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(YAML::Syck) +BuildRequires: perl(YAML::Syck) >= 1.05 Requires: perl(Class::Accessor::Chained::Fast) Requires: perl(Config::Any) >= 0.10 Requires: perl(Crypt::CBC) @@ -48,7 +48,7 @@ Requires: perl(Exporter) >= 5.57 Requires: perl(Task::Weaken) Requires: perl(Template) -Requires: perl(YAML::Syck) +Requires: perl(YAML::Syck) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -74,7 +74,7 @@ cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ -sed -e '/perl(Catalyst/d' +sed -e '/perl(Catalyst/d' -e '/perl(defaults)/d' -e '/perl(model_config)/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req @@ -110,6 +110,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Iain Arnell 0.03005-4 +- remove wrongly detected requires (defaults and model_config) + * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 From cweyl at fedoraproject.org Sat Dec 6 20:10:08 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 20:10:08 +0000 (UTC) Subject: rpms/perl-Module-Install/F-9 perl-Module-Install.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <20081206201008.B2C1C700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20642 Modified Files: perl-Module-Install.spec sources Log Message: * Thu Dec 04 2008 Chris Weyl 0.77-1 - update to 0.77 Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/F-9/perl-Module-Install.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Module-Install.spec 5 Mar 2008 20:24:35 -0000 1.10 +++ perl-Module-Install.spec 6 Dec 2008 20:09:37 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Module-Install -Version: 0.68 -Release: 3%{?dist} +Version: 0.77 +Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -9,27 +9,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Archive::Tar) >= 0.23 +BuildRequires: perl(CPAN) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::ParseXS) +BuildRequires: perl(File::Remove) >= 1.40 BuildRequires: perl(Module::Build) BuildRequires: perl(Module::CoreList) -BuildRequires: perl(Module::ScanDeps) >= 0.28 -BuildRequires: perl(PAR::Dist) >= 0.03 +BuildRequires: perl(Module::ScanDeps) >= 0.83 +BuildRequires: perl(PAR::Dist) >= 0.29 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 BuildRequires: perl(Test::MinimumVersion) -#BuildRequires: perl(YAML) >= 0.35 -#BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(YAML::Tiny) >= 1.03 BuildRequires: perl(Test::More) -BuildRequires: perl(CPAN) BuildRequires: perl(Test::Pod) +BuildRequires: perl(YAML::Tiny) >= 1.31 Requires: perl(Archive::Tar) >= 0.23 Requires: perl(ExtUtils::ParseXS) Requires: perl(Module::Build) Requires: perl(Module::CoreList) -Requires: perl(Module::ScanDeps) >= 0.28 -Requires: perl(PAR::Dist) >= 0.03 -#Requires: perl(YAML) >= 0.35 -Requires: perl(YAML::Tiny) >= 1.03 +Requires: perl(Module::ScanDeps) >= 0.83 +Requires: perl(PAR::Dist) >= 0.29 +Requires: perl(YAML::Tiny) >= 1.31 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,7 +57,7 @@ %check # Upstream bug 29448 -mv t/03_audotinstall.t t/03_audotinstall.t.SPOT +mv t/03_autoinstall.t t/03_autoinstall.t.SPOT make test AUTOMATED_TESTING=1 %clean @@ -66,11 +65,28 @@ %files %defattr(-,root,root,-) -%doc Changes LICENSE README ToDo +%doc Changes LICENSE %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Thu Dec 04 2008 Chris Weyl 0.77-1 +- update to 0.77 + +* Wed Jun 04 2008 Steven Pritchard 0.75-1 +- Update to 0.75. + +* Sat May 31 2008 Steven Pritchard 0.74-1 +- Update to 0.74. +- Update versioned dependencies for File::Remove, Module::ScanDeps, + PAR::Dist, and YAML::Tiny. +- BR Test::CPAN::Meta. + +* Fri May 16 2008 Steven Pritchard 0.73-1 +- Update to 0.73. +- BR File::Remove. +- Drop zero-length README. + * Wed Mar 5 2008 Tom "spot" Callaway 0.68-3 - disable broken test (upstream bug present) - add Test::MinimumVersion as BR Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/F-9/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Jan 2008 20:57:31 -0000 1.7 +++ sources 6 Dec 2008 20:09:38 -0000 1.8 @@ -1 +1 @@ -507605e61b023e14251a7c9056a587fd Module-Install-0.68.tar.gz +1bcc0b4e673188e7b97f9f0b691954cf Module-Install-0.77.tar.gz From bugzilla at redhat.com Sat Dec 6 20:18:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 15:18:07 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812062018.mB6KI7k4031041@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |474859 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 6 20:18:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 15:18:06 -0500 Subject: [Bug 474859] perl-Module-Info claims to provide perl(B::Utils) when it doesn't In-Reply-To: References: Message-ID: <200812062018.mB6KI6YF031022@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474859 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cweyl at alumni.drew.edu Depends on| |474867 --- Comment #1 from Chris Weyl 2008-12-06 15:18:05 EDT --- So, interesting. The B::Utils packaged here (lib/B/BUtils.pm) appears to be a forked version of B::Utils (around 0.04). I've installed your perl-B-Utils package and run the test suite of Module::Info without the bundled B::Utils; everything passes. Here's my thought. Let's get perl-B-Utils reviewed; once it's in I'll rebuild this package while removing the bundled B/BUtils.pm... That should take care of everything nicely. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sat Dec 6 22:17:51 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:17:51 +0000 (UTC) Subject: rpms/perl-MooseX-App-Cmd/devel import.log, NONE, 1.1 perl-MooseX-App-Cmd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206221751.46504700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15748/devel Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-App-Cmd.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-App-Cmd-0_04-2_fc9:HEAD:perl-MooseX-App-Cmd-0.04-2.fc9.src.rpm:1228601826 --- NEW FILE perl-MooseX-App-Cmd.spec --- Name: perl-MooseX-App-Cmd Version: 0.04 Release: 2%{?dist} # see lib/MooseX/App/Cmd.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Mashes up MooseX::Getopt and App::Cmd Source: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/MooseX-App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-App-Cmd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(App::Cmd) BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Getopt) >= 0.09 BuildRequires: perl(MooseX::ConfigFromFile) # testing BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::use::ok) # we don't pick up Moose keywords automagically yet Requires: perl(App::Cmd) Requires: perl(App::Cmd::Command) Requires: perl(MooseX::Getopt) >= 0.09 Requires: perl(MooseX::ConfigFromFile) %description This module marries App::Cmd with MooseX::Getopt. Use it like the App::Cmd manpage advises (especially see the App::Cmd::Tutorial manpage), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your commands as Moose classes, with the MooseX::Getopt defining the options for you instead of 'opt_spec' returning a Getopt::Long::Descriptive spec. %prep %setup -q -n MooseX-App-Cmd-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.04-2 - I swear I fixed those "manpage" references... * Wed Nov 05 2008 Chris Weyl 0.04-1 - update for submission * Mon Oct 27 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:50 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:17:20 -0000 1.2 @@ -0,0 +1 @@ +MooseX-App-Cmd-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:50 -0000 1.1 +++ sources 6 Dec 2008 22:17:20 -0000 1.2 @@ -0,0 +1 @@ +b397bbe8cdc2d81fefbbfc0647ea7852 MooseX-App-Cmd-0.04.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:21:00 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:21:00 +0000 (UTC) Subject: rpms/perl-Test-Dependencies/devel import.log, NONE, 1.1 perl-Test-Dependencies.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206222100.91CBD700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Dependencies/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16514/devel Modified Files: .cvsignore sources Added Files: import.log perl-Test-Dependencies.spec Log Message: initial import --- NEW FILE import.log --- perl-Test-Dependencies-0_11-1_fc9:HEAD:perl-Test-Dependencies-0.11-1.fc9.src.rpm:1228602015 --- NEW FILE perl-Test-Dependencies.spec --- Name: perl-Test-Dependencies Version: 0.11 Release: 1%{?dist} # see lib/Test/Dependencies.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Ensure that your Makefile.PL specifies all module dependencies Source: http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEV/Test-Dependencies-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Dependencies BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B::PerlReq) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Module::CoreList) BuildRequires: perl(PerlReq::Utils) BuildRequires: perl(Pod::Strip) BuildRequires: perl(Test::Builder::Module) BuildRequires: perl(Test::Builder::Tester) >= 0.64 BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies. It has two styles: light, which is fast but confusable; and heavy, which takes more time but is more accurate. %prep %setup -q -n Test-Dependencies-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 22 2008 Chris Weyl 0.11-1 - update for submission * Wed Nov 19 2008 Chris Weyl 0.11-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:41:30 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:20:30 -0000 1.2 @@ -0,0 +1 @@ +Test-Dependencies-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:41:30 -0000 1.1 +++ sources 6 Dec 2008 22:20:30 -0000 1.2 @@ -0,0 +1 @@ +f092f03973d5f5d1f8ef0e730f957771 Test-Dependencies-0.11.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:22:17 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:22:17 +0000 (UTC) Subject: rpms/perl-MooseX-App-Cmd/F-10 import.log, NONE, 1.1 perl-MooseX-App-Cmd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206222217.83F07700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-App-Cmd/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16945/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-App-Cmd.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-App-Cmd-0_04-2_fc9:F-10:perl-MooseX-App-Cmd-0.04-2.fc9.src.rpm:1228602093 --- NEW FILE perl-MooseX-App-Cmd.spec --- Name: perl-MooseX-App-Cmd Version: 0.04 Release: 2%{?dist} # see lib/MooseX/App/Cmd.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Mashes up MooseX::Getopt and App::Cmd Source: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/MooseX-App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-App-Cmd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(App::Cmd) BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Getopt) >= 0.09 BuildRequires: perl(MooseX::ConfigFromFile) # testing BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::use::ok) # we don't pick up Moose keywords automagically yet Requires: perl(App::Cmd) Requires: perl(App::Cmd::Command) Requires: perl(MooseX::Getopt) >= 0.09 Requires: perl(MooseX::ConfigFromFile) %description This module marries App::Cmd with MooseX::Getopt. Use it like the App::Cmd manpage advises (especially see the App::Cmd::Tutorial manpage), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your commands as Moose classes, with the MooseX::Getopt defining the options for you instead of 'opt_spec' returning a Getopt::Long::Descriptive spec. %prep %setup -q -n MooseX-App-Cmd-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.04-2 - I swear I fixed those "manpage" references... * Wed Nov 05 2008 Chris Weyl 0.04-1 - update for submission * Mon Oct 27 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:50 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:21:47 -0000 1.2 @@ -0,0 +1 @@ +MooseX-App-Cmd-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:50 -0000 1.1 +++ sources 6 Dec 2008 22:21:47 -0000 1.2 @@ -0,0 +1 @@ +b397bbe8cdc2d81fefbbfc0647ea7852 MooseX-App-Cmd-0.04.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:23:57 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:23:57 +0000 (UTC) Subject: rpms/perl-MooseX-App-Cmd/F-9 import.log, NONE, 1.1 perl-MooseX-App-Cmd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206222357.A66EA700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-App-Cmd/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17391/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-App-Cmd.spec Log Message: initial import --- NEW FILE import.log --- perl-MooseX-App-Cmd-0_04-2_fc9:F-9:perl-MooseX-App-Cmd-0.04-2.fc9.src.rpm:1228602195 --- NEW FILE perl-MooseX-App-Cmd.spec --- Name: perl-MooseX-App-Cmd Version: 0.04 Release: 2%{?dist} # see lib/MooseX/App/Cmd.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Mashes up MooseX::Getopt and App::Cmd Source: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/MooseX-App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-App-Cmd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(App::Cmd) BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Getopt) >= 0.09 BuildRequires: perl(MooseX::ConfigFromFile) # testing BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::use::ok) # we don't pick up Moose keywords automagically yet Requires: perl(App::Cmd) Requires: perl(App::Cmd::Command) Requires: perl(MooseX::Getopt) >= 0.09 Requires: perl(MooseX::ConfigFromFile) %description This module marries App::Cmd with MooseX::Getopt. Use it like the App::Cmd manpage advises (especially see the App::Cmd::Tutorial manpage), swapping App::Cmd::Command for MooseX::App::Cmd::Command. Then you can write your commands as Moose classes, with the MooseX::Getopt defining the options for you instead of 'opt_spec' returning a Getopt::Long::Descriptive spec. %prep %setup -q -n MooseX-App-Cmd-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Wed Nov 05 2008 Chris Weyl 0.04-2 - I swear I fixed those "manpage" references... * Wed Nov 05 2008 Chris Weyl 0.04-1 - update for submission * Mon Oct 27 2008 Chris Weyl 0.04-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:24:50 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:23:27 -0000 1.2 @@ -0,0 +1 @@ +MooseX-App-Cmd-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:24:50 -0000 1.1 +++ sources 6 Dec 2008 22:23:27 -0000 1.2 @@ -0,0 +1 @@ +b397bbe8cdc2d81fefbbfc0647ea7852 MooseX-App-Cmd-0.04.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:25:08 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:25:08 +0000 (UTC) Subject: rpms/perl-Test-Dependencies/F-10 import.log, NONE, 1.1 perl-Test-Dependencies.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206222508.CF5E2700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Dependencies/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17689/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Test-Dependencies.spec Log Message: initial import --- NEW FILE import.log --- perl-Test-Dependencies-0_11-1_fc9:F-10:perl-Test-Dependencies-0.11-1.fc9.src.rpm:1228602264 --- NEW FILE perl-Test-Dependencies.spec --- Name: perl-Test-Dependencies Version: 0.11 Release: 1%{?dist} # see lib/Test/Dependencies.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Ensure that your Makefile.PL specifies all module dependencies Source: http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEV/Test-Dependencies-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Dependencies BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B::PerlReq) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Module::CoreList) BuildRequires: perl(PerlReq::Utils) BuildRequires: perl(Pod::Strip) BuildRequires: perl(Test::Builder::Module) BuildRequires: perl(Test::Builder::Tester) >= 0.64 BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies. It has two styles: light, which is fast but confusable; and heavy, which takes more time but is more accurate. %prep %setup -q -n Test-Dependencies-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 22 2008 Chris Weyl 0.11-1 - update for submission * Wed Nov 19 2008 Chris Weyl 0.11-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:41:30 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:24:38 -0000 1.2 @@ -0,0 +1 @@ +Test-Dependencies-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:41:30 -0000 1.1 +++ sources 6 Dec 2008 22:24:38 -0000 1.2 @@ -0,0 +1 @@ +f092f03973d5f5d1f8ef0e730f957771 Test-Dependencies-0.11.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:29:48 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:29:48 +0000 (UTC) Subject: rpms/perl-App-Cmd/F-10 perl-App-Cmd.spec,NONE,1.1 sources,1.1,1.2 Message-ID: <20081206222948.B122E700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18360 Modified Files: sources Added Files: perl-App-Cmd.spec Log Message: * Mon Nov 17 2008 Chris Weyl 0.202-3 - br Test::More; drink more coffee --- NEW FILE perl-App-Cmd.spec --- Name: perl-App-Cmd Version: 0.202 Release: 3%{?dist} # see lib/App/Cmd.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Write command line apps with less suffering Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cmd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long::Descriptive) >= 0.06 BuildRequires: perl(IO::TieCombine) >= 1 BuildRequires: perl(Module::Pluggable::Object) BuildRequires: perl(Sub::Exporter) >= 0.975 BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) %description App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial. %prep %setup -q -n App-Cmd-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/App-Cmd-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/App-Cmd-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Nov 17 2008 Chris Weyl 0.202-3 - br Test::More; drink more coffee * Mon Nov 17 2008 Chris Weyl 0.202-2 - bump * Tue Nov 04 2008 Chris Weyl 0.202-1 - update for submission * Mon Oct 27 2008 Chris Weyl 0.202-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Nov 2008 20:29:00 -0000 1.1 +++ sources 6 Dec 2008 22:29:18 -0000 1.2 @@ -0,0 +1 @@ +ee3f5cfa3ff96e884dc9b1f0521b6f69 App-Cmd-0.202.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:30:01 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:30:01 +0000 (UTC) Subject: rpms/perl-App-Cmd/F-9 perl-App-Cmd.spec,NONE,1.1 sources,1.1,1.2 Message-ID: <20081206223002.03426700DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18463 Modified Files: sources Added Files: perl-App-Cmd.spec Log Message: * Mon Nov 17 2008 Chris Weyl 0.202-3 - br Test::More; drink more coffee --- NEW FILE perl-App-Cmd.spec --- Name: perl-App-Cmd Version: 0.202 Release: 3%{?dist} # see lib/App/Cmd.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Write command line apps with less suffering Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cmd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long::Descriptive) >= 0.06 BuildRequires: perl(IO::TieCombine) >= 1 BuildRequires: perl(Module::Pluggable::Object) BuildRequires: perl(Sub::Exporter) >= 0.975 BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) %description App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial. %prep %setup -q -n App-Cmd-%{version} perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/App-Cmd-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/App-Cmd-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Nov 17 2008 Chris Weyl 0.202-3 - br Test::More; drink more coffee * Mon Nov 17 2008 Chris Weyl 0.202-2 - bump * Tue Nov 04 2008 Chris Weyl 0.202-1 - update for submission * Mon Oct 27 2008 Chris Weyl 0.202-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Nov 2008 20:29:00 -0000 1.1 +++ sources 6 Dec 2008 22:29:31 -0000 1.2 @@ -0,0 +1 @@ +ee3f5cfa3ff96e884dc9b1f0521b6f69 App-Cmd-0.202.tar.gz From cweyl at fedoraproject.org Sat Dec 6 22:34:33 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 6 Dec 2008 22:34:33 +0000 (UTC) Subject: rpms/perl-Test-Dependencies/F-9 import.log, NONE, 1.1 perl-Test-Dependencies.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081206223433.556B570106@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Dependencies/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19854/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Test-Dependencies.spec Log Message: initial import --- NEW FILE import.log --- perl-Test-Dependencies-0_11-1_fc9:F-9:perl-Test-Dependencies-0.11-1.fc9.src.rpm:1228602831 --- NEW FILE perl-Test-Dependencies.spec --- Name: perl-Test-Dependencies Version: 0.11 Release: 1%{?dist} # see lib/Test/Dependencies.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Ensure that your Makefile.PL specifies all module dependencies Source: http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEV/Test-Dependencies-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Dependencies BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(B::PerlReq) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Module::CoreList) BuildRequires: perl(PerlReq::Utils) BuildRequires: perl(Pod::Strip) BuildRequires: perl(Test::Builder::Module) BuildRequires: perl(Test::Builder::Tester) >= 0.64 BuildRequires: perl(YAML) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Makes sure that all of the modules that are 'use'd are listed in the Makefile.PL as dependencies. It has two styles: light, which is fast but confusable; and heavy, which takes more time but is more accurate. %prep %setup -q -n Test-Dependencies-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Nov 22 2008 Chris Weyl 0.11-1 - update for submission * Wed Nov 19 2008 Chris Weyl 0.11-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Dec 2008 21:41:30 -0000 1.1 +++ .cvsignore 6 Dec 2008 22:34:02 -0000 1.2 @@ -0,0 +1 @@ +Test-Dependencies-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Dependencies/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Dec 2008 21:41:30 -0000 1.1 +++ sources 6 Dec 2008 22:34:02 -0000 1.2 @@ -0,0 +1 @@ +f092f03973d5f5d1f8ef0e730f957771 Test-Dependencies-0.11.tar.gz From bjohnson at fedoraproject.org Sat Dec 6 22:50:49 2008 From: bjohnson at fedoraproject.org (Bernard Johnson) Date: Sat, 6 Dec 2008 22:50:49 +0000 (UTC) Subject: rpms/perl-Gtk2-Ex-PodViewer/devel .cvsignore, 1.2, 1.3 perl-Gtk2-Ex-PodViewer.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20081206225049.A3A6D700DB@cvs1.fedora.phx.redhat.com> Author: bjohnson Update of /cvs/pkgs/rpms/perl-Gtk2-Ex-PodViewer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23813 Modified Files: .cvsignore perl-Gtk2-Ex-PodViewer.spec sources Log Message: - v 0.18 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-Ex-PodViewer/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Mar 2007 07:32:05 -0000 1.2 +++ .cvsignore 6 Dec 2008 22:50:19 -0000 1.3 @@ -1 +1 @@ -Gtk2-Ex-PodViewer-0.17.tar.gz +Gtk2-Ex-PodViewer-0.18.tar.gz Index: perl-Gtk2-Ex-PodViewer.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-Ex-PodViewer/devel/perl-Gtk2-Ex-PodViewer.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Gtk2-Ex-PodViewer.spec 7 Mar 2008 02:03:06 -0000 1.4 +++ perl-Gtk2-Ex-PodViewer.spec 6 Dec 2008 22:50:19 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Ex-PodViewer -Version: 0.17 -Release: 4%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: A Gtk2 widget for displaying Plain old Documentation (POD) Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Sat Dec 06 2008 Bernard Johnson - 0.18-1 +- v 0.18 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.17-4 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2-Ex-PodViewer/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Mar 2007 07:32:05 -0000 1.2 +++ sources 6 Dec 2008 22:50:19 -0000 1.3 @@ -1 +1 @@ -7996d69ae9e534b4abf51a9c58cbeba7 Gtk2-Ex-PodViewer-0.17.tar.gz +09faddfde815e88e49d4ba61fd5469b9 Gtk2-Ex-PodViewer-0.18.tar.gz From bugzilla at redhat.com Sat Dec 6 23:14:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 18:14:16 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812062314.mB6NEGW3031628@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Jason Tibbitts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |tibbs at math.uh.edu Flag| |fedora-review? --- Comment #1 from Jason Tibbitts 2008-12-06 18:14:14 EDT --- Your manual dependency on Test::Builder results in a duplicated dependency in the final package; rpm -qp --requires perl-Test-Signature-1.10-1.fc11.noarch.rpm yields: perl(Test::Builder) perl(Test::Builder) >= 0.17 which is pointless. Admittedly rpm should not do this, but in the meantime it is worth asking if you really need the manual versioned dependency. Even F8, which is going EOL soon, shipped with Test::Builder 0.32. * source files match upstream. sha256sum: 08375ba37c26d3c062e4d54bf0042b51ab20f4f7ef5b9e5cb23cc0829d2befd5 Test-Signature-1.10.tar.gz * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text not included upstream. * latest version is being packaged. * BuildRequires are proper. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly. * rpmlint is silent. X final provides and requires: perl(Test::Signature) = 1.10 perl-Test-Signature = 1.10-1.fc11 = perl >= 0:5.004 perl(:MODULE_COMPAT_5.10.0) perl(Exporter) X perl(Test::Builder) X perl(Test::Builder) >= 0.17 perl(Test::More) >= 0.47 perl(strict) perl(vars) * %check is present and all tests pass: All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.03 CPU) * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files. * file permissions are appropriate. * no generically named files * code, not content. * documentation is small, so no -doc subpackage is necessary. * %docs are not necessary for the proper functioning of the package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 6 23:28:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 18:28:08 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812062328.mB6NS8nm001965@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Jason Tibbitts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |tibbs at math.uh.edu Flag| |fedora-review+ --- Comment #1 from Jason Tibbitts 2008-12-06 18:28:06 EDT --- Not much to say here. I agree that the rpmlint complaint is OK, as occasionally a single internal header file comes as part of a binary Perl module. One of the tests is skipped due to a lack of Test::Signature, but honestly verifying signatures as part of the test suite isn't useful in all cases. If we need to patch a file, for example, the tests would fail. * source files match upstream. sha256sum: b2609a722def7499952831f4a72fd0bf6786e64414bd74607cd89637bbb2d59a B-Utils-0.07.tar.gz * package meets naming and versioning guidelines. * specfile is properly named, is cleanly written and uses macros consistently. * summary is OK. * description is OK. * dist tag is present. * build root is OK. * license field matches the actual license. * license is open source-compatible. * license text not included upstream. * latest version is being packaged. * BuildRequires are proper. * compiler flags are appropriate. * %clean is present. * package builds in mock (rawhide, x86_64). * package installs properly. * debuginfo package looks complete. * rpmlint has acceptable complaints. * final provides and requires are sane: Utils.so()(64bit) perl(B::Utils) = 0.07 perl(B::Utils::Install::Files) perl(B::Utils::OP) = 0.07 perl-B-Utils = 0.07-1.fc11 perl-B-Utils(x86-64) = 0.07-1.fc11 = perl >= 0:5.006 perl(:MODULE_COMPAT_5.10.0) perl(B) perl(B::Utils) perl(Carp) perl(Exporter) perl(Scalar::Util) perl(base) perl(strict) perl(subs) perl(vars) perl(warnings) * %check is present and all tests pass: All tests successful. Files=22, Tests=136, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.54 cusr 0.08 csys = 0.71 CPU) * no shared libraries are added to the regular linker search paths. * owns the directories it creates. * doesn't own any directories it shouldn't. * no duplicates in %files. * file permissions are appropriate. * no generically named files * code, not content. * documentation is small, so no -doc subpackage is necessary. * %docs are not necessary for the proper functioning of the package. APPROVED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:11:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:11:19 -0500 Subject: [Bug 462478] Please update perl-YAML-Tiny to latest from rawhide (ACLs set) In-Reply-To: References: Message-ID: <200812070411.mB74BJ3P015256@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462478 --- Comment #3 from Fedora Update System 2008-12-06 23:11:18 EDT --- perl-YAML-Tiny-1.32-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:11:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:11:21 -0500 Subject: [Bug 462478] Please update perl-YAML-Tiny to latest from rawhide (ACLs set) In-Reply-To: References: Message-ID: <200812070411.mB74BLCd013319@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462478 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:17:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:17:29 -0500 Subject: [Bug 470053] perl-Padre needs version 1.50 In-Reply-To: References: Message-ID: <200812070417.mB74HTo4017543@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=470053 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:18:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:18:56 -0500 Subject: [Bug 472413] perl-Ace-1.92 is available In-Reply-To: References: Message-ID: <200812070418.mB74IuI2017712@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472413 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:21:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:21:13 -0500 Subject: [Bug 462254] Review Request: perl-Catalyst-Plugin-Session-Store-FastMmap - FastMmap session storage backend In-Reply-To: References: Message-ID: <200812070421.mB74LD5k018582@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462254 --- Comment #11 from Fedora Update System 2008-12-06 23:21:12 EDT --- perl-Catalyst-Plugin-Session-Store-FastMmap-0.05-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:18:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:18:54 -0500 Subject: [Bug 472413] perl-Ace-1.92 is available In-Reply-To: References: Message-ID: <200812070418.mB74Is3Z015325@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472413 --- Comment #4 from Fedora Update System 2008-12-06 23:18:53 EDT --- perl-Ace-1.92-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:20:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:20:21 -0500 Subject: [Bug 471429] Review Request: perl-Catalyst-Engine-Apache - Catalyst Apache Engines In-Reply-To: References: Message-ID: <200812070420.mB74KL3S015990@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=471429 --- Comment #10 from Fedora Update System 2008-12-06 23:20:20 EDT --- perl-Catalyst-Engine-Apache-1.12-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:20:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:20:24 -0500 Subject: [Bug 471429] Review Request: perl-Catalyst-Engine-Apache - Catalyst Apache Engines In-Reply-To: References: Message-ID: <200812070420.mB74KODN016028@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=471429 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:19:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:19:58 -0500 Subject: [Bug 462254] Review Request: perl-Catalyst-Plugin-Session-Store-FastMmap - FastMmap session storage backend In-Reply-To: References: Message-ID: <200812070419.mB74JwYv015543@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462254 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:19:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:19:56 -0500 Subject: [Bug 462254] Review Request: perl-Catalyst-Plugin-Session-Store-FastMmap - FastMmap session storage backend In-Reply-To: References: Message-ID: <200812070419.mB74JuWN015511@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462254 --- Comment #10 from Fedora Update System 2008-12-06 23:19:55 EDT --- perl-Catalyst-Plugin-Session-Store-FastMmap-0.05-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:17:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:17:27 -0500 Subject: [Bug 470053] perl-Padre needs version 1.50 In-Reply-To: References: Message-ID: <200812070417.mB74HRnD015032@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=470053 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 --- Comment #3 from Bug Zapper 2008-11-25 23:49:07 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping --- Comment #4 from Fedora Update System 2008-12-06 23:17:26 EDT --- perl-Module-Starter-1.50-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:22:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:22:04 -0500 Subject: [Bug 470053] perl-Padre needs version 1.50 In-Reply-To: References: Message-ID: <200812070422.mB74M4u5018988@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=470053 --- Comment #5 from Fedora Update System 2008-12-06 23:22:04 EDT --- perl-Module-Starter-1.50-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:21:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:21:38 -0500 Subject: [Bug 461333] Module::Install 0.77 is out... In-Reply-To: References: Message-ID: <200812070421.mB74Lc17018921@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461333 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA Bug 461333 depends on bug 462478, which changed state. Bug 462478 Summary: Please update perl-YAML-Tiny to latest from rawhide (ACLs set) https://bugzilla.redhat.com/show_bug.cgi?id=462478 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE --- Comment #4 from Fedora Update System 2008-12-06 23:21:38 EDT --- perl-Module-Install-0.77-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Module-Install'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2008-10817 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:24:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:24:21 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812070424.mB74OLEF017440@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #2 from Fedora Update System 2008-12-06 23:24:20 EDT --- perl-DateTime-0.4304-2.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update perl-DateTime'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-10837 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:30:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:30:56 -0500 Subject: [Bug 461383] Data::Visitor 0.19 is out In-Reply-To: References: Message-ID: <200812070430.mB74Uu3H021992@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461383 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sun Dec 7 04:26:25 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 7 Dec 2008 04:26:25 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.19, 1.20 perl-Class-MOP.spec, 1.23, 1.24 sources, 1.19, 1.20 Message-ID: <20081207042625.A2972700DE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13856 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sat Dec 06 2008 Chris Weyl 0.71-1 - update to 0.71 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 15 Nov 2008 04:38:27 -0000 1.19 +++ .cvsignore 7 Dec 2008 04:25:54 -0000 1.20 @@ -1 +1 @@ -Class-MOP-0.70.tar.gz +Class-MOP-0.71.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Class-MOP.spec 15 Nov 2008 04:38:27 -0000 1.23 +++ perl-Class-MOP.spec 7 Dec 2008 04:25:55 -0000 1.24 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.70 +Version: 0.71 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -86,6 +86,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Chris Weyl 0.71-1 +- update to 0.71 + * Fri Nov 14 2008 Chris Weyl 0.70-1 - update to 0.70 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 15 Nov 2008 04:38:27 -0000 1.19 +++ sources 7 Dec 2008 04:25:55 -0000 1.20 @@ -1 +1 @@ -109b0b35e7911ef899f25036c96e200b Class-MOP-0.70.tar.gz +ef4971d34f15ed3a047defaa901fc050 Class-MOP-0.71.tar.gz From bugzilla at redhat.com Sun Dec 7 04:30:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:30:54 -0500 Subject: [Bug 461383] Data::Visitor 0.19 is out In-Reply-To: References: Message-ID: <200812070430.mB74UsNJ019999@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461383 --- Comment #3 from Fedora Update System 2008-12-06 23:30:54 EDT --- perl-Data-Visitor-0.21-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 04:32:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 6 Dec 2008 23:32:40 -0500 Subject: [Bug 471429] Review Request: perl-Catalyst-Engine-Apache - Catalyst Apache Engines In-Reply-To: References: Message-ID: <200812070432.mB74WehJ020561@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=471429 --- Comment #11 from Fedora Update System 2008-12-06 23:32:40 EDT --- perl-Catalyst-Engine-Apache-1.12-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sun Dec 7 04:53:46 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 7 Dec 2008 04:53:46 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.21, 1.22 perl-Moose.spec, 1.30, 1.31 sources, 1.21, 1.22 Message-ID: <20081207045346.D8792700DE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19334 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sat Dec 06 2008 Chris Weyl 0.62-1 - update to 0.62 - new Task::Weaken and Class::MOP requirements Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 8 Nov 2008 21:55:03 -0000 1.21 +++ .cvsignore 7 Dec 2008 04:53:16 -0000 1.22 @@ -1,5 +1 @@ -Moose-* -*.rpm -*.gz -*.tar -Moose-0.61.tar.gz +Moose-0.62.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-Moose.spec 9 Nov 2008 02:07:24 -0000 1.30 +++ perl-Moose.spec 7 Dec 2008 04:53:16 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-Moose -Version: 0.61 -Release: 4%{?dist} +Version: 0.62 +Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries @@ -15,12 +15,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Class::MOP) >= 0.68 +BuildRequires: perl(Class::MOP) >= 0.71 BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Scalar::Util) >= 1.19 BuildRequires: perl(Sub::Exporter) >= 0.954 BuildRequires: perl(Sub::Install) >= 0.92 +BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.77 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::LongString) @@ -110,6 +111,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Chris Weyl 0.62-1 +- update to 0.62 +- new Task::Weaken and Class::MOP requirements + * Sat Nov 08 2008 Chris Weyl 0.61-4 - aaaand drop them again, as it was really perl-Class-MOP's issue. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 8 Nov 2008 21:55:04 -0000 1.21 +++ sources 7 Dec 2008 04:53:16 -0000 1.22 @@ -1 +1 @@ -f0de59b6ebe644b05caf2be22bb08dc0 Moose-0.61.tar.gz +4ad0264b15c0caacfc6ab2a678c6bd89 Moose-0.62.tar.gz From cweyl at fedoraproject.org Sun Dec 7 05:01:21 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 7 Dec 2008 05:01:21 +0000 (UTC) Subject: rpms/perl-Config-Any/devel .cvsignore, 1.5, 1.6 perl-Config-Any.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20081207050121.8215C700DE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Config-Any/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20420 Modified Files: .cvsignore perl-Config-Any.spec sources Log Message: * Sat Dec 06 2008 Chris Weyl 0.16-1 - update to 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Sep 2008 06:09:35 -0000 1.5 +++ .cvsignore 7 Dec 2008 05:00:51 -0000 1.6 @@ -1 +1 @@ -Config-Any-0.14.tar.gz +Config-Any-0.16.tar.gz Index: perl-Config-Any.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/devel/perl-Config-Any.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Config-Any.spec 26 Sep 2008 06:09:35 -0000 1.6 +++ perl-Config-Any.spec 7 Dec 2008 05:00:51 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Config-Any -Version: 0.14 +Version: 0.16 Release: 1%{?dist} Summary: Load configuration from different file formats, transparently License: GPL+ or Artistic @@ -96,6 +96,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Chris Weyl 0.16-1 +- update to 0.16 + * Thu Sep 25 2008 Chris Weyl 0.14-1 - update to 0.14 - add XML::LibXML to br's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Sep 2008 06:09:35 -0000 1.5 +++ sources 7 Dec 2008 05:00:51 -0000 1.6 @@ -1 +1 @@ -b5d1197763edb350b1bc1e65febb598f Config-Any-0.14.tar.gz +947fd3556fdfa7aa92490d178bda7caa Config-Any-0.16.tar.gz From cweyl at fedoraproject.org Sun Dec 7 05:05:24 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 7 Dec 2008 05:05:24 +0000 (UTC) Subject: rpms/perl-Config-Any/F-10 perl-Config-Any.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20081207050524.A2B36700DE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Config-Any/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20976 Modified Files: perl-Config-Any.spec sources Log Message: * Sat Dec 06 2008 Chris Weyl 0.16-1 - update to 0.16 Index: perl-Config-Any.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/F-10/perl-Config-Any.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Config-Any.spec 26 Sep 2008 06:09:35 -0000 1.6 +++ perl-Config-Any.spec 7 Dec 2008 05:04:54 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Config-Any -Version: 0.14 +Version: 0.16 Release: 1%{?dist} Summary: Load configuration from different file formats, transparently License: GPL+ or Artistic @@ -96,6 +96,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Chris Weyl 0.16-1 +- update to 0.16 + * Thu Sep 25 2008 Chris Weyl 0.14-1 - update to 0.14 - add XML::LibXML to br's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Sep 2008 06:09:35 -0000 1.5 +++ sources 7 Dec 2008 05:04:54 -0000 1.6 @@ -1 +1 @@ -b5d1197763edb350b1bc1e65febb598f Config-Any-0.14.tar.gz +947fd3556fdfa7aa92490d178bda7caa Config-Any-0.16.tar.gz From cweyl at fedoraproject.org Sun Dec 7 05:05:39 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 7 Dec 2008 05:05:39 +0000 (UTC) Subject: rpms/perl-Config-Any/F-9 perl-Config-Any.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20081207050539.2387D700DE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Config-Any/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21108 Modified Files: perl-Config-Any.spec sources Log Message: * Sat Dec 06 2008 Chris Weyl 0.16-1 - update to 0.16 Index: perl-Config-Any.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/F-9/perl-Config-Any.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Config-Any.spec 26 Sep 2008 06:10:05 -0000 1.6 +++ perl-Config-Any.spec 7 Dec 2008 05:05:08 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Config-Any -Version: 0.14 +Version: 0.16 Release: 1%{?dist} Summary: Load configuration from different file formats, transparently License: GPL+ or Artistic @@ -96,6 +96,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 06 2008 Chris Weyl 0.16-1 +- update to 0.16 + * Thu Sep 25 2008 Chris Weyl 0.14-1 - update to 0.14 - add XML::LibXML to br's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Any/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Sep 2008 06:10:05 -0000 1.5 +++ sources 7 Dec 2008 05:05:08 -0000 1.6 @@ -1 +1 @@ -b5d1197763edb350b1bc1e65febb598f Config-Any-0.14.tar.gz +947fd3556fdfa7aa92490d178bda7caa Config-Any-0.16.tar.gz From bugzilla at redhat.com Sun Dec 7 05:13:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 00:13:56 -0500 Subject: [Bug 430177] clamd.d/amavisd.conf configuration directives require boolean arguments In-Reply-To: References: Message-ID: <200812070513.mB75DuKG029360@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=430177 jlquinn at optonline.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jlquinn at optonline.net --- Comment #5 from jlquinn at optonline.net 2008-12-07 00:13:54 EDT --- Yes, it's present. I just installed amavisd-new again and see the same problem in /etc/clamd.d/amavisd.conf -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 08:26:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 03:26:03 -0500 Subject: [Bug 474859] perl-Module-Info claims to provide perl(B::Utils) when it doesn't In-Reply-To: References: Message-ID: <200812070826.mB78Q36A025276@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474859 --- Comment #2 from Iain Arnell 2008-12-07 03:26:02 EDT --- That's strange - and a little suprising. For me, the tests fail horribly if I remove B/BUtils.pm (Can't locate B/BUtils.pm in @INC). Even if I patch B/Module/Info.pm to use B::Utils, a couple of tests still fail. Did you have perl-Module-Info rpm installed by any chance? I wouldn't remove B/BUtils.pm; just strip out the perl(B::Utils) provides from the RPM - no harm at all as absolutely nothing requires perl(B::Utils) yet - not even perl-Module-Info. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 08:28:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 03:28:01 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812070828.mB78S19p025458@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Iain Arnell 2008-12-07 03:28:00 EDT --- New Package CVS Request ======================= Package Name: perl-B-Utils Short Description: Helper functions for op tree manipulation Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 08:53:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 03:53:25 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812070853.mB78rPhS029126@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #2 from Iain Arnell 2008-12-07 03:53:24 EDT --- Ok. And the Test::More requirement was wrong too (automatically picked up by cpanspec from pod, I guess). New SRPM: http://iarnell.fedorapeople.org/perl-Test-Signature-1.10-2.fc11.src.rpm New spec: http://iarnell.fedorapeople.org/perl-Test-Signature.spec -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 7 09:58:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 04:58:45 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812070958.mB79wjAU007517@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #3 from Iain Arnell 2008-12-07 04:58:44 EDT --- Mental note - don't think before drinking coffee. Of course, cpanspec picked up the Test::More requirement from META.YML or Makefile.PL - nothing sinister with pod. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Sun Dec 7 12:25:02 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 07 Dec 2008 12:25:02 -0000 Subject: Broken dependencies in EPEL - 2008-12-07 Message-ID: <20081207122502.25219.91652@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Sun Dec 7 18:29:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 13:29:52 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812071829.mB7ITqMi004497@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Jason Tibbitts changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ --- Comment #4 from Jason Tibbitts 2008-12-07 13:29:51 EDT --- Thanks; the dependencies look good now. APPROVED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mschwendt at gmail.com Sun Dec 7 19:17:37 2008 From: mschwendt at gmail.com (Michael Schwendt) Date: Sun, 07 Dec 2008 19:17:37 -0000 Subject: Broken dependencies in Fedora 10 - 2008-12-07 Message-ID: <20081207191737.20260.82125@faldor.intranet> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: perl-HTML-FormFu-0.03005-3.fc10.noarch from fedora-updates-10-i386 unresolved deps: perl(defaults) perl(model_config) package: perl-HTML-FormFu-0.03005-3.fc10.noarch from fedora-updates-10-x86_64 unresolved deps: perl(defaults) perl(model_config) package: perl-HTML-FormFu-0.03005-3.fc10.noarch from fedora-updates-10-ppc unresolved deps: perl(defaults) perl(model_config) package: perl-HTML-FormFu-0.03005-3.fc10.noarch from fedora-updates-10-ppc64 unresolved deps: perl(defaults) perl(model_config) From bugzilla at redhat.com Sun Dec 7 21:12:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 16:12:31 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812072112.mB7LCVHH002268@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #5 from Iain Arnell 2008-12-07 16:12:31 EDT --- New Package CVS Request ======================= Package Name: perl-Test-Signature Short Description: Automated SIGNATURE testing Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 00:31:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 19:31:59 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812080031.mB80VxAL001481@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #6 from Kevin Fenzi 2008-12-07 19:31:58 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 00:34:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Dec 2008 19:34:33 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812080034.mB80YXqR003575@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2008-12-07 19:34:32 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Mon Dec 8 04:50:52 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 04:50:52 +0000 (UTC) Subject: rpms/perl-Test-Signature/devel perl-Test-Signature.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208045052.46491700FD@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Test-Signature/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6758 Modified Files: .cvsignore sources Added Files: perl-Test-Signature.spec Log Message: initial import --- NEW FILE perl-Test-Signature.spec --- Name: perl-Test-Signature Version: 1.10 Release: 2%{?dist} Summary: Automated SIGNATURE testing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Signature/ Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Test-Signature-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.004 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Builder) >= 0.17 BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite. %prep %setup -q -n Test-Signature-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 07 2008 Iain Arnell 1.10-2 - remove explicit requires * Fri Dec 05 2008 Iain Arnell 1.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:32:49 -0000 1.1 +++ .cvsignore 8 Dec 2008 04:50:21 -0000 1.2 @@ -0,0 +1 @@ +Test-Signature-1.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:32:49 -0000 1.1 +++ sources 8 Dec 2008 04:50:21 -0000 1.2 @@ -0,0 +1 @@ +0990c65388fb1d89d3459d406536de3c Test-Signature-1.10.tar.gz From iarnell at fedoraproject.org Mon Dec 8 04:53:54 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 04:53:54 +0000 (UTC) Subject: rpms/perl-Test-Signature/F-10 perl-Test-Signature.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208045354.18EF8700FD@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Test-Signature/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7506/F-10 Modified Files: .cvsignore sources Added Files: perl-Test-Signature.spec Log Message: initial import --- NEW FILE perl-Test-Signature.spec --- Name: perl-Test-Signature Version: 1.10 Release: 2%{?dist} Summary: Automated SIGNATURE testing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Signature/ Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Test-Signature-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.004 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Builder) >= 0.17 BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite. %prep %setup -q -n Test-Signature-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 07 2008 Iain Arnell 1.10-2 - remove explicit requires * Fri Dec 05 2008 Iain Arnell 1.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:32:49 -0000 1.1 +++ .cvsignore 8 Dec 2008 04:53:23 -0000 1.2 @@ -0,0 +1 @@ +Test-Signature-1.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:32:49 -0000 1.1 +++ sources 8 Dec 2008 04:53:23 -0000 1.2 @@ -0,0 +1 @@ +0990c65388fb1d89d3459d406536de3c Test-Signature-1.10.tar.gz From iarnell at fedoraproject.org Mon Dec 8 04:53:54 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 04:53:54 +0000 (UTC) Subject: rpms/perl-Test-Signature/F-9 perl-Test-Signature.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208045354.71E0D70106@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Test-Signature/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7506/F-9 Modified Files: .cvsignore sources Added Files: perl-Test-Signature.spec Log Message: initial import --- NEW FILE perl-Test-Signature.spec --- Name: perl-Test-Signature Version: 1.10 Release: 2%{?dist} Summary: Automated SIGNATURE testing License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Signature/ Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Test-Signature-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.004 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Builder) >= 0.17 BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite. %prep %setup -q -n Test-Signature-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Dec 07 2008 Iain Arnell 1.10-2 - remove explicit requires * Fri Dec 05 2008 Iain Arnell 1.10-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:32:49 -0000 1.1 +++ .cvsignore 8 Dec 2008 04:53:24 -0000 1.2 @@ -0,0 +1 @@ +Test-Signature-1.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Signature/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:32:49 -0000 1.1 +++ sources 8 Dec 2008 04:53:24 -0000 1.2 @@ -0,0 +1 @@ +0990c65388fb1d89d3459d406536de3c Test-Signature-1.10.tar.gz From iarnell at fedoraproject.org Mon Dec 8 04:56:33 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 04:56:33 +0000 (UTC) Subject: rpms/perl-B-Utils/devel perl-B-Utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208045633.6E47A700FD@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8104 Modified Files: .cvsignore sources Added Files: perl-B-Utils.spec Log Message: initial import --- NEW FILE perl-B-Utils.spec --- Name: perl-B-Utils Version: 0.07 Release: 1%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Utils/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) # not in fedora yet - bz #xxyynn #BuildRequires: perl(Test::Signature) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Helper functions for op tree manipulation. %prep %setup -q -n B-Utils-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/B* %{_mandir}/man3/* %changelog * Fri Dec 05 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:35:32 -0000 1.1 +++ .cvsignore 8 Dec 2008 04:56:02 -0000 1.2 @@ -0,0 +1 @@ +B-Utils-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:35:32 -0000 1.1 +++ sources 8 Dec 2008 04:56:02 -0000 1.2 @@ -0,0 +1 @@ +d69e7d81a24093a41e90e19f8bdb54e3 B-Utils-0.07.tar.gz From iarnell at fedoraproject.org Mon Dec 8 04:59:56 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 04:59:56 +0000 (UTC) Subject: rpms/perl-B-Utils/devel perl-B-Utils.spec,1.1,1.2 Message-ID: <20081208045956.43CF1700FD@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8697 Modified Files: perl-B-Utils.spec Log Message: * Mon Dec 08 2008 Iain Arnell 0.07-2 - BR Test::Signature Index: perl-B-Utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/perl-B-Utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-B-Utils.spec 8 Dec 2008 04:56:02 -0000 1.1 +++ perl-B-Utils.spec 8 Dec 2008 04:59:25 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-B-Utils Version: 0.07 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries @@ -8,8 +8,7 @@ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) -# not in fedora yet - bz #xxyynn -#BuildRequires: perl(Test::Signature) +BuildRequires: perl(Test::Signature) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -49,5 +48,8 @@ %{_mandir}/man3/* %changelog +* Mon Dec 08 2008 Iain Arnell 0.07-2 +- BR Test::Signature + * Fri Dec 05 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. From bugzilla at redhat.com Mon Dec 8 05:39:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 00:39:42 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812080539.mB85dg6s018963@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #8 from Fedora Update System 2008-12-08 00:39:41 EDT --- perl-Test-Signature-1.10-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Test-Signature-1.10-2.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 05:39:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 00:39:39 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812080539.mB85ddEZ018927@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #7 from Fedora Update System 2008-12-08 00:39:38 EDT --- perl-Test-Signature-1.10-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Test-Signature-1.10-2.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 11:54:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 06:54:14 -0500 Subject: [Bug 204093] perl -i resets file ACLs and EAs In-Reply-To: References: Message-ID: <200812081154.mB8BsEGn018059@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=204093 --- Comment #10 from Stepan Kasal 2008-12-08 06:54:12 EDT --- Reported here: http://thread.gmane.org/gmane.comp.lang.perl.perl5.porters/64704 at this moment, there is one answer for and one against. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Mon Dec 8 15:42:15 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 15:42:15 +0000 (UTC) Subject: rpms/perl-B-Utils/F-9 perl-B-Utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208154215.C021F70122@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18345/F-9 Modified Files: .cvsignore sources Added Files: perl-B-Utils.spec Log Message: initial import on branches --- NEW FILE perl-B-Utils.spec --- Name: perl-B-Utils Version: 0.07 Release: 2%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Utils/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Signature) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Helper functions for op tree manipulation. %prep %setup -q -n B-Utils-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/B* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Iain Arnell 0.07-2 - BR Test::Signature * Fri Dec 05 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:35:32 -0000 1.1 +++ .cvsignore 8 Dec 2008 15:41:45 -0000 1.2 @@ -0,0 +1 @@ +B-Utils-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:35:32 -0000 1.1 +++ sources 8 Dec 2008 15:41:45 -0000 1.2 @@ -0,0 +1 @@ +d69e7d81a24093a41e90e19f8bdb54e3 B-Utils-0.07.tar.gz From iarnell at fedoraproject.org Mon Dec 8 15:42:15 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 15:42:15 +0000 (UTC) Subject: rpms/perl-B-Utils/F-10 perl-B-Utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081208154215.4599A70121@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18345/F-10 Modified Files: .cvsignore sources Added Files: perl-B-Utils.spec Log Message: initial import on branches --- NEW FILE perl-B-Utils.spec --- Name: perl-B-Utils Version: 0.07 Release: 2%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Utils/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Signature) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Helper functions for op tree manipulation. %prep %setup -q -n B-Utils-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/B* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Iain Arnell 0.07-2 - BR Test::Signature * Fri Dec 05 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:35:32 -0000 1.1 +++ .cvsignore 8 Dec 2008 15:41:44 -0000 1.2 @@ -0,0 +1 @@ +B-Utils-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Dec 2008 00:35:32 -0000 1.1 +++ sources 8 Dec 2008 15:41:44 -0000 1.2 @@ -0,0 +1 @@ +d69e7d81a24093a41e90e19f8bdb54e3 B-Utils-0.07.tar.gz From bugzilla at redhat.com Mon Dec 8 16:56:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 11:56:04 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812081656.mB8Gu4x8029098@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Mon Dec 8 18:24:32 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 18:24:32 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/devel .cvsignore, 1.2, 1.3 perl-HTML-FormFu.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081208182432.CBEF7700DE@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25889 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Mon Dec 08 2008 Iain Arnell 0.03007-1 - update to 030007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2008 15:12:59 -0000 1.2 +++ .cvsignore 8 Dec 2008 18:24:02 -0000 1.3 @@ -1 +1 @@ -HTML-FormFu-0.03005.tar.gz +HTML-FormFu-0.03007.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/perl-HTML-FormFu.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-HTML-FormFu.spec 6 Dec 2008 16:10:34 -0000 1.2 +++ perl-HTML-FormFu.spec 8 Dec 2008 18:24:02 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu -Version: 0.03005 -Release: 4%{?dist} +Version: 0.03007 +Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(CGI) BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) @@ -110,6 +111,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 08 2008 Iain Arnell 0.03007-1 +- update to 030007 + * Sat Dec 06 2008 Iain Arnell 0.03005-4 - remove wrongly detected requires (defaults and model_config) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2008 15:12:59 -0000 1.2 +++ sources 8 Dec 2008 18:24:02 -0000 1.3 @@ -1 +1 @@ -0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz +e29b491c3ed8a88139ab7ee2374e8334 HTML-FormFu-0.03007.tar.gz From iarnell at fedoraproject.org Mon Dec 8 18:31:52 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Mon, 8 Dec 2008 18:31:52 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/F-10 .cvsignore, 1.2, 1.3 perl-HTML-FormFu.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081208183152.F2038700DE@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29425 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Mon Dec 08 2008 Iain Arnell 0.03007-1 - update to 030007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2008 15:23:36 -0000 1.2 +++ .cvsignore 8 Dec 2008 18:31:21 -0000 1.3 @@ -1 +1 @@ -HTML-FormFu-0.03005.tar.gz +HTML-FormFu-0.03007.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/perl-HTML-FormFu.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-HTML-FormFu.spec 6 Dec 2008 16:18:39 -0000 1.2 +++ perl-HTML-FormFu.spec 8 Dec 2008 18:31:21 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu -Version: 0.03005 -Release: 4%{?dist} +Version: 0.03007 +Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(CGI) BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) @@ -110,6 +111,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 08 2008 Iain Arnell 0.03007-1 +- update to 030007 + * Sat Dec 06 2008 Iain Arnell 0.03005-4 - remove wrongly detected requires (defaults and model_config) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2008 15:23:36 -0000 1.2 +++ sources 8 Dec 2008 18:31:21 -0000 1.3 @@ -1 +1 @@ -0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz +e29b491c3ed8a88139ab7ee2374e8334 HTML-FormFu-0.03007.tar.gz From buildsys at fedoraproject.org Mon Dec 8 19:15:38 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Mon, 08 Dec 2008 19:15:38 -0000 Subject: Broken dependencies in EPEL - 2008-12-08 Message-ID: <20081208191538.27914.34283@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Mon Dec 8 19:58:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 14:58:35 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812081958.mB8JwZ0u009793@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 --- Comment #1 from Chris Weyl 2008-12-08 14:58:34 EDT --- Koji (success) http://koji.fedoraproject.org/koji/taskinfo?taskID=987861 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 20:31:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 15:31:47 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812082031.mB8KVlhc019162@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 manuel wolfshant changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody at fedoraproject.org |wolfy at nobugconsulting.ro Flag| |fedora-review? --- Comment #2 from manuel wolfshant 2008-12-08 15:31:46 EDT --- Isn't /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread- multi/Data/Dump/Streamer/_ a bit odd as directory name ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From spot at fedoraproject.org Mon Dec 8 20:49:12 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 20:49:12 +0000 (UTC) Subject: rpms/perl-Wx/F-10 perl-Wx.spec,1.23,1.24 sources,1.18,1.19 Message-ID: <20081208204912.B987970121@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Wx/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27344/F-10 Modified Files: perl-Wx.spec sources Log Message: update to 0.89 Index: perl-Wx.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/F-10/perl-Wx.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Wx.spec 4 Mar 2008 21:23:16 -0000 1.23 +++ perl-Wx.spec 8 Dec 2008 20:48:41 -0000 1.24 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.81 +Version: 0.89 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -17,7 +17,10 @@ BuildRequires: wxGTK-devel BuildRequires: perl(Alien::wxWidgets) >= 0.25 +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.21 BuildRequires: perl(Module::Info) +BuildRequires: perl(Test::More), perl(Test::Harness) BuildRequires: perl(Test::Pod) BuildRequires: perl(YAML) >= 0.35 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,7 +58,7 @@ chmod +x %{__perl_requires} %build -%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version | cut -d . -f 1-2` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -79,7 +82,7 @@ %files %defattr(-,root,root,-) %doc Changes README.txt docs/todo.txt wxpl.ico wxpl.xpm -%doc run samples/ +%doc samples/ %{_bindir}/* %{perl_vendorarch}/Wx* %{perl_vendorarch}/auto/Wx/ @@ -88,6 +91,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.89-1 +- 0.89 + * Tue Mar 4 2008 Tom "spot" Callaway - 0.81-1 - 0.81 - minor packaging cleanups Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/F-10/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 4 Mar 2008 21:23:16 -0000 1.18 +++ sources 8 Dec 2008 20:48:41 -0000 1.19 @@ -1 +1 @@ -3b39d839f358380bb50c665b887b93a6 Wx-0.81.tar.gz +6f7c8bb0bca7746feaff344770bf670b Wx-0.89.tar.gz From spot at fedoraproject.org Mon Dec 8 20:49:13 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 20:49:13 +0000 (UTC) Subject: rpms/perl-Wx/F-9 perl-Wx.spec,1.23,1.24 sources,1.18,1.19 Message-ID: <20081208204913.4C99770121@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Wx/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27344/F-9 Modified Files: perl-Wx.spec sources Log Message: update to 0.89 Index: perl-Wx.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/F-9/perl-Wx.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Wx.spec 4 Mar 2008 21:23:16 -0000 1.23 +++ perl-Wx.spec 8 Dec 2008 20:48:42 -0000 1.24 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.81 +Version: 0.89 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -17,7 +17,10 @@ BuildRequires: wxGTK-devel BuildRequires: perl(Alien::wxWidgets) >= 0.25 +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.21 BuildRequires: perl(Module::Info) +BuildRequires: perl(Test::More), perl(Test::Harness) BuildRequires: perl(Test::Pod) BuildRequires: perl(YAML) >= 0.35 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,7 +58,7 @@ chmod +x %{__perl_requires} %build -%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version | cut -d . -f 1-2` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -79,7 +82,7 @@ %files %defattr(-,root,root,-) %doc Changes README.txt docs/todo.txt wxpl.ico wxpl.xpm -%doc run samples/ +%doc samples/ %{_bindir}/* %{perl_vendorarch}/Wx* %{perl_vendorarch}/auto/Wx/ @@ -88,6 +91,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.89-1 +- 0.89 + * Tue Mar 4 2008 Tom "spot" Callaway - 0.81-1 - 0.81 - minor packaging cleanups Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/F-9/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 4 Mar 2008 21:23:16 -0000 1.18 +++ sources 8 Dec 2008 20:48:42 -0000 1.19 @@ -1 +1 @@ -3b39d839f358380bb50c665b887b93a6 Wx-0.81.tar.gz +6f7c8bb0bca7746feaff344770bf670b Wx-0.89.tar.gz From spot at fedoraproject.org Mon Dec 8 20:49:13 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 20:49:13 +0000 (UTC) Subject: rpms/perl-Wx/devel .cvsignore, 1.18, 1.19 perl-Wx.spec, 1.23, 1.24 sources, 1.18, 1.19 Message-ID: <20081208204913.ECC0B70121@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Wx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27344/devel Modified Files: .cvsignore perl-Wx.spec sources Log Message: update to 0.89 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 4 Mar 2008 21:23:16 -0000 1.18 +++ .cvsignore 8 Dec 2008 20:48:43 -0000 1.19 @@ -1 +1 @@ -Wx-0.81.tar.gz +Wx-0.89.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Wx.spec 4 Mar 2008 21:23:16 -0000 1.23 +++ perl-Wx.spec 8 Dec 2008 20:48:43 -0000 1.24 @@ -5,7 +5,7 @@ # Name: perl-Wx -Version: 0.81 +Version: 0.89 Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit @@ -17,7 +17,10 @@ BuildRequires: wxGTK-devel BuildRequires: perl(Alien::wxWidgets) >= 0.25 +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.21 BuildRequires: perl(Module::Info) +BuildRequires: perl(Test::More), perl(Test::Harness) BuildRequires: perl(Test::Pod) BuildRequires: perl(YAML) >= 0.35 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -55,7 +58,7 @@ chmod +x %{__perl_requires} %build -%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version | cut -d . -f 1-2` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} @@ -79,7 +82,7 @@ %files %defattr(-,root,root,-) %doc Changes README.txt docs/todo.txt wxpl.ico wxpl.xpm -%doc run samples/ +%doc samples/ %{_bindir}/* %{perl_vendorarch}/Wx* %{perl_vendorarch}/auto/Wx/ @@ -88,6 +91,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.89-1 +- 0.89 + * Tue Mar 4 2008 Tom "spot" Callaway - 0.81-1 - 0.81 - minor packaging cleanups Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Wx/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 4 Mar 2008 21:23:16 -0000 1.18 +++ sources 8 Dec 2008 20:48:43 -0000 1.19 @@ -1 +1 @@ -3b39d839f358380bb50c665b887b93a6 Wx-0.81.tar.gz +6f7c8bb0bca7746feaff344770bf670b Wx-0.89.tar.gz From bugzilla at redhat.com Mon Dec 8 20:49:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 15:49:08 -0500 Subject: [Bug 438078] change smtpdaemon to server(smtp) In-Reply-To: References: Message-ID: <200812082049.mB8Kn80x022767@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=438078 Sandy Garza changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandy.garza at hp.com Blocks| |474221 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From spot at fedoraproject.org Mon Dec 8 21:19:28 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 21:19:28 +0000 (UTC) Subject: rpms/perl-Alien-wxWidgets/F-9 perl-Alien-wxWidgets.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <20081208211928.70F8370106@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv710/F-9 Modified Files: perl-Alien-wxWidgets.spec sources Log Message: 0.42 Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-9/perl-Alien-wxWidgets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Alien-wxWidgets.spec 3 Mar 2008 20:31:33 -0000 1.18 +++ perl-Alien-wxWidgets.spec 8 Dec 2008 21:18:58 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets -Version: 0.32 -Release: 4%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.42-1 +- 0.42 + * Wed Feb 27 2008 Tom "spot" Callaway - 0.32-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-9/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 28 Nov 2007 18:25:56 -0000 1.12 +++ sources 8 Dec 2008 21:18:58 -0000 1.13 @@ -1 +1 @@ -534164c7b1f9c0d60397a689ffa90cb4 Alien-wxWidgets-0.32.tar.gz +f96c09d393bc8b4cbd7ff8e412183032 Alien-wxWidgets-0.42.tar.gz From spot at fedoraproject.org Mon Dec 8 21:19:28 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 21:19:28 +0000 (UTC) Subject: rpms/perl-Alien-wxWidgets/F-10 perl-Alien-wxWidgets.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <20081208211928.38066700DE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv710/F-10 Modified Files: perl-Alien-wxWidgets.spec sources Log Message: 0.42 Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-10/perl-Alien-wxWidgets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Alien-wxWidgets.spec 3 Mar 2008 20:31:33 -0000 1.18 +++ perl-Alien-wxWidgets.spec 8 Dec 2008 21:18:57 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets -Version: 0.32 -Release: 4%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.42-1 +- 0.42 + * Wed Feb 27 2008 Tom "spot" Callaway - 0.32-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/F-10/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 28 Nov 2007 18:25:56 -0000 1.12 +++ sources 8 Dec 2008 21:18:57 -0000 1.13 @@ -1 +1 @@ -534164c7b1f9c0d60397a689ffa90cb4 Alien-wxWidgets-0.32.tar.gz +f96c09d393bc8b4cbd7ff8e412183032 Alien-wxWidgets-0.42.tar.gz From spot at fedoraproject.org Mon Dec 8 21:19:28 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 8 Dec 2008 21:19:28 +0000 (UTC) Subject: rpms/perl-Alien-wxWidgets/devel .cvsignore, 1.12, 1.13 perl-Alien-wxWidgets.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <20081208211928.C08E0700DE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Alien-wxWidgets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv710/devel Modified Files: .cvsignore perl-Alien-wxWidgets.spec sources Log Message: 0.42 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 28 Nov 2007 18:25:56 -0000 1.12 +++ .cvsignore 8 Dec 2008 21:18:58 -0000 1.13 @@ -1 +1 @@ -Alien-wxWidgets-0.32.tar.gz +Alien-wxWidgets-0.42.tar.gz Index: perl-Alien-wxWidgets.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/devel/perl-Alien-wxWidgets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Alien-wxWidgets.spec 3 Mar 2008 20:31:33 -0000 1.18 +++ perl-Alien-wxWidgets.spec 8 Dec 2008 21:18:58 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-Alien-wxWidgets -Version: 0.32 -Release: 4%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Building, finding and using wxWidgets binaries Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Mon Dec 8 2008 Tom "spot" Callaway - 0.42-1 +- 0.42 + * Wed Feb 27 2008 Tom "spot" Callaway - 0.32-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-wxWidgets/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 28 Nov 2007 18:25:56 -0000 1.12 +++ sources 8 Dec 2008 21:18:58 -0000 1.13 @@ -1 +1 @@ -534164c7b1f9c0d60397a689ffa90cb4 Alien-wxWidgets-0.32.tar.gz +f96c09d393bc8b4cbd7ff8e412183032 Alien-wxWidgets-0.42.tar.gz From bugzilla at redhat.com Mon Dec 8 21:24:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 16:24:50 -0500 Subject: [Bug 474801] plese update at least to the 0.86 In-Reply-To: References: Message-ID: <200812082124.mB8LOoWb031254@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474801 --- Comment #1 from Fedora Update System 2008-12-08 16:24:49 EDT --- perl-Wx-0.89-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Wx-0.89-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 21:24:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 16:24:52 -0500 Subject: [Bug 474801] plese update at least to the 0.86 In-Reply-To: References: Message-ID: <200812082124.mB8LOqBS027059@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474801 --- Comment #2 from Fedora Update System 2008-12-08 16:24:52 EDT --- perl-Wx-0.89-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Wx-0.89-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 21:26:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 16:26:26 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812082126.mB8LQQ3R032153@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 --- Comment #3 from Iain Arnell 2008-12-08 16:26:25 EDT --- Yep! That was (almost) my first thought - what on earth is Data::Dump::Streamer::_::Printers for a module? But it's really there. Data/Dump/Streamer.pm line 13 use Data::Dump::Streamer::_::Printers; Looks to be the author's way of indicating seriously-private-module-don't-ever-think-about-using-this. Which is why I've excluded the requires and provides that result from it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 22:26:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 17:26:11 -0500 Subject: [Bug 474807] please updato to the latest version In-Reply-To: References: Message-ID: <200812082226.mB8MQBSj015380@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474807 --- Comment #1 from Fedora Update System 2008-12-08 17:26:10 EDT --- perl-Alien-wxWidgets-0.42-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Alien-wxWidgets-0.42-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 8 22:26:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 17:26:14 -0500 Subject: [Bug 474807] please updato to the latest version In-Reply-To: References: Message-ID: <200812082226.mB8MQEOh009682@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474807 --- Comment #2 from Fedora Update System 2008-12-08 17:26:14 EDT --- perl-Alien-wxWidgets-0.42-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Alien-wxWidgets-0.42-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 03:54:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Dec 2008 22:54:13 -0500 Subject: [Bug 438078] change smtpdaemon to server(smtp) In-Reply-To: References: Message-ID: <200812090354.mB93sDOl012224@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=438078 Sandy Garza changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|474221 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 06:01:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 01:01:31 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812090601.mB961V6q002971@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 06:05:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 01:05:07 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812090605.mB9657Ja003762@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 09:32:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 04:32:43 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812090932.mB99WhXp016427@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 manuel wolfshant changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ --- Comment #4 from manuel wolfshant 2008-12-09 04:32:41 EDT --- Package Review ============== Key: - = N/A x = Check ! = Problem ? = Not evaluated === REQUIRED ITEMS === [x] Package is named according to the Package Naming Guidelines. [x] Spec file name must match the base package %{name}, in the format %{name}.spec. [x] Package meets the Packaging Guidelines including the Perl specific items [x] Package successfully compiles and builds into binary rpms on at least one supported architecture. Tested on: devel/x86_64 [x] Rpmlint output: source RPM: empty binary RPM:empty [x] Package is not relocatable. [x] Buildroot is correct (%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)) [x] Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x] License field in the package spec file matches the actual license. License type: GPL+ or Artistic [x] If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %doc. [x] Spec file is legible and written in American English. [x] Sources used to build the package matches the upstream source, as provided in the spec URL. SHA1SUM of package: b66764af72e14918367207b70d3097a868da74d8 Data-Dump-Streamer-2.08-40.tar.gz [x] Package is not known to require ExcludeArch [x] All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [-] The spec file handles locales properly. [-] ldconfig called in %post and %postun if required. [x] Package must own all directories that it creates. [x] Package requires other packages for directories it uses. [x] Package does not contain duplicates in %files. [x] Permissions on files are set properly. [x] Package has a %clean section, which contains rm -rf $RPM_BUILD_ROOT [x] Package consistently uses macros. [x] Package contains code, or permissable content. [-] Large documentation files are in a -doc subpackage, if required. [x] Package uses nothing in %doc for runtime. [-] Header files in -devel subpackage, if present. [-] Static libraries in -devel subpackage, if present. [-] Package requires pkgconfig, if .pc files are present. [-] Development .so files in -devel subpackage, if present. [-] Fully versioned dependency in subpackages, if present. [x] Package does not contain any libtool archives (.la). [-] Package contains a properly installed %{name}.desktop file if it is a GUI application. [x] Package does not own files or directories owned by other packages. === SUGGESTED ITEMS === [x] Latest version is packaged. [x] Package does not include license text files separate from upstream. [-] Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x] Reviewer should test that the package builds in mock. Tested on: koji scratch build + devel/x86_64 [x] Package should compile and build into binary rpms on all supported architectures. Tested on: koji scratch build + devel/x86_64 [?] Package functions as described. [-] Scriptlets must be sane, if used. [-] The placement of pkgconfig(.pc) files is correct. [-] File based requires are sane. [x] %check is present and the tests pass. [x] Final provides and requires are sane. ================ *** APPROVED *** ================ Note: leaving as only comment in %changelog the bits left by an automatic script, even after you review and modify the spec is a tiny bit misleading... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 09:47:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 04:47:47 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812090947.mB99ll3G019807@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #5 from Iain Arnell 2008-12-09 04:47:46 EDT --- New Package CVS Request ======================= Package Name: perl-Data-Dump-Streamer Short Description: Accurately serialize a data structure as Perl code Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 13:00:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 08:00:13 -0500 Subject: [Bug 475476] New: perl-Test-Harness seems to be missing files Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Test-Harness seems to be missing files https://bugzilla.redhat.com/show_bug.cgi?id=475476 Summary: perl-Test-Harness seems to be missing files Product: Fedora Version: 10 Platform: x86_64 OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Test-Inline AssignedTo: rc040203 at freenet.de ReportedBy: stewb at linuxfoundation.org QAContact: extras-qa at fedoraproject.org CC: rc040203 at freenet.de, fedora-perl-devel-list at redhat.com, lxtnow at gmail.com Classification: Fedora Description of problem: Actual package I'm reporting against is perl-Test-Harness, which doesn't seem to be in the list. A standard perl install has more modules under: [stew at pavilion ~]$ ls /usr/lib/perl5/5.10.0/Test/Harness Assert.pm Iterator.pm Point.pm Results.pm Straps.pm TAP.pod Util.pm Wheres in F10, I see only: [root at fc10-64 perl]# ls /usr/lib/perl5/5.10.0/Test/Harness Hook.pm On FC9/ia32, I see the whole set: [stew at fc9-32 ~]$ ls /usr/lib/perl5/5.10.0/Test/Harness Assert.pm Iterator.pm Point.pm Results.pm Straps.pm TAP.pod Util.pm [stew at fc9-32 ~]$ rpm -qf /usr/lib/perl5/5.10.0/Test/Harness/Straps.pm perl-Test-Harness-2.64-38.fc9.i386 Net result is that the required Test::Harness::Straps is missing and the LSB perl tests fails before it ever gets going: [root at fc10-64 perl]# ./run_tests System perl version is: 5.10.0 Creating Unicode Character Database symlink... Creating symlink to system blib.pm Creating symlink to system constant.pm Creating symlink to system strict.pm Can't locate Test/Harness/Straps.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl .) at Harness.pm line 6. BEGIN failed--compilation aborted at Harness.pm line 6. Compilation failed in require at harness line 12. BEGIN failed--compilation aborted at harness line 12. mv: cannot stat `5.10.0/t/tet_xres': No such file or directory Journal file is results/0004e/journal Version-Release number of selected component (if applicable): perl-Test-Harness.x86_64 0:3.12-51.fc10 How reproducible: 100% Steps to Reproduce: 1. Install F10 2. Install perl-Test-Harness (seems to be unique to Fedora that this is a sperate package) 3. Install LSB perl test from http://ftp.freestandards.org/pub/lsb/repositories/yum/lsb-4.0/repo-x86_64/lsb-test-perl-3.97.0-1.noarch.rpm 4. as root, cd /opt/lsb/test/perl and ./run_tests Actual results: [root at fc10-64 perl]# ./run_tests System perl version is: 5.10.0 Creating Unicode Character Database symlink... Creating symlink to system blib.pm Creating symlink to system constant.pm Creating symlink to system strict.pm Can't locate Test/Harness/Straps.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl .) at Harness.pm line 6. BEGIN failed--compilation aborted at Harness.pm line 6. Compilation failed in require at harness line 12. BEGIN failed--compilation aborted at harness line 12. mv: cannot stat `5.10.0/t/tet_xres': No such file or directory Journal file is results/0004e/journal Expected results: All tests should pass Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 9 13:19:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 08:19:17 -0500 Subject: [Bug 475476] perl-Test-Harness seems to be missing files In-Reply-To: References: Message-ID: <200812091319.mB9DJHqW002918@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475476 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |mmaslano at redhat.com, | |robin.norwood at gmail.com, | |skasal at redhat.com, | |tcallawa at redhat.com Component|perl-Test-Inline |perl AssignedTo|rc040203 at freenet.de |mmaslano at redhat.com --- Comment #1 from Marcela Maslanova 2008-12-09 08:19:16 EDT --- Test::Harness package is part of perl. In the perl-5.10.0 was packaged Test::Harness 2.64, but there was calling for new Harness, which was rewritten. So we made an update to 3.12, which is different package now. You can check details at http://search.cpan.org/~andya/Test-Harness-3.14/lib/TAP/Harness.pm -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Tue Dec 9 17:40:11 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Tue, 09 Dec 2008 17:40:11 -0000 Subject: Broken dependencies in EPEL - 2008-12-09 Message-ID: <20081209174011.22047.29888@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Tue Dec 9 21:37:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 16:37:15 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812092137.mB9LbFbl027859@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 --- Comment #3 from Steven Pritchard 2008-12-09 16:37:14 EDT --- FYI, I'm pushing the latest DateTime, DateTime::Locale, and DateTime::TimeZone to rawhide now. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Tue Dec 9 21:37:45 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 9 Dec 2008 21:37:45 +0000 (UTC) Subject: rpms/perl-DateTime/devel .cvsignore, 1.23, 1.24 perl-DateTime.spec, 1.30, 1.31 sources, 1.23, 1.24 Message-ID: <20081209213745.E0CEF700DE@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-DateTime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27601 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime 0.4501. Update to DateTime::Locale 0.42. Update to DateTime::TimeZone 0.8301. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 8 Sep 2008 16:56:54 -0000 1.23 +++ .cvsignore 9 Dec 2008 21:37:15 -0000 1.24 @@ -1,3 +1,3 @@ -DateTime-0.4304.tar.gz -DateTime-Locale-0.41.tar.gz -DateTime-TimeZone-0.7904.tar.gz +DateTime-0.4501.tar.gz +DateTime-Locale-0.42.tar.gz +DateTime-TimeZone-0.8301.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-DateTime.spec 8 Sep 2008 16:56:54 -0000 1.30 +++ perl-DateTime.spec 9 Dec 2008 21:37:15 -0000 1.31 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.7904 -%define DTLocale_version 0.41 +%define DTLocale_version 0.42 +%define DTTimeZone_version 0.8301 Name: perl-DateTime -Version: 0.4304 -Release: 2%{?dist} +Version: 0.4501 +Release: 1%{?dist} Epoch: 1 Summary: Date and time objects License: GPL+ or Artistic @@ -148,6 +148,14 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Tue Dec 09 2008 Steven Pritchard 1:0.4501-1 +- Update to DateTime 0.4501. + +* Mon Nov 10 2008 Steven Pritchard 1:0.4401-1 +- Update to DateTime 0.4401. +- Update to DateTime::Locale 0.42. +- Update to DateTime::TimeZone 0.8301. + * Mon Sep 08 2008 Steven Pritchard 1:0.4304-2 - Update to DateTime::TimeZone 0.7904. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 8 Sep 2008 16:56:54 -0000 1.23 +++ sources 9 Dec 2008 21:37:15 -0000 1.24 @@ -1,3 +1,3 @@ -33c766671222805b9f1b67844a04d4ad DateTime-0.4304.tar.gz -cc27842a44c234c10296aa769080bb02 DateTime-Locale-0.41.tar.gz -a2b177ebd0702d25f7d591fc2974ba79 DateTime-TimeZone-0.7904.tar.gz +890270f12eb4eb07dc1ddf8b26794ffe DateTime-0.4501.tar.gz +2f40350ef1c697f1bc402220824f6a7a DateTime-Locale-0.42.tar.gz +bbd718672009ea7b533767798a9bad46 DateTime-TimeZone-0.8301.tar.gz From bugzilla at redhat.com Wed Dec 10 03:33:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 22:33:41 -0500 Subject: [Bug 475242] Review Request: perl-Data-Dump-Streamer - Accurately serialize a data structure as Perl code In-Reply-To: References: Message-ID: <200812100333.mBA3XfEg005942@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475242 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #6 from Kevin Fenzi 2008-12-09 22:33:40 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:36:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:36:13 -0500 Subject: [Bug 474807] please updato to the latest version In-Reply-To: References: Message-ID: <200812100436.mBA4aDX9025777@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474807 --- Comment #4 from Fedora Update System 2008-12-09 23:36:12 EDT --- perl-Alien-wxWidgets-0.42-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:35:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:35:34 -0500 Subject: [Bug 474807] please updato to the latest version In-Reply-To: References: Message-ID: <200812100435.mBA4ZYgt017826@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474807 --- Comment #3 from Fedora Update System 2008-12-09 23:35:33 EDT --- perl-Alien-wxWidgets-0.42-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:35:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:35:36 -0500 Subject: [Bug 474807] please updato to the latest version In-Reply-To: References: Message-ID: <200812100435.mBA4Za6X017846@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474807 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:39:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:39:30 -0500 Subject: [Bug 474801] plese update at least to the 0.86 In-Reply-To: References: Message-ID: <200812100439.mBA4dUIO019891@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474801 --- Comment #4 from Fedora Update System 2008-12-09 23:39:30 EDT --- perl-Wx-0.89-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:38:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:38:37 -0500 Subject: [Bug 474801] plese update at least to the 0.86 In-Reply-To: References: Message-ID: <200812100438.mBA4cbrp019628@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474801 --- Comment #3 from Fedora Update System 2008-12-09 23:38:36 EDT --- perl-Wx-0.89-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 04:38:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Dec 2008 23:38:39 -0500 Subject: [Bug 474801] plese update at least to the 0.86 In-Reply-To: References: Message-ID: <200812100438.mBA4cdK2019649@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474801 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Wed Dec 10 04:52:13 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 10 Dec 2008 04:52:13 +0000 (UTC) Subject: rpms/perl-Data-Dump-Streamer/devel perl-Data-Dump-Streamer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081210045213.A2D4670122@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-Dump-Streamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24738 Modified Files: .cvsignore sources Added Files: perl-Data-Dump-Streamer.spec Log Message: initial import --- NEW FILE perl-Data-Dump-Streamer.spec --- Name: perl-Data-Dump-Streamer Version: 2.08 %define tarversion %{version}-40 Release: 1%{?dist} Summary: Accurately serialize a data structure as Perl code License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Dump-Streamer/ Source0: http://www.cpan.org/authors/id/Y/YV/YVES/Data-Dump-Streamer-%{tarversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(B::Utils) >= 0.05 BuildRequires: perl(Compress::Zlib) BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Base64) BuildRequires: perl(PadWalker) BuildRequires: perl(Test::More) BuildRequires: perl(Text::Balanced) Requires: perl(B::Utils) >= 0.05 Requires: perl(Compress::Zlib) Requires: perl(MIME::Base64) Requires: perl(PadWalker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output using the least number of Perl statements as convenient, usually only one. Self-referential structures, closures, and objects are output correctly. %prep %setup -q -n Data-Dump-Streamer-%{tarversion} find . -type f | xargs chmod -x # Strip out private provides/requires cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(Data::Dump::Streamer::_::/d' EOF %define __perl_provides %{_builddir}/Data-Dump-Streamer-%{tarversion}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Data::Dump::Streamer::_::/d' EOF %define __perl_requires %{_builddir}/Data-Dump-Streamer-%{tarversion}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL NODDS INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Data* %{_mandir}/man3/* %changelog * Fri Dec 05 2008 Iain Arnell 2.08-1 - Specfile autogenerated by cpanspec 1.77. - strip private provides/requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-Dump-Streamer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:33:59 -0000 1.1 +++ .cvsignore 10 Dec 2008 04:51:42 -0000 1.2 @@ -0,0 +1 @@ +Data-Dump-Streamer-2.08-40.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-Dump-Streamer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:33:59 -0000 1.1 +++ sources 10 Dec 2008 04:51:43 -0000 1.2 @@ -0,0 +1 @@ +162dc81be6df36d184e516b8ef4b7701 Data-Dump-Streamer-2.08-40.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 07:33:06 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 07:33:06 +0000 (UTC) Subject: rpms/perl-Class-Unload/devel .cvsignore,1.1,1.2 sources,1.1,1.2 Message-ID: <20081210073306.1AF5D70121@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-Unload/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6898 Modified Files: .cvsignore sources Log Message: * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.05-2 - fix summary and description Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Unload/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:30:42 -0000 1.1 +++ .cvsignore 10 Dec 2008 07:32:35 -0000 1.2 @@ -0,0 +1 @@ +Class-Unload-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Unload/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:30:42 -0000 1.1 +++ sources 10 Dec 2008 07:32:35 -0000 1.2 @@ -0,0 +1 @@ +497de4c5c959b328356569a7e423fecc Class-Unload-0.05.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 08:01:17 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:01:17 +0000 (UTC) Subject: rpms/perl-AutoXS-Header/devel perl-AutoXS-Header.spec,NONE,1.1 Message-ID: <20081210080117.D3EDC7011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-AutoXS-Header/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17157 Added Files: perl-AutoXS-Header.spec Log Message: * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.03-2 - add BR Test::More --- NEW FILE perl-AutoXS-Header.spec --- Name: perl-AutoXS-Header Version: 0.03 Release: 2%{?dist} Summary: Container for the AutoXS header files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/AutoXS-Header/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/AutoXS-Header-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a simple container for the newest version of the AutoXS header file AutoXS.h. %prep %setup -q -n AutoXS-Header-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.03-2 - add BR Test::More * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. From mmaslano at fedoraproject.org Wed Dec 10 08:04:36 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:04:36 +0000 (UTC) Subject: rpms/perl-Class-Unload/devel perl-Class-Unload.spec,NONE,1.1 Message-ID: <20081210080436.62C4B70123@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-Unload/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18127 Added Files: perl-Class-Unload.spec Log Message: Add spec. --- NEW FILE perl-Class-Unload.spec --- Name: perl-Class-Unload Version: 0.05 Release: 2%{?dist} Summary: Unload given Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Unload/ Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(Class::Inspector) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Unloads the given class by clearing out its symbol table and removing it from INC. %prep %setup -q -n Class-Unload-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.05-2 - fix summary and description * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.05-1 - Specfile autogenerated by cpanspec 1.77. From mmaslano at fedoraproject.org Wed Dec 10 08:08:49 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:08:49 +0000 (UTC) Subject: rpms/perl-AutoXS-Header/devel .cvsignore,1.1,1.2 sources,1.1,1.2 Message-ID: <20081210080849.072D27011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-AutoXS-Header/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21757 Modified Files: .cvsignore sources Log Message: And now add source. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AutoXS-Header/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:31:45 -0000 1.1 +++ .cvsignore 10 Dec 2008 08:08:18 -0000 1.2 @@ -0,0 +1 @@ +AutoXS-Header-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AutoXS-Header/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:31:45 -0000 1.1 +++ sources 10 Dec 2008 08:08:18 -0000 1.2 @@ -0,0 +1 @@ +e488bef32041282b6fe75864885361d8 AutoXS-Header-0.03.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 08:15:36 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:15:36 +0000 (UTC) Subject: rpms/perl-AutoXS-Header/F-10 perl-AutoXS-Header.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081210081536.9D3957011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-AutoXS-Header/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24158 Modified Files: .cvsignore sources Added Files: perl-AutoXS-Header.spec Log Message: * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.03-2 - add BR Test::More --- NEW FILE perl-AutoXS-Header.spec --- Name: perl-AutoXS-Header Version: 0.03 Release: 2%{?dist} Summary: Container for the AutoXS header files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/AutoXS-Header/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/AutoXS-Header-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a simple container for the newest version of the AutoXS header file AutoXS.h. %prep %setup -q -n AutoXS-Header-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.03-2 - add BR Test::More * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AutoXS-Header/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:31:45 -0000 1.1 +++ .cvsignore 10 Dec 2008 08:15:06 -0000 1.2 @@ -0,0 +1 @@ +AutoXS-Header-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AutoXS-Header/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:31:45 -0000 1.1 +++ sources 10 Dec 2008 08:15:06 -0000 1.2 @@ -0,0 +1 @@ +e488bef32041282b6fe75864885361d8 AutoXS-Header-0.03.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 08:16:25 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:16:25 +0000 (UTC) Subject: rpms/perl-Text-FindIndent/devel perl-Text-FindIndent.spec,NONE,1.1 Message-ID: <20081210081625.83FC57011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Text-FindIndent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24682 Added Files: perl-Text-FindIndent.spec Log Message: * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. --- NEW FILE perl-Text-FindIndent.spec --- Name: perl-Text-FindIndent Version: 0.03 Release: 1%{?dist} Summary: Heuristically determine the indent style License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FindIndent/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Text-FindIndent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.80 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is an experimental distribution that attempts to intuit the underlying indent "policy" for a text file (most likely a source code file). %prep %setup -q -n Text-FindIndent-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. From mmaslano at fedoraproject.org Wed Dec 10 08:17:08 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:17:08 +0000 (UTC) Subject: rpms/perl-Class-Unload/F-10 perl-Class-Unload.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081210081708.6D5497011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-Unload/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24771 Modified Files: .cvsignore sources Added Files: perl-Class-Unload.spec Log Message: * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.05-2 - fix summary and description --- NEW FILE perl-Class-Unload.spec --- Name: perl-Class-Unload Version: 0.05 Release: 2%{?dist} Summary: Unload given Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Unload/ Source0: http://www.cpan.org/authors/id/I/IL/ILMARI/Class-Unload-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(Class::Inspector) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Unloads the given class by clearing out its symbol table and removing it from INC. %prep %setup -q -n Class-Unload-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 08 2008 Marcela Ma??l????ov?? 0.05-2 - fix summary and description * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.05-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Unload/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:30:42 -0000 1.1 +++ .cvsignore 10 Dec 2008 08:16:38 -0000 1.2 @@ -0,0 +1 @@ +Class-Unload-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Unload/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:30:42 -0000 1.1 +++ sources 10 Dec 2008 08:16:38 -0000 1.2 @@ -0,0 +1 @@ +497de4c5c959b328356569a7e423fecc Class-Unload-0.05.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 08:20:37 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:20:37 +0000 (UTC) Subject: rpms/perl-Text-FindIndent/devel .cvsignore,1.1,1.2 sources,1.1,1.2 Message-ID: <20081210082037.3903C7011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Text-FindIndent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25660 Modified Files: .cvsignore sources Log Message: Add source. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FindIndent/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:32:34 -0000 1.1 +++ .cvsignore 10 Dec 2008 08:20:06 -0000 1.2 @@ -0,0 +1 @@ +Text-FindIndent-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FindIndent/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:32:34 -0000 1.1 +++ sources 10 Dec 2008 08:20:06 -0000 1.2 @@ -0,0 +1 @@ +a63c27a1380aae2a19674597587b7ea9 Text-FindIndent-0.03.tar.gz From mmaslano at fedoraproject.org Wed Dec 10 08:23:25 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Wed, 10 Dec 2008 08:23:25 +0000 (UTC) Subject: rpms/perl-Text-FindIndent/F-10 perl-Text-FindIndent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081210082325.201927011A@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Text-FindIndent/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26880 Modified Files: .cvsignore sources Added Files: perl-Text-FindIndent.spec Log Message: * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. --- NEW FILE perl-Text-FindIndent.spec --- Name: perl-Text-FindIndent Version: 0.03 Release: 1%{?dist} Summary: Heuristically determine the indent style License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FindIndent/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Text-FindIndent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.80 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is an experimental distribution that attempts to intuit the underlying indent "policy" for a text file (most likely a source code file). %prep %setup -q -n Text-FindIndent-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.03-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FindIndent/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Dec 2008 03:32:34 -0000 1.1 +++ .cvsignore 10 Dec 2008 08:22:54 -0000 1.2 @@ -0,0 +1 @@ +Text-FindIndent-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FindIndent/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Dec 2008 03:32:34 -0000 1.1 +++ sources 10 Dec 2008 08:22:54 -0000 1.2 @@ -0,0 +1 @@ +a63c27a1380aae2a19674597587b7ea9 Text-FindIndent-0.03.tar.gz From bugzilla at redhat.com Wed Dec 10 08:59:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 03:59:22 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812100859.mBA8xMYV010842@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |panemade at gmail.com AssignedTo|nobody at fedoraproject.org |panemade at gmail.com Flag| |fedora-review? --- Comment #1 from Parag AN(????) 2008-12-10 03:59:21 EDT --- unable to verify upstream source wget http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Controller-HTML-FormFu-0.03007.tar.gz --2008-12-10 14:26:41-- http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Controller-HTML-FormFu-0.03007.tar.gz Resolving www.cpan.org... 66.39.76.93 Connecting to www.cpan.org|66.39.76.93|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2008-12-10 14:26:42 ERROR 404: Not Found. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From lkundrak at fedoraproject.org Wed Dec 10 15:12:24 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Wed, 10 Dec 2008 15:12:24 +0000 (UTC) Subject: rpms/perl-Text-CSV_XS/devel .cvsignore, 1.6, 1.7 perl-Text-CSV_XS.spec, 1.14, 1.15 sources, 1.6, 1.7 perl-Text-CSV_XS-0.52-svupgrade.patch, 1.1, NONE Message-ID: <20081210151224.D48AA7011A@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5372 Modified Files: .cvsignore perl-Text-CSV_XS.spec sources Removed Files: perl-Text-CSV_XS-0.52-svupgrade.patch Log Message: * Wed Dec 10 2008 Lubomir Rintel - 0.58-1 - Update to latest upstream - SvUPGRADE patch upstreamed Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Jul 2008 10:02:34 -0000 1.6 +++ .cvsignore 10 Dec 2008 15:11:51 -0000 1.7 @@ -1 +1 @@ -Text-CSV_XS-0.52.tgz +Text-CSV_XS-0.58.tgz Index: perl-Text-CSV_XS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/perl-Text-CSV_XS.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Text-CSV_XS.spec 8 Jul 2008 15:08:21 -0000 1.14 +++ perl-Text-CSV_XS.spec 10 Dec 2008 15:11:51 -0000 1.15 @@ -1,13 +1,12 @@ Name: perl-Text-CSV_XS -Version: 0.52 -Release: 2%{?dist} +Version: 0.58 +Release: 1%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tgz -Patch0: perl-Text-CSV_XS-0.52-svupgrade.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) @@ -22,7 +21,6 @@ %prep %setup -q -n Text-CSV_XS-%{version} -%patch0 -p1 -b .svupgrade chmod -c a-x examples/* @@ -57,6 +55,10 @@ %changelog +* Wed Dec 10 2008 Lubomir Rintel - 0.58-1 +- Update to latest upstream +- SvUPGRADE patch upstreamed + * Tue Jul 08 2008 Lubomir Rintel - 0.52-2 - Actually solving the issue mentioned in previous change Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Jul 2008 10:02:34 -0000 1.6 +++ sources 10 Dec 2008 15:11:51 -0000 1.7 @@ -1 +1 @@ -2cd7a3b74930cb92e579e5a890712361 Text-CSV_XS-0.52.tgz +0a60b6423f752220716dc0672b482055 Text-CSV_XS-0.58.tgz --- perl-Text-CSV_XS-0.52-svupgrade.patch DELETED --- From steve at fedoraproject.org Wed Dec 10 16:40:48 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 16:40:48 +0000 (UTC) Subject: rpms/perl-Test-Base/devel .cvsignore, 1.5, 1.6 perl-Test-Base.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20081210164048.34CF17011A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Base/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30709 Modified Files: .cvsignore perl-Test-Base.spec sources Log Message: Update to 0.55. Explicitly BR Test::More >= 0.62. BR YAML. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2007 17:12:27 -0000 1.5 +++ .cvsignore 10 Dec 2008 16:40:16 -0000 1.6 @@ -1 +1 @@ -Test-Base-0.54.tar.gz +Test-Base-0.55.tar.gz Index: perl-Test-Base.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/perl-Test-Base.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Test-Base.spec 7 Mar 2008 02:17:40 -0000 1.9 +++ perl-Test-Base.spec 10 Dec 2008 16:40:17 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Test-Base -Version: 0.54 -Release: 3%{?dist} +Version: 0.55 +Release: 1%{?dist} Summary: Data Driven Testing Framework License: GPL+ or Artistic Group: Development/Libraries @@ -10,8 +10,9 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Spiffy) >= 0.30 -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(Text::Diff) >= 0.35 +BuildRequires: perl(YAML) Requires: perl(Text::Diff) >= 0.35 Requires: perl(LWP::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,8 +54,13 @@ %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.55-1 +- Update to 0.55. +- Explicitly BR Test::More >= 0.62. +- BR YAML. + * Thu Mar 06 2008 Tom "spot" Callaway - 0.54-3 -Rebuild for new perl +- Rebuild for new perl * Sat Jul 07 2007 Steven Pritchard 0.54-2 - BR Test::More. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Base/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2007 17:12:27 -0000 1.5 +++ sources 10 Dec 2008 16:40:17 -0000 1.6 @@ -1 +1 @@ -502a92cbbaea1d53ada4d8388e5e3b16 Test-Base-0.54.tar.gz +0ec16140cd7b16d2b27a9dbce583168f Test-Base-0.55.tar.gz From bugzilla at redhat.com Wed Dec 10 16:45:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 11:45:32 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812101645.mBAGjWIF018901@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #2 from manuel wolfshant 2008-12-10 11:45:31 EDT --- CPAN problem. http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Catalyst-Controller-HTML-FormFu-0.03007.tar.gz works latest version below http://www.cpan.org/modules/by-module/Catalyst/ is 0.03006 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Wed Dec 10 16:55:38 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 16:55:38 +0000 (UTC) Subject: rpms/perl-YAML/devel .cvsignore, 1.7, 1.8 perl-YAML.spec, 1.20, 1.21 sources, 1.9, 1.10 Message-ID: <20081210165538.A4DF37011A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-YAML/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1268 Modified Files: .cvsignore perl-YAML.spec sources Log Message: Update to 0.68. COMPATIBILITY went away. ysh moved to YAML::Shell. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Oct 2007 16:36:16 -0000 1.7 +++ .cvsignore 10 Dec 2008 16:55:08 -0000 1.8 @@ -1 +1 @@ -YAML-0.66.tar.gz +YAML-0.68.tar.gz Index: perl-YAML.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML/devel/perl-YAML.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-YAML.spec 27 Feb 2008 21:43:01 -0000 1.20 +++ perl-YAML.spec 10 Dec 2008 16:55:08 -0000 1.21 @@ -1,6 +1,6 @@ Name: perl-YAML -Version: 0.66 -Release: 3%{?dist} +Version: 0.68 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL+ or Artistic Group: Development/Libraries @@ -51,13 +51,16 @@ %files %defattr(-,root,root,-) -%doc Changes COMPATIBILITY README -%{_bindir}/ysh +%doc Changes README %{perl_vendorlib}/YAML* -%{_mandir}/man1/ysh.1* %{_mandir}/man3/YAML*.3* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.68-1 +- Update to 0.68. +- COMPATIBILITY went away. +- ysh moved to YAML::Shell. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.66-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 16 Oct 2007 16:36:16 -0000 1.9 +++ sources 10 Dec 2008 16:55:08 -0000 1.10 @@ -1 +1 @@ -33a0367cb343e1f0dce20f144d0167ba YAML-0.66.tar.gz +4b4255360bb885acdba05314daa9129a YAML-0.68.tar.gz From steve at fedoraproject.org Wed Dec 10 17:05:25 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 17:05:25 +0000 (UTC) Subject: rpms/perl-Test-Class/devel .cvsignore, 1.4, 1.5 perl-Test-Class.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20081210170525.9B3767011A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3975 Modified Files: .cvsignore perl-Test-Class.spec sources Log Message: Update to 0.31. BR Test::Builder. Add versioned dependencies to Test::Builder::Tester and Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 May 2008 23:19:22 -0000 1.4 +++ .cvsignore 10 Dec 2008 17:04:55 -0000 1.5 @@ -1 +1 @@ -Test-Class-0.30.tar.gz +Test-Class-0.31.tar.gz Index: perl-Test-Class.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/perl-Test-Class.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Class.spec 16 May 2008 23:19:22 -0000 1.4 +++ perl-Test-Class.spec 10 Dec 2008 17:04:55 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Test-Class -Version: 0.30 +Version: 0.31 Release: 1%{?dist} Summary: Easily create test classes in an xUnit/JUnit style License: GPL+ or Artistic @@ -11,9 +11,10 @@ BuildRequires: perl(Contextual::Return) BuildRequires: perl(Devel::Symdump) >= 2.03 BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Builder) >= 0.78 +BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::Exception) >= 0.25 -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.78 Requires: perl(Devel::Symdump) >= 2.03 Requires: perl(Test::Exception) >= 0.25 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -50,6 +51,11 @@ %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.31-1 +- Update to 0.31. +- BR Test::Builder. +- Add versioned dependencies to Test::Builder::Tester and Test::More. + * Fri May 16 2008 Steven Pritchard 0.30-1 - Update to 0.30. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 May 2008 23:19:22 -0000 1.4 +++ sources 10 Dec 2008 17:04:55 -0000 1.5 @@ -1 +1 @@ -55c9ef5a7f5673f544441a33bd3ad18b Test-Class-0.30.tar.gz +e73698b10712bbffcd346558792ab154 Test-Class-0.31.tar.gz From steve at fedoraproject.org Wed Dec 10 17:31:24 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 17:31:24 +0000 (UTC) Subject: rpms/perl-Test-Output/devel .cvsignore, 1.2, 1.3 perl-Test-Output.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20081210173124.32D097011A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Output/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11451 Modified Files: .cvsignore perl-Test-Output.spec sources Log Message: Update to 0.12. BR Test::More. Fix typo in description. Include TODO in docs. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Output/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Jul 2007 16:31:47 -0000 1.2 +++ .cvsignore 10 Dec 2008 17:30:53 -0000 1.3 @@ -1 +1 @@ -Test-Output-0.10.tar.gz +Test-Output-0.12.tar.gz Index: perl-Test-Output.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Output/devel/perl-Test-Output.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Output.spec 28 Feb 2008 13:13:11 -0000 1.4 +++ perl-Test-Output.spec 10 Dec 2008 17:30:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Output -Version: 0.10 -Release: 4%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Utilities to test STDOUT and STDERR messages License: GPL+ or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Tester) >= 0.103 Requires: perl(Sub::Exporter) Requires: perl(Test::Tester) >= 0.103 @@ -19,7 +20,7 @@ %description Test::Output provides a simple interface for testing output sent to STDOUT -or STDERR. A number of different utilies are included to try and be as +or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester. %prep @@ -47,11 +48,17 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.12-1 +- Update to 0.12. +- BR Test::More. +- Fix typo in description. +- Include TODO in docs. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.10-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Output/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2007 16:31:47 -0000 1.2 +++ sources 10 Dec 2008 17:30:53 -0000 1.3 @@ -1 +1 @@ -dcf67296e04a41a9f73f70c10fe5f825 Test-Output-0.10.tar.gz +5b0a877a98f716af6cc150c1a1d6dc59 Test-Output-0.12.tar.gz From steve at fedoraproject.org Wed Dec 10 17:48:04 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 17:48:04 +0000 (UTC) Subject: rpms/perl-Test-Prereq/devel .cvsignore, 1.5, 1.6 perl-Test-Prereq.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20081210174804.B800870121@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Prereq/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16497 Modified Files: .cvsignore perl-Test-Prereq.spec sources Log Message: Update to 1.034. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Prereq/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Mar 2007 23:17:35 -0000 1.5 +++ .cvsignore 10 Dec 2008 17:47:33 -0000 1.6 @@ -1 +1 @@ -Test-Prereq-1.033.tar.gz +Test-Prereq-1.034.tar.gz Index: perl-Test-Prereq.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Prereq/devel/perl-Test-Prereq.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-Prereq.spec 6 Feb 2008 02:24:23 -0000 1.6 +++ perl-Test-Prereq.spec 10 Dec 2008 17:47:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Test-Prereq -Version: 1.033 -Release: 2%{?dist} +Version: 1.034 +Release: 1%{?dist} Summary: Check if Makefile.PL has the right pre-requisites License: GPL+ or Artistic Group: Development/Libraries @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 1.034-1 +- Update to 1.034. + * Tue Feb 5 2008 Tom "spot" Callaway 1.033-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Prereq/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Mar 2007 23:17:35 -0000 1.5 +++ sources 10 Dec 2008 17:47:33 -0000 1.6 @@ -1 +1 @@ -d8c328449043fad2ad3d7389918f61c0 Test-Prereq-1.033.tar.gz +014d355c9bf22b732149c92bac5ea34e Test-Prereq-1.034.tar.gz From steve at fedoraproject.org Wed Dec 10 18:01:50 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 10 Dec 2008 18:01:50 +0000 (UTC) Subject: rpms/perl-Sub-Uplevel/devel .cvsignore, 1.8, 1.9 perl-Sub-Uplevel.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <20081210180150.590267011A@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Sub-Uplevel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20685 Modified Files: .cvsignore perl-Sub-Uplevel.spec sources Log Message: Update to 0.2002. BR Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Uplevel/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 20 Feb 2008 17:14:47 -0000 1.8 +++ .cvsignore 10 Dec 2008 18:01:19 -0000 1.9 @@ -1 +1 @@ -Sub-Uplevel-0.1901.tar.gz +Sub-Uplevel-0.2002.tar.gz Index: perl-Sub-Uplevel.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Uplevel/devel/perl-Sub-Uplevel.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Sub-Uplevel.spec 28 Feb 2008 13:07:47 -0000 1.16 +++ perl-Sub-Uplevel.spec 10 Dec 2008 18:01:19 -0000 1.17 @@ -1,6 +1,6 @@ Name: perl-Sub-Uplevel -Version: 0.1901 -Release: 2%{?dist} +Version: 0.2002 +Release: 1%{?dist} Summary: Apparently run a function in a higher stack frame License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -46,6 +47,10 @@ %{_mandir}/man3/* %changelog +* Wed Dec 10 2008 Steven Pritchard 0.2002-1 +- Update to 0.2002. +- BR Test::More. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.1901-2 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sub-Uplevel/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 20 Feb 2008 17:14:47 -0000 1.8 +++ sources 10 Dec 2008 18:01:19 -0000 1.9 @@ -1 +1 @@ -cba75a803c3931d6c2252ad97f8f2616 Sub-Uplevel-0.1901.tar.gz +509aedd3b680aea2c7a2fc67b9d5b007 Sub-Uplevel-0.2002.tar.gz From bugzilla at redhat.com Wed Dec 10 17:58:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 12:58:50 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812101758.mBAHwoNi001575@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #3 from Iain Arnell 2008-12-10 12:58:49 EDT --- Is there a policy for cpan sources? Should I wait for it to appear on www.cpan.org or update the spec to use search.cpan.org? My gut feeling is to prefer the former and just wait a while (in which case, will ping here when it's really available). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at alumni.drew.edu Wed Dec 10 18:25:06 2008 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Wed, 10 Dec 2008 10:25:06 -0800 Subject: Vacation time! Message-ID: <7dd7ab490812101025j7e7c6e0cs22e84c9489195bfc@mail.gmail.com> It's that time of year again... It's getting a little brisk outside, and all the stores up and down Market Street have wreaths out; all the bars have "holiday happy hour" and "relative recovery" specials advertised, for post-family dinner decompression. The time of year I realize "oh nuts, I have 3 weeks of vacation time left I need to use or lose!" In the sprit of "that time is mine, dangit", I'll be out for the next couple weeks. At least one week will be spent in lovely rural, unincorporated LaCrosse, Wisconsin, where they're just happy to have power, forget about broadband. So, I'll be unavailable for things most of the rest of the month, after this weekend... I've marked myself as on vacation in the appropriate spot in the wiki; if anything crops up while I'm out, please feel free to touch any of my packages as necessary and proper. Have a great holiday season! -Chris -- Chris Weyl Ex astris, scientia From bugzilla at redhat.com Wed Dec 10 20:14:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 15:14:49 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812102014.mBAKEnbf004746@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #4 from manuel wolfshant 2008-12-10 15:14:48 EDT --- The only policy I know of is https://fedoraproject.org/wiki/Packaging/Perl. If I were the packager, I would temporary use the functional Source0 and replace it in the spec (but I would not build a new rpm just for that) once the search.cpan.org becomes functional. I really see no reason to stall the review because of this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 20:34:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 15:34:51 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812102034.mBAKYpXj010668@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at city-fan.org --- Comment #5 from Paul Howarth 2008-12-10 15:34:50 EDT --- FWIW I use search.cpan.org source URLs in all of my CPAN packages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 10 20:56:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 15:56:49 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812102056.mBAKunn3015749@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #6 from Iain Arnell 2008-12-10 15:56:48 EDT --- Okay. To keep things easy for review, here's a new SRPM. new spec: http://iarnell.fedorapeople.org/perl-Catalyst-Controller-HTML-FormFu.spec new SRPM: http://iarnell.fedorapeople.org/perl-Catalyst-Controller-HTML-FormFu-0.03007-2.fc11.src.rpm and koji logs: http://koji.fedoraproject.org/koji/taskinfo?taskID=991954 rpmlint is silent for both src and noarch rpms. and source should be verifiable now ;) (guess who recently discovered the SIGs/Package_Review page) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 11 03:36:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 22:36:05 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812110336.mBB3a5WQ024359@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #7 from Parag AN(????) 2008-12-10 22:36:04 EDT --- (In reply to comment #4) > The only policy I know of is https://fedoraproject.org/wiki/Packaging/Perl. > If I were the packager, I would temporary use the functional Source0 and > replace it in the spec (but I would not build a new rpm just for that) once the > search.cpan.org becomes functional. > I really see no reason to stall the review because of this. So does that mean following review guideline is of no importance? - MUST: The sources used to build the package must match the upstream source, as provided in the spec URL. Reviewers should use md5sum for this task. If no upstream URL can be specified for this package, please see the Source URL Guidelines for how to deal with this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 11 04:01:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 23:01:28 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812110401.mBB41Sk9029216@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ --- Comment #8 from Parag AN(????) 2008-12-10 23:01:27 EDT --- Ok. Just now got link in SPEC working. Review: + package builds in mock (rawhide i386). koji Build => http://koji.fedoraproject.org/koji/taskinfo?taskID=991954 + rpmlint is silent for SRPM and for RPM. + source files match upstream url 9e510b1106b8dac95f1f09ed1edb48ea Catalyst-Controller-HTML-FormFu-0.03007.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test gave All tests successful. Files=6, Tests=38, 8 wallclock secs ( 0.04 usr 0.01 sys + 7.08 cusr 0.47 csys = 7.60 CPU) + Package perl-Catalyst-Controller-HTML-FormFu-0.03007-2.fc11 => Provides: perl(Catalyst::Controller::HTML::FormFu) = 0.03007 perl(Catalyst::Controller::HTML::FormFu::Action::Form) perl(Catalyst::Controller::HTML::FormFu::Action::FormConfig) perl(Catalyst::Controller::HTML::FormFu::Action::FormMethod) perl(Catalyst::Controller::HTML::FormFu::Action::MultiForm) perl(Catalyst::Controller::HTML::FormFu::Action::MultiFormConfig) perl(Catalyst::Controller::HTML::FormFu::Action::MultiFormMethod) perl(Catalyst::Helper::HTML::FormFu) Requires: perl(Carp) perl(Config::Any) perl(File::Spec) perl(HTML::FormFu) perl(HTML::FormFu::Deploy) perl(Moose) perl(NEXT) perl(Regexp::Assemble) perl(Scalar::Util) perl(base) perl(strict) perl(warnings) + Not a GUI application APPROVED. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 11 04:48:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Dec 2008 23:48:01 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812110448.mBB4m1Ul003605@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #9 from Iain Arnell 2008-12-10 23:48:00 EDT --- New Package CVS Request ======================= Package Name: perl-Catalyst-Controller-HTML-FormFu Short Description: HTML::FormFu controller for Catalyst Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From lkundrak at fedoraproject.org Thu Dec 11 15:26:45 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Thu, 11 Dec 2008 15:26:45 +0000 (UTC) Subject: rpms/perl-SOAP-Lite/devel perl-SOAP-Lite.spec,1.12,1.13 Message-ID: <20081211152645.647E870122@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-SOAP-Lite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18832 Modified Files: perl-SOAP-Lite.spec Log Message: * Thu Dec 11 2008 Lubomir Rintel - 0.710.08-1 - New upstream release - Enable tests - Include examples in documentation - Don't grab in dependencies of exotic transports (for the sake of consistency with existing practice of Jabber transport) Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-SOAP-Lite.spec 9 Sep 2008 13:21:40 -0000 1.12 +++ perl-SOAP-Lite.spec 11 Dec 2008 15:26:13 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-SOAP-Lite -Version: 0.710.07 -Release: 2%{?dist} +Version: 0.710.08 +Release: 1%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic Group: Development/Libraries @@ -13,18 +13,20 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-XML-Parser BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::MockObject) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(MIME::Parser) BuildArch: noarch -#%define bogusreqs 'MQ\\|Jabber' -#%define bogusreqs perl.Net..Jabber. -#%global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"' -#%define __perl_requires %{reqfilt} %define bogusreqs 'perl(MQClient::MQSeries)\ perl(MQSeries)\ perl(MQSeries::Message)\ perl(MQSeries::Queue)\ perl(MQSeries::QueueManager)\ -perl(Net::Jabber)' +perl(Net::Jabber)\ +perl(Net::FTP)\ +perl(Net::POP3)' %global reqfilt sh -c "%{__perl_requires} | %{__grep} -Fv %{bogusreqs}" %define __perl_requires %{reqfilt} @@ -41,30 +43,25 @@ %build %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor make %{?_smp_mflags} +find examples -type f |xargs chmod ogu-x %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' - -#Items not yet in Extras -#find $RPM_BUILD_ROOT -type f -name JABBER* -exec rm -f {} ';' -#find $RPM_BUILD_ROOT -type f -name MQ* -exec rm -f {} ';' - chmod -R u+w $RPM_BUILD_ROOT/* %clean rm -rf $RPM_BUILD_ROOT %check -# Currently disabled until upstream fixes -#make test +make test %files %defattr(-,root,root,-) # For license text(s), see the perl package. -%doc Changes README ReleaseNotes.txt +%doc Changes README ReleaseNotes.txt examples %{_bindir}/*pl %{perl_vendorlib}/SOAP %{perl_vendorlib}/Apache @@ -77,6 +74,13 @@ %{_mandir}/man1/* %changelog +* Thu Dec 11 2008 Lubomir Rintel - 0.710.08-1 +- New upstream release +- Enable tests +- Include examples in documentation +- Don't grab in dependencies of exotic transports (for the sake + of consistency with existing practice of Jabber transport) + * Tue Sep 09 2008 Lubomir Rintel - 0.710.07-2 - Re-add the nil patch From lkundrak at fedoraproject.org Thu Dec 11 15:39:30 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Thu, 11 Dec 2008 15:39:30 +0000 (UTC) Subject: rpms/perl-SOAP-Lite/devel .cvsignore,1.5,1.6 sources,1.5,1.6 Message-ID: <20081211153930.62D6D70123@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-SOAP-Lite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22258 Modified Files: .cvsignore sources Log Message: Add sources, which have been forgotten Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 24 Jun 2008 21:11:30 -0000 1.5 +++ .cvsignore 11 Dec 2008 15:38:59 -0000 1.6 @@ -1 +1 @@ -SOAP-Lite-0.710.07.tar.gz +SOAP-Lite-0.710.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 24 Jun 2008 21:11:30 -0000 1.5 +++ sources 11 Dec 2008 15:38:59 -0000 1.6 @@ -1 +1 @@ -ca2db031c82dbb20079ff091b1d20acb SOAP-Lite-0.710.07.tar.gz +e7869ad91fee76cc1782fe29fe3a989d SOAP-Lite-0.710.08.tar.gz From steve at fedoraproject.org Thu Dec 11 17:11:53 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 11 Dec 2008 17:11:53 +0000 (UTC) Subject: rpms/perl-Spreadsheet-ParseExcel/devel .cvsignore, 1.6, 1.7 perl-Spreadsheet-ParseExcel.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <20081211171153.72B3870122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12111 Modified Files: .cvsignore perl-Spreadsheet-ParseExcel.spec sources Log Message: Update to 0.3300. Make Test::More dep versioned. BR Test::Pod. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 May 2007 19:50:22 -0000 1.6 +++ .cvsignore 11 Dec 2008 17:11:21 -0000 1.7 @@ -1 +1 @@ -Spreadsheet-ParseExcel-0.32.tar.gz +Spreadsheet-ParseExcel-0.33.tar.gz Index: perl-Spreadsheet-ParseExcel.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/perl-Spreadsheet-ParseExcel.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Spreadsheet-ParseExcel.spec 4 Mar 2008 04:56:05 -0000 1.13 +++ perl-Spreadsheet-ParseExcel.spec 11 Dec 2008 17:11:21 -0000 1.14 @@ -2,11 +2,11 @@ %define debug_package %{nil} # Avoid Epoch inflation -%define module_version 0.32 +%define module_version 0.33 Name: perl-Spreadsheet-ParseExcel -Version: 0.3200 -Release: 5%{?dist} +Version: 0.3300 +Release: 1%{?dist} Summary: Get information from an Excel file License: GPL+ or Artistic Group: Development/Libraries @@ -20,7 +20,8 @@ BuildRequires: perl(Unicode::Map) BuildRequires: perl(Jcode) BuildRequires: perl(Spreadsheet::WriteExcel) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -59,6 +60,11 @@ %{_mandir}/man3/* %changelog +* Thu Dec 11 2008 Steven Pritchard 0.3300-1 +- Update to 0.3300. +- Make Test::More dep versioned. +- BR Test::Pod. + * Mon Mar 3 2008 Tom "spot" Callaway - 0.3200-5 - rebuild for new perl (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Spreadsheet-ParseExcel/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 May 2007 19:50:22 -0000 1.6 +++ sources 11 Dec 2008 17:11:21 -0000 1.7 @@ -1 +1 @@ -a0b9465e709cf77fea7905aeb1bdc885 Spreadsheet-ParseExcel-0.32.tar.gz +9ddfe56e9a556b8e18053467f05dabf9 Spreadsheet-ParseExcel-0.33.tar.gz From steve at fedoraproject.org Thu Dec 11 17:16:50 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 11 Dec 2008 17:16:50 +0000 (UTC) Subject: rpms/perl-Set-Infinite/devel .cvsignore, 1.2, 1.3 perl-Set-Infinite.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20081211171650.09F9E70122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Set-Infinite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13132 Modified Files: .cvsignore perl-Set-Infinite.spec sources Log Message: Update to 0.63. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Set-Infinite/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jul 2006 18:36:10 -0000 1.2 +++ .cvsignore 11 Dec 2008 17:16:19 -0000 1.3 @@ -1 +1 @@ -Set-Infinite-0.61.tar.gz +Set-Infinite-0.63.tar.gz Index: perl-Set-Infinite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Set-Infinite/devel/perl-Set-Infinite.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Set-Infinite.spec 5 Mar 2008 19:21:38 -0000 1.5 +++ perl-Set-Infinite.spec 11 Dec 2008 17:16:19 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Set-Infinite -Version: 0.61 -Release: 5%{?dist} +Version: 0.63 +Release: 1%{?dist} Summary: Sets of intervals License: GPL+ or Artistic Group: Development/Libraries @@ -45,6 +45,9 @@ %{_mandir}/man3/* %changelog +* Thu Dec 11 2008 Steven Pritchard 0.63-1 +- Update to 0.63. + * Wed Mar 05 2008 Tom "spot" Callaway 0.61-5 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Set-Infinite/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jul 2006 18:36:10 -0000 1.2 +++ sources 11 Dec 2008 17:16:19 -0000 1.3 @@ -1 +1 @@ -c9912f4ee6ac2e2291be94a5a2bd11f2 Set-Infinite-0.61.tar.gz +8c573e00f3152db222de08b104b74c31 Set-Infinite-0.63.tar.gz From steve at fedoraproject.org Thu Dec 11 17:48:48 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 11 Dec 2008 17:48:48 +0000 (UTC) Subject: rpms/perl-Parse-CPAN-Packages/devel .cvsignore, 1.4, 1.5 perl-Parse-CPAN-Packages.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <20081211174848.3FBCC70122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19977 Modified Files: .cvsignore perl-Parse-CPAN-Packages.spec sources Log Message: Update to 2.29. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Jan 2008 23:29:20 -0000 1.4 +++ .cvsignore 11 Dec 2008 17:48:15 -0000 1.5 @@ -1 +1 @@ -Parse-CPAN-Packages-2.27.tar.gz +Parse-CPAN-Packages-2.29.tar.gz Index: perl-Parse-CPAN-Packages.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/perl-Parse-CPAN-Packages.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Parse-CPAN-Packages.spec 8 Feb 2008 18:15:26 -0000 1.9 +++ perl-Parse-CPAN-Packages.spec 11 Dec 2008 17:48:16 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Parse-CPAN-Packages -Version: 2.27 -Release: 2%{?dist} +Version: 2.29 +Release: 1%{?dist} Summary: Parse 02packages.details.txt.gz License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Thu Dec 11 2008 Steven Pritchard 2.29-1 +- Update to 2.29. + * Fri Feb 8 2008 Tom "spot" Callaway 2.27-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Parse-CPAN-Packages/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Jan 2008 23:29:21 -0000 1.4 +++ sources 11 Dec 2008 17:48:16 -0000 1.5 @@ -1 +1 @@ -da948fe1675c26d8f2f45b67535bb6ed Parse-CPAN-Packages-2.27.tar.gz +f528b4424381e2157d28525cb54b48fb Parse-CPAN-Packages-2.29.tar.gz From cweyl at fedoraproject.org Thu Dec 11 18:19:05 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 11 Dec 2008 18:19:05 +0000 (UTC) Subject: rpms/perl-MooseX-StrictConstructor/F-10 perl-MooseX-StrictConstructor.spec, 1.2, 1.3 Message-ID: <20081211181905.DC54E70122@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26725 Modified Files: perl-MooseX-StrictConstructor.spec Log Message: * Thu Dec 11 2008 Chris Weyl 0.07-2.1 - bump... Index: perl-MooseX-StrictConstructor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-10/perl-MooseX-StrictConstructor.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-MooseX-StrictConstructor.spec 30 Oct 2008 06:56:12 -0000 1.2 +++ perl-MooseX-StrictConstructor.spec 11 Dec 2008 18:18:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-MooseX-StrictConstructor Version: 0.07 -Release: 2%{?dist} +Release: 2%{?dist}.1 # see lib/MooseX/StrictConstructor.pm License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Dec 11 2008 Chris Weyl 0.07-2.1 +- bump... + * Wed Oct 29 2008 Chris Weyl 0.07-2 - bump From cweyl at fedoraproject.org Thu Dec 11 18:19:18 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 11 Dec 2008 18:19:18 +0000 (UTC) Subject: rpms/perl-MooseX-StrictConstructor/F-9 perl-MooseX-StrictConstructor.spec, 1.1, 1.2 Message-ID: <20081211181918.32F0470122@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26788 Modified Files: perl-MooseX-StrictConstructor.spec Log Message: * Thu Dec 11 2008 Chris Weyl 0.07-2.1 - bump... Index: perl-MooseX-StrictConstructor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-9/perl-MooseX-StrictConstructor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-MooseX-StrictConstructor.spec 30 Oct 2008 16:32:12 -0000 1.1 +++ perl-MooseX-StrictConstructor.spec 11 Dec 2008 18:18:47 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-MooseX-StrictConstructor Version: 0.07 -Release: 2%{?dist} +Release: 2%{?dist}.1 # see lib/MooseX/StrictConstructor.pm License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Dec 11 2008 Chris Weyl 0.07-2.1 +- bump... + * Wed Oct 29 2008 Chris Weyl 0.07-2 - bump From cweyl at fedoraproject.org Thu Dec 11 18:20:00 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 11 Dec 2008 18:20:00 +0000 (UTC) Subject: rpms/perl-MooseX-StrictConstructor/F-8 perl-MooseX-StrictConstructor.spec, 1.1, 1.2 Message-ID: <20081211182000.5ACEE70122@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27119 Modified Files: perl-MooseX-StrictConstructor.spec Log Message: * Thu Dec 11 2008 Chris Weyl 0.07-2.1 - bump... Index: perl-MooseX-StrictConstructor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-StrictConstructor/F-8/perl-MooseX-StrictConstructor.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-MooseX-StrictConstructor.spec 30 Oct 2008 06:57:00 -0000 1.1 +++ perl-MooseX-StrictConstructor.spec 11 Dec 2008 18:19:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-MooseX-StrictConstructor Version: 0.07 -Release: 2%{?dist} +Release: 2%{?dist}.1 # see lib/MooseX/StrictConstructor.pm License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Dec 11 2008 Chris Weyl 0.07-2.1 +- bump... + * Wed Oct 29 2008 Chris Weyl 0.07-2 - bump From lkundrak at fedoraproject.org Fri Dec 12 00:26:43 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Fri, 12 Dec 2008 00:26:43 +0000 (UTC) Subject: rpms/perl-RPM2/devel perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch, 1.2, 1.3 perl-RPM2-0.66-skip-root-tests.patch, 1.2, 1.3 perl-RPM2-0.67-inttypes.patch, 1.3, 1.4 perl-RPM2-0.67-rpm46.patch, NONE, 1.1 perl-RPM2-elf.patch, 1.2, 1.3 perl-RPM2.spec, 1.7, 1.8 dead.package, 1.1, NONE Message-ID: <20081212002643.CFEB370124@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-RPM2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4195 Added Files: perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch perl-RPM2-0.66-skip-root-tests.patch perl-RPM2-0.67-inttypes.patch perl-RPM2-0.67-rpm46.patch perl-RPM2-elf.patch perl-RPM2.spec Removed Files: dead.package Log Message: Re-add perl-RPM2; port it to RPM4 perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch: Index: perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch =================================================================== RCS file: perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch diff -N perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch 12 Dec 2008 00:26:13 -0000 1.3 @@ -0,0 +1,31 @@ +--- RPM2-0.66/test.pl.remove_rpmdb_fedora_dependency 2004-04-14 08:43:58.000000000 -0400 ++++ RPM2-0.66/test.pl 2006-03-16 15:57:13.000000000 -0500 +@@ -13,6 +13,7 @@ + use strict; + BEGIN { plan tests => 63 }; + use RPM2; ++use POSIX; + ok(1); # If we made it this far, we're ok. + + ######################### +@@ -106,9 +107,10 @@ + ok(($pkg <=> $pkg2) == 0); + ok(!($pkg < $pkg2)); + ok(!($pkg > $pkg2)); +- ++my $other_rpm_dir = getcwd() . '/rpmdb'; + # another rpm, handily provided by the rpmdb-redhat package +-my $other_rpm_dir = "/usr/lib/rpmdb/i386-redhat-linux/redhat"; ++# ... is no longer shipped. Create a new one: ++system( "rm -rf rpmdb; mkdir rpmdb; /usr/bin/rpmdb --dbpath $other_rpm_dir --initdb" ); + if (-d $other_rpm_dir) { + my $db2 = RPM2->open_rpm_db(-path => $other_rpm_dir); + ok(defined $db2); +@@ -118,7 +120,6 @@ + print "Install the rpmdb-redhat package to test two simultaneous open databases\n"; + ok(1); + } +- + ok(RPM2->expand_macro("%%foo") eq "%foo"); + RPM2->add_macro("rpm2_test_macro", "testval $$"); + ok(RPM2->expand_macro("%rpm2_test_macro") eq "testval $$"); perl-RPM2-0.66-skip-root-tests.patch: Index: perl-RPM2-0.66-skip-root-tests.patch =================================================================== RCS file: perl-RPM2-0.66-skip-root-tests.patch diff -N perl-RPM2-0.66-skip-root-tests.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-RPM2-0.66-skip-root-tests.patch 12 Dec 2008 00:26:13 -0000 1.3 @@ -0,0 +1,45 @@ +--- RPM2-0.66/test.pl.skip-root-tests 2006-03-16 16:01:32.000000000 -0500 ++++ RPM2-0.66/test.pl 2006-03-16 16:15:41.000000000 -0500 +@@ -153,11 +153,8 @@ + my @rpms = $t->elements(); + ok($rpms[0] eq $pkg->as_nvre()); + ok(scalar(@rpms) == 1); +-# Install package +-ok($t->run()); ++skip( ( $< == 0 ) ? undef : ': must be root to create RPM transaction.', ( $< == 0 ) ? $t->run() : undef ); + $t = undef; +- +-# + # See if we can find the rpm in the database now... + $db = RPM2->open_rpm_db(); + ok(defined $db); +@@ -167,7 +164,7 @@ + while (my $pkg = $i->next) { + push @pkg, $pkg; + } +-ok(scalar(@pkg) == 1); ++skip( ( $< == 0 ) ? undef : ': package not added as not root.', ( $< == 0 ) ? scalar(@pkg) == 1 : undef ); + $i = undef; + $db = undef; + +@@ -176,9 +173,9 @@ + $t = RPM2->create_transaction(); + ok(ref($t) eq 'RPM2::Transaction'); + # We need to find the package we installed, and try to erase it +-ok($t->add_erase($pkg[0])); ++skip( ( $< == 0 ) ? undef : ': package not erased as not root.', ( $< == 0 ) ? $t->add_erase($pkg[0]) : undef ); + # Check element count +-ok($t->element_count() == 1); ++skip( ( $< == 0 ) ? undef : ': no transaction as not root.', ( $< == 0 ) ? ($t->element_count() == 1) : undef ); + # Test depedency checks + ok($t->check()); + # Order the transaction...see if we get our one transaction. +@@ -187,7 +184,7 @@ + ok($rpms[0] eq $pkg->as_nvre()); + ok(scalar(@rpms) == 1); + # Install package +-ok($t->run()); ++skip( ( $< == 0 ) ? undef : ': cannot run RPM transaction as not root.', ( $< == 0 ) ? $t->run() : undef ); + # Test closing the database + ok($t->close_db()); + perl-RPM2-0.67-inttypes.patch: Index: perl-RPM2-0.67-inttypes.patch =================================================================== RCS file: perl-RPM2-0.67-inttypes.patch diff -N perl-RPM2-0.67-inttypes.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-RPM2-0.67-inttypes.patch 12 Dec 2008 00:26:13 -0000 1.4 @@ -0,0 +1,61 @@ +Return correct values for RPM_INT{8,16} types (FILEMODES, etc.). + -- Lubomir Kundrak +http://rt.cpan.org/Public/Bug/Display.html?id=34739 + +diff -urp RPM2-0.67/RPM2.xs RPM2-0.67.inttypes/RPM2.xs +--- RPM2-0.67/RPM2.xs 2003-12-09 17:55:56.000000000 +0100 ++++ RPM2-0.67.inttypes/RPM2.xs 2007-10-26 19:01:55.000000000 +0200 +@@ -432,15 +432,51 @@ tag_by_id(h, tag) + PUSHs(sv_2mortal(newSVpv((char *)ret, 0))); + break; + case RPM_CHAR_TYPE: ++ { ++ int i; ++ char *r; ++ ++ EXTEND(SP, n); ++ r = (char *)ret; ++ ++ for (i = 0; i < n; i++) { ++ PUSHs(sv_2mortal(newSViv(r[i]))); ++ } ++ } ++ break; + case RPM_INT8_TYPE: ++ { ++ int i; ++ uint8_t *r; ++ ++ EXTEND(SP, n); ++ r = (uint8_t *)ret; ++ ++ for (i = 0; i < n; i++) { ++ PUSHs(sv_2mortal(newSViv(r[i]))); ++ } ++ } ++ break; + case RPM_INT16_TYPE: ++ { ++ int i; ++ uint16_t *r; ++ ++ EXTEND(SP, n); ++ r = (uint16_t *)ret; ++ ++ for (i = 0; i < n; i++) { ++ PUSHs(sv_2mortal(newSViv(r[i]))); ++ } ++ } ++ break; + case RPM_INT32_TYPE: + { + int i; +- int *r; ++ uint32_t *r; + + EXTEND(SP, n); +- r = (int *)ret; ++ r = (uint32_t *)ret; + + for (i = 0; i < n; i++) { + PUSHs(sv_2mortal(newSViv(r[i]))); perl-RPM2-0.67-rpm46.patch: --- NEW FILE perl-RPM2-0.67-rpm46.patch --- Port of RPM2 perl module to RPM 4.6. Two deprecated functions remain, all tests pass. Lubomir Rintel diff -up RPM2-0.67/Makefile.PL.rpm46 RPM2-0.67/Makefile.PL --- RPM2-0.67/Makefile.PL.rpm46 2008-12-12 01:07:41.000000000 +0100 +++ RPM2-0.67/Makefile.PL 2008-12-12 01:07:41.000000000 +0100 @@ -27,7 +27,13 @@ $libs .= " -lelf"; my @defines; # detect which rpm is running. ugly but necessary... for now. -if (-e '/usr/include/rpm/rpmts.h') { +# ^^^ (Poor you, if only you knew I'll make it much worse -- lkundrak) +if (`pkg-config rpm --modversion` =~ /^(\d+)\.(\d+).*/) { + my ($major, $minor) = ($1, $2); + ($major, $minor) = (4,6) if $major >= 4 and $minor > 6; + push @defines, "-DRPM2_RPM$major$minor"; +} +elsif (-e '/usr/include/rpm/rpmts.h') { push @defines, '-DRPM2_RPM41'; } else { diff -up RPM2-0.67/README.rpm46 RPM2-0.67/README --- RPM2-0.67/README.rpm46 2006-09-24 19:20:03.000000000 +0200 +++ RPM2-0.67/README 2008-12-12 01:07:41.000000000 +0100 @@ -21,4 +21,4 @@ This module requires these other modules COPYRIGHT AND LICENCE Copyright (C) 2006 Chip Turner - +Copyright (C) 2008 Lubomir Rintel diff -up RPM2-0.67/RPM2.pm.rpm46 RPM2-0.67/RPM2.pm --- RPM2-0.67/RPM2.pm.rpm46 2006-09-24 19:23:15.000000000 +0200 +++ RPM2-0.67/RPM2.pm 2008-12-12 01:07:41.000000000 +0100 @@ -795,6 +795,7 @@ Initial release =head1 AUTHOR Chip Turner Ecturner at pattern.net +Lubomir Rintel Elkundrak at v3.sk =head1 LICENSE diff -up RPM2-0.67/RPM2.xs.rpm46 RPM2-0.67/RPM2.xs --- RPM2-0.67/RPM2.xs.rpm46 2008-12-12 01:07:41.000000000 +0100 +++ RPM2-0.67/RPM2.xs 2008-12-12 01:07:41.000000000 +0100 @@ -2,21 +2,26 @@ #include "rpmlib.h" #include "rpmcli.h" -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 #include "rpmts.h" #include "rpmte.h" #endif #include "header.h" #include "rpmdb.h" +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) #include "misc.h" +#else +#define _RPM_4_4_COMPAT +#include "rpmlegacy.h" +#endif #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -#if !defined(RPM2_RPM41) && !defined(RPM2_RPM40) -#error Must define one of RPM2_RPM41 or RPM2_RPM40; perhaps Makefile.PL could not guess your RPM API version? +#if !defined(RPM2_RPM41) && !defined(RPM2_RPM40) && !defined(RPM2_RPM46) +#error Seems like Makefile.PL could not guess your RPM API version. #endif /* Chip, this is somewhat stripped down from the default callback used by @@ -29,9 +34,14 @@ */ void * _null_callback( const void * arg, - const rpmCallbackType what, + const rpmCallbackType what, +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) const unsigned long amount, - const unsigned long total, + const unsigned long total, +#else + const rpm_loff_t amount, + const rpm_loff_t total, +#endif fnpyKey key, rpmCallbackData data) { @@ -129,11 +139,23 @@ void * _null_callback( void _populate_header_tags(HV *href) { +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) int i = 0; for (i = 0; i < rpmTagTableSize; i++) { hv_store(href, rpmTagTable[i].name, strlen(rpmTagTable[i].name), newSViv(rpmTagTable[i].val), 0); +#else + rpmtd names; + const char *name; + + names = rpmtdNew(); + rpmTagGetNames(names, 1); + while ((name = rpmtdNextString(names)) != NULL) { + const char *sname = name + strlen("RPMTAG_"); + hv_store(href, name, strlen(name), + newSViv(rpmTagGetValue(name + strlen("RPMTAG_"))), 0); } +#endif } void @@ -158,7 +180,7 @@ BOOT: constants = perl_get_hv("RPM2::constants", TRUE); /* not the 'standard' way of doing perl constants, but a lot easier to maintain */ -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 REGISTER_CONSTANT(RPMVSF_DEFAULT); REGISTER_CONSTANT(RPMVSF_NOHDRCHK); REGISTER_CONSTANT(RPMVSF_NEEDPAYLOAD); @@ -183,10 +205,13 @@ double rpm_api_version(pkg) char * pkg CODE: -#if defined(RPM2_RPM41) && ! defined(RPM2_RPM40) +#ifdef RPM2_RPM46 + RETVAL = (double)4.6; +#endif +#ifdef RPM2_RPM41 RETVAL = (double)4.1; #endif -#if ! defined(RPM2_RPM41) && defined(RPM2_RPM40) +#ifdef RPM2_RPM40 RETVAL = (double)4.0; #endif OUTPUT: @@ -229,7 +254,7 @@ _read_package_info(fp, vsflags) FILE *fp int vsflags PREINIT: -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 rpmts ts; #endif Header ret; @@ -237,7 +262,7 @@ _read_package_info(fp, vsflags) rpmRC rc; FD_t fd; PPCODE: -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 ts = rpmtsCreate(); #endif @@ -249,7 +274,7 @@ _read_package_info(fp, vsflags) */ fd = fdDup(fileno(fp)); -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 rpmtsSetVSFlags(ts, vsflags); rc = rpmReadPackageFile(ts, fd, "filename or other identifier", &ret); #else @@ -271,7 +296,7 @@ _read_package_info(fp, vsflags) else { croak("error reading package"); } -#ifdef RPM2_RPM41 +#ifndef RPM2_RPM40 ts = rpmtsFree(ts); #endif @@ -355,6 +380,11 @@ _init_iterator(db, rpmtag, key, len) char *key size_t len CODE: + /* See rpmdbInitIterator() code for explanation of this */ + if (rpmtag == RPMDBI_PACKAGES) { + len = sizeof (key); + } + RETVAL = rpmdbInitIterator(db, rpmtag, key && *key ? key : NULL, len); OUTPUT: RETVAL @@ -403,7 +433,11 @@ tag_by_id(h, tag) int tag PREINIT: void *ret = NULL; +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) int type; +#else + rpmTagType type; +#endif int n; int ok; PPCODE: @@ -513,9 +547,18 @@ _header_sprintf(h, format) PREINIT: char * s; PPCODE: +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) s = headerSprintf(h, format, rpmTagTable, rpmHeaderFormats, NULL); +#else + s = headerFormat(h, format, NULL); +#endif PUSHs(sv_2mortal(newSVpv((char *)s, 0))); +/* By the way, the #if below is completely useless, free() would work for both */ +#if defined(RPM2_RPM40) || defined(RPM2_RPM41) s = _free(s); +#else + free(s); +#endif MODULE = RPM2 PACKAGE = RPM2::C::Transaction diff -up RPM2-0.67/test.pl.rpm46 RPM2-0.67/test.pl --- RPM2-0.67/test.pl.rpm46 2008-12-12 01:07:41.000000000 +0100 +++ RPM2-0.67/test.pl 2008-12-12 01:07:41.000000000 +0100 @@ -126,7 +126,7 @@ ok(RPM2->expand_macro("%rpm2_test_macro" RPM2->delete_macro("rpm2_test_macro"); ok(RPM2->expand_macro("%rpm2_test_macro") eq "%rpm2_test_macro"); -ok(RPM2->rpm_api_version == 4.1 or RPM2->rpm_api_version == 4.0); +ok(RPM2->rpm_api_version =~ /4.[016]/); ok(RPM2->rpm_api_version == 4.0 or RPM2->vsf_nosha1 == 65536); # perl-RPM2-elf.patch: Index: perl-RPM2-elf.patch =================================================================== RCS file: perl-RPM2-elf.patch diff -N perl-RPM2-elf.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-RPM2-elf.patch 12 Dec 2008 00:26:13 -0000 1.3 @@ -0,0 +1,11 @@ +--- RPM2-0.44/Makefile.PL.elf 2002-08-26 13:16:29.000000000 -0400 ++++ RPM2-0.44/Makefile.PL 2002-08-26 13:16:45.000000000 -0400 +@@ -16,6 +16,8 @@ + } + } + ++$libs .= " -lelf"; ++ + my @defines; + # detect which rpm is running. ugly but necessary... for now. + if (-e '/usr/include/rpm/rpmts.h') { Index: perl-RPM2.spec =================================================================== RCS file: perl-RPM2.spec diff -N perl-RPM2.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl-RPM2.spec 12 Dec 2008 00:26:13 -0000 1.8 @@ -0,0 +1,132 @@ +Name: perl-RPM2 +Version: 0.67 +Release: 7%{?dist} +Summary: Perl bindings for the RPM Package Manager API +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/RPM2/ +Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHIPT/RPM2-%{version}.tar.gz +Patch0: perl-RPM2-elf.patch +Patch1: perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch +Patch2: perl-RPM2-0.66-skip-root-tests.patch +Patch3: perl-RPM2-0.67-inttypes.patch +Patch4: perl-RPM2-0.67-rpm46.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: rpm-devel elfutils-libelf-devel bzip2-devel perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +The RPM2 module provides an object-oriented interface to querying both the +installed RPM database as well as files on the filesystem, providing Perl +bindings for the RPM Package Manager API. + +%prep +%setup -q -n RPM2-%{version} +%patch0 -p1 -b .elf +%patch1 -p1 -b .remove-rpmdb-redhat-dependency +%patch2 -p1 -b .skip-root-tests +%patch3 -p1 -b .inttypes +%patch4 -p1 -b .rpm46 + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} + +%check +%{__make} test + +%clean +%{__rm} -rf %{buildroot} + +%install +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' +/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorarch}/RPM2.pm +%{perl_vendorarch}/auto/RPM2/ +%{_mandir}/man3/RPM2.3pm* + +%changelog +* Fri Dec 12 2008 Lubomir Rintel - 0.67-7 +- Port to RPM 4.6 + +* Thu Sep 11 2008 Jesse Keating - 0.67-6 +- Rebuild for rpm deps + +* Thu Mar 06 2008 Tom "spot" Callaway - 0.67-5 +- Rebuild for new perl + +* Tue Feb 19 2008 Fedora Release Engineering - 0.67-4 +- Autorebuild for GCC 4.3 + +* Fri Oct 26 2007 Lubomir Kundrak - 0.67-3 +- Fix reading of non-32bit int tag values +- Correct the License tag + +* Mon May 7 2007 Robin Norwood - 0.67-2 +- Add BuildRequires perl(ExtUtils::MakeMaker) + +* Wed Jan 3 2007 Paul Howarth 0.67-1 +- update to 0.67, which clarifies license +- dispense with redundant (for Fedora) reqs and buildreqs +- don't use autogenerated file lists, which can miss directory ownership + (fixes #73921) + +* Wed Mar 08 2006 Jason Vas Dias - 0.66-12 +- fix bug 152535: correct Provides: file list +- make .spec file conform to fedora-rpmdevtools/spectemplate-perl.spec + +* Fri Feb 03 2006 Jason Vas Dias - 0.66-11.1 +- rebuild for new perl-5.8.8, gcc, glibc, rpm + +* Thu Nov 10 2005 Tomas Mraz 0.66-11 +- rebuilt against new openssl +- fixed filelist for compressed man page + +* Wed Mar 30 2005 Warren Togami +- remove brp-compress + +* Tue Mar 22 2005 Joe Orton 0.66-9 +- rebuild + +* Sun Feb 13 2005 Florian La Roche +- rebuild + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Tue Jan 13 2004 Dan Walsh 0.45-6 +- rebuilt to pick up new rpm + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Nov 07 2002 Elliot Lee 0.45-2 +- Rebuild + +* Wed Sep 4 2002 Chip Turner +- fix segfaults and destructor issues related to typing overlap in + perl XS mappings + +* Mon Aug 26 2002 Chip Turner +- add -lelf temporarily + +* Wed Aug 07 2002 cturner at redhat.com +- Specfile autogenerated + --- dead.package DELETED --- From bugzilla at redhat.com Fri Dec 12 00:41:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Dec 2008 19:41:26 -0500 Subject: [Bug 184530] Review Request: perl-RPM2 In-Reply-To: References: Message-ID: <200812120041.mBC0fQL3017044@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=184530 Lubomir Rintel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lkundrak at v3.sk Flag|fedora-cvs+ |fedora-cvs? --- Comment #46 from Lubomir Rintel 2008-12-11 19:41:21 EDT --- Package Change Request ====================== Package Name: perl-RPM2 New Branches: F-10 Note: This was declared dead due to incompatibility with RPM 4.6 before F-10 branching took place. It had been resurrected in CVS devel and patched for RPM 4.6 now. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From ausil at fedoraproject.org Thu Dec 11 19:17:16 2008 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 11 Dec 2008 19:17:16 +0000 (UTC) Subject: rpms/perl-Date-Manip/EL-5 dead.package, NONE, 1.1 Makefile, 1.1, NONE branch, 1.1, NONE perl-Date-Manip-5.48-datez-rhbz248500.patch, 1.1, NONE perl-Date-Manip.spec, 1.3, NONE sources, 1.2, NONE Message-ID: <20081211191716.E4B8F70122@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/perl-Date-Manip/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6633 Added Files: dead.package Removed Files: Makefile branch perl-Date-Manip-5.48-datez-rhbz248500.patch perl-Date-Manip.spec sources Log Message: kill the EL branch as it violated EPEL policies on not replacing EL provided packages --- NEW FILE dead.package --- this package was branched and violated the EPEL policy of not replacing EL provided packages. it has been removed from the repo --- Makefile DELETED --- --- branch DELETED --- --- perl-Date-Manip-5.48-datez-rhbz248500.patch DELETED --- --- perl-Date-Manip.spec DELETED --- --- sources DELETED --- From steve at fedoraproject.org Fri Dec 12 18:22:04 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 12 Dec 2008 18:22:04 +0000 (UTC) Subject: rpms/perl-Apache-LogRegex/devel perl-Apache-LogRegex.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20081212182204.9F44370122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Apache-LogRegex/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24777 Modified Files: perl-Apache-LogRegex.spec sources Log Message: Update to 1.5. Index: perl-Apache-LogRegex.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Apache-LogRegex/devel/perl-Apache-LogRegex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Apache-LogRegex.spec 6 Mar 2008 18:42:51 -0000 1.6 +++ perl-Apache-LogRegex.spec 12 Dec 2008 18:21:34 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Apache-LogRegex -Version: 1.4 -Release: 4%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Parse a line from an Apache logfile into a hash License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 12 2008 Steven Pritchard 1.5-1 +- Update to 1.5. + * Thu Mar 6 2008 Tom "spot" Callaway 1.4-4 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Apache-LogRegex/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Nov 2006 22:46:41 -0000 1.3 +++ sources 12 Dec 2008 18:21:34 -0000 1.4 @@ -1 +1 @@ -512fb013427ef3d1246f6d23fece5870 Apache-LogRegex-1.4.tar.gz +5aedaecd26420eea0f44cd14502901fe Apache-LogRegex-1.5.tar.gz From steve at fedoraproject.org Fri Dec 12 18:25:55 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 12 Dec 2008 18:25:55 +0000 (UTC) Subject: rpms/perl-Exception-Class/devel .cvsignore, 1.5, 1.6 perl-Exception-Class.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <20081212182555.1B18170122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Exception-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25257 Modified Files: .cvsignore perl-Exception-Class.spec sources Log Message: Update to 1.26. Bump Devel::StackTrace dependency to 1.20. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Exception-Class/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 May 2008 20:34:45 -0000 1.5 +++ .cvsignore 12 Dec 2008 18:25:24 -0000 1.6 @@ -1 +1 @@ -Exception-Class-1.24.tar.gz +Exception-Class-1.26.tar.gz Index: perl-Exception-Class.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Exception-Class/devel/perl-Exception-Class.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Exception-Class.spec 31 May 2008 21:36:59 -0000 1.12 +++ perl-Exception-Class.spec 12 Dec 2008 18:25:24 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Exception-Class -Version: 1.24 +Version: 1.26 Release: 1%{?dist} Summary: Module that allows you to declare real exception classes in Perl License: GPL+ or Artistic @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Data::Inheritable) >= 0.02 -BuildRequires: perl(Devel::StackTrace) >= 1.17 +BuildRequires: perl(Devel::StackTrace) >= 1.20 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) >= 0.46 BuildRequires: perl(Test::Pod) >= 1.14 @@ -53,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Fri Dec 12 2008 Steven Pritchard 1.26-1 +- Update to 1.26. +- Bump Devel::StackTrace dependency to 1.20. + * Thu May 31 2008 Steven Pritchard 1.24-1 - Update to 1.24. - Bump Devel::StackTrace dependency to 1.17. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Exception-Class/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 May 2008 20:34:45 -0000 1.5 +++ sources 12 Dec 2008 18:25:24 -0000 1.6 @@ -1 +1 @@ -b672b63f8e7f3652980f188c2d58840d Exception-Class-1.24.tar.gz +362d428cae5dee785a9ed9ac91103a32 Exception-Class-1.26.tar.gz From steve at fedoraproject.org Fri Dec 12 18:29:04 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 12 Dec 2008 18:29:04 +0000 (UTC) Subject: rpms/perl-ExtUtils-Depends/devel .cvsignore, 1.4, 1.5 perl-ExtUtils-Depends.spec, 1.13, 1.14 sources, 1.4, 1.5 Message-ID: <20081212182904.1987770122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25811 Modified Files: .cvsignore perl-ExtUtils-Depends.spec sources Log Message: Update to 0.301. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 May 2008 20:53:39 -0000 1.4 +++ .cvsignore 12 Dec 2008 18:28:33 -0000 1.5 @@ -1 +1 @@ -ExtUtils-Depends-0.300.tar.gz +ExtUtils-Depends-0.301.tar.gz Index: perl-ExtUtils-Depends.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/perl-ExtUtils-Depends.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-ExtUtils-Depends.spec 15 May 2008 20:53:39 -0000 1.13 +++ perl-ExtUtils-Depends.spec 12 Dec 2008 18:28:33 -0000 1.14 @@ -1,5 +1,5 @@ Name: perl-ExtUtils-Depends -Version: 0.300 +Version: 0.301 Release: 1%{?dist} Summary: Easily build XS extensions that depend on XS extensions License: GPL+ or Artistic @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Fri Dec 12 2008 Steven Pritchard 0.301-1 +- Update to 0.301. + * Thu May 15 2008 Steven Pritchard 0.300-1 - Update to 0.300. - Clean up to match cpanspec output. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 May 2008 20:53:39 -0000 1.4 +++ sources 12 Dec 2008 18:28:33 -0000 1.5 @@ -1 +1 @@ -69061666b5f96663e0a1266c1d76ad6b ExtUtils-Depends-0.300.tar.gz +43c6655dde347a8e0b5b0675f11ec27e ExtUtils-Depends-0.301.tar.gz From bugzilla at redhat.com Fri Dec 12 18:30:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Dec 2008 13:30:22 -0500 Subject: [Bug 476256] New: Update perl-Devel-StackTrace to 1.20 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Update perl-Devel-StackTrace to 1.20 https://bugzilla.redhat.com/show_bug.cgi?id=476256 Summary: Update perl-Devel-StackTrace to 1.20 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Devel-StackTrace AssignedTo: rc040203 at freenet.de ReportedBy: steve at silug.org QAContact: extras-qa at fedoraproject.org CC: rc040203 at freenet.de, fedora-perl-devel-list at redhat.com, lxtnow at gmail.com Classification: Fedora Devel::StackTrace 1.20 is out. The latest Exception::Class requires it. Could you please update when you get a chance? Thanks. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Fri Dec 12 18:40:23 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 12 Dec 2008 18:40:23 +0000 (UTC) Subject: rpms/perl-HTTP-DAV/devel .cvsignore, 1.2, 1.3 perl-HTTP-DAV.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081212184023.D599470122@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-HTTP-DAV/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26856 Modified Files: .cvsignore perl-HTTP-DAV.spec sources Log Message: Update to 0.35. Update Source0 URL. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-DAV/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Jul 2007 19:55:29 -0000 1.2 +++ .cvsignore 12 Dec 2008 18:39:53 -0000 1.3 @@ -1 +1 @@ -HTTP-DAV-0.31.tar.gz +HTTP-DAV-0.35.tar.gz Index: perl-HTTP-DAV.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-DAV/devel/perl-HTTP-DAV.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-HTTP-DAV.spec 7 Mar 2008 02:04:32 -0000 1.2 +++ perl-HTTP-DAV.spec 12 Dec 2008 18:39:53 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-HTTP-DAV -Version: 0.31 -Release: 2%{?dist} +Version: 0.35 +Release: 1%{?dist} Summary: WebDAV client library for Perl5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-DAV/ -Source0: http://www.cpan.org/authors/id/P/PC/PCOLLINS/HTTP-DAV-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/O/OP/OPERA/HTTP-DAV-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -50,8 +50,12 @@ %{_mandir}/man1/* %changelog +* Fri Dec 12 2008 Steven Pritchard 0.35-1 +- Update to 0.35. +- Update Source0 URL. + * Thu Mar 06 2008 Tom "spot" Callaway - 0.31-2 -Rebuild for new perl +- Rebuild for new perl * Mon Jul 16 2007 Steven Pritchard 0.31-1 - Specfile autogenerated by cpanspec 1.73. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-DAV/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Jul 2007 19:55:29 -0000 1.2 +++ sources 12 Dec 2008 18:39:53 -0000 1.3 @@ -1 +1 @@ -00f37d225326498756bbdbb93312cac9 HTTP-DAV-0.31.tar.gz +ee9cbc50f7b0fa0119b6f8b8a9c1c03b HTTP-DAV-0.35.tar.gz From bugzilla at redhat.com Sat Dec 13 02:17:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Dec 2008 21:17:08 -0500 Subject: [Bug 476325] New: install error Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: install error https://bugzilla.redhat.com/show_bug.cgi?id=476325 Summary: install error Product: Fedora Version: rawhide Platform: x86_64 OS/Version: Linux Status: NEW Severity: urgent Priority: low Component: perl-Date-Manip AssignedTo: skasal at redhat.com ReportedBy: sjonnotti at comcast.net QAContact: extras-qa at fedoraproject.org CC: skasal at redhat.com, robin.norwood at gmail.com, fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Classification: Fedora Fedora 10 x86_64 DVD. Unchecked UTC in time zone settings. error pops up during installation stating the following: "The file perl-Date-Manip-5.48-3.fc9.noarch.rpm cannot be opened. This is due to a missing file, a corrupt package or corrupt media. Please verify your installation source. If you exit, your system will be left in an inconsistent state that will likely require reinstallation." installation media was also checked for errors. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 02:18:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Dec 2008 21:18:39 -0500 Subject: [Bug 476325] install error In-Reply-To: References: Message-ID: <200812130218.mBD2IdRB024994@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476325 sjonnotti at comcast.net changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From corsepiu at fedoraproject.org Sat Dec 13 05:04:57 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 05:04:57 +0000 (UTC) Subject: rpms/perl-Devel-StackTrace/F-10 .cvsignore, 1.10, 1.11 perl-Devel-StackTrace.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <20081213050457.EE8FB7012B@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26771/F-10 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 - Upstream update. - Bump epoch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-10/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Aug 2008 04:43:46 -0000 1.10 +++ .cvsignore 13 Dec 2008 05:04:27 -0000 1.11 @@ -1 +1 @@ -Devel-StackTrace-1.1902.tar.gz +Devel-StackTrace-1.20.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-10/perl-Devel-StackTrace.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Devel-StackTrace.spec 8 Aug 2008 04:43:46 -0000 1.16 +++ perl-Devel-StackTrace.spec 13 Dec 2008 05:04:27 -0000 1.17 @@ -1,6 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.1902 +Version: 1.20 +Epoch: 1 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +12,7 @@ Buildarch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Scalar::Util) # for improved tests BuildRequires: perl(Test::Pod) @@ -56,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 +- Upstream update. +- Bump epoch. + * Fri Aug 08 2008 Ralf Cors??pius - 1.1902-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-10/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Aug 2008 04:43:46 -0000 1.10 +++ sources 13 Dec 2008 05:04:27 -0000 1.11 @@ -1 +1 @@ -f8a69de98e235bd30cc353e8bc244760 Devel-StackTrace-1.1902.tar.gz +86beb2e26a674718264d6c513ca071ff Devel-StackTrace-1.20.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 05:04:57 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 05:04:57 +0000 (UTC) Subject: rpms/perl-Devel-StackTrace/devel .cvsignore, 1.10, 1.11 perl-Devel-StackTrace.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <20081213050457.EA9D170123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26771/devel Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 - Upstream update. - Bump epoch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Aug 2008 04:43:46 -0000 1.10 +++ .cvsignore 13 Dec 2008 05:04:26 -0000 1.11 @@ -1 +1 @@ -Devel-StackTrace-1.1902.tar.gz +Devel-StackTrace-1.20.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/perl-Devel-StackTrace.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Devel-StackTrace.spec 8 Aug 2008 04:43:46 -0000 1.16 +++ perl-Devel-StackTrace.spec 13 Dec 2008 05:04:26 -0000 1.17 @@ -1,6 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.1902 +Version: 1.20 +Epoch: 1 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +12,7 @@ Buildarch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Scalar::Util) # for improved tests BuildRequires: perl(Test::Pod) @@ -56,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 +- Upstream update. +- Bump epoch. + * Fri Aug 08 2008 Ralf Cors??pius - 1.1902-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Aug 2008 04:43:46 -0000 1.10 +++ sources 13 Dec 2008 05:04:26 -0000 1.11 @@ -1 +1 @@ -f8a69de98e235bd30cc353e8bc244760 Devel-StackTrace-1.1902.tar.gz +86beb2e26a674718264d6c513ca071ff Devel-StackTrace-1.20.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 05:04:58 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 05:04:58 +0000 (UTC) Subject: rpms/perl-Devel-StackTrace/F-9 .cvsignore, 1.10, 1.11 perl-Devel-StackTrace.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <20081213050458.1882C7012D@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26771/F-9 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 - Upstream update. - Bump epoch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Aug 2008 04:50:24 -0000 1.10 +++ .cvsignore 13 Dec 2008 05:04:27 -0000 1.11 @@ -1 +1 @@ -Devel-StackTrace-1.1902.tar.gz +Devel-StackTrace-1.20.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/perl-Devel-StackTrace.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Devel-StackTrace.spec 8 Aug 2008 04:50:24 -0000 1.16 +++ perl-Devel-StackTrace.spec 13 Dec 2008 05:04:27 -0000 1.17 @@ -1,6 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.1902 +Version: 1.20 +Epoch: 1 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +12,7 @@ Buildarch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Scalar::Util) # for improved tests BuildRequires: perl(Test::Pod) @@ -56,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 1:1.20-1 +- Upstream update. +- Bump epoch. + * Fri Aug 08 2008 Ralf Cors??pius - 1.1902-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Aug 2008 04:50:24 -0000 1.10 +++ sources 13 Dec 2008 05:04:27 -0000 1.11 @@ -1 +1 @@ -f8a69de98e235bd30cc353e8bc244760 Devel-StackTrace-1.1902.tar.gz +86beb2e26a674718264d6c513ca071ff Devel-StackTrace-1.20.tar.gz From bugzilla at redhat.com Sat Dec 13 05:36:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 00:36:03 -0500 Subject: [Bug 476256] Update perl-Devel-StackTrace to 1.20 In-Reply-To: References: Message-ID: <200812130536.mBD5a3FX009145@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476256 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #1 from Ralf Corsepius 2008-12-13 00:36:02 EDT --- Done - Should appear with the round of rawhide, FC10/testing and FC9/testing pushes. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From corsepiu at fedoraproject.org Sat Dec 13 07:18:20 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:18:20 +0000 (UTC) Subject: rpms/perl-Business-Hours/F-10 .cvsignore, 1.3, 1.4 perl-Business-Hours.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20081213071820.D786870123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Business-Hours/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10977/F-10 Modified Files: .cvsignore perl-Business-Hours.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Aug 2008 16:56:26 -0000 1.3 +++ .cvsignore 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -Business-Hours-0.08.tar.gz +Business-Hours-0.09.tar.gz Index: perl-Business-Hours.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-10/perl-Business-Hours.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Business-Hours.spec 25 Aug 2008 16:56:26 -0000 1.7 +++ perl-Business-Hours.spec 13 Dec 2008 07:17:50 -0000 1.8 @@ -1,16 +1,12 @@ Summary: Calculate business hours in a time period Name: perl-Business-Hours -Version: 0.08 +Version: 0.09 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Business-Hours/ -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz -%else -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Business-Hours-%{version}.tar.gz -%endif +Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 +- Upstream update. +- Reflect Source0-URL having changed. + * Mon Aug 25 2008 Ralf Cors??pius - 0.08-1 - Upstream update. - Reflect Source0-URL having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Aug 2008 16:56:26 -0000 1.3 +++ sources 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -047ea5e498f73cc2c023c250a612aaea Business-Hours-0.08.tar.gz +49fe449fb1a1a804f67d84d6e2febbc5 Business-Hours-0.09.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 07:18:21 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:18:21 +0000 (UTC) Subject: rpms/perl-Business-Hours/F-9 .cvsignore, 1.3, 1.4 perl-Business-Hours.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20081213071821.265CE70123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Business-Hours/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10977/F-9 Modified Files: .cvsignore perl-Business-Hours.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Aug 2008 16:56:26 -0000 1.3 +++ .cvsignore 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -Business-Hours-0.08.tar.gz +Business-Hours-0.09.tar.gz Index: perl-Business-Hours.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-9/perl-Business-Hours.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Business-Hours.spec 25 Aug 2008 16:56:26 -0000 1.7 +++ perl-Business-Hours.spec 13 Dec 2008 07:17:50 -0000 1.8 @@ -1,16 +1,12 @@ Summary: Calculate business hours in a time period Name: perl-Business-Hours -Version: 0.08 +Version: 0.09 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Business-Hours/ -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz -%else -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Business-Hours-%{version}.tar.gz -%endif +Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 +- Upstream update. +- Reflect Source0-URL having changed. + * Mon Aug 25 2008 Ralf Cors??pius - 0.08-1 - Upstream update. - Reflect Source0-URL having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Aug 2008 16:56:26 -0000 1.3 +++ sources 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -047ea5e498f73cc2c023c250a612aaea Business-Hours-0.08.tar.gz +49fe449fb1a1a804f67d84d6e2febbc5 Business-Hours-0.09.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 07:18:20 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:18:20 +0000 (UTC) Subject: rpms/perl-Business-Hours/devel .cvsignore, 1.3, 1.4 perl-Business-Hours.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20081213071820.A95A270123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Business-Hours/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10977/devel Modified Files: .cvsignore perl-Business-Hours.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 - Upstream update. - Reflect Source0-URL having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Aug 2008 16:56:26 -0000 1.3 +++ .cvsignore 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -Business-Hours-0.08.tar.gz +Business-Hours-0.09.tar.gz Index: perl-Business-Hours.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/devel/perl-Business-Hours.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Business-Hours.spec 25 Aug 2008 16:56:26 -0000 1.7 +++ perl-Business-Hours.spec 13 Dec 2008 07:17:50 -0000 1.8 @@ -1,16 +1,12 @@ Summary: Calculate business hours in a time period Name: perl-Business-Hours -Version: 0.08 +Version: 0.09 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Business-Hours/ -%if "%{version}" >= "0.08" -Source0: http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/Business-Hours-%{version}.tar.gz -%else -Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Business-Hours-%{version}.tar.gz -%endif +Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -57,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.09-1 +- Upstream update. +- Reflect Source0-URL having changed. + * Mon Aug 25 2008 Ralf Cors??pius - 0.08-1 - Upstream update. - Reflect Source0-URL having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Business-Hours/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Aug 2008 16:56:26 -0000 1.3 +++ sources 13 Dec 2008 07:17:50 -0000 1.4 @@ -1 +1 @@ -047ea5e498f73cc2c023c250a612aaea Business-Hours-0.08.tar.gz +49fe449fb1a1a804f67d84d6e2febbc5 Business-Hours-0.09.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 07:49:08 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:49:08 +0000 (UTC) Subject: rpms/perl-File-Copy-Recursive/devel .cvsignore, 1.7, 1.8 perl-File-Copy-Recursive.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20081213074908.7C9BB70123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15300/devel Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 10 Oct 2008 03:48:20 -0000 1.7 +++ .cvsignore 13 Dec 2008 07:48:37 -0000 1.8 @@ -1 +1 @@ -File-Copy-Recursive-0.37.tar.gz +File-Copy-Recursive-0.38.tar.gz Index: perl-File-Copy-Recursive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel/perl-File-Copy-Recursive.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-File-Copy-Recursive.spec 10 Oct 2008 03:48:20 -0000 1.12 +++ perl-File-Copy-Recursive.spec 13 Dec 2008 07:48:37 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-File-Copy-Recursive -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 +- Upstream update. + * Fri Oct 10 2008 Ralf Cors??pius - 0.37-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 10 Oct 2008 03:48:20 -0000 1.7 +++ sources 13 Dec 2008 07:48:37 -0000 1.8 @@ -1 +1 @@ -f13952be769f723b519677c9d87e4e64 File-Copy-Recursive-0.37.tar.gz +e76dc75ab456510d67c6c3a95183f72f File-Copy-Recursive-0.38.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 07:49:08 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:49:08 +0000 (UTC) Subject: rpms/perl-File-Copy-Recursive/F-10 .cvsignore, 1.7, 1.8 perl-File-Copy-Recursive.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20081213074908.8940470126@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15300/F-10 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-10/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 10 Oct 2008 03:48:20 -0000 1.7 +++ .cvsignore 13 Dec 2008 07:48:38 -0000 1.8 @@ -1 +1 @@ -File-Copy-Recursive-0.37.tar.gz +File-Copy-Recursive-0.38.tar.gz Index: perl-File-Copy-Recursive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-10/perl-File-Copy-Recursive.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-File-Copy-Recursive.spec 10 Oct 2008 03:48:20 -0000 1.12 +++ perl-File-Copy-Recursive.spec 13 Dec 2008 07:48:38 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-File-Copy-Recursive -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 +- Upstream update. + * Fri Oct 10 2008 Ralf Cors??pius - 0.37-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-10/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 10 Oct 2008 03:48:20 -0000 1.7 +++ sources 13 Dec 2008 07:48:38 -0000 1.8 @@ -1 +1 @@ -f13952be769f723b519677c9d87e4e64 File-Copy-Recursive-0.37.tar.gz +e76dc75ab456510d67c6c3a95183f72f File-Copy-Recursive-0.38.tar.gz From corsepiu at fedoraproject.org Sat Dec 13 07:49:08 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 13 Dec 2008 07:49:08 +0000 (UTC) Subject: rpms/perl-File-Copy-Recursive/F-9 .cvsignore, 1.7, 1.8 perl-File-Copy-Recursive.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <20081213074908.C5C9C70123@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15300/F-9 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 10 Oct 2008 03:55:20 -0000 1.7 +++ .cvsignore 13 Dec 2008 07:48:38 -0000 1.8 @@ -1 +1 @@ -File-Copy-Recursive-0.37.tar.gz +File-Copy-Recursive-0.38.tar.gz Index: perl-File-Copy-Recursive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9/perl-File-Copy-Recursive.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-File-Copy-Recursive.spec 10 Oct 2008 03:55:20 -0000 1.12 +++ perl-File-Copy-Recursive.spec 13 Dec 2008 07:48:38 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-File-Copy-Recursive -Version: 0.37 +Version: 0.38 Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 13 2008 Ralf Cors??pius - 0.38-1 +- Upstream update. + * Fri Oct 10 2008 Ralf Cors??pius - 0.37-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 10 Oct 2008 03:55:20 -0000 1.7 +++ sources 13 Dec 2008 07:48:38 -0000 1.8 @@ -1 +1 @@ -f13952be769f723b519677c9d87e4e64 File-Copy-Recursive-0.37.tar.gz +e76dc75ab456510d67c6c3a95183f72f File-Copy-Recursive-0.38.tar.gz From bugzilla at redhat.com Sat Dec 13 14:55:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 09:55:20 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812131455.mBDEtK5w005914@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 --- Comment #6 from Fedora Update System 2008-12-13 09:55:19 EDT --- perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 14:57:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 09:57:53 -0500 Subject: [Bug 461333] Module::Install 0.77 is out... In-Reply-To: References: Message-ID: <200812131457.mBDEvrPB021534@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461333 --- Comment #5 from Fedora Update System 2008-12-13 09:57:53 EDT --- perl-Module-Install-0.77-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:00:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:00:23 -0500 Subject: [Bug 472685] Review Request: perl-Catalyst-Component-InstancePerContext - Return a new instance a component on each request In-Reply-To: References: Message-ID: <200812131500.mBDF0Neu022519@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472685 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:00:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:00:20 -0500 Subject: [Bug 472685] Review Request: perl-Catalyst-Component-InstancePerContext - Return a new instance a component on each request In-Reply-To: References: Message-ID: <200812131500.mBDF0K9Z022468@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472685 --- Comment #8 from Fedora Update System 2008-12-13 10:00:19 EDT --- perl-Catalyst-Component-InstancePerContext-0.001001-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 14:57:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 09:57:55 -0500 Subject: [Bug 461333] Module::Install 0.77 is out... In-Reply-To: References: Message-ID: <200812131457.mBDEvtwj006761@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461333 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:04:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:04:26 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812131504.mBDF4QT5023841@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 --- Comment #9 from Fedora Update System 2008-12-13 10:04:26 EDT --- perl-Catalyst-Log-Log4perl-1.00-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:02:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:02:05 -0500 Subject: [Bug 472685] Review Request: perl-Catalyst-Component-InstancePerContext - Return a new instance a component on each request In-Reply-To: References: Message-ID: <200812131502.mBDF258Z023371@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472685 --- Comment #9 from Fedora Update System 2008-12-13 10:02:04 EDT --- perl-Catalyst-Component-InstancePerContext-0.001001-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:02:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:02:21 -0500 Subject: [Bug 473218] Review Request: perl-Catalyst-Log-Log4perl - Log::Log4perl logging for Catalyst In-Reply-To: References: Message-ID: <200812131502.mBDF2Lg0008374@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473218 --- Comment #8 from Fedora Update System 2008-12-13 10:02:20 EDT --- perl-Catalyst-Log-Log4perl-1.00-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:02:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:02:29 -0500 Subject: [Bug 473222] Review Request: perl-Catalyst-Plugin-Session-Store-File - File storage backend for session data In-Reply-To: References: Message-ID: <200812131502.mBDF2Txw008543@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473222 --- Comment #7 from Fedora Update System 2008-12-13 10:02:28 EDT --- perl-Catalyst-Plugin-Session-Store-File-0.13-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:09:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:09:11 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812131509.mBDF9BTW025309@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 --- Comment #4 from Fedora Update System 2008-12-13 10:09:10 EDT --- perl-DateTime-0.4304-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 13 15:09:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 13 Dec 2008 10:09:13 -0500 Subject: [Bug 466642] DateTime: please update to latest in rawhide In-Reply-To: References: Message-ID: <200812131509.mBDF9DU6025328@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466642 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 14 05:05:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 14 Dec 2008 00:05:40 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812140505.mBE55eYO012119@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #10 from Kevin Fenzi 2008-12-14 00:05:39 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 14 05:40:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 14 Dec 2008 00:40:31 -0500 Subject: [Bug 184530] Review Request: perl-RPM2 In-Reply-To: References: Message-ID: <200812140540.mBE5eVXK000887@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=184530 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #47 from Kevin Fenzi 2008-12-14 00:40:30 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Sun Dec 14 12:35:35 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 14 Dec 2008 12:35:35 -0000 Subject: Broken dependencies in EPEL - 2008-12-14 Message-ID: <20081214123535.22875.54037@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From iarnell at fedoraproject.org Sun Dec 14 16:25:32 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 14 Dec 2008 16:25:32 +0000 (UTC) Subject: rpms/perl-Catalyst-Controller-HTML-FormFu/devel perl-Catalyst-Controller-HTML-FormFu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081214162532.D1AF770124@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21170 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Controller-HTML-FormFu.spec Log Message: initial import --- NEW FILE perl-Catalyst-Controller-HTML-FormFu.spec --- Name: perl-Catalyst-Controller-HTML-FormFu Version: 0.03007 Release: 2%{?dist} Summary: HTML::FormFu controller for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-HTML-FormFu/ Source0: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Catalyst-Controller-HTML-FormFu-0.03007.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Action::RenderView) BuildRequires: perl(Catalyst::Component::InstancePerContext) BuildRequires: perl(Catalyst::Plugin::ConfigLoader) BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Config::Any) BuildRequires: perl(Config::General) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Moose) BuildRequires: perl(Regexp::Assemble) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::WWW::Mechanize) >= 1.16 BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Catalyst::Component::InstancePerContext) Requires: perl(Catalyst::Runtime) >= 5.70 Requires: perl(HTML::FormFu) >= 0.03007 Requires: perl(Task::Weaken) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This base controller merges the functionality of HTML::FormFu with Catalyst. %prep %setup -q -n Catalyst-Controller-HTML-FormFu-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 10 2008 Iain Arnell 0.03007-2 - temporarily change source url to use search.cpan.org * Mon Dec 08 2008 Iain Arnell 0.03007-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2008 05:05:52 -0000 1.1 +++ .cvsignore 14 Dec 2008 16:25:01 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Controller-HTML-FormFu-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:05:52 -0000 1.1 +++ sources 14 Dec 2008 16:25:01 -0000 1.2 @@ -0,0 +1 @@ +9e510b1106b8dac95f1f09ed1edb48ea Catalyst-Controller-HTML-FormFu-0.03007.tar.gz From iarnell at fedoraproject.org Sun Dec 14 16:39:03 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 14 Dec 2008 16:39:03 +0000 (UTC) Subject: rpms/perl-Catalyst-Controller-HTML-FormFu/F-10 perl-Catalyst-Controller-HTML-FormFu.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081214163903.52CA670124@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24507 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Controller-HTML-FormFu.spec Log Message: initial import on branch --- NEW FILE perl-Catalyst-Controller-HTML-FormFu.spec --- Name: perl-Catalyst-Controller-HTML-FormFu Version: 0.03007 Release: 2%{?dist} Summary: HTML::FormFu controller for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-HTML-FormFu/ Source0: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Catalyst-Controller-HTML-FormFu-0.03007.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Action::RenderView) BuildRequires: perl(Catalyst::Component::InstancePerContext) BuildRequires: perl(Catalyst::Plugin::ConfigLoader) BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(Catalyst::View::TT) BuildRequires: perl(Config::Any) BuildRequires: perl(Config::General) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Moose) BuildRequires: perl(Regexp::Assemble) BuildRequires: perl(Task::Weaken) BuildRequires: perl(Template) BuildRequires: perl(Test::WWW::Mechanize) >= 1.16 BuildRequires: perl(Test::WWW::Mechanize::Catalyst) Requires: perl(Catalyst::Component::InstancePerContext) Requires: perl(Catalyst::Runtime) >= 5.70 Requires: perl(HTML::FormFu) >= 0.03007 Requires: perl(Task::Weaken) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This base controller merges the functionality of HTML::FormFu with Catalyst. %prep %setup -q -n Catalyst-Controller-HTML-FormFu-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Dec 10 2008 Iain Arnell 0.03007-2 - temporarily change source url to use search.cpan.org * Mon Dec 08 2008 Iain Arnell 0.03007-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2008 05:05:52 -0000 1.1 +++ .cvsignore 14 Dec 2008 16:38:32 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Controller-HTML-FormFu-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Controller-HTML-FormFu/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:05:52 -0000 1.1 +++ sources 14 Dec 2008 16:38:33 -0000 1.2 @@ -0,0 +1 @@ +9e510b1106b8dac95f1f09ed1edb48ea Catalyst-Controller-HTML-FormFu-0.03007.tar.gz From pghmcfc at fedoraproject.org Mon Dec 15 09:09:25 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 15 Dec 2008 09:09:25 +0000 (UTC) Subject: rpms/perl-Text-SpellChecker/devel .cvsignore, 1.2, 1.3 perl-Text-SpellChecker.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081215090925.7217970124@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Text-SpellChecker/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24628 Modified Files: .cvsignore perl-Text-SpellChecker.spec sources Log Message: Update to 0.04 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Oct 2008 23:20:55 -0000 1.2 +++ .cvsignore 15 Dec 2008 09:08:54 -0000 1.3 @@ -1 +1 @@ -Text-SpellChecker-0.03.tar.gz +Text-SpellChecker-0.04.tar.gz Index: perl-Text-SpellChecker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/perl-Text-SpellChecker.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-SpellChecker.spec 7 Oct 2008 23:20:55 -0000 1.1 +++ perl-Text-SpellChecker.spec 15 Dec 2008 09:08:54 -0000 1.2 @@ -1,6 +1,6 @@ Summary: OO interface for spell-checking a block of text Name: perl-Text-SpellChecker -Version: 0.03 +Version: 0.04 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -45,5 +45,8 @@ %{_mandir}/man3/Text::SpellChecker.3pm* %changelog +* Mon Dec 15 2008 Paul Howarth 0.04-1 +- Update to 0.04 + * Tue Oct 7 2008 Paul Howarth 0.03-1 - Initial RPM version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Oct 2008 23:20:55 -0000 1.2 +++ sources 15 Dec 2008 09:08:54 -0000 1.3 @@ -1 +1 @@ -280994c1d9dc2583964f7c882b9e0943 Text-SpellChecker-0.03.tar.gz +1440dd78a56f11eb89147fb1e278db5c Text-SpellChecker-0.04.tar.gz From corsepiu at fedoraproject.org Mon Dec 15 15:34:26 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 15 Dec 2008 15:34:26 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple-Mason/devel .cvsignore, 1.2, 1.3 perl-HTTP-Server-Simple-Mason.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <20081215153426.B5A9670127@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23012/devel Modified Files: .cvsignore perl-HTTP-Server-Simple-Mason.spec sources Log Message: * Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Oct 2005 01:16:33 -0000 1.2 +++ .cvsignore 15 Dec 2008 15:33:55 -0000 1.3 @@ -1 +1 @@ -HTTP-Server-Simple-Mason-0.09.tar.gz +HTTP-Server-Simple-Mason-0.11.tar.gz Index: perl-HTTP-Server-Simple-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/devel/perl-HTTP-Server-Simple-Mason.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-HTTP-Server-Simple-Mason.spec 5 Mar 2008 15:08:38 -0000 1.6 +++ perl-HTTP-Server-Simple-Mason.spec 15 Dec 2008 15:33:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-HTTP-Server-Simple-Mason -Version: 0.09 -Release: 7%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: HTTP::Server::Simple::Mason Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 +- Upstream update. + * Wed Mar 05 2008 Tom "spot" Callaway - 0.09-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Oct 2005 01:16:33 -0000 1.2 +++ sources 15 Dec 2008 15:33:56 -0000 1.3 @@ -1 +1 @@ -89801442d5ed9b39a80605546461712e HTTP-Server-Simple-Mason-0.09.tar.gz +ef54e39b81858cd4498e4db445c5593c HTTP-Server-Simple-Mason-0.11.tar.gz From corsepiu at fedoraproject.org Mon Dec 15 15:34:26 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 15 Dec 2008 15:34:26 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple-Mason/F-10 .cvsignore, 1.2, 1.3 perl-HTTP-Server-Simple-Mason.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <20081215153426.CCC457012D@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23012/F-10 Modified Files: .cvsignore perl-HTTP-Server-Simple-Mason.spec sources Log Message: * Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Oct 2005 01:16:33 -0000 1.2 +++ .cvsignore 15 Dec 2008 15:33:56 -0000 1.3 @@ -1 +1 @@ -HTTP-Server-Simple-Mason-0.09.tar.gz +HTTP-Server-Simple-Mason-0.11.tar.gz Index: perl-HTTP-Server-Simple-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-10/perl-HTTP-Server-Simple-Mason.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-HTTP-Server-Simple-Mason.spec 5 Mar 2008 15:08:38 -0000 1.6 +++ perl-HTTP-Server-Simple-Mason.spec 15 Dec 2008 15:33:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-HTTP-Server-Simple-Mason -Version: 0.09 -Release: 7%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: HTTP::Server::Simple::Mason Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 +- Upstream update. + * Wed Mar 05 2008 Tom "spot" Callaway - 0.09-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Oct 2005 01:16:33 -0000 1.2 +++ sources 15 Dec 2008 15:33:56 -0000 1.3 @@ -1 +1 @@ -89801442d5ed9b39a80605546461712e HTTP-Server-Simple-Mason-0.09.tar.gz +ef54e39b81858cd4498e4db445c5593c HTTP-Server-Simple-Mason-0.11.tar.gz From corsepiu at fedoraproject.org Mon Dec 15 15:34:27 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 15 Dec 2008 15:34:27 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple-Mason/F-9 .cvsignore, 1.2, 1.3 perl-HTTP-Server-Simple-Mason.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <20081215153427.1669F70127@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23012/F-9 Modified Files: .cvsignore perl-HTTP-Server-Simple-Mason.spec sources Log Message: * Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Oct 2005 01:16:33 -0000 1.2 +++ .cvsignore 15 Dec 2008 15:33:56 -0000 1.3 @@ -1 +1 @@ -HTTP-Server-Simple-Mason-0.09.tar.gz +HTTP-Server-Simple-Mason-0.11.tar.gz Index: perl-HTTP-Server-Simple-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-9/perl-HTTP-Server-Simple-Mason.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-HTTP-Server-Simple-Mason.spec 5 Mar 2008 15:08:38 -0000 1.6 +++ perl-HTTP-Server-Simple-Mason.spec 15 Dec 2008 15:33:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-HTTP-Server-Simple-Mason -Version: 0.09 -Release: 7%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: HTTP::Server::Simple::Mason Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Ralf Cors??pius - 0.11-1 +- Upstream update. + * Wed Mar 05 2008 Tom "spot" Callaway - 0.09-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple-Mason/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Oct 2005 01:16:33 -0000 1.2 +++ sources 15 Dec 2008 15:33:56 -0000 1.3 @@ -1 +1 @@ -89801442d5ed9b39a80605546461712e HTTP-Server-Simple-Mason-0.09.tar.gz +ef54e39b81858cd4498e4db445c5593c HTTP-Server-Simple-Mason-0.11.tar.gz From steve at fedoraproject.org Mon Dec 15 19:38:54 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 15 Dec 2008 19:38:54 +0000 (UTC) Subject: rpms/perl-Mail-SPF/devel .cvsignore, 1.2, 1.3 perl-Mail-SPF.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081215193854.1BB0070127@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Mail-SPF/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21516 Modified Files: .cvsignore perl-Mail-SPF.spec sources Log Message: Update to 2.006. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-SPF/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Jul 2007 18:13:44 -0000 1.2 +++ .cvsignore 15 Dec 2008 19:38:23 -0000 1.3 @@ -1 +1 @@ -Mail-SPF-v2.005.tar.gz +Mail-SPF-v2.006.tar.gz Index: perl-Mail-SPF.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-SPF/devel/perl-Mail-SPF.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Mail-SPF.spec 7 Mar 2008 02:09:31 -0000 1.2 +++ perl-Mail-SPF.spec 15 Dec 2008 19:38:23 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Mail-SPF -Version: 2.005 -Release: 2%{?dist} +Version: 2.006 +Release: 1%{?dist} Summary: Object-oriented implementation of Sender Policy Framework License: BSD Group: Development/Libraries @@ -59,8 +59,11 @@ %{_mandir}/man3/* %changelog +* Fri Dec 12 2008 Steven Pritchard 2.006-1 +- Update to 2.006. + * Thu Mar 06 2008 Tom "spot" Callaway - 2.005-2 -Rebuild for new perl +- Rebuild for new perl * Mon Jul 09 2007 Steven Pritchard 2.005-1 - Specfile autogenerated by cpanspec 1.71. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-SPF/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Jul 2007 18:13:44 -0000 1.2 +++ sources 15 Dec 2008 19:38:23 -0000 1.3 @@ -1 +1 @@ -a5129d56539edf90749afacea70621ac Mail-SPF-v2.005.tar.gz +4da41591b612560627ddbc6026b047a3 Mail-SPF-v2.006.tar.gz From steve at fedoraproject.org Mon Dec 15 19:43:27 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 15 Dec 2008 19:43:27 +0000 (UTC) Subject: rpms/perl-IO-All/devel .cvsignore, 1.5, 1.6 perl-IO-All.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20081215194327.75ED970127@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-IO-All/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22444 Modified Files: .cvsignore perl-IO-All.spec sources Log Message: Update to 0.39. Fix permissions on *.pm. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-All/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 17 Apr 2007 19:37:30 -0000 1.5 +++ .cvsignore 15 Dec 2008 19:42:56 -0000 1.6 @@ -1 +1 @@ -IO-All-0.38.tar.gz +IO-All-0.39.tar.gz Index: perl-IO-All.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-All/devel/perl-IO-All.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-IO-All.spec 2 Feb 2008 18:40:10 -0000 1.10 +++ perl-IO-All.spec 15 Dec 2008 19:42:57 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-IO-All -Version: 0.38 -Release: 3%{?dist} +Version: 0.39 +Release: 1%{?dist} Summary: IO::All Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -32,6 +32,8 @@ %prep %setup -q -n IO-All-%{version} +find -type f -perm +100 -name '*.pm' -exec chmod a-x {} \; + sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires} chmod +x %{__perl_requires} @@ -62,6 +64,10 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Steven Pritchard 0.39-1 +- Update to 0.39. +- Fix permissions on *.pm. + * Sat Feb 02 2008 Tom "spot" Callaway 0.38-3 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-All/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Apr 2007 19:37:30 -0000 1.5 +++ sources 15 Dec 2008 19:42:57 -0000 1.6 @@ -1 +1 @@ -0ae5715325920938cc1a24bb078b0533 IO-All-0.38.tar.gz +4c8a8a765b7b49cd446b238e7283ebbb IO-All-0.39.tar.gz From steve at fedoraproject.org Mon Dec 15 20:25:47 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 15 Dec 2008 20:25:47 +0000 (UTC) Subject: rpms/perl-Module-ScanDeps/devel .cvsignore, 1.19, 1.20 perl-Module-ScanDeps.spec, 1.21, 1.22 sources, 1.19, 1.20 Message-ID: <20081215202547.20F977012E@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Module-ScanDeps/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2420 Modified Files: .cvsignore perl-Module-ScanDeps.spec sources Log Message: Update to 0.89. BR Test::More and prefork. Improve description. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-ScanDeps/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 16 May 2008 22:40:00 -0000 1.19 +++ .cvsignore 15 Dec 2008 20:25:16 -0000 1.20 @@ -1 +1 @@ -Module-ScanDeps-0.84.tar.gz +Module-ScanDeps-0.89.tar.gz Index: perl-Module-ScanDeps.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-ScanDeps/devel/perl-Module-ScanDeps.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Module-ScanDeps.spec 16 May 2008 22:40:00 -0000 1.21 +++ perl-Module-ScanDeps.spec 15 Dec 2008 20:25:16 -0000 1.22 @@ -1,5 +1,5 @@ Name: perl-Module-ScanDeps -Version: 0.84 +Version: 0.89 Release: 1%{?dist} Summary: Recursively scan Perl code for dependencies License: GPL+ or Artistic @@ -11,15 +11,16 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(prefork) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -An application of Module::ScanDeps is to generate executables from scripts -that contains necessary modules; this module supports two such projects, -PAR and App::Packer. Please see their respective documentations on CPAN -for further information. +This module scans potential modules used by perl programs and returns a +hash reference. Its keys are the module names as appears in %INC (e.g. +Test/More.pm). The values are hash references. %prep %setup -q -n Module-ScanDeps-%{version} @@ -53,6 +54,11 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Steven Pritchard 0.89-1 +- Update to 0.89. +- BR Test::More and prefork. +- Improve description. + * Fri May 16 2008 Steven Pritchard 0.84-1 - Update to 0.84. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-ScanDeps/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 16 May 2008 22:40:00 -0000 1.19 +++ sources 15 Dec 2008 20:25:16 -0000 1.20 @@ -1 +1 @@ -e8b5515611e6a2480bb96dc1f244c3a2 Module-ScanDeps-0.84.tar.gz +97eccc0184030d598c84c544f3507a53 Module-ScanDeps-0.89.tar.gz From steve at fedoraproject.org Mon Dec 15 20:33:29 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 15 Dec 2008 20:33:29 +0000 (UTC) Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.19, 1.20 perl-PAR-Dist.spec, 1.29, 1.30 sources, 1.19, 1.20 Message-ID: <20081215203329.1917B70124@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-PAR-Dist/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6552 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: Update to 0.40. BR Archive::Zip and YAML::Tiny for t/03merge_meta. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 2 Oct 2008 10:51:53 -0000 1.19 +++ .cvsignore 15 Dec 2008 20:32:58 -0000 1.20 @@ -1,2 +1 @@ -PAR-Dist-0.31.tar.gz -PAR-Dist-0.34.tar.gz +PAR-Dist-0.40.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- perl-PAR-Dist.spec 2 Oct 2008 10:51:53 -0000 1.29 +++ perl-PAR-Dist.spec 15 Dec 2008 20:32:58 -0000 1.30 @@ -1,6 +1,6 @@ Name: perl-PAR-Dist -Version: 0.34 -Release: 2%{?dist} +Version: 0.40 +Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions License: GPL+ or Artistic Group: Development/Libraries @@ -8,10 +8,12 @@ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Dist-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Archive::Zip) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(YAML::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -51,6 +53,10 @@ %{_mandir}/man3/* %changelog +* Mon Dec 15 2008 Steven Pritchard 0.40-1 +- Update to 0.40. +- BR Archive::Zip and YAML::Tiny for t/03merge_meta. + * Thu Sep 25 2008 Marcela Maslanova 0.34-2 - forgot apply source Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 2 Oct 2008 10:51:53 -0000 1.19 +++ sources 15 Dec 2008 20:32:58 -0000 1.20 @@ -1,2 +1 @@ -6718c9a3824e4e9060877254aa196831 PAR-Dist-0.31.tar.gz -60faf3d645e39aa8ff4fcf36837d8541 PAR-Dist-0.34.tar.gz +904832a892277849aef78d07a3f8d9d7 PAR-Dist-0.40.tar.gz From robert at fedoraproject.org Mon Dec 15 23:31:41 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Mon, 15 Dec 2008 23:31:41 +0000 (UTC) Subject: rpms/perl-Socket6/EL-4 perl-Socket6.spec,1.8,1.9 sources,1.3,1.4 Message-ID: <20081215233141.CD06170124@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Socket6/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18249 Modified Files: perl-Socket6.spec sources Log Message: Merge of latest spec file with version of Red Hat Enterprise Linux 5 for importing into Red Hat Enterprise Linux 4 and to fit Fedora Packaging Guidelines and to have some upgrade path Index: perl-Socket6.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/EL-4/perl-Socket6.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Socket6.spec 22 Apr 2008 16:56:29 -0000 1.8 +++ perl-Socket6.spec 15 Dec 2008 23:31:10 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Socket6 -Version: 0.20 +Version: 0.19 Release: 1%{?dist} Summary: IPv6 related part of the C socket.h defines and structure manipulators @@ -53,29 +53,7 @@ %changelog -* Tue Apr 22 2008 Robert Scheck - 0.20-1 -- Upgrade to 0.20 (#443497) - -* Wed Feb 27 2008 Tom "spot" Callaway - 0.19-7 -- Rebuild for perl 5.10 (again) - -* Wed Feb 20 2008 Fedora Release Engineering - 0.19-6 -- Autorebuild for GCC 4.3 - -* Thu Jan 31 2008 Tom "spot" Callaway - 0.19-5 -- rebuild for new perl - -* Tue Oct 16 2007 Tom "spot" Callaway - 0.19-4.1 -- add BR: perl(ExtUtils::MakeMaker) - -* Tue Aug 21 2007 Warren Togami - 0.19-4 -- rebuild - -* Wed Jul 12 2006 Warren Togami - 0.19-3 -- import into FC6 - -* Thu May 18 2006 Jose Pedro Oliveira - 0.19-2 -- License: BSD (http://www.opensource.org/licenses/bsd-license.php). - -* Sat May 13 2006 Jose Pedro Oliveira - 0.19-1 -- First build. +* Tue Dec 16 2008 Robert Scheck 0.19-1 +- Merge of latest spec file with version of Red Hat Enterprise + Linux 5 for importing into Red Hat Enterprise Linux 4 and to + fit Fedora Packaging Guidelines and to have some upgrade path Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/EL-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Apr 2008 16:56:29 -0000 1.3 +++ sources 15 Dec 2008 23:31:10 -0000 1.4 @@ -1 +1 @@ -c66d1b99cabe964573ece3c3b684c23c Socket6-0.20.tar.gz +35e4bb7e09ca3154a44bcaa8959780a2 Socket6-0.19.tar.gz From robert at fedoraproject.org Mon Dec 15 23:37:35 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Mon, 15 Dec 2008 23:37:35 +0000 (UTC) Subject: rpms/perl-Socket6/EL-5 dead.package, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 perl-Socket6.spec, 1.8, NONE Message-ID: <20081215233735.0D69C70124@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Socket6/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18908 Modified Files: .cvsignore sources Added Files: dead.package Removed Files: perl-Socket6.spec Log Message: Package perl-Socket6 is only EL-4! EL-5 is included into the upstream called Red Hat Enterprise Linux 5. So there never will be need to use this branch accidentally created when branching for EL-4 got requested. But we can't delete branches according to a Fedora Infrastructure CVS administrator. --- NEW FILE dead.package --- Package perl-Socket6 is only EL-4! EL-5 is included into the upstream called Red Hat Enterprise Linux 5. So there never will be need to use this branch accidentally created when branching for EL-4 got requested. But we can't delete branches according to a Fedora Infrastructure CVS administrator. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/EL-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Apr 2008 16:56:29 -0000 1.3 +++ .cvsignore 15 Dec 2008 23:37:04 -0000 1.4 @@ -1 +0,0 @@ -Socket6-0.20.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Apr 2008 16:56:29 -0000 1.3 +++ sources 15 Dec 2008 23:37:04 -0000 1.4 @@ -1 +0,0 @@ -c66d1b99cabe964573ece3c3b684c23c Socket6-0.20.tar.gz --- perl-Socket6.spec DELETED --- From bugzilla at redhat.com Tue Dec 16 00:27:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Dec 2008 19:27:21 -0500 Subject: [Bug 432176] Please do not depend on perl devel packages In-Reply-To: References: Message-ID: <200812160027.mBG0RLjT010596@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=432176 --- Comment #12 from Kevin Fenzi 2008-12-15 19:27:20 EDT --- So, did we come to any conclusion here? Leave it with the perl-devel requirement for now? If so, can we close this now? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 00:33:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Dec 2008 19:33:38 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812160033.mBG0Xc6q027160@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wtogami at redhat.com |kevin at tummy.com --- Comment #5 from Kevin Fenzi 2008-12-15 19:33:36 EDT --- It sounds like upstream is considering this for 3.0, but may rename the commands? I don't see why we can't ship them now however. Will see about pushing the change into rawhide, and then if all looks well, the next upstream update we can push them into stable releases. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 01:11:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Dec 2008 20:11:01 -0500 Subject: [Bug 432176] Please do not depend on perl devel packages In-Reply-To: References: Message-ID: <200812160111.mBG1B1Rt032737@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=432176 Warren Togami changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CANTFIX -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Tue Dec 16 02:44:10 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Tue, 16 Dec 2008 02:44:10 +0000 (UTC) Subject: rpms/perl-Event-RPC/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 perl-Event-RPC.spec, 1.2, 1.3 Message-ID: <20081216024410.D8C1C7012B@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Event-RPC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16381 Modified Files: .cvsignore sources perl-Event-RPC.spec Log Message: -Update to 1.01 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jul 2008 19:37:57 -0000 1.3 +++ .cvsignore 16 Dec 2008 02:43:40 -0000 1.4 @@ -1 +1 @@ -Event-RPC-1.00.tar.gz +Event-RPC-1.01.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Jul 2008 19:37:57 -0000 1.3 +++ sources 16 Dec 2008 02:43:40 -0000 1.4 @@ -1 +1 @@ -c9ec7ef0b67ed564d4e6f1fa2abf2f61 Event-RPC-1.00.tar.gz +c9d5ca39ef815ce179dd28981342b8fe Event-RPC-1.01.tar.gz Index: perl-Event-RPC.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-RPC/devel/perl-Event-RPC.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Event-RPC.spec 17 Jul 2008 19:37:57 -0000 1.2 +++ perl-Event-RPC.spec 16 Dec 2008 02:43:40 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Event-RPC -Version: 1.00 +Version: 1.01 Release: 1%{?dist} Summary: Event based transparent Client/Server RPC framework @@ -70,6 +70,9 @@ %changelog +* Tue Dec 16 2008 kwizart < kwizart at gmail.com > - 1.01-1 +- Update to 1.01 + * Thu Jul 17 2008 kwizart < kwizart at gmail.com > - 1.00-1 - Update to 1.00 From bugzilla at redhat.com Tue Dec 16 04:19:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Dec 2008 23:19:28 -0500 Subject: [Bug 431330] No more menus is shown with clusterssh In-Reply-To: References: Message-ID: <200812160419.mBG4JS65017229@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=431330 --- Comment #12 from Edward Rudd 2008-12-15 23:19:26 EDT --- This issue is resolved in F10 (Tested on x86_64 install) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 05:49:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 00:49:15 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812160549.mBG5nFW0014654@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 --- Comment #6 from Kevin Fenzi 2008-12-16 00:49:14 EDT --- I spoke too soon. These scripts are no longer shipped with 3.2.5 that I can see. Can you provide an updated patch with their locations? Or perhaps they are called something else? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Tue Dec 16 07:23:52 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 16 Dec 2008 07:23:52 +0000 (UTC) Subject: rpms/perl-Class-XSAccessor/devel perl-Class-XSAccessor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081216072352.E62F27012B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-XSAccessor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26047 Modified Files: .cvsignore sources Added Files: perl-Class-XSAccessor.spec Log Message: * Mon Dec 15 2008 Marcela Ma??l????ov?? 0.14-1 - update to 0.14 --- NEW FILE perl-Class-XSAccessor.spec --- Name: perl-Class-XSAccessor Version: 0.14 Release: 1%{?dist} Summary: Generate fast XS accessors without runtime compilation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-XSAccessor/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-XSAccessor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(AutoXS::Header) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(AutoXS::Header) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation. %prep %setup -q -n Class-XSAccessor-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Class* %{_mandir}/man3/* %changelog * Mon Dec 15 2008 Marcela Ma??l????ov?? 0.14-1 - update to 0.14 * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.11-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Dec 2008 20:42:48 -0000 1.1 +++ .cvsignore 16 Dec 2008 07:23:22 -0000 1.2 @@ -0,0 +1 @@ +Class-XSAccessor-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Dec 2008 20:42:49 -0000 1.1 +++ sources 16 Dec 2008 07:23:22 -0000 1.2 @@ -0,0 +1 @@ +6cc5e214d9873f9205c2c49a1b7f3008 Class-XSAccessor-0.14.tar.gz From mmaslano at fedoraproject.org Tue Dec 16 07:32:30 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 16 Dec 2008 07:32:30 +0000 (UTC) Subject: rpms/perl-Class-XSAccessor/F-10 perl-Class-XSAccessor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081216073230.3C3CE7012B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-XSAccessor/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27162 Modified Files: .cvsignore sources Added Files: perl-Class-XSAccessor.spec Log Message: * Mon Dec 15 2008 Marcela Ma??l????ov?? 0.14-1 - update to 0.14 --- NEW FILE perl-Class-XSAccessor.spec --- Name: perl-Class-XSAccessor Version: 0.14 Release: 1%{?dist} Summary: Generate fast XS accessors without runtime compilation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-XSAccessor/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-XSAccessor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(AutoXS::Header) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(AutoXS::Header) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation. %prep %setup -q -n Class-XSAccessor-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Class* %{_mandir}/man3/* %changelog * Mon Dec 15 2008 Marcela Ma??l????ov?? 0.14-1 - update to 0.14 * Fri Dec 05 2008 Marcela Ma??l????ov?? 0.11-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Dec 2008 20:42:48 -0000 1.1 +++ .cvsignore 16 Dec 2008 07:31:59 -0000 1.2 @@ -0,0 +1 @@ +Class-XSAccessor-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Dec 2008 20:42:49 -0000 1.1 +++ sources 16 Dec 2008 07:31:59 -0000 1.2 @@ -0,0 +1 @@ +6cc5e214d9873f9205c2c49a1b7f3008 Class-XSAccessor-0.14.tar.gz From bugzilla at redhat.com Tue Dec 16 08:23:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 03:23:22 -0500 Subject: [Bug 476616] New: Perl-Padre missing lib Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Perl-Padre missing lib https://bugzilla.redhat.com/show_bug.cgi?id=476616 Summary: Perl-Padre missing lib Product: Fedora Version: 10 Platform: noarch OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Padre AssignedTo: mmaslano at redhat.com ReportedBy: jerelev at gmail.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Classification: Fedora Description of problem: Installed: perl-Padre.noarch 0:0.10-5.fc10 Complete! [jlevy at jlevylx:Documents ]# padre [jlevy at jlevylx:Documents ]# Failed to find share dir for dist 'Padre' at /usr/lib/perl5/vendor_perl/5.10.0/Padre/Wx.pm line 17 Version-Release number of selected component (if applicable): perl-Padre.noarch 0:0.10-5.fc10 How reproducible: Just install the package with all his dependecies Steps to Reproduce: $ yum install perl-Padre $ padre Actual results: Failed to find share dir for dist 'Padre' at /usr/lib/perl5/vendor_perl/5.10.0/Padre/Wx.pm line 17 Expected results: I expected all the dependencies installed as it has to be. Additional info: Today there is a version 0.21 of padre. May we have a package for it ? Or maybe there is a backport to get it via yum. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 08:55:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 03:55:41 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812160855.mBG8tfq9014371@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marcela Maslanova 2008-12-16 03:55:40 EDT --- It isn't so easy to update, because padre has a lot of changes every release, which needs new perl modules. I hope 0.21 will be in F-10 updates before Christmas. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Tue Dec 16 08:58:12 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 16 Dec 2008 08:58:12 +0000 (UTC) Subject: rpms/perl-Text-SpellChecker/devel .cvsignore, 1.3, 1.4 perl-Text-SpellChecker.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20081216085812.2AE077012B@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Text-SpellChecker/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10506 Modified Files: .cvsignore perl-Text-SpellChecker.spec sources Log Message: Update to 0.05 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Dec 2008 09:08:54 -0000 1.3 +++ .cvsignore 16 Dec 2008 08:57:41 -0000 1.4 @@ -1 +1 @@ -Text-SpellChecker-0.04.tar.gz +Text-SpellChecker-0.05.tar.gz Index: perl-Text-SpellChecker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/perl-Text-SpellChecker.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Text-SpellChecker.spec 15 Dec 2008 09:08:54 -0000 1.2 +++ perl-Text-SpellChecker.spec 16 Dec 2008 08:57:41 -0000 1.3 @@ -1,6 +1,6 @@ Summary: OO interface for spell-checking a block of text Name: perl-Text-SpellChecker -Version: 0.04 +Version: 0.05 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -45,6 +45,9 @@ %{_mandir}/man3/Text::SpellChecker.3pm* %changelog +* Tue Dec 16 2008 Paul Howarth 0.05-1 +- Update to 0.05 + * Mon Dec 15 2008 Paul Howarth 0.04-1 - Update to 0.04 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-SpellChecker/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Dec 2008 09:08:54 -0000 1.3 +++ sources 16 Dec 2008 08:57:41 -0000 1.4 @@ -1 +1 @@ -1440dd78a56f11eb89147fb1e278db5c Text-SpellChecker-0.04.tar.gz +3a6be263bb08e82cb7a975ca799063a7 Text-SpellChecker-0.05.tar.gz From mmaslano at fedoraproject.org Tue Dec 16 09:11:02 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 16 Dec 2008 09:11:02 +0000 (UTC) Subject: rpms/perl-File-HomeDir/devel .cvsignore, 1.8, 1.9 perl-File-HomeDir.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <20081216091102.559FB7012B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-File-HomeDir/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13418 Modified Files: .cvsignore perl-File-HomeDir.spec sources Log Message: * Tue Dec 16 2008 Marcela Ma??l????ov?? - 0.82-1 - update to the latest version for Padre editor Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Dec 2007 21:16:09 -0000 1.8 +++ .cvsignore 16 Dec 2008 09:10:31 -0000 1.9 @@ -1 +1 @@ -File-HomeDir-0.67.tar.gz +File-HomeDir-0.82.tar.gz Index: perl-File-HomeDir.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/perl-File-HomeDir.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-File-HomeDir.spec 27 Feb 2008 21:45:59 -0000 1.11 +++ perl-File-HomeDir.spec 16 Dec 2008 09:10:31 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-File-HomeDir -Version: 0.67 -Release: 3%{?dist} +Version: 0.82 +Release: 1%{?dist} Summary: Get the home directory for yourself or other users Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Tue Dec 16 2008 Marcela Ma??l????ov?? - 0.82-1 +- update to the latest version for Padre editor + * Wed Feb 27 2008 Tom "spot" Callaway - 0.67-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Dec 2007 21:16:09 -0000 1.8 +++ sources 16 Dec 2008 09:10:31 -0000 1.9 @@ -1 +1 @@ -da78f9214eefd4d2843d042d0cd172bf File-HomeDir-0.67.tar.gz +0b8ba1faceb472b0136d30039828f177 File-HomeDir-0.82.tar.gz From pkgdb at fedoraproject.org Tue Dec 16 09:24:50 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:24:50 +0000 Subject: [pkgdb] perl-Algorithm-CurveFit ownership updated Message-ID: <20081216092450.CBD6C208DAC@bastion.fedora.phx.redhat.com> Package perl-Algorithm-CurveFit in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Algorithm-CurveFit From pkgdb at fedoraproject.org Tue Dec 16 09:27:21 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:21 +0000 Subject: [pkgdb] perl-File-BaseDir ownership updated Message-ID: <20081216092721.4D104208DDA@bastion.fedora.phx.redhat.com> Package perl-File-BaseDir in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-File-BaseDir From pkgdb at fedoraproject.org Tue Dec 16 09:27:21 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:21 +0000 Subject: [pkgdb] perl-File-DesktopEntry ownership updated Message-ID: <20081216092721.82631208DDD@bastion.fedora.phx.redhat.com> Package perl-File-DesktopEntry in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-File-DesktopEntry From pkgdb at fedoraproject.org Tue Dec 16 09:27:28 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:28 +0000 Subject: [pkgdb] perl-File-MimeInfo ownership updated Message-ID: <20081216092728.1A6D0208A34@bastion.fedora.phx.redhat.com> Package perl-File-MimeInfo in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-File-MimeInfo From pkgdb at fedoraproject.org Tue Dec 16 09:27:28 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:28 +0000 Subject: [pkgdb] perl-Math-MatrixReal ownership updated Message-ID: <20081216092728.678DF208DE1@bastion.fedora.phx.redhat.com> Package perl-Math-MatrixReal in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Math-MatrixReal From pkgdb at fedoraproject.org Tue Dec 16 09:27:30 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:30 +0000 Subject: [pkgdb] perl-Math-Symbolic ownership updated Message-ID: <20081216092730.13A9B208DE4@bastion.fedora.phx.redhat.com> Package perl-Math-Symbolic in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Math-Symbolic From pkgdb at fedoraproject.org Tue Dec 16 09:27:34 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 09:27:34 +0000 Subject: [pkgdb] perl-Parse-Yapp ownership updated Message-ID: <20081216092735.5EDCE208D09@bastion.fedora.phx.redhat.com> Package perl-Parse-Yapp in Fedora devel was orphaned by pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Parse-Yapp From bugzilla at redhat.com Tue Dec 16 14:27:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 09:27:10 -0500 Subject: [Bug 431330] No more menus is shown with clusterssh In-Reply-To: References: Message-ID: <200812161427.mBGERAJf002453@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=431330 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 14:32:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 09:32:44 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812161432.mBGEWiGI019868@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 --- Comment #7 from Martin 2008-12-16 09:32:44 EDT --- The upstream report says that it is a milestone for the 3.3 release. I can't find any reason for their removal (actually they removed the entire tools/ and contrib/ folders in 3.2). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 16 20:34:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Dec 2008 15:34:39 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812162034.mBGKYd4M011974@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 --- Comment #8 from Kevin Fenzi 2008-12-16 15:34:38 EDT --- ok, so what shall we do here? Wait until 3.3 and then add them when upstream does? If so, should we close this now? or leave it open? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pkgdb at fedoraproject.org Tue Dec 16 23:50:53 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 16 Dec 2008 23:50:53 +0000 Subject: [pkgdb] perl-Cache ownership updated Message-ID: <20081216235102.18CF0208D66@bastion.fedora.phx.redhat.com> Package perl-Cache in Fedora devel is now owned by cweyl To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Cache From cweyl at fedoraproject.org Wed Dec 17 01:50:35 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 17 Dec 2008 01:50:35 +0000 (UTC) Subject: rpms/perl-Mouse/devel .cvsignore, 1.2, 1.3 perl-Mouse.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20081217015035.E01FF700D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21544 Modified Files: .cvsignore perl-Mouse.spec sources Log Message: * Tue Dec 16 2008 Chris Weyl 0.13-1 - update to 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Oct 2008 15:39:54 -0000 1.2 +++ .cvsignore 17 Dec 2008 01:50:05 -0000 1.3 @@ -1 +1 @@ -Mouse-0.09.tar.gz +Mouse-0.13.tar.gz Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Mouse.spec 6 Oct 2008 15:41:21 -0000 1.2 +++ perl-Mouse.spec 17 Dec 2008 01:50:05 -0000 1.3 @@ -1,7 +1,7 @@ Name: perl-Mouse -Version: 0.09 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Moose minus the antlers @@ -82,6 +82,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 16 2008 Chris Weyl 0.13-1 +- update to 0.13 + * Mon Oct 06 2008 Chris Weyl 0.09-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Oct 2008 15:39:54 -0000 1.2 +++ sources 17 Dec 2008 01:50:05 -0000 1.3 @@ -1 +1 @@ -9706425f07dab632aef937a0edbcce46 Mouse-0.09.tar.gz +88628cd3855bbcf620c919c33e86cea1 Mouse-0.13.tar.gz From cweyl at fedoraproject.org Wed Dec 17 01:54:56 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 17 Dec 2008 01:54:56 +0000 (UTC) Subject: rpms/perl-Mouse/F-10 perl-Mouse.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <20081217015456.934C0700D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21887 Modified Files: perl-Mouse.spec sources Log Message: * Tue Dec 16 2008 Chris Weyl 0.13-1 - update to 0.13 Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/perl-Mouse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Mouse.spec 6 Oct 2008 15:41:21 -0000 1.2 +++ perl-Mouse.spec 17 Dec 2008 01:54:26 -0000 1.3 @@ -1,7 +1,7 @@ Name: perl-Mouse -Version: 0.09 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Moose minus the antlers @@ -82,6 +82,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 16 2008 Chris Weyl 0.13-1 +- update to 0.13 + * Mon Oct 06 2008 Chris Weyl 0.09-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Oct 2008 15:39:54 -0000 1.2 +++ sources 17 Dec 2008 01:54:26 -0000 1.3 @@ -1 +1 @@ -9706425f07dab632aef937a0edbcce46 Mouse-0.09.tar.gz +88628cd3855bbcf620c919c33e86cea1 Mouse-0.13.tar.gz From cweyl at fedoraproject.org Wed Dec 17 01:59:22 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 17 Dec 2008 01:59:22 +0000 (UTC) Subject: rpms/perl-Module-Install-ExtraTests/devel .cvsignore, 1.3, 1.4 perl-Module-Install-ExtraTests.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20081217015922.E522D700D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22423 Modified Files: .cvsignore perl-Module-Install-ExtraTests.spec sources Log Message: * Tue Dec 16 2008 Chris Weyl 0.006-1 - update to 0.006 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 23 Oct 2008 19:15:46 -0000 1.3 +++ .cvsignore 17 Dec 2008 01:58:52 -0000 1.4 @@ -1 +1 @@ -Module-Install-ExtraTests-0.004.tar.gz +Module-Install-ExtraTests-0.006.tar.gz Index: perl-Module-Install-ExtraTests.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel/perl-Module-Install-ExtraTests.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Module-Install-ExtraTests.spec 23 Oct 2008 19:15:46 -0000 1.3 +++ perl-Module-Install-ExtraTests.spec 17 Dec 2008 01:58:52 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Module-Install-ExtraTests -Version: 0.004 -Release: 2%{?dist} +Version: 0.006 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Ignorable, contextual test support for Module::Install @@ -53,6 +53,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 16 2008 Chris Weyl 0.006-1 +- update to 0.006 + * Thu Oct 23 2008 Chris Weyl 0.004-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Oct 2008 19:15:46 -0000 1.3 +++ sources 17 Dec 2008 01:58:52 -0000 1.4 @@ -1 +1 @@ -a66f09a5dd6041e07f728b65265812fd Module-Install-ExtraTests-0.004.tar.gz +1fddf04657c120762e950b18347b3eed Module-Install-ExtraTests-0.006.tar.gz From cweyl at fedoraproject.org Wed Dec 17 02:01:01 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 17 Dec 2008 02:01:01 +0000 (UTC) Subject: rpms/perl-Module-Install-ExtraTests/F-10 perl-Module-Install-ExtraTests.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20081217020101.853D3700D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22661 Modified Files: perl-Module-Install-ExtraTests.spec sources Log Message: * Tue Dec 16 2008 Chris Weyl 0.006-1 - update to 0.006 Index: perl-Module-Install-ExtraTests.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-10/perl-Module-Install-ExtraTests.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Module-Install-ExtraTests.spec 23 Oct 2008 19:15:46 -0000 1.3 +++ perl-Module-Install-ExtraTests.spec 17 Dec 2008 02:00:31 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Module-Install-ExtraTests -Version: 0.004 -Release: 2%{?dist} +Version: 0.006 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Ignorable, contextual test support for Module::Install @@ -53,6 +53,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 16 2008 Chris Weyl 0.006-1 +- update to 0.006 + * Thu Oct 23 2008 Chris Weyl 0.004-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Oct 2008 19:15:46 -0000 1.3 +++ sources 17 Dec 2008 02:00:31 -0000 1.4 @@ -1 +1 @@ -a66f09a5dd6041e07f728b65265812fd Module-Install-ExtraTests-0.004.tar.gz +1fddf04657c120762e950b18347b3eed Module-Install-ExtraTests-0.006.tar.gz From cweyl at fedoraproject.org Wed Dec 17 02:01:40 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 17 Dec 2008 02:01:40 +0000 (UTC) Subject: rpms/perl-Module-Install-ExtraTests/F-9 perl-Module-Install-ExtraTests.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081217020140.59AC4700D7@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22762 Modified Files: .cvsignore sources Added Files: perl-Module-Install-ExtraTests.spec Log Message: * Tue Dec 16 2008 Chris Weyl 0.006-1 - update to 0.006 --- NEW FILE perl-Module-Install-ExtraTests.spec --- Name: perl-Module-Install-ExtraTests Version: 0.006 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Ignorable, contextual test support for Module::Install Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Install-ExtraTests BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Install) BuildRequires: perl(Test::More) %description This allows extra_tests; to be declared in Makefile.PL, indicating that the test files found in the directory ./xt should be run only in certain instances: ./xt/author - run when the tests are being run in an author's working copy ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1) ./xt/release - run during "make disttest" %prep %setup -q -n Module-Install-ExtraTests-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Dec 16 2008 Chris Weyl 0.006-1 - update to 0.006 * Thu Oct 23 2008 Chris Weyl 0.004-2 - bump * Thu Oct 23 2008 Chris Weyl 0.004-1 - update to 0.004 * Sat Sep 06 2008 Chris Weyl 0.003-1 - initial Fedora packaging - generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Sep 2008 15:25:54 -0000 1.1 +++ .cvsignore 17 Dec 2008 02:01:09 -0000 1.2 @@ -0,0 +1,4 @@ +clog +*.rpm +*.gz +*.tar Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Sep 2008 15:25:54 -0000 1.1 +++ sources 17 Dec 2008 02:01:10 -0000 1.2 @@ -0,0 +1 @@ +1fddf04657c120762e950b18347b3eed Module-Install-ExtraTests-0.006.tar.gz From buildsys at fedoraproject.org Wed Dec 17 03:01:03 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 17 Dec 2008 03:01:03 +0000 (UTC) Subject: Broken dependencies: perl-Padre Message-ID: <20081217030103.1CF321F825D@releng2.fedora.phx.redhat.com> perl-Padre has broken dependencies in the development tree: On ppc: perl-Padre-0.16-1.fc11.noarch requires perl(Class::Adapter) On x86_64: perl-Padre-0.16-1.fc11.noarch requires perl(Class::Adapter) On i386: perl-Padre-0.16-1.fc11.noarch requires perl(Class::Adapter) On ppc64: perl-Padre-0.16-1.fc11.noarch requires perl(Class::Adapter) Please resolve this as soon as possible. From buildsys at fedoraproject.org Wed Dec 17 03:01:12 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 17 Dec 2008 03:01:12 +0000 (UTC) Subject: Broken dependencies: perl-XML-LibXSLT Message-ID: <20081217030112.3F9071F81C9@releng2.fedora.phx.redhat.com> perl-XML-LibXSLT has broken dependencies in the development tree: On ppc: perl-XML-LibXSLT-1.66-2.fc10.ppc requires perl(XML::LibXML) = 0:1.66 On x86_64: perl-XML-LibXSLT-1.66-2.fc10.x86_64 requires perl(XML::LibXML) = 0:1.66 On i386: perl-XML-LibXSLT-1.66-2.fc10.i386 requires perl(XML::LibXML) = 0:1.66 On ppc64: perl-XML-LibXSLT-1.66-2.fc10.ppc64 requires perl(XML::LibXML) = 0:1.66 Please resolve this as soon as possible. From bugzilla at redhat.com Wed Dec 17 10:08:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 05:08:11 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812171008.mBHA8BMC025614@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 --- Comment #9 from Martin 2008-12-17 05:08:10 EDT --- I think we should leave it open until the upstream bug report is closed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 17 16:12:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 11:12:59 -0500 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: References: Message-ID: <200812171612.mBHGCxRk030504@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=229179 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |SpamAssassin 5873 --- Comment #10 from Kevin Fenzi 2008-12-17 11:12:58 EDT --- ok. Sounds fine to me. If you do notice anything related to this please do update the bug so we see it. I will also add the upstream bug linked to this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Wed Dec 17 17:04:16 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 17 Dec 2008 17:04:16 +0000 (UTC) Subject: rpms/amavisd-new/devel .cvsignore, 1.11, 1.12 amavisd-new.spec, 1.21, 1.22 sources, 1.11, 1.12 Message-ID: <20081217170416.40F1A700D7@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12639 Modified Files: .cvsignore amavisd-new.spec sources Log Message: Update to 2.6.2. Drop smtpdaemon dependency (BZ# 438078). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 15 Jul 2008 20:50:38 -0000 1.11 +++ .cvsignore 17 Dec 2008 17:03:45 -0000 1.12 @@ -1 +1 @@ -amavisd-new-2.6.1.tar.gz +amavisd-new-2.6.2.tar.gz Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- amavisd-new.spec 15 Jul 2008 20:50:38 -0000 1.21 +++ amavisd-new.spec 17 Dec 2008 17:03:45 -0000 1.22 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+ License: GPLv2+ and BSD and GFDL @@ -20,7 +20,6 @@ Patch2: amavisd-condrestart.patch Patch3: amavisd-db.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root/ -Requires: smtpdaemon Requires: /usr/sbin/clamd, /etc/clamd.d Requires: /usr/sbin/tmpwatch, /etc/cron.daily Requires: /usr/bin/ar @@ -175,6 +174,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Dec 17 2008 Steven Pritchard 2.6.2-1 +- Update to 2.6.2. +- Drop smtpdaemon dependency (BZ# 438078). + * Wed Jul 15 2008 Steven Pritchard 2.6.1-1 - Update to 2.6.1. - Require Crypt::OpenSSL::RSA, Digest::SHA, Digest::SHA1, IO::Socket::SSL, Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 15 Jul 2008 20:50:38 -0000 1.11 +++ sources 17 Dec 2008 17:03:45 -0000 1.12 @@ -1 +1 @@ -2474d4c034f96a58e5b8af91af514689 amavisd-new-2.6.1.tar.gz +0b3b0ef8771af8e4a950e7381d42adbd amavisd-new-2.6.2.tar.gz From steve at fedoraproject.org Wed Dec 17 17:25:37 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 17 Dec 2008 17:25:37 +0000 (UTC) Subject: rpms/perl-Module-Info/devel Module-Info-filter-provides.sh, NONE, 1.1 perl-Module-Info.spec, 1.7, 1.8 Message-ID: <20081217172537.E6EB8700D7@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Module-Info/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17786 Modified Files: perl-Module-Info.spec Added Files: Module-Info-filter-provides.sh Log Message: BR Test::Pod::Coverage. Filter B::Utils auto-provides. --- NEW FILE Module-Info-filter-provides.sh --- #!/bin/sh @@PERL_PROV@@ "$@" | sed -e '/^perl(B::Utils)/d' Index: perl-Module-Info.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Info/devel/perl-Module-Info.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Module-Info.spec 28 Feb 2008 13:11:10 -0000 1.7 +++ perl-Module-Info.spec 17 Dec 2008 17:25:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Module-Info Version: 0.31 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Information about Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -10,10 +10,15 @@ BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(version) Requires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Source99: Module-Info-filter-provides.sh +%global real_perl_provides %{__perl_provides} +%define __perl_provides %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-provides + %description Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work @@ -22,6 +27,9 @@ %prep %setup -q -n Module-Info-%{version} +sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > %{__perl_provides} +chmod +x %{__perl_provides} + %build %{__perl} Build.PL installdirs=vendor ./Build @@ -30,6 +38,7 @@ rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* @@ -37,7 +46,7 @@ ./Build test %clean -rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %{__perl_provides} %files %defattr(-,root,root,-) @@ -48,6 +57,10 @@ %{_mandir}/man3/* %changelog +* Wed Dec 17 2008 Steven Pritchard 0.31-4 +- BR Test::Pod::Coverage. +- Filter B::Utils auto-provides. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.31-3 - Rebuild for perl 5.10 (again) From bugzilla at redhat.com Wed Dec 17 17:27:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 12:27:16 -0500 Subject: [Bug 474859] perl-Module-Info claims to provide perl(B::Utils) when it doesn't In-Reply-To: References: Message-ID: <200812171727.mBHHRGY6015015@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474859 Steven Pritchard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |CLOSED Resolution| |RAWHIDE --- Comment #3 from Steven Pritchard 2008-12-17 12:27:15 EDT --- Fixed in 0.31-4 (currently building). Let me know if I need to push that to any other branches. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From lkundrak at fedoraproject.org Wed Dec 17 22:30:57 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Wed, 17 Dec 2008 22:30:57 +0000 (UTC) Subject: rpms/perl-RPM2/devel .cvsignore, 1.2, 1.3 perl-RPM2.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <20081217223057.986C2700D7@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-RPM2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9752 Modified Files: .cvsignore perl-RPM2.spec sources Log Message: Major refactor of the source file -- bring up to date with current cpanspec template -- clean up build requires * Wed Dec 17 2008 Lubomir Rintel - 0.68-1 - New upstream release - Drop patches Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-RPM2/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Apr 2007 14:47:08 -0000 1.2 +++ .cvsignore 17 Dec 2008 22:30:26 -0000 1.3 @@ -1 +1 @@ -RPM2-0.67.tar.gz +RPM2-0.68.tar.gz Index: perl-RPM2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-RPM2/devel/perl-RPM2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-RPM2.spec 12 Dec 2008 00:26:13 -0000 1.8 +++ perl-RPM2.spec 17 Dec 2008 22:30:27 -0000 1.9 @@ -1,59 +1,64 @@ -Name: perl-RPM2 -Version: 0.67 -Release: 7%{?dist} -Summary: Perl bindings for the RPM Package Manager API -License: GPL+ or Artistic -Group: Development/Libraries -URL: http://search.cpan.org/dist/RPM2/ -Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHIPT/RPM2-%{version}.tar.gz -Patch0: perl-RPM2-elf.patch -Patch1: perl-RPM2-0.66-remove-rpmdb-redhat-dependency.patch -Patch2: perl-RPM2-0.66-skip-root-tests.patch -Patch3: perl-RPM2-0.67-inttypes.patch -Patch4: perl-RPM2-0.67-rpm46.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: rpm-devel elfutils-libelf-devel bzip2-devel perl(ExtUtils::MakeMaker) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Name: perl-RPM2 +Version: 0.68 +Release: 1%{?dist} +Summary: Perl bindings for the RPM Package Manager API +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/RPM2/ +Source0: http://www.cpan.org/authors/id/L/LK/LKUNDRAK/RPM2-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: rpm-devel perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + %description The RPM2 module provides an object-oriented interface to querying both the installed RPM database as well as files on the filesystem, providing Perl bindings for the RPM Package Manager API. + %prep -%setup -q -n RPM2-%{version} -%patch0 -p1 -b .elf -%patch1 -p1 -b .remove-rpmdb-redhat-dependency -%patch2 -p1 -b .skip-root-tests -%patch3 -p1 -b .inttypes -%patch4 -p1 -b .rpm46 +%setup -q -n RPM2-%{version} + %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT + +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; + +%{_fixperms} $RPM_BUILD_ROOT/* + %check -%{__make} test +make test + %clean -%{__rm} -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT -%install -%{__rm} -rf %{buildroot} -%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} -/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' -%{__chmod} -R u+w %{buildroot}/* %files %defattr(-,root,root,-) %doc Changes README -%{perl_vendorarch}/RPM2.pm -%{perl_vendorarch}/auto/RPM2/ -%{_mandir}/man3/RPM2.3pm* +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/RPM2* +%{_mandir}/man3/* + %changelog +* Wed Dec 17 2008 Lubomir Rintel - 0.68-1 +- New upstream release +- Drop patches + * Fri Dec 12 2008 Lubomir Rintel - 0.67-7 - Port to RPM 4.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-RPM2/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Apr 2007 14:47:08 -0000 1.2 +++ sources 17 Dec 2008 22:30:27 -0000 1.3 @@ -1 +1 @@ -f9888629116a9b1a5cc39d2e16d44afd RPM2-0.67.tar.gz +12de7dcb31955bfa595b597392d048bb RPM2-0.68.tar.gz From bugzilla at redhat.com Thu Dec 18 00:33:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 19:33:28 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812180033.mBI0XSXk029025@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #9 from Fedora Update System 2008-12-17 19:33:27 EDT --- perl-Test-Signature-1.10-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 18 00:33:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 19:33:31 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812180033.mBI0XV64006873@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|RAWHIDE |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 18 00:40:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Dec 2008 19:40:45 -0500 Subject: [Bug 474864] Review Request: perl-Test-Signature - Automated SIGNATURE testing In-Reply-To: References: Message-ID: <200812180040.mBI0ejjl032643@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474864 --- Comment #10 from Fedora Update System 2008-12-17 19:40:44 EDT --- perl-Test-Signature-1.10-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Thu Dec 18 01:10:36 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 18 Dec 2008 01:10:36 +0000 (UTC) Subject: rpms/perl-Log-Dispatch-FileRotate/EL-5 perl-Log-Dispatch-FileRotate.spec, 1.4, 1.5 Message-ID: <20081218011036.D92257012F@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13539 Modified Files: perl-Log-Dispatch-FileRotate.spec Log Message: Escape %check. Index: perl-Log-Dispatch-FileRotate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/EL-5/perl-Log-Dispatch-FileRotate.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch-FileRotate.spec 16 Oct 2007 20:55:54 -0000 1.4 +++ perl-Log-Dispatch-FileRotate.spec 18 Dec 2008 01:10:06 -0000 1.5 @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: perl(Date::Manip) BuildRequires: perl(Log::Dispatch) -# See comment in the %check section +# See comment in the %%check section # BuildRequires: perl(Log::Log4perl) >= 0.23 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) From buildsys at fedoraproject.org Thu Dec 18 04:07:51 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:07:51 +0000 (UTC) Subject: Broken dependencies: perl-Spreadsheet-ParseExcel Message-ID: <20081218040751.593AD1F81C9@releng2.fedora.phx.redhat.com> perl-Spreadsheet-ParseExcel has broken dependencies in the development tree: On ppc: perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc requires perl(Spreadsheet::WriteExcel) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc requires perl(Jcode) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc requires perl(OLE::Storage_Lite) On x86_64: perl-Spreadsheet-ParseExcel-0.3300-1.fc11.x86_64 requires perl(Spreadsheet::WriteExcel) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.x86_64 requires perl(Jcode) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.x86_64 requires perl(OLE::Storage_Lite) On i386: perl-Spreadsheet-ParseExcel-0.3300-1.fc11.i386 requires perl(Spreadsheet::WriteExcel) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.i386 requires perl(Jcode) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.i386 requires perl(OLE::Storage_Lite) On ppc64: perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc64 requires perl(Spreadsheet::WriteExcel) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc64 requires perl(Jcode) perl-Spreadsheet-ParseExcel-0.3300-1.fc11.ppc64 requires perl(OLE::Storage_Lite) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:07:53 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:07:53 +0000 (UTC) Subject: Broken dependencies: perl-Template-Toolkit Message-ID: <20081218040753.8DAAF1F8250@releng2.fedora.phx.redhat.com> perl-Template-Toolkit has broken dependencies in the development tree: On ppc: perl-Template-Toolkit-2.19-4.fc9.ppc requires perl(Pod::POM) perl-Template-Toolkit-2.19-4.fc9.ppc requires perl(AppConfig) perl-Template-Toolkit-2.19-4.fc9.ppc requires perl(Text::Autoformat) On x86_64: perl-Template-Toolkit-2.19-4.fc9.x86_64 requires perl(Pod::POM) perl-Template-Toolkit-2.19-4.fc9.x86_64 requires perl(AppConfig) perl-Template-Toolkit-2.19-4.fc9.x86_64 requires perl(Text::Autoformat) On i386: perl-Template-Toolkit-2.19-4.fc9.i386 requires perl(Pod::POM) perl-Template-Toolkit-2.19-4.fc9.i386 requires perl(Text::Autoformat) perl-Template-Toolkit-2.19-4.fc9.i386 requires perl(AppConfig) On ppc64: perl-Template-Toolkit-2.19-4.fc9.ppc64 requires perl(Pod::POM) perl-Template-Toolkit-2.19-4.fc9.ppc64 requires perl(AppConfig) perl-Template-Toolkit-2.19-4.fc9.ppc64 requires perl(Text::Autoformat) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:07:56 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:07:56 +0000 (UTC) Subject: Broken dependencies: perl-Razor-Agent Message-ID: <20081218040756.76EA21F81C9@releng2.fedora.phx.redhat.com> perl-Razor-Agent has broken dependencies in the development tree: On ppc: perl-Razor-Agent-2.85-1.fc10.ppc requires perl(URI::Escape) On x86_64: perl-Razor-Agent-2.85-1.fc10.x86_64 requires perl(URI::Escape) On i386: perl-Razor-Agent-2.85-1.fc10.i386 requires perl(URI::Escape) On ppc64: perl-Razor-Agent-2.85-1.fc10.ppc64 requires perl(URI::Escape) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:07:53 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:07:53 +0000 (UTC) Subject: Broken dependencies: perl-Crypt-Blowfish Message-ID: <20081218040753.65FF51F8243@releng2.fedora.phx.redhat.com> perl-Crypt-Blowfish has broken dependencies in the development tree: On ppc: perl-Crypt-Blowfish-2.10-6.fc9.ppc requires perl-Crypt-CBC On x86_64: perl-Crypt-Blowfish-2.10-6.fc9.x86_64 requires perl-Crypt-CBC On i386: perl-Crypt-Blowfish-2.10-6.fc9.i386 requires perl-Crypt-CBC On ppc64: perl-Crypt-Blowfish-2.10-6.fc9.ppc64 requires perl-Crypt-CBC Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:08:29 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:08:29 +0000 (UTC) Subject: Broken dependencies: perl-Devel-Cover Message-ID: <20081218040829.7F9701F8243@releng2.fedora.phx.redhat.com> perl-Devel-Cover has broken dependencies in the development tree: On ppc: perl-Devel-Cover-0.64-1.fc10.ppc requires perl(Pod::Coverage) perl-Devel-Cover-0.64-1.fc10.ppc requires perl(Test::Differences) On x86_64: perl-Devel-Cover-0.64-1.fc10.x86_64 requires perl(Pod::Coverage) perl-Devel-Cover-0.64-1.fc10.x86_64 requires perl(Test::Differences) On i386: perl-Devel-Cover-0.64-1.fc10.i386 requires perl(Pod::Coverage) perl-Devel-Cover-0.64-1.fc10.i386 requires perl(Test::Differences) On ppc64: perl-Devel-Cover-0.64-1.fc10.ppc64 requires perl(Pod::Coverage) perl-Devel-Cover-0.64-1.fc10.ppc64 requires perl(Test::Differences) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:08:36 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:08:36 +0000 (UTC) Subject: Broken dependencies: perl-DBI-Dumper Message-ID: <20081218040836.163DA1F8243@releng2.fedora.phx.redhat.com> perl-DBI-Dumper has broken dependencies in the development tree: On ppc: perl-DBI-Dumper-2.01-6.fc9.ppc requires perl(Inline) perl-DBI-Dumper-2.01-6.fc9.ppc requires perl(Parse::RecDescent) On x86_64: perl-DBI-Dumper-2.01-6.fc9.x86_64 requires perl(Inline) perl-DBI-Dumper-2.01-6.fc9.x86_64 requires perl(Parse::RecDescent) On i386: perl-DBI-Dumper-2.01-6.fc9.i386 requires perl(Inline) perl-DBI-Dumper-2.01-6.fc9.i386 requires perl(Parse::RecDescent) On ppc64: perl-DBI-Dumper-2.01-6.fc9.ppc64 requires perl(Inline) perl-DBI-Dumper-2.01-6.fc9.ppc64 requires perl(Parse::RecDescent) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:08:52 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:08:52 +0000 (UTC) Subject: Broken dependencies: perl-GO-TermFinder Message-ID: <20081218040852.6D0BD1F8243@releng2.fedora.phx.redhat.com> perl-GO-TermFinder has broken dependencies in the development tree: On ppc: perl-GO-TermFinder-0.82-2.fc10.ppc requires perl(GraphViz) On x86_64: perl-GO-TermFinder-0.82-2.fc10.x86_64 requires perl(GraphViz) On i386: perl-GO-TermFinder-0.82-2.fc10.i386 requires perl(GraphViz) On ppc64: perl-GO-TermFinder-0.82-2.fc10.ppc64 requires perl(GraphViz) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:08:54 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:08:54 +0000 (UTC) Subject: Broken dependencies: perl-File-MMagic-XS Message-ID: <20081218040854.B954F1F81C9@releng2.fedora.phx.redhat.com> perl-File-MMagic-XS has broken dependencies in the development tree: On ppc: perl-File-MMagic-XS-0.09003-4.fc9.ppc requires perl(File::MMagic) On x86_64: perl-File-MMagic-XS-0.09003-4.fc9.x86_64 requires perl(File::MMagic) On i386: perl-File-MMagic-XS-0.09003-4.fc9.i386 requires perl(File::MMagic) On ppc64: perl-File-MMagic-XS-0.09003-4.fc9.ppc64 requires perl(File::MMagic) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:09:15 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:09:15 +0000 (UTC) Subject: Broken dependencies: perl-Crypt-Rijndael Message-ID: <20081218040915.6B01C1F81C9@releng2.fedora.phx.redhat.com> perl-Crypt-Rijndael has broken dependencies in the development tree: On ppc: perl-Crypt-Rijndael-1.06-2.fc10.ppc requires perl(Test::Manifest) >= 0:1.14 On x86_64: perl-Crypt-Rijndael-1.06-2.fc10.x86_64 requires perl(Test::Manifest) >= 0:1.14 On i386: perl-Crypt-Rijndael-1.06-2.fc10.i386 requires perl(Test::Manifest) >= 0:1.14 On ppc64: perl-Crypt-Rijndael-1.06-2.fc10.ppc64 requires perl(Test::Manifest) >= 0:1.14 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:09:51 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:09:51 +0000 (UTC) Subject: Broken dependencies: perl-Readonly-XS Message-ID: <20081218040951.BD44F1F8243@releng2.fedora.phx.redhat.com> perl-Readonly-XS has broken dependencies in the development tree: On ppc: perl-Readonly-XS-1.04-11.fc9.ppc requires perl(Readonly) >= 0:1.02 On x86_64: perl-Readonly-XS-1.04-11.fc9.x86_64 requires perl(Readonly) >= 0:1.02 On i386: perl-Readonly-XS-1.04-11.fc9.i386 requires perl(Readonly) >= 0:1.02 On ppc64: perl-Readonly-XS-1.04-11.fc9.ppc64 requires perl(Readonly) >= 0:1.02 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:09:57 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:09:57 +0000 (UTC) Subject: Broken dependencies: perl-Class-MOP Message-ID: <20081218040957.261CC1F81C9@releng2.fedora.phx.redhat.com> perl-Class-MOP has broken dependencies in the development tree: On ppc: perl-Class-MOP-0.71-1.fc11.ppc requires perl(Sub::Identify) >= 0:0.03 perl-Class-MOP-0.71-1.fc11.ppc requires perl(MRO::Compat) On x86_64: perl-Class-MOP-0.71-1.fc11.x86_64 requires perl(Sub::Identify) >= 0:0.03 perl-Class-MOP-0.71-1.fc11.x86_64 requires perl(MRO::Compat) On i386: perl-Class-MOP-0.71-1.fc11.i386 requires perl(Sub::Identify) >= 0:0.03 perl-Class-MOP-0.71-1.fc11.i386 requires perl(MRO::Compat) On ppc64: perl-Class-MOP-0.71-1.fc11.ppc64 requires perl(Sub::Identify) >= 0:0.03 perl-Class-MOP-0.71-1.fc11.ppc64 requires perl(MRO::Compat) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:10:10 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:10:10 +0000 (UTC) Subject: Broken dependencies: perl-Class-XSAccessor Message-ID: <20081218041010.2AF661F81C9@releng2.fedora.phx.redhat.com> perl-Class-XSAccessor has broken dependencies in the development tree: On ppc: perl-Class-XSAccessor-0.14-1.fc11.ppc requires perl(AutoXS::Header) On x86_64: perl-Class-XSAccessor-0.14-1.fc11.x86_64 requires perl(AutoXS::Header) On i386: perl-Class-XSAccessor-0.14-1.fc11.i386 requires perl(AutoXS::Header) On ppc64: perl-Class-XSAccessor-0.14-1.fc11.ppc64 requires perl(AutoXS::Header) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:10:35 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:10:35 +0000 (UTC) Subject: Broken dependencies: perl-Math-Random-MT-Auto Message-ID: <20081218041035.37DE11F8250@releng2.fedora.phx.redhat.com> perl-Math-Random-MT-Auto has broken dependencies in the development tree: On ppc: perl-Math-Random-MT-Auto-6.14-1.fc10.ppc requires perl(Object::InsideOut::Util) perl-Math-Random-MT-Auto-6.14-1.fc10.ppc requires perl(Exception::Class) perl-Math-Random-MT-Auto-6.14-1.fc10.ppc requires perl(Object::InsideOut) >= 0:2.06 On x86_64: perl-Math-Random-MT-Auto-6.14-1.fc10.x86_64 requires perl(Object::InsideOut::Util) perl-Math-Random-MT-Auto-6.14-1.fc10.x86_64 requires perl(Exception::Class) perl-Math-Random-MT-Auto-6.14-1.fc10.x86_64 requires perl(Object::InsideOut) >= 0:2.06 On i386: perl-Math-Random-MT-Auto-6.14-1.fc10.i386 requires perl(Object::InsideOut::Util) perl-Math-Random-MT-Auto-6.14-1.fc10.i386 requires perl(Exception::Class) perl-Math-Random-MT-Auto-6.14-1.fc10.i386 requires perl(Object::InsideOut) >= 0:2.06 On ppc64: perl-Math-Random-MT-Auto-6.14-1.fc10.ppc64 requires perl(Object::InsideOut::Util) perl-Math-Random-MT-Auto-6.14-1.fc10.ppc64 requires perl(Exception::Class) perl-Math-Random-MT-Auto-6.14-1.fc10.ppc64 requires perl(Object::InsideOut) >= 0:2.06 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:10:44 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:10:44 +0000 (UTC) Subject: Broken dependencies: perl-Devel-GlobalDestruction Message-ID: <20081218041044.6FE251F8250@releng2.fedora.phx.redhat.com> perl-Devel-GlobalDestruction has broken dependencies in the development tree: On ppc: perl-Devel-GlobalDestruction-0.02-3.fc9.ppc requires perl(Sub::Exporter) On x86_64: perl-Devel-GlobalDestruction-0.02-3.fc9.x86_64 requires perl(Sub::Exporter) On i386: perl-Devel-GlobalDestruction-0.02-3.fc9.i386 requires perl(Sub::Exporter) On ppc64: perl-Devel-GlobalDestruction-0.02-3.fc9.ppc64 requires perl(Sub::Exporter) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:10:45 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:10:45 +0000 (UTC) Subject: Broken dependencies: perl-DateTime Message-ID: <20081218041045.F1D711F8243@releng2.fedora.phx.redhat.com> perl-DateTime has broken dependencies in the development tree: On ppc: 1:perl-DateTime-0.4501-1.fc11.ppc requires perl(Class::Singleton) 1:perl-DateTime-0.4501-1.fc11.ppc requires perl(Class::Singleton) >= 0:1.03 On x86_64: 1:perl-DateTime-0.4501-1.fc11.x86_64 requires perl(Class::Singleton) 1:perl-DateTime-0.4501-1.fc11.x86_64 requires perl(Class::Singleton) >= 0:1.03 On i386: 1:perl-DateTime-0.4501-1.fc11.i386 requires perl(Class::Singleton) 1:perl-DateTime-0.4501-1.fc11.i386 requires perl(Class::Singleton) >= 0:1.03 On ppc64: 1:perl-DateTime-0.4501-1.fc11.ppc64 requires perl(Class::Singleton) 1:perl-DateTime-0.4501-1.fc11.ppc64 requires perl(Class::Singleton) >= 0:1.03 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:10:59 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:10:59 +0000 (UTC) Subject: Broken dependencies: perl-Net-DBus Message-ID: <20081218041059.977B51F8252@releng2.fedora.phx.redhat.com> perl-Net-DBus has broken dependencies in the development tree: On ppc: perl-Net-DBus-0.33.6-2.fc9.ppc requires perl(XML::Twig) On x86_64: perl-Net-DBus-0.33.6-2.fc9.x86_64 requires perl(XML::Twig) On i386: perl-Net-DBus-0.33.6-2.fc9.i386 requires perl(XML::Twig) On ppc64: perl-Net-DBus-0.33.6-2.fc9.ppc64 requires perl(XML::Twig) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:09:43 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:09:43 +0000 (UTC) Subject: Broken dependencies: perl-Unicode-Map Message-ID: <20081218040943.104C21F81C9@releng2.fedora.phx.redhat.com> perl-Unicode-Map has broken dependencies in the development tree: On ppc: perl-Unicode-Map-0.112-15.fc10.ppc requires perl(HTTP::Status) perl-Unicode-Map-0.112-15.fc10.ppc requires perl(LWP::Simple) On x86_64: perl-Unicode-Map-0.112-15.fc10.x86_64 requires perl(HTTP::Status) perl-Unicode-Map-0.112-15.fc10.x86_64 requires perl(LWP::Simple) On i386: perl-Unicode-Map-0.112-15.fc10.i386 requires perl(HTTP::Status) perl-Unicode-Map-0.112-15.fc10.i386 requires perl(LWP::Simple) On ppc64: perl-Unicode-Map-0.112-15.fc10.ppc64 requires perl(HTTP::Status) perl-Unicode-Map-0.112-15.fc10.ppc64 requires perl(LWP::Simple) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:11:12 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:11:12 +0000 (UTC) Subject: Broken dependencies: perl-SGML-Parser-OpenSP Message-ID: <20081218041112.ECB9C1F81C9@releng2.fedora.phx.redhat.com> perl-SGML-Parser-OpenSP has broken dependencies in the development tree: On ppc: perl-SGML-Parser-OpenSP-0.994-1.fc10.ppc requires perl(Class::Accessor) On x86_64: perl-SGML-Parser-OpenSP-0.994-1.fc10.x86_64 requires perl(Class::Accessor) On i386: perl-SGML-Parser-OpenSP-0.994-1.fc10.i386 requires perl(Class::Accessor) On ppc64: perl-SGML-Parser-OpenSP-0.994-1.fc10.ppc64 requires perl(Class::Accessor) Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:11:16 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:11:16 +0000 (UTC) Subject: Broken dependencies: perl-XML-LibXSLT Message-ID: <20081218041116.324051F81C9@releng2.fedora.phx.redhat.com> perl-XML-LibXSLT has broken dependencies in the development tree: On ppc: perl-XML-LibXSLT-1.66-2.fc10.ppc requires perl(XML::LibXML) = 0:1.66 On x86_64: perl-XML-LibXSLT-1.66-2.fc10.x86_64 requires perl(XML::LibXML) = 0:1.66 On i386: perl-XML-LibXSLT-1.66-2.fc10.i386 requires perl(XML::LibXML) = 0:1.66 On ppc64: perl-XML-LibXSLT-1.66-2.fc10.ppc64 requires perl(XML::LibXML) = 0:1.66 Please resolve this as soon as possible. From buildsys at fedoraproject.org Thu Dec 18 04:11:24 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 04:11:24 +0000 (UTC) Subject: Broken dependencies: perl-Mail-Box-Parser-C Message-ID: <20081218041124.B8DC21F81C9@releng2.fedora.phx.redhat.com> perl-Mail-Box-Parser-C has broken dependencies in the development tree: On ppc: perl-Mail-Box-Parser-C-3.006-4.fc9.ppc requires perl(Mail::Message::Field) On x86_64: perl-Mail-Box-Parser-C-3.006-4.fc9.x86_64 requires perl(Mail::Message::Field) On i386: perl-Mail-Box-Parser-C-3.006-4.fc9.i386 requires perl(Mail::Message::Field) On ppc64: perl-Mail-Box-Parser-C-3.006-4.fc9.ppc64 requires perl(Mail::Message::Field) Please resolve this as soon as possible. From mmaslano at fedoraproject.org Thu Dec 18 11:34:35 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 18 Dec 2008 11:34:35 +0000 (UTC) Subject: rpms/perl-Padre/devel switchOfCheck.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 perl-Padre.spec, 1.3, 1.4 sources, 1.7, 1.8 Padre-removevsORLite.patch, 1.1, NONE Message-ID: <20081218113435.9903B7012F@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2583 Modified Files: .cvsignore perl-Padre.spec sources Added Files: switchOfCheck.patch Removed Files: Padre-removevsORLite.patch Log Message: * Wed Dec 17 2008 Marcela Ma??l????ov?? 0.20-1 - update to 0.20, switch off check of Wx, because unset DISPLAY in rpmbuild. V0.21 wasn't package because same problem somewhere else in code. switchOfCheck.patch: --- NEW FILE switchOfCheck.patch --- diff -up Padre-0.20/Build.PL.old Padre-0.20/Build.PL --- Padre-0.20/Build.PL.old 2008-12-02 11:40:30.000000000 +0100 +++ Padre-0.20/Build.PL 2008-12-17 15:45:57.000000000 +0100 @@ -10,7 +10,7 @@ if ( not $Config{usethreads} ) { exit 0; } -check_wx_version(); +#check_wx_version(); print <<"END_WARN"; ********************************************************** Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 19 Nov 2008 09:54:09 -0000 1.7 +++ .cvsignore 18 Dec 2008 11:34:05 -0000 1.8 @@ -1,3 +1,4 @@ Padre.desktop Padre-0.14.tar.gz Padre-0.16.tar.gz +Padre-0.20.tar.gz Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Padre.spec 19 Nov 2008 09:54:09 -0000 1.3 +++ perl-Padre.spec 18 Dec 2008 11:34:05 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Padre -Version: 0.16 +Version: 0.20 Release: 1%{?dist} Summary: Perl Application Development and Refactoring Environment License: GPL+ or Artistic @@ -7,7 +7,7 @@ URL: http://search.cpan.org/dist/Padre/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz Source1: Padre.desktop -Patch0: Padre-removevsORLite.patch +Patch0: switchOfCheck.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 @@ -45,6 +45,7 @@ %prep %setup -q -n Padre-%{version} +%patch0 -p1 %build %{__perl} Build.PL installdirs=vendor @@ -81,6 +82,11 @@ %{_mandir}/man3/* %changelog +* Wed Dec 17 2008 Marcela Ma??l????ov?? 0.20-1 +- update to 0.20, switch off check of Wx, because unset DISPLAY + in rpmbuild. V0.21 wasn't package because same problem + somewhere else in code. + * Tue Nov 18 2008 Marcela Ma??l????ov?? 0.16-1 - update to 0.16 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Nov 2008 09:54:09 -0000 1.7 +++ sources 18 Dec 2008 11:34:05 -0000 1.8 @@ -1,3 +1,2 @@ e9457439b1f0c929ab3141197294e061 Padre.desktop -665f3e5361b0baa62eed8a313d8429aa Padre-0.14.tar.gz -c728c539ceded869c677c5f9f420189e Padre-0.16.tar.gz +cd91f198508d1756c9cf32736a40f58e Padre-0.20.tar.gz --- Padre-removevsORLite.patch DELETED --- From mmaslano at fedoraproject.org Thu Dec 18 12:12:26 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Thu, 18 Dec 2008 12:12:26 +0000 (UTC) Subject: rpms/perl-Padre/F-10 switchOfCheck.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Padre.spec, 1.2, 1.3 sources, 1.2, 1.3 Padre-removevsORLite.patch, 1.1, NONE Message-ID: <20081218121226.4B1707012F@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10745 Modified Files: .cvsignore perl-Padre.spec sources Added Files: switchOfCheck.patch Removed Files: Padre-removevsORLite.patch Log Message: * Thu Dec 18 2008 Marcela Ma??l????ov?? 0.20-1 - update to 0.20, switch off check of Wx, because unset DISPLAY in rpmbuild. V0.21 wasn't package because same problem somewhere else in code. switchOfCheck.patch: --- NEW FILE switchOfCheck.patch --- diff -up Padre-0.20/Build.PL.old Padre-0.20/Build.PL --- Padre-0.20/Build.PL.old 2008-12-02 11:40:30.000000000 +0100 +++ Padre-0.20/Build.PL 2008-12-17 15:45:57.000000000 +0100 @@ -10,7 +10,7 @@ if ( not $Config{usethreads} ) { exit 0; } -check_wx_version(); +#check_wx_version(); print <<"END_WARN"; ********************************************************** Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Oct 2008 10:51:49 -0000 1.2 +++ .cvsignore 18 Dec 2008 12:11:56 -0000 1.3 @@ -1,2 +1,3 @@ Padre-0.10.tar.gz Padre.desktop +Padre-0.20.tar.gz Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/perl-Padre.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Padre.spec 22 Oct 2008 12:16:28 -0000 1.2 +++ perl-Padre.spec 18 Dec 2008 12:11:56 -0000 1.3 @@ -1,19 +1,20 @@ Name: perl-Padre -Version: 0.10 -Release: 5%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Perl Application Development and Refactoring Environment License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Padre/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz Source1: Padre.desktop -Patch0: Padre-removevsORLite.patch +Patch0: switchOfCheck.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 BuildRequires: perl(Class::Accessor) BuildRequires: perl(DBD::SQLite) BuildRequires: perl(File::Copy::Recursive) +BuildRequires: perl(File::Which) BuildRequires: perl(Module::Build) BuildRequires: perl(PAR) >= 0.970 BuildRequires: perl(Pod::Simple) @@ -26,11 +27,14 @@ Requires: perl(Class::Accessor) Requires: perl(DBD::SQLite) Requires: perl(File::Copy::Recursive) +Requires: perl(File::ShareDir::PAR) Requires: perl(PAR) >= 0.970 Requires: perl(Pod::Simple) Requires: perl(PPI) >= 1.203 Requires: perl(Probe::Perl) >= 0.01 Requires: perl(Wx::Perl::Dialog) +Requires: perl(Module::Starter) >= 1.50 +Requires: perl(Class::Adapter) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -40,7 +44,7 @@ %prep %setup -q -n Padre-%{version} -%patch0 -p1 -b .patch +%patch0 -p1 %build %{__perl} Build.PL installdirs=vendor @@ -77,6 +81,11 @@ %{_mandir}/man3/* %changelog +* Thu Dec 18 2008 Marcela Ma??l????ov?? 0.20-1 +- update to 0.20, switch off check of Wx, because unset DISPLAY + in rpmbuild. V0.21 wasn't package because same problem + somewhere else in code. + * Wed Oct 22 2008 Marcela Ma??l????ov?? 0.10-5 - rebuilt, padre couldn't find many libraries Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Oct 2008 10:51:49 -0000 1.2 +++ sources 18 Dec 2008 12:11:56 -0000 1.3 @@ -1,2 +1,2 @@ -d036a33e475a962415e4ef9837c7a74e Padre-0.10.tar.gz e9457439b1f0c929ab3141197294e061 Padre.desktop +cd91f198508d1756c9cf32736a40f58e Padre-0.20.tar.gz --- Padre-removevsORLite.patch DELETED --- From bugzilla at redhat.com Thu Dec 18 12:25:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Dec 2008 07:25:40 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812181225.mBICPexl029223@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 --- Comment #3 from Marcela Maslanova 2008-12-18 07:25:39 EDT --- v0.21 seems to be broken, so please check at least v0.20. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 18 12:23:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Dec 2008 07:23:10 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812181223.mBICNAlM002726@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 --- Comment #2 from Fedora Update System 2008-12-18 07:23:09 EDT --- perl-Padre-0.20-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Padre-0.20-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Thu Dec 18 16:18:20 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 18 Dec 2008 16:18:20 +0000 (UTC) Subject: Broken dependencies: perl-XML-LibXSLT Message-ID: <20081218161820.E7BBA1F825A@releng2.fedora.phx.redhat.com> perl-XML-LibXSLT has broken dependencies in the development tree: On ppc: perl-XML-LibXSLT-1.66-2.fc10.ppc requires perl(XML::LibXML) = 0:1.66 On x86_64: perl-XML-LibXSLT-1.66-2.fc10.x86_64 requires perl(XML::LibXML) = 0:1.66 On i386: perl-XML-LibXSLT-1.66-2.fc10.i386 requires perl(XML::LibXML) = 0:1.66 On ppc64: perl-XML-LibXSLT-1.66-2.fc10.ppc64 requires perl(XML::LibXML) = 0:1.66 Please resolve this as soon as possible. From bugzilla at redhat.com Thu Dec 18 16:26:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Dec 2008 11:26:36 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812181626.mBIGQa3R020668@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 --- Comment #5 from Fedora Update System 2008-12-18 11:26:35 EDT --- perl-B-Utils-0.07-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-B-Utils-0.07-2.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 18 16:26:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Dec 2008 11:26:32 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812181626.mBIGQWN5014248@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 --- Comment #4 from Fedora Update System 2008-12-18 11:26:31 EDT --- perl-B-Utils-0.07-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-B-Utils-0.07-2.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Thu Dec 18 16:55:16 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 18 Dec 2008 16:55:16 +0000 (UTC) Subject: rpms/perl-Log-Log4perl/EL-5 .cvsignore, 1.10, 1.11 perl-Log-Log4perl.spec, 1.13, 1.14 sources, 1.10, 1.11 Log-Log4perl-1.01-032JRollFile.t.patch, 1.1, NONE Log-Log4perl-1.01-Watch.pm.patch, 1.1, NONE Message-ID: <20081218165516.DD1CD7012F@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14402 Modified Files: .cvsignore perl-Log-Log4perl.spec sources Removed Files: Log-Log4perl-1.01-032JRollFile.t.patch Log-Log4perl-1.01-Watch.pm.patch Log Message: Sync with devel branch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 7 Jun 2007 13:32:13 -0000 1.10 +++ .cvsignore 18 Dec 2008 16:54:45 -0000 1.11 @@ -1 +1 @@ -Log-Log4perl-1.11.tar.gz +Log-Log4perl-1.13.tar.gz Index: perl-Log-Log4perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/perl-Log-Log4perl.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Log-Log4perl.spec 16 Oct 2007 20:58:49 -0000 1.13 +++ perl-Log-Log4perl.spec 18 Dec 2008 16:54:46 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Log-Log4perl -Version: 1.11 -Release: 1%{?dist} +Version: 1.13 +Release: 2%{?dist} Summary: Log4j implementation for Perl Group: Development/Libraries @@ -8,8 +8,6 @@ # CPAN URL: http://search.cpan.org/dist/Log-Log4perl/ URL: http://log4perl.sourceforge.net/ Source0: http://log4perl.sourceforge.net/releases/Log-Log4perl-%{version}.tar.gz -Patch0: Log-Log4perl-1.01-Watch.pm.patch -Patch1: Log-Log4perl-1.01-032JRollFile.t.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -19,6 +17,8 @@ BuildRequires: perl(SQL::Statement) BuildRequires: perl(DBD::CSV) BuildRequires: perl(XML::DOM) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) # perl(RRDs) is provided by rrdtool-perl (a rrdtool subpackage) BuildRequires: perl(RRDs) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -31,8 +31,6 @@ %prep %setup -q -n Log-Log4perl-%{version} -%patch0 -p1 -%patch1 -p1 find lib -name "*.pm" -exec chmod -c a-x {} ';' %{__perl} -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' eg/newsyslog-test chmod -c a-x eg/* @@ -52,7 +50,9 @@ %check -make test L4P_ALL_TESTS=1 +# These tests fail in the Fedora buildsystem. +# No clue as to why. They work fine in local testing. +# make test L4P_ALL_TESTS=1 %clean @@ -67,6 +67,25 @@ %changelog +* Thu Mar 6 2008 Tom "spot" Callaway - 1.13-2 +- rebuild for new perl + +* Wed Oct 17 2007 Tom "spot" Callaway - 1.13-1.1 +- disable tests + +* Wed Oct 17 2007 Tom "spot" Callaway - 1.13-1 +- bump to 1.13 + +* Tue Oct 16 2007 Tom "spot" Callaway - 1.12-1.2 +- add BR: perl(Test::More) + +* Tue Oct 16 2007 Tom "spot" Callaway - 1.12-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + +* Fri Jun 29 2007 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jun 7 2007 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Log4perl/EL-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 7 Jun 2007 13:32:13 -0000 1.10 +++ sources 18 Dec 2008 16:54:46 -0000 1.11 @@ -1 +1 @@ -8b6ed8da4fc0f50b84da8d862dfd4a8e Log-Log4perl-1.11.tar.gz +ba0eff06d756834a9f549f3ece8c3f88 Log-Log4perl-1.13.tar.gz --- Log-Log4perl-1.01-032JRollFile.t.patch DELETED --- --- Log-Log4perl-1.01-Watch.pm.patch DELETED --- From kwizart at fedoraproject.org Thu Dec 18 17:11:30 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 18 Dec 2008 17:11:30 +0000 (UTC) Subject: rpms/perl-AnyEvent-AIO/devel import.log, NONE, 1.1 perl-AnyEvent-AIO.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081218171130.652087012F@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19374/devel Modified Files: .cvsignore sources Added Files: import.log perl-AnyEvent-AIO.spec Log Message: Initial import for Rawhide --- NEW FILE import.log --- perl-AnyEvent-AIO-1_0-1_fc9:HEAD:perl-AnyEvent-AIO-1.0-1.fc9.src.rpm:1229620221 --- NEW FILE perl-AnyEvent-AIO.spec --- Name: perl-AnyEvent-AIO Version: 1.0 Release: 1%{?dist} Summary: Truly asynchronous file and directrory I/O Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AnyEvent-AIO/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-AIO-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::AIO) >= 3 BuildRequires: perl(AnyEvent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Truly asynchronous file and directrory I/O. %prep %setup -q -n AnyEvent-AIO-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2008 05:17:21 -0000 1.1 +++ .cvsignore 18 Dec 2008 17:10:59 -0000 1.2 @@ -0,0 +1 @@ +AnyEvent-AIO-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-AIO/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:17:21 -0000 1.1 +++ sources 18 Dec 2008 17:11:00 -0000 1.2 @@ -0,0 +1 @@ +90205654d87e93ca4bef5299d00677e9 AnyEvent-AIO-1.0.tar.gz From kwizart at fedoraproject.org Thu Dec 18 17:13:42 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 18 Dec 2008 17:13:42 +0000 (UTC) Subject: rpms/perl-AnyEvent-BDB/devel import.log, NONE, 1.1 perl-AnyEvent-BDB.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081218171343.03B747012F@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent-BDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19964/devel Modified Files: .cvsignore sources Added Files: import.log perl-AnyEvent-BDB.spec Log Message: -Initial import for Rawhide --- NEW FILE import.log --- perl-AnyEvent-BDB-1_0-1_fc9:HEAD:perl-AnyEvent-BDB-1.0-1.fc9.src.rpm:1229620347 --- NEW FILE perl-AnyEvent-BDB.spec --- Name: perl-AnyEvent-BDB Version: 1.0 Release: 1%{?dist} Summary: Truly asynchronous Berkeley DB access Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AnyEvent-BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(BDB) BuildRequires: perl(AnyEvent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Truly asynchronous Berkeley DB access. %prep %setup -q -n AnyEvent-BDB-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-BDB/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Dec 2008 05:15:36 -0000 1.1 +++ .cvsignore 18 Dec 2008 17:13:12 -0000 1.2 @@ -0,0 +1 @@ +AnyEvent-BDB-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-BDB/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:15:36 -0000 1.1 +++ sources 18 Dec 2008 17:13:12 -0000 1.2 @@ -0,0 +1 @@ +b2c2b2e216d2e46304b9664756d9aa22 AnyEvent-BDB-1.0.tar.gz From bugzilla at redhat.com Thu Dec 18 18:50:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Dec 2008 13:50:58 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812181850.mBIIowKa012912@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 --- Comment #11 from Fedora Update System 2008-12-18 13:50:57 EDT --- perl-Catalyst-Controller-HTML-FormFu-0.03007-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Catalyst-Controller-HTML-FormFu-0.03007-2.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kwizart at fedoraproject.org Thu Dec 18 23:49:32 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Thu, 18 Dec 2008 23:49:32 +0000 (UTC) Subject: rpms/perl-AnyEvent-BDB/F-10 perl-AnyEvent-BDB.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20081218234932.8CD907012F@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent-BDB/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3230 Modified Files: sources Added Files: perl-AnyEvent-BDB.spec Log Message: Initial import for F-10 --- NEW FILE perl-AnyEvent-BDB.spec --- Name: perl-AnyEvent-BDB Version: 1.0 Release: 1%{?dist} Summary: Truly asynchronous Berkeley DB access Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AnyEvent-BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(BDB) BuildRequires: perl(AnyEvent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Truly asynchronous Berkeley DB access. %prep %setup -q -n AnyEvent-BDB-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1 - Initial package. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-BDB/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:15:36 -0000 1.1 +++ sources 18 Dec 2008 23:49:02 -0000 1.2 @@ -0,0 +1 @@ +b2c2b2e216d2e46304b9664756d9aa22 AnyEvent-BDB-1.0.tar.gz From kwizart at fedoraproject.org Fri Dec 19 00:03:34 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Fri, 19 Dec 2008 00:03:34 +0000 (UTC) Subject: rpms/perl-AnyEvent-BDB/F-9 perl-AnyEvent-BDB.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20081219000334.92DC870131@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent-BDB/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7876 Modified Files: sources Added Files: perl-AnyEvent-BDB.spec Log Message: Initial import for F-9 --- NEW FILE perl-AnyEvent-BDB.spec --- Name: perl-AnyEvent-BDB Version: 1.0 Release: 1%{?dist} Summary: Truly asynchronous Berkeley DB access Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AnyEvent-BDB/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-BDB-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(BDB) BuildRequires: perl(AnyEvent) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Truly asynchronous Berkeley DB access. %prep %setup -q -n AnyEvent-BDB-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Nov 29 2008 kwizart < kwizart at gmail.com > - 1.0-1 - Initial package. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-BDB/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Dec 2008 05:15:36 -0000 1.1 +++ sources 19 Dec 2008 00:03:04 -0000 1.2 @@ -0,0 +1 @@ +b2c2b2e216d2e46304b9664756d9aa22 AnyEvent-BDB-1.0.tar.gz From bugzilla at redhat.com Fri Dec 19 07:50:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 02:50:25 -0500 Subject: [Bug 474867] Review Request: perl-B-Utils - Helper functions for op tree manipulation In-Reply-To: References: Message-ID: <200812190750.mBJ7oP3o009617@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474867 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 19 07:51:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 02:51:31 -0500 Subject: [Bug 475427] Review Request: perl-Catalyst-Controller-HTML-FormFu - HTML::FormFu controller for Catalyst In-Reply-To: References: Message-ID: <200812190751.mBJ7pVVc009833@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=475427 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 19 07:50:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 02:50:26 -0500 Subject: [Bug 474859] perl-Module-Info claims to provide perl(B::Utils) when it doesn't In-Reply-To: References: Message-ID: <200812190750.mBJ7oQUg009642@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=474859 Bug 474859 depends on bug 474867, which changed state. Bug 474867 Summary: Review Request: perl-B-Utils - Helper functions for op tree manipulation https://bugzilla.redhat.com/show_bug.cgi?id=474867 What |Old Value |New Value ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Fri Dec 19 07:55:43 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 19 Dec 2008 07:55:43 +0000 (UTC) Subject: rpms/perl-HTML-FormFu/F-9 .cvsignore, 1.2, 1.3 perl-HTML-FormFu.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081219075543.84AEA7012F@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-FormFu/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11479 Modified Files: .cvsignore perl-HTML-FormFu.spec sources Log Message: * Mon Dec 08 2008 Iain Arnell 0.03007-1 - update to 030007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Dec 2008 15:23:37 -0000 1.2 +++ .cvsignore 19 Dec 2008 07:55:12 -0000 1.3 @@ -1 +1 @@ -HTML-FormFu-0.03005.tar.gz +HTML-FormFu-0.03007.tar.gz Index: perl-HTML-FormFu.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-9/perl-HTML-FormFu.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-HTML-FormFu.spec 5 Dec 2008 15:23:37 -0000 1.1 +++ perl-HTML-FormFu.spec 19 Dec 2008 07:55:12 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-HTML-FormFu -Version: 0.03005 -Release: 3%{?dist} +Version: 0.03007 +Release: 1%{?dist} Summary: HTML Form Creation, Rendering and Validation Framework License: GPL+ or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ Source0: http://www.cpan.org/authors/id/C/CF/CFRANKS/HTML-FormFu-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(CGI) BuildRequires: perl(CGI::Simple) BuildRequires: perl(Captcha::reCAPTCHA) BuildRequires: perl(Class::Accessor::Chained::Fast) @@ -74,7 +75,7 @@ cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ -sed -e '/perl(Catalyst/d' +sed -e '/perl(Catalyst/d' -e '/perl(defaults)/d' -e '/perl(model_config)/d' EOF %define __perl_requires %{_builddir}/HTML-FormFu-%{version}/%{name}-req @@ -110,6 +111,12 @@ %{_mandir}/man3/* %changelog +* Mon Dec 08 2008 Iain Arnell 0.03007-1 +- update to 030007 + +* Sat Dec 06 2008 Iain Arnell 0.03005-4 +- remove wrongly detected requires (defaults and model_config) + * Sat Nov 29 2008 Iain Arnell 0.03005-3 - remove more unnecessary requires - requires Exporter >= 5.57 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-FormFu/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Dec 2008 15:23:37 -0000 1.2 +++ sources 19 Dec 2008 07:55:13 -0000 1.3 @@ -1 +1 @@ -0bac58fc9ad070e931207cc6a83c1b2c HTML-FormFu-0.03005.tar.gz +e29b491c3ed8a88139ab7ee2374e8334 HTML-FormFu-0.03007.tar.gz From bugzilla at redhat.com Fri Dec 19 08:02:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 03:02:59 -0500 Subject: [Bug 473215] Review Request: perl-HTML-FormFu - HTML Form Creation, Rendering and Validation Framework In-Reply-To: References: Message-ID: <200812190802.mBJ82xPF005218@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=473215 --- Comment #10 from Fedora Update System 2008-12-19 03:02:57 EDT --- perl-HTML-FormFu-0.03007-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-HTML-FormFu-0.03007-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 19 08:59:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 03:59:15 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812190859.mBJ8xF93013384@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 19 09:28:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Dec 2008 04:28:58 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812190928.mBJ9Swk2025539@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |panemade at gmail.com AssignedTo|nobody at fedoraproject.org |panemade at gmail.com Flag| |fedora-review+ --- Comment #1 from Parag AN(????) 2008-12-19 04:28:57 EDT --- Review: + package builds in mock (rawhide i386). koji Build => http://koji.fedoraproject.org/koji/taskinfo?taskID=1009025 + rpmlint is silent for SRPM and for RPM. + source files match upstream url afef214de7c8084c59fad8a07a640059 Catalyst-Plugin-Authorization-Roles-0.07.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test gave All tests successful. Files=5, Tests=45, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.41 cusr 0.05 csys = 0.50 CPU) + Package perl-Catalyst-Plugin-Authorization-Roles-0.07-1.fc11 => Provides: perl(Catalyst::Plugin::Authorization::Roles) = 0.07 Requires: perl(Catalyst::Exception) perl(Scalar::Util) perl(Set::Object) perl(strict) perl(warnings) Suggestions:- 1) Not needed following in SPEC file BuildRequires: perl >= 1:5.8.0 APPROVED. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Fri Dec 19 10:14:32 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Fri, 19 Dec 2008 10:14:32 +0000 (UTC) Subject: Broken dependencies: perl-XML-LibXSLT Message-ID: <20081219101432.4E3D51F81D6@releng2.fedora.phx.redhat.com> perl-XML-LibXSLT has broken dependencies in the development tree: On ppc: perl-XML-LibXSLT-1.66-2.fc10.ppc requires perl(XML::LibXML) = 0:1.66 On x86_64: perl-XML-LibXSLT-1.66-2.fc10.x86_64 requires perl(XML::LibXML) = 0:1.66 On i386: perl-XML-LibXSLT-1.66-2.fc10.i386 requires perl(XML::LibXML) = 0:1.66 On ppc64: perl-XML-LibXSLT-1.66-2.fc10.ppc64 requires perl(XML::LibXML) = 0:1.66 Please resolve this as soon as possible. From buildsys at fedoraproject.org Fri Dec 19 10:14:35 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Fri, 19 Dec 2008 10:14:35 +0000 (UTC) Subject: Broken dependencies: perl-Padre Message-ID: <20081219101435.01B0C1F81D4@releng2.fedora.phx.redhat.com> perl-Padre has broken dependencies in the development tree: On ppc: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On x86_64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On i386: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On ppc64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) Please resolve this as soon as possible. From bugzilla at redhat.com Sat Dec 20 05:17:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 00:17:23 -0500 Subject: [Bug 477298] New: perl-Test-Warn needs updating to 0.11 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Test-Warn needs updating to 0.11 https://bugzilla.redhat.com/show_bug.cgi?id=477298 Summary: perl-Test-Warn needs updating to 0.11 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Test-Warn AssignedTo: tcallawa at redhat.com ReportedBy: iarnell at gmail.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: perl-Test-Warn-0.10-3.fc11 fails to build with recently update perl-Sub-Uplevel-0.2002-1.fc11. According to upstream changelog, this is fixed in Test::Warn 0.11 0.11 Jun 09 2008 - better Makefile.PL - mention Test::Trap - uplevel 2 changed to uplevel 1 to work with Sub::Uplevel 0.19_02 - small fixes Version-Release number of selected component (if applicable): 0.10-3.fc11 Steps to Reproduce: 1. checkout and build perl-Test-Warn/devel Actual results: build fails Expected results: build succeeds -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 20 05:23:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 00:23:49 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812200523.mBK5Nnhm018564@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #2 from Iain Arnell 2008-12-20 00:23:48 EDT --- New Package CVS Request ======================= Package Name: perl-Catalyst-Plugin-Authorization-Roles Short Description: Role based authorization for Catalyst based on Catalyst::Plugin::Authentication Owners: iarnell Branches: F-9 F-10 InitialCC: perl-sig -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From corsepiu at fedoraproject.org Sat Dec 20 06:40:21 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 06:40:21 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/devel .cvsignore, 1.13, 1.14 perl-Locale-Maketext-Lexicon.spec, 1.20, 1.21 sources, 1.13, 1.14 Message-ID: <20081220064021.70CFA7012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17114/devel Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 29 Nov 2008 05:21:31 -0000 1.13 +++ .cvsignore 20 Dec 2008 06:39:50 -0000 1.14 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.75.tar.gz +Locale-Maketext-Lexicon-0.76.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Locale-Maketext-Lexicon.spec 29 Nov 2008 05:21:31 -0000 1.20 +++ perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:50 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.75 +Version: 0.76 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 +- Upstream update. + * Sat Nov 29 2008 Ralf Cors??pius - 0.75-1 - Upstream update. - Reflect upstream maintainer having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 29 Nov 2008 05:21:31 -0000 1.13 +++ sources 20 Dec 2008 06:39:51 -0000 1.14 @@ -1 +1 @@ -be8b0c0a8af4fe2235c999c3c76e02b6 Locale-Maketext-Lexicon-0.75.tar.gz +e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz From corsepiu at fedoraproject.org Sat Dec 20 06:40:21 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 06:40:21 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/F-10 .cvsignore, 1.13, 1.14 perl-Locale-Maketext-Lexicon.spec, 1.20, 1.21 sources, 1.13, 1.14 Message-ID: <20081220064021.C35497012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17114/F-10 Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 29 Nov 2008 05:21:31 -0000 1.13 +++ .cvsignore 20 Dec 2008 06:39:51 -0000 1.14 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.75.tar.gz +Locale-Maketext-Lexicon-0.76.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Locale-Maketext-Lexicon.spec 29 Nov 2008 05:21:32 -0000 1.20 +++ perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:51 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.75 +Version: 0.76 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 +- Upstream update. + * Sat Nov 29 2008 Ralf Cors??pius - 0.75-1 - Upstream update. - Reflect upstream maintainer having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 29 Nov 2008 05:21:32 -0000 1.13 +++ sources 20 Dec 2008 06:39:51 -0000 1.14 @@ -1 +1 @@ -be8b0c0a8af4fe2235c999c3c76e02b6 Locale-Maketext-Lexicon-0.75.tar.gz +e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz From corsepiu at fedoraproject.org Sat Dec 20 06:40:22 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 06:40:22 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/F-9 .cvsignore, 1.13, 1.14 perl-Locale-Maketext-Lexicon.spec, 1.20, 1.21 sources, 1.13, 1.14 Message-ID: <20081220064022.098F07012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17114/F-9 Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 29 Nov 2008 05:21:32 -0000 1.13 +++ .cvsignore 20 Dec 2008 06:39:51 -0000 1.14 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.75.tar.gz +Locale-Maketext-Lexicon-0.76.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Locale-Maketext-Lexicon.spec 29 Nov 2008 05:21:32 -0000 1.20 +++ perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:51 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.75 +Version: 0.76 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 +- Upstream update. + * Sat Nov 29 2008 Ralf Cors??pius - 0.75-1 - Upstream update. - Reflect upstream maintainer having changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 29 Nov 2008 05:21:32 -0000 1.13 +++ sources 20 Dec 2008 06:39:51 -0000 1.14 @@ -1 +1 @@ -be8b0c0a8af4fe2235c999c3c76e02b6 Locale-Maketext-Lexicon-0.75.tar.gz +e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz From corsepiu at fedoraproject.org Sat Dec 20 08:02:54 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 08:02:54 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/F-10 .cvsignore, 1.8, 1.9 perl-Class-MethodMaker.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <20081220080254.474117012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6011/F-10 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 5 Sep 2008 16:31:12 -0000 1.8 +++ .cvsignore 20 Dec 2008 08:02:23 -0000 1.9 @@ -1,3 +1 @@ -Class-MethodMaker-2.12.tar.gz -.build*.log -*.rpm +Class-MethodMaker-2.13.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/perl-Class-MethodMaker.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Class-MethodMaker.spec 5 Sep 2008 16:31:12 -0000 1.16 +++ perl-Class-MethodMaker.spec 20 Dec 2008 08:02:24 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Class-MethodMaker -Version: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 +- Upstream update. + * Fri Sep 5 2008 Daniel P. Berrange - 2.12-1 - Update to new release for rhbz #461285 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 5 Sep 2008 16:31:12 -0000 1.8 +++ sources 20 Dec 2008 08:02:24 -0000 1.9 @@ -1 +1 @@ -2194eda77e0d1b4555d4084a2d2cf24f Class-MethodMaker-2.12.tar.gz +4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz From corsepiu at fedoraproject.org Sat Dec 20 08:02:54 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 08:02:54 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/F-9 .cvsignore, 1.8, 1.9 perl-Class-MethodMaker.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <20081220080254.AC8867012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6011/F-9 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 5 Sep 2008 16:26:28 -0000 1.8 +++ .cvsignore 20 Dec 2008 08:02:24 -0000 1.9 @@ -1,3 +1 @@ -Class-MethodMaker-2.12.tar.gz -.build*.log -*.rpm +Class-MethodMaker-2.13.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/perl-Class-MethodMaker.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Class-MethodMaker.spec 5 Sep 2008 16:26:28 -0000 1.16 +++ perl-Class-MethodMaker.spec 20 Dec 2008 08:02:24 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Class-MethodMaker -Version: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 +- Upstream update. + * Fri Sep 5 2008 Daniel P. Berrange - 2.12-1 - Update to new release for rhbz #461285 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 5 Sep 2008 16:26:28 -0000 1.8 +++ sources 20 Dec 2008 08:02:24 -0000 1.9 @@ -1 +1 @@ -2194eda77e0d1b4555d4084a2d2cf24f Class-MethodMaker-2.12.tar.gz +4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz From corsepiu at fedoraproject.org Sat Dec 20 08:02:54 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 20 Dec 2008 08:02:54 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/devel .cvsignore, 1.8, 1.9 perl-Class-MethodMaker.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <20081220080254.15E727012F@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6011/devel Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 5 Sep 2008 16:31:12 -0000 1.8 +++ .cvsignore 20 Dec 2008 08:02:23 -0000 1.9 @@ -1,3 +1 @@ -Class-MethodMaker-2.12.tar.gz -.build*.log -*.rpm +Class-MethodMaker-2.13.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/perl-Class-MethodMaker.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Class-MethodMaker.spec 5 Sep 2008 16:31:12 -0000 1.16 +++ perl-Class-MethodMaker.spec 20 Dec 2008 08:02:23 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Class-MethodMaker -Version: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 +- Upstream update. + * Fri Sep 5 2008 Daniel P. Berrange - 2.12-1 - Update to new release for rhbz #461285 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 5 Sep 2008 16:31:12 -0000 1.8 +++ sources 20 Dec 2008 08:02:23 -0000 1.9 @@ -1 +1 @@ -2194eda77e0d1b4555d4084a2d2cf24f Class-MethodMaker-2.12.tar.gz +4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz From buildsys at fedoraproject.org Sat Dec 20 10:09:53 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 20 Dec 2008 10:09:53 +0000 (UTC) Subject: Broken dependencies: perl-Padre Message-ID: <20081220100953.46E8B1F8243@releng2.fedora.phx.redhat.com> perl-Padre has broken dependencies in the development tree: On ppc: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On x86_64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On i386: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On ppc64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sat Dec 20 10:10:01 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 20 Dec 2008 10:10:01 +0000 (UTC) Subject: Broken dependencies: perl-XML-LibXSLT Message-ID: <20081220101001.578C41F8246@releng2.fedora.phx.redhat.com> perl-XML-LibXSLT has broken dependencies in the development tree: On ppc: perl-XML-LibXSLT-1.66-2.fc10.ppc requires perl(XML::LibXML) = 0:1.66 On x86_64: perl-XML-LibXSLT-1.66-2.fc10.x86_64 requires perl(XML::LibXML) = 0:1.66 On i386: perl-XML-LibXSLT-1.66-2.fc10.i386 requires perl(XML::LibXML) = 0:1.66 On ppc64: perl-XML-LibXSLT-1.66-2.fc10.ppc64 requires perl(XML::LibXML) = 0:1.66 Please resolve this as soon as possible. From orion at fedoraproject.org Sat Dec 20 15:27:42 2008 From: orion at fedoraproject.org (Orion Poplawski) Date: Sat, 20 Dec 2008 15:27:42 +0000 (UTC) Subject: rpms/netcdf-perl/devel netcdf-perl.spec,1.5,1.6 Message-ID: <20081220152742.9268A7012F@cvs1.fedora.phx.redhat.com> Author: orion Update of /cvs/pkgs/rpms/netcdf-perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv697 Modified Files: netcdf-perl.spec Log Message: * Fri Dec 19 2008 - Orion Poplawski - 1.2.3-8 - Rebuild for new netcdf Index: netcdf-perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/netcdf-perl/devel/netcdf-perl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- netcdf-perl.spec 7 Mar 2008 01:53:07 -0000 1.5 +++ netcdf-perl.spec 20 Dec 2008 15:27:12 -0000 1.6 @@ -1,6 +1,6 @@ Name: netcdf-perl Version: 1.2.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl extension module for scientific data access via the netCDF API Group: Development/Libraries @@ -27,8 +27,8 @@ %build cd src export PERL_MANDIR=%{_mandir} -export CPP_NETCDF=-I%{_includedir}/netcdf-3 -export LD_NETCDF="-L%{_libdir}/netcdf-3 -lnetcdf" +export CPP_NETCDF=-I%{_includedir}/netcdf +export LD_NETCDF="-lnetcdf" %configure cd perl %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -71,8 +71,11 @@ %changelog +* Fri Dec 19 2008 - Orion Poplawski - 1.2.3-8 +- Rebuild for new netcdf + * Thu Mar 06 2008 Tom "spot" Callaway - 1.2.3-7 -Rebuild for new perl +- Rebuild for new perl * Sat Feb 9 2008 - Orion Poplawski - 1.2.3-6 - Rebuild for gcc 3.4 From bugzilla at redhat.com Sat Dec 20 16:32:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 11:32:22 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812201632.mBKGWMxg017781@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at city-fan.org --- Comment #1 from Paul Howarth 2008-12-20 11:32:21 EDT --- Updating Test::Warn should also fix the FTBFS on Net::SSLeay: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/perl-Net-SSLeay-1.35-1.fc10.src.rpm/result/build.log -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Sat Dec 20 17:05:32 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 20 Dec 2008 17:05:32 +0000 (UTC) Subject: rpms/perl-XML-LibXSLT/devel .cvsignore, 1.6, 1.7 perl-XML-LibXSLT.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <20081220170532.80AB07012F@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-XML-LibXSLT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17758 Modified Files: .cvsignore perl-XML-LibXSLT.spec sources Log Message: Update, fixing broken dep on XML::LibXML Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Aug 2008 03:00:21 -0000 1.6 +++ .cvsignore 20 Dec 2008 17:05:02 -0000 1.7 @@ -1 +1 @@ -XML-LibXSLT-1.66.tar.gz +XML-LibXSLT-1.68.tar.gz Index: perl-XML-LibXSLT.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/devel/perl-XML-LibXSLT.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-XML-LibXSLT.spec 3 Nov 2008 14:52:43 -0000 1.16 +++ perl-XML-LibXSLT.spec 20 Dec 2008 17:05:02 -0000 1.17 @@ -2,25 +2,25 @@ Name: perl-XML-LibXSLT -# NOTE: also update perl-XML-LibXML to the matching version. See below why. -Version: 1.66 -Release: 2%{?dist} +# NOTE: also update perl-XML-LibXML to a compatible version. See below why. +Version: 1.68 +Release: 1%{?dist} Summary: Perl module for interfacing to GNOME's libxslt Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-LibXSLT/ -Source0: http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-1.66.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-devel +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libxslt-devel >= 1.1.18, gdbm-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# the package shares code with perl-XML-LibXML, we have to require the same version +# the package shares code with perl-XML-LibXML, we have to require a compatible version # see https://bugzilla.redhat.com/show_bug.cgi?id=469480 -BuildRequires: perl(XML::LibXML) = %{version} -Requires: perl(XML::LibXML) = %{version} +BuildRequires: perl(XML::LibXML) >= 1.67 +Requires: perl(XML::LibXML) >= 1.67 %description This module is a fast XSLT library, based on the Gnome libxslt engine @@ -30,8 +30,8 @@ %setup -q -n XML-LibXSLT-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -56,6 +56,15 @@ %{_mandir}/man3/*.3* %changelog +* Sat Dec 20 2008 Paul Howarth - 1.68-1 +- update to 1.68 +- relax hard version requirement on XML::LibXML, which is at 1.69 upstream + but 1.67 or above will suffice (care will still have to be taken to keep + the packages in sync, particularly when XML::LibXML is updated) +- specify $RPM_OPT_FLAGS once rather than twice +- drop historical perl version requirement, which is met even by EL-3 +- explicitly buildreq ExtUtils::MakeMaker rather than just perl-devel + * Mon Nov 3 2008 Stepan Kasal - 1.66-2 - require XML::LibXML of the same version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Aug 2008 03:00:21 -0000 1.6 +++ sources 20 Dec 2008 17:05:02 -0000 1.7 @@ -1 +1 @@ -cfabf853c7139fb21948a31bc77e6ac7 XML-LibXSLT-1.66.tar.gz +23265ad14469b3eede5833f205198a6f XML-LibXSLT-1.68.tar.gz From bugzilla at redhat.com Sat Dec 20 17:58:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 12:58:37 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812201758.mBKHwbHi029494@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 --- Comment #2 from Iain Arnell 2008-12-20 12:58:36 EDT --- Oh, yeah. I forgot to mention that. Current perl-Test-Warn doesn't work with current perl-Sub-Uplevel at all (rather than not just build against it). This is responsible for several of the perl-* FTBFS reported by Matt, including http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/perl-Archive-Any-0.093-3.fc9.src.rpm/result/build.log http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/perl-Data-ICal-0.13-3.fc10.src.rpm/result/build.log http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/perl-Log-Trivial-0.31-2.fc9.src.rpm/result/build.log http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/perl-Regexp-Assemble-0.34-1.fc11.src.rpm/result/build.log and probably others. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Sat Dec 20 21:10:34 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 20 Dec 2008 21:10:34 +0000 (UTC) Subject: rpms/perl-Test-Warn/devel .cvsignore, 1.4, 1.5 perl-Test-Warn.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20081220211034.9D1AB7012F@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Test-Warn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2176 Modified Files: .cvsignore perl-Test-Warn.spec sources Log Message: Update to 0.11 (#477298) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 May 2007 13:57:17 -0000 1.4 +++ .cvsignore 20 Dec 2008 21:10:04 -0000 1.5 @@ -1 +1 @@ -Test-Warn-0.10.tar.gz +Test-Warn-0.11.tar.gz Index: perl-Test-Warn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/devel/perl-Test-Warn.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Warn.spec 2 Mar 2008 15:56:35 -0000 1.8 +++ perl-Test-Warn.spec 20 Dec 2008 21:10:04 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Test-Warn -Version: 0.10 -Release: 3%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries @@ -10,14 +10,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Array::Compare) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) BuildRequires: perl(Sub::Uplevel) >= 0.12 +BuildRequires: perl(Test::Builder) >= 0.13 +BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Array::Compare) -BuildRequires: perl(Tree::DAG_Node) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Tree::DAG_Node) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Test::Builder) >= 0.13 +Requires: perl(Test::Builder::Tester) Requires: perl(Tree::DAG_Node) + %description This module provides a few convenience methods for testing warning based code. @@ -56,6 +64,12 @@ %changelog +* Sat Dec 20 2008 Paul Howarth - 0.11-1 +- Update to 0.11 (#477298) +- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder, + Test::Builder::Tester, and Test::More (from upstream Makefile.PL) +- Add runtime dependencies on Test::Builder and Test::Builder::Tester + * Wed Feb 27 2008 Tom "spot" Callaway - 0.10-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2007 13:57:17 -0000 1.4 +++ sources 20 Dec 2008 21:10:04 -0000 1.5 @@ -1 +1 @@ -17557bbc8eefadf9f088ae4ab73e9976 Test-Warn-0.10.tar.gz +1000ef6d94b54ca9eb75fb994a7e8bec Test-Warn-0.11.tar.gz From bugzilla at redhat.com Sat Dec 20 21:17:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 16:17:38 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812202117.mBKLHcNr025803@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV --- Comment #3 from Paul Howarth 2008-12-20 16:17:37 EDT --- OK, given that this is affecting quite a few other packages, and that this is one of JPO's packages that's effectively under the maintainership of the perl SIG (IIRC spot is the "legal owner" of all of those packages simply because a group couldn't be made the owner in pkgdb), I've updated it myself: http://koji.fedoraproject.org/koji/taskinfo?taskID=1012545 I'll leave the ticket open for now in case anyone else (e.g. spot) wants to chime in. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Dec 20 22:31:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 17:31:25 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812202231.mBKMVPYq011126@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 --- Comment #4 from Tom "spot" Callaway 2008-12-20 17:31:24 EDT --- Works for me. As per usual, I'm okay with perl SIG folks making changes to my perl packages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 00:34:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 19:34:10 -0500 Subject: [Bug 477426] New: Please convert to new font packaging guidelines Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Please convert to new font packaging guidelines https://bugzilla.redhat.com/show_bug.cgi?id=477426 Summary: Please convert to new font packaging guidelines Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: monafont AssignedTo: mtasaka at ioa.s.u-tokyo.ac.jp ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: mtasaka at ioa.s.u-tokyo.ac.jp, fedora-perl-devel-list at redhat.com Classification: Fedora This bug has been filed because we've detected your package includes one or several font files: repoquery -C --repoid=rawhide -f '*.ttf' -f '*.otf' -f '*.pfb' -f '*.pfa' --qf='%{SOURCERPM}\n' |sed -e 's+-[0-9.-]*\.fc[123456789]\(.*\)src.rpm++g'|sort|uniq Unfortunately the script does not detect symlinks to other packages, so if that's your case, you can close this bug report now. Otherwise, you should know that: - Fedora guidelines demand the packaging of fonts in a separate package or subpackage: http://fedoraproject.org/wiki/Packaging/Guidelines#Avoid_bundling_of_fonts_in_other_packages - our font packaging guidelines recently changed, and every package that ships fonts must be adapted to the new templates available in the fontpackages-devel package. http://fedoraproject.org/wiki/PackagingDrafts/Fonts_packaging_automation_(2008-11-18) http://fedoraproject.org/wiki/Fedora_fonts_policy_package http://fedoraproject.org/wiki/Simple_fonts_spec_template http://fedoraproject.org/wiki/Fonts_spec_template_for_multiple_fonts Please make your package conform to the current guidelines in rawhide. If your package is not principaly a font package, depending on a separate font package or subpackage is the prefered solution. If your application does not use fontconfig you can always package symlinks to the files provided by the font package and installed in the correct fontconfig directories. It is preferred to make a font package or subpackage per font family, though it is not currently a hard guidelines requirement (it may become before Fedora 11 is released). The definition of a font family is given on http://fedoraproject.org/wiki/Fonts_spec_template_notes/font-family The new templates should make the creation of font subpackages easy and safe. The following packages have already been converted and can serve as examples: - andika-fonts - apanov-heuristica-fonts - bitstream-vera-fonts - charis-fonts - dejavu-fonts - ecolier-court-fonts - edrip-fonts - gfs-ambrosia-fonts - gfs-artemisia-fonts - gfs-baskerville-fonts - gfs-bodoni-classic-fonts - gfs-bodoni-fonts - gfs-complutum-fonts - gfs-didot-classic-fonts - gfs-didot-fonts - gfs-eustace-fonts - gfs-fleischman-fonts - gfs-garaldus-fonts - gfs-gazis-fonts - gfs-jackson-fonts - gfs-neohellenic-fonts - gfs-nicefore-fonts - gfs-olga-fonts - gfs-porson-fonts - gfs-solomos-fonts - gfs-theokritos-fonts - stix-fonts - yanone-kaffeesatz-fonts If you have any remaining questions about the new guidelines please ask them on fedora-fonts-list at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 00:36:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 19:36:15 -0500 Subject: [Bug 477438] New: Please convert to new font packaging guidelines Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Please convert to new font packaging guidelines https://bugzilla.redhat.com/show_bug.cgi?id=477438 Summary: Please convert to new font packaging guidelines Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl-GDTextUtil AssignedTo: tcallawa at redhat.com ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, rc040203 at freenet.de, fedora-perl-devel-list at redhat.com Classification: Fedora This bug has been filed because we've detected your package includes one or several font files: repoquery -C --repoid=rawhide -f '*.ttf' -f '*.otf' -f '*.pfb' -f '*.pfa' --qf='%{SOURCERPM}\n' |sed -e 's+-[0-9.-]*\.fc[123456789]\(.*\)src.rpm++g'|sort|uniq Unfortunately the script does not detect symlinks to other packages, so if that's your case, you can close this bug report now. Otherwise, you should know that: - Fedora guidelines demand the packaging of fonts in a separate package or subpackage: http://fedoraproject.org/wiki/Packaging/Guidelines#Avoid_bundling_of_fonts_in_other_packages - our font packaging guidelines recently changed, and every package that ships fonts must be adapted to the new templates available in the fontpackages-devel package. http://fedoraproject.org/wiki/PackagingDrafts/Fonts_packaging_automation_(2008-11-18) http://fedoraproject.org/wiki/Fedora_fonts_policy_package http://fedoraproject.org/wiki/Simple_fonts_spec_template http://fedoraproject.org/wiki/Fonts_spec_template_for_multiple_fonts Please make your package conform to the current guidelines in rawhide. If your package is not principaly a font package, depending on a separate font package or subpackage is the prefered solution. If your application does not use fontconfig you can always package symlinks to the files provided by the font package and installed in the correct fontconfig directories. It is preferred to make a font package or subpackage per font family, though it is not currently a hard guidelines requirement (it may become before Fedora 11 is released). The definition of a font family is given on http://fedoraproject.org/wiki/Fonts_spec_template_notes/font-family The new templates should make the creation of font subpackages easy and safe. The following packages have already been converted and can serve as examples: - andika-fonts - apanov-heuristica-fonts - bitstream-vera-fonts - charis-fonts - dejavu-fonts - ecolier-court-fonts - edrip-fonts - gfs-ambrosia-fonts - gfs-artemisia-fonts - gfs-baskerville-fonts - gfs-bodoni-classic-fonts - gfs-bodoni-fonts - gfs-complutum-fonts - gfs-didot-classic-fonts - gfs-didot-fonts - gfs-eustace-fonts - gfs-fleischman-fonts - gfs-garaldus-fonts - gfs-gazis-fonts - gfs-jackson-fonts - gfs-neohellenic-fonts - gfs-nicefore-fonts - gfs-olga-fonts - gfs-porson-fonts - gfs-solomos-fonts - gfs-theokritos-fonts - stix-fonts - yanone-kaffeesatz-fonts If you have any remaining questions about the new guidelines please ask them on fedora-fonts-list at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 00:56:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 19:56:46 -0500 Subject: [Bug 477438] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200812210056.mBL0ukDk003608@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477438 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.com Blocks| |477044 --- Comment #1 from Nicolas Mailhot 2008-12-20 19:56:45 EDT --- [Since the bot made a mess of the text here it is again in properly indented form.] This bug has been filed because we've detected your package includes one or several font files: repoquery -C --repoid=rawhide -f '*.ttf' -f '*.otf' -f '*.pfb' -f '*.pfa' --qf='%{SOURCERPM}\n' |sed -e 's+-[0-9.-]*\.fc[123456789]\(.*\)src.rpm++g'|sort|uniq Unfortunately this script does not detect symlinks to other packages, so if that's your case, you can close this bug report now. Otherwise, you should know that: ? Fedora guidelines demand the packaging of fonts in a separate package (or subpackage): http://fedoraproject.org/wiki/Packaging/Guidelines#Avoid_bundling_of_fonts_in_other_packages ? our font packaging guidelines recently changed, and every package that ships fonts must be adapted to the new templates available in the fontpackages-devel package: ? http://fedoraproject.org/wiki/PackagingDrafts/Fonts_packaging_automation_(2008-11-18) ? http://fedoraproject.org/wiki/Fedora_fonts_policy_package ? http://fedoraproject.org/wiki/Simple_fonts_spec_template ? http://fedoraproject.org/wiki/Fonts_spec_template_for_multiple_fonts Please make your package conform to the current guidelines in rawhide (you can use the fontpackages package in F9 or F10 to test, but only submit changes to rawhide please). If your package is not principaly a font package, depending on a separate font package or subpackage is the prefered solution. If your application does not use fontconfig you can always package symlinks to the files provided by the font package and installed in the correct fontconfig directories. It is preferred to create a font package or subpackage per font family, though it is not currently a hard guidelines requirement (it may become before Fedora 11 is released). The definition of a font family is given on: http://fedoraproject.org/wiki/Fonts_spec_template_notes/font-family The new templates should make the creation of font subpackages easy and safe. The following packages have already been converted by their packager and can serve as examples: ? andika-fonts ? apanov-heuristica-fonts ? bitstream-vera-fonts ? charis-fonts ? dejavu-fonts ? ecolier-court-fonts ? edrip-fonts ? gfs-ambrosia-fonts ? gfs-artemisia-fonts ? gfs-baskerville-fonts ? gfs-bodoni-classic-fonts ? gfs-bodoni-fonts ? gfs-complutum-fonts ? gfs-didot-classic-fonts ? gfs-didot-fonts ? gfs-eustace-fonts ? gfs-fleischman-fonts ? gfs-garaldus-fonts ? gfs-gazis-fonts ? gfs-jackson-fonts ? gfs-neohellenic-fonts ? gfs-nicefore-fonts ? gfs-olga-fonts ? gfs-porson-fonts ? gfs-solomos-fonts ? gfs-theokritos-fonts ? stix-fonts ? yanone-kaffeesatz-fonts If you have any remaining questions about the new guidelines please ask them on: fedora-fonts-list at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 00:56:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 19:56:29 -0500 Subject: [Bug 477426] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200812210056.mBL0uTQR003173@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477426 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.com Blocks| |477044 --- Comment #1 from Nicolas Mailhot 2008-12-20 19:56:28 EDT --- [Since the bot made a mess of the text here it is again in properly indented form.] This bug has been filed because we've detected your package includes one or several font files: repoquery -C --repoid=rawhide -f '*.ttf' -f '*.otf' -f '*.pfb' -f '*.pfa' --qf='%{SOURCERPM}\n' |sed -e 's+-[0-9.-]*\.fc[123456789]\(.*\)src.rpm++g'|sort|uniq Unfortunately this script does not detect symlinks to other packages, so if that's your case, you can close this bug report now. Otherwise, you should know that: ? Fedora guidelines demand the packaging of fonts in a separate package (or subpackage): http://fedoraproject.org/wiki/Packaging/Guidelines#Avoid_bundling_of_fonts_in_other_packages ? our font packaging guidelines recently changed, and every package that ships fonts must be adapted to the new templates available in the fontpackages-devel package: ? http://fedoraproject.org/wiki/PackagingDrafts/Fonts_packaging_automation_(2008-11-18) ? http://fedoraproject.org/wiki/Fedora_fonts_policy_package ? http://fedoraproject.org/wiki/Simple_fonts_spec_template ? http://fedoraproject.org/wiki/Fonts_spec_template_for_multiple_fonts Please make your package conform to the current guidelines in rawhide (you can use the fontpackages package in F9 or F10 to test, but only submit changes to rawhide please). If your package is not principaly a font package, depending on a separate font package or subpackage is the prefered solution. If your application does not use fontconfig you can always package symlinks to the files provided by the font package and installed in the correct fontconfig directories. It is preferred to create a font package or subpackage per font family, though it is not currently a hard guidelines requirement (it may become before Fedora 11 is released). The definition of a font family is given on: http://fedoraproject.org/wiki/Fonts_spec_template_notes/font-family The new templates should make the creation of font subpackages easy and safe. The following packages have already been converted by their packager and can serve as examples: ? andika-fonts ? apanov-heuristica-fonts ? bitstream-vera-fonts ? charis-fonts ? dejavu-fonts ? ecolier-court-fonts ? edrip-fonts ? gfs-ambrosia-fonts ? gfs-artemisia-fonts ? gfs-baskerville-fonts ? gfs-bodoni-classic-fonts ? gfs-bodoni-fonts ? gfs-complutum-fonts ? gfs-didot-classic-fonts ? gfs-didot-fonts ? gfs-eustace-fonts ? gfs-fleischman-fonts ? gfs-garaldus-fonts ? gfs-gazis-fonts ? gfs-jackson-fonts ? gfs-neohellenic-fonts ? gfs-nicefore-fonts ? gfs-olga-fonts ? gfs-porson-fonts ? gfs-solomos-fonts ? gfs-theokritos-fonts ? stix-fonts ? yanone-kaffeesatz-fonts If you have any remaining questions about the new guidelines please ask them on: fedora-fonts-list at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 01:08:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 20:08:29 -0500 Subject: [Bug 477426] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200812210108.mBL18TMU027950@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477426 Mamoru Tasaka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #2 from Mamoru Tasaka 2008-12-20 20:08:28 EDT --- Not a bug for this package. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 04:20:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 20 Dec 2008 23:20:00 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812210420.mBL4K0A6003032@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #3 from Kevin Fenzi 2008-12-20 23:19:59 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 07:58:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 02:58:17 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812210758.mBL7wHff021858@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 --- Comment #5 from Iain Arnell 2008-12-21 02:58:16 EDT --- Cheers, Paul. That certainly seems to solve it for the packages I mentioned in comment 2. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Sun Dec 21 08:19:19 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 21 Dec 2008 08:19:19 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authorization-Roles/devel perl-Catalyst-Plugin-Authorization-Roles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081221081919.BFE5170142@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12198/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Authorization-Roles.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Authorization-Roles.spec --- Name: perl-Catalyst-Plugin-Authorization-Roles Version: 0.07 Release: 1%{?dist} Summary: Role based authorization for Catalyst based on Catalyst::Plugin::Authentication License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/ Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10003 BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Set::Object) >= 1.14 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::isa) >= 0.05 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Authentication) >= 0.10003 Requires: perl(Catalyst::Runtime) >= 5.7 Requires: perl(Set::Object) >= 1.14 Requires: perl(UNIVERSAL::isa) >= 0.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. %prep %setup -q -n Catalyst-Plugin-Authorization-Roles-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 19 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. - BR Test::Pod and Test::Pod::Coverage Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2008 04:20:27 -0000 1.1 +++ .cvsignore 21 Dec 2008 08:18:47 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Authorization-Roles-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2008 04:20:27 -0000 1.1 +++ sources 21 Dec 2008 08:18:47 -0000 1.2 @@ -0,0 +1 @@ +afef214de7c8084c59fad8a07a640059 Catalyst-Plugin-Authorization-Roles-0.07.tar.gz From iarnell at fedoraproject.org Sun Dec 21 08:19:19 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 21 Dec 2008 08:19:19 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authorization-Roles/F-9 perl-Catalyst-Plugin-Authorization-Roles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081221081919.B89BF7013F@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12198/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Authorization-Roles.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Authorization-Roles.spec --- Name: perl-Catalyst-Plugin-Authorization-Roles Version: 0.07 Release: 1%{?dist} Summary: Role based authorization for Catalyst based on Catalyst::Plugin::Authentication License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/ Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10003 BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Set::Object) >= 1.14 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::isa) >= 0.05 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Authentication) >= 0.10003 Requires: perl(Catalyst::Runtime) >= 5.7 Requires: perl(Set::Object) >= 1.14 Requires: perl(UNIVERSAL::isa) >= 0.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. %prep %setup -q -n Catalyst-Plugin-Authorization-Roles-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 19 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. - BR Test::Pod and Test::Pod::Coverage Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2008 04:20:27 -0000 1.1 +++ .cvsignore 21 Dec 2008 08:18:47 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Authorization-Roles-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2008 04:20:27 -0000 1.1 +++ sources 21 Dec 2008 08:18:47 -0000 1.2 @@ -0,0 +1 @@ +afef214de7c8084c59fad8a07a640059 Catalyst-Plugin-Authorization-Roles-0.07.tar.gz From iarnell at fedoraproject.org Sun Dec 21 08:19:19 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 21 Dec 2008 08:19:19 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authorization-Roles/F-10 perl-Catalyst-Plugin-Authorization-Roles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081221081919.B88B770134@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12198/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Authorization-Roles.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Authorization-Roles.spec --- Name: perl-Catalyst-Plugin-Authorization-Roles Version: 0.07 Release: 1%{?dist} Summary: Role based authorization for Catalyst based on Catalyst::Plugin::Authentication License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles/ Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-Authorization-Roles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 BuildRequires: perl(Catalyst::Plugin::Authentication) >= 0.10003 BuildRequires: perl(Catalyst::Runtime) >= 5.7 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Set::Object) >= 1.14 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(UNIVERSAL::isa) >= 0.05 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Catalyst::Plugin::Authentication) >= 0.10003 Requires: perl(Catalyst::Runtime) >= 5.7 Requires: perl(Set::Object) >= 1.14 Requires: perl(UNIVERSAL::isa) >= 0.05 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. %prep %setup -q -n Catalyst-Plugin-Authorization-Roles-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Dec 19 2008 Iain Arnell 0.07-1 - Specfile autogenerated by cpanspec 1.77. - BR Test::Pod and Test::Pod::Coverage Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2008 04:20:27 -0000 1.1 +++ .cvsignore 21 Dec 2008 08:18:46 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Authorization-Roles-0.07.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Authorization-Roles/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2008 04:20:27 -0000 1.1 +++ sources 21 Dec 2008 08:18:46 -0000 1.2 @@ -0,0 +1 @@ +afef214de7c8084c59fad8a07a640059 Catalyst-Plugin-Authorization-Roles-0.07.tar.gz From iarnell at fedoraproject.org Sun Dec 21 08:31:51 2008 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 21 Dec 2008 08:31:51 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Natural/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-Natural.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081221083151.B5B6B7012F@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15370 Modified Files: .cvsignore perl-DateTime-Format-Natural.spec sources Log Message: * Sun Dec 21 2008 Iain Arnell 0.74-1 - update to 0.74 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Nov 2008 14:17:13 -0000 1.2 +++ .cvsignore 21 Dec 2008 08:31:21 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-Natural-0.73.tar.gz +DateTime-Format-Natural-0.74.tar.gz Index: perl-DateTime-Format-Natural.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/perl-DateTime-Format-Natural.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Natural.spec 26 Nov 2008 14:17:13 -0000 1.1 +++ perl-DateTime-Format-Natural.spec 21 Dec 2008 08:31:21 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-DateTime-Format-Natural -Version: 0.73 +Version: 0.74 Release: 1%{?dist} Summary: Create machine readable date/time with natural parsing logic License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-Natural/ -Source0: http://www.cpan.org/authors/id/S/SC/SCHUBIGER/DateTime-Format-Natural-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SC/SCHUBIGER/DateTime-Format-Natural-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(boolean) @@ -58,5 +58,8 @@ %changelog +* Sun Dec 21 2008 Iain Arnell 0.74-1 +- update to 0.74 + * Tue Nov 18 2008 Iain Arnell 0.73-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Nov 2008 14:17:13 -0000 1.2 +++ sources 21 Dec 2008 08:31:21 -0000 1.3 @@ -1 +1 @@ -d5ca703d49ee23e85741d2da1dceeb31 DateTime-Format-Natural-0.73.tar.gz +d1293a85d8a85c746c1e953d9c7b48ac DateTime-Format-Natural-0.74.tar.gz From bugzilla at redhat.com Sun Dec 21 08:35:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 03:35:06 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812210835.mBL8Z6Hn031934@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Fedora Update System 2008-12-21 03:35:05 EDT --- perl-Padre-0.20-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Padre'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2008-11487 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 08:43:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 03:43:49 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812210843.mBL8hnTW002363@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 21 08:50:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 03:50:58 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812210850.mBL8owJG004775@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |CLOSED Resolution| |RAWHIDE --- Comment #6 from Paul Howarth 2008-12-21 03:50:57 EDT --- OK, I think we're done here then. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Sun Dec 21 10:49:18 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 21 Dec 2008 10:49:18 +0000 (UTC) Subject: Broken dependencies: perl-Padre Message-ID: <20081221104918.19EEC1F8257@releng2.fedora.phx.redhat.com> perl-Padre has broken dependencies in the development tree: On ppc: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On x86_64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On i386: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On ppc64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) Please resolve this as soon as possible. From bugzilla at redhat.com Sun Dec 21 10:49:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 05:49:01 -0500 Subject: [Bug 477426] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200812211049.mBLAn1fi028100@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477426 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Reopened Status|CLOSED |ASSIGNED Resolution|NOTABUG | --- Comment #3 from Nicolas Mailhot 2008-12-21 05:49:00 EDT --- It is very much a bug for this package. Our packaging guidelines changed in part to remove all the fontconfig scriplet copies in font packages so Behdad has a single place to change them when needed -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From buildsys at fedoraproject.org Sun Dec 21 11:46:42 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 21 Dec 2008 11:46:42 -0000 Subject: Broken dependencies in EPEL - 2008-12-21 Message-ID: <20081221114642.15769.73501@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From mschwendt at gmail.com Sun Dec 21 12:57:24 2008 From: mschwendt at gmail.com (Michael Schwendt) Date: Sun, 21 Dec 2008 12:57:24 -0000 Subject: Broken dependencies in Fedora 10 - 2008-12-21 Message-ID: <20081221125724.13430.78646@faldor.intranet> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: perl-Padre-0.20-1.fc10.noarch from fedora-updates-testing-10-i386 unresolved deps: perl(ORLite) >= 0:0.15 perl(Pod::Simple::XHTML) perl(Class::Adapter) package: perl-Padre-0.20-1.fc10.noarch from fedora-updates-testing-10-x86_64 unresolved deps: perl(ORLite) >= 0:0.15 perl(Pod::Simple::XHTML) perl(Class::Adapter) package: perl-Padre-0.20-1.fc10.noarch from fedora-updates-testing-10-ppc unresolved deps: perl(ORLite) >= 0:0.15 perl(Pod::Simple::XHTML) perl(Class::Adapter) package: perl-Padre-0.20-1.fc10.noarch from fedora-updates-testing-10-ppc64 unresolved deps: perl(ORLite) >= 0:0.15 perl(Pod::Simple::XHTML) perl(Class::Adapter) From bugzilla at redhat.com Sun Dec 21 14:19:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Dec 2008 09:19:33 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812211419.mBLEJXMd016310@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203 at freenet.de --- Comment #7 from Ralf Corsepius 2008-12-21 09:19:32 EDT --- I think, we should update FC-10 and FC-9, also. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sun Dec 21 16:14:00 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 21 Dec 2008 16:14:00 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.20, 1.21 perl-Class-MOP.spec, 1.24, 1.25 sources, 1.20, 1.21 Message-ID: <20081221161400.A29987012F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5260 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sun Dec 21 2008 Chris Weyl 0.73-1 - update to 0.73 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 7 Dec 2008 04:25:54 -0000 1.20 +++ .cvsignore 21 Dec 2008 16:13:29 -0000 1.21 @@ -1 +1 @@ -Class-MOP-0.71.tar.gz +Class-MOP-0.73.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- perl-Class-MOP.spec 7 Dec 2008 04:25:55 -0000 1.24 +++ perl-Class-MOP.spec 21 Dec 2008 16:13:30 -0000 1.25 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.71 +Version: 0.73 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -11,6 +11,7 @@ # core BuildRequires: perl(Test::More) +BuildRequires: perl(B) # cpan BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) >= 0.05 @@ -86,6 +87,9 @@ %{_mandir}/man3/* %changelog +* Sun Dec 21 2008 Chris Weyl 0.73-1 +- update to 0.73 + * Sat Dec 06 2008 Chris Weyl 0.71-1 - update to 0.71 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 7 Dec 2008 04:25:55 -0000 1.20 +++ sources 21 Dec 2008 16:13:30 -0000 1.21 @@ -1 +1 @@ -ef4971d34f15ed3a047defaa901fc050 Class-MOP-0.71.tar.gz +1562bbfbe90f27e38b3b6056500db8fc Class-MOP-0.73.tar.gz From Matt_Domsch at dell.com Sat Dec 20 03:00:55 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Fri, 19 Dec 2008 21:00:55 -0600 Subject: Fedora rawhide rebuild in mock status 2008-12-17 x86_64 Message-ID: <20081220030055.GA22944@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 This is a full rebuild, using systems running rawhide as of 12/17 to rebuild all packages in rawhide on 12/17. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 6658 Number failed to build: 411 Number expected to fail due to ExclusiveArch or ExcludeArch: 34 Leaving: 377 Of those expected to have worked... Without a bug filed: 376 ---------------------------------- DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz Macaulay2-1.1-2.fc10 (build/make) rdieter PyYAML-3.06-2.fc11 (build/make) jeckersb R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou R-lmtest-0.9-2.fc10 (build/make) orion R-pls-2.1-2.fc9 (build/make) pingou Sprog-0.14-13.fc9 (build/make) ghenry Terminal-0.2.8.3-1.fc10 (build/make) kevin Thunar-0.9.0-4.fc9 (build/make) kevin,pertusus,cwickert UnihanDb-5.1.0-7.fc10 (build/make) dchen,i18n-team WebKit-1.0.0-0.15.svn37790.fc10 (build/make) pgordon,mtasaka abe-1.1-7.fc9 (build/make) wart afflib-3.3.4-4.fc10 (build/make) kwizart alltray-0.70-2.fc9 (build/make) denis almanah-0.5.0-1.fc11 (build/make) lokthare alsa-oss-1.0.17-1.fc10 (build/make) jima apr-1.3.3-1.fc10 (build/make) jorton,oliver,bojan ardour-2.7-1.fc11 (build/make) green,jwrdegoede asterisk-1.6.1-0.5beta2.fc11 (build/make) jcollie atari++-1.55-2.fc11 (build/make) sharkcz audacity-1.3.5-0.8.beta.fc10 (build/make) gemi,mschwendt,dtimms autotrace-0.31.1-18.fc10 (build/make) qspencer,roozbeh avant-window-navigator-0.2.6-13.fc11 (build/make) sindrepb,ngompa avr-binutils-2.18-2.fc9 (patch_fuzz) tnorth,trondd awn-extras-applets-0.2.6-6.fc10 (build/make) phuang ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67 balsa-2.3.26-2.fc10 (build/make) pawsa bigboard-0.6.4-3.fc11 (build/make) walters bitgtkmm-0.4.0-4.fc10 (build/make) rvinyard blackbox-0.70.1-11 (build/make) thias bmpx-0.40.14-7.fc10 (build/make) akahl boo-0.8.1.2865-4.fc9 (build/make) pfj bzflag-2.0.12-3.fc10 (build/make) nphilipp bzr-gtk-0.95.0-2.fc10 (build/make) toshio,shahms,toshio cdo-1.0.8-2.fc9 (build/make) edhill classpathx-jaf-1.0-12.fc10 (build/make) devrim,dwalluck clutter-0.8.2-1.fc10 (build/make) allisson compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai compat-gcc-32-3.2.3-64 (build/make) jakub compat-gcc-34-3.4.6-9 (patch_fuzz) jakub compiz-0.7.8-9.fc11 (build/make) krh compizconfig-backend-gconf-0.7.8-1.fc11 (build/make) izhar compizconfig-python-0.7.8-2.fc11 (build/make) izhar conexus-0.5.3-4.fc9 (build/make) rvinyard conexusmm-0.5.0-3.fc7 (build/make) rvinyard cook-2.32-1.fc10 (build/make) gemi coredumper-1.2.1-6.fc10 (build/make) rakesh cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb cpan2rpm-2.028-2.fc8.1 (build/make) ghenry,perl-sig csound-5.03.0-16.fc9 (build/make) dcbw,pfj ctemplate-0.91-3.fc10 (build/make) rakesh cups-1.4-0.b1.4.fc11 (build/make) twaugh dbmail-2.2.9-2.fc10 (build/make) bjohnson desktop-data-model-1.2.5-2.fc11 (build/make) walters,otaylor devhelp-0.22-2.fc11 (build/make) mbarnes devilspie-0.22-2.fc9 (build/make) svahl digitemp-3.5.0-3.fc9 (build/make) robert directfb-1.2.6-3.fc10 (build/make) thias,kwizart distcache-1.4.5-17 (build/make) jorton dnssec-tools-1.4.1-2.fc10 (build/make) hardaker dx-4.4.4-7.fc10 (build/make) rathann ember-0.5.4-5.fc11 (build/make) atorkhov,wart emerald-0.7.6-2.fc10 (build/make) turki,thias,jwilson enlightenment-0.16.999.043-3.fc10 (build/make) stalwart etherboot-5.4.4-7.fc11 (build/make) ehabkost,glommer evolution-brutus-1.2.27-2.fc10 (build/make) bpepple,colding evolution-exchange-2.25.1-1.fc11 (build/make) mbarnes evolution-remove-duplicates-0.0.4-1.fc10 (build/make) salimma evolution-sharp-0.18.1-1.fc10 (build/make) mbarnes expect-5.43.0-15.fc10 (build/make) vcrhonek file-roller-2.24.2-1.fc10 (build/make) caillon firewalk-5.0-2.fc9 (build/make) sindrepb flasm-1.62-4.fc9 (build/make) kkofler,pertusus fmt-ptrn-1.3.17-2.fc10 (build/make) mikep fpc-2.2.2-3.fc10 (build/make) joost,tbzatek freealut-1.1.0-6.fc9 (build/make) awjb freetds-0.82-2.fc10 (build/make) buc freetennis-0.4.8-14.fc10 (build/make) rjones g3data-1.5.1-8.fc9 (build/make) jspaleta gauche-0.8.13-2.fc10 (build/make) gemi gauche-gl-0.4.4-3.fc9 (build/make) gemi gauche-gtk-0.4.1-17.fc9 (build/make) gemi gcalctool-5.25.1-2.fc11 (build/make) rstrode gcombust-0.1.55-13 (build/make) thias gconf-cleaner-0.0.2-6.fc10 (build/make) splinux gconfmm26-2.24.0-1.fc10 (build/make) denis gdbm-1.8.0-29.fc10 (build/make) kasal gdmap-0.7.5-6.fc6 (build/make) splinux gengetopt-2.22.1-1.fc10 (build/make) rishi geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter ghc-gtk2hs-0.9.13-6.20081108.fc11 (build/make) bos,haskell-sig,petersen gnome-applets-2.25.1-4.fc11 (build/make) rstrode gnome-compiz-manager-0.10.4-6.fc11 (build/make) jpmahowa gnome-desktop-sharp-2.24.0-3.fc10 (build/make) laxathom gnome-do-0.6.1.0-2.fc10 (build/make) sindrepb,salimma,sindrepb gnome-panel-2.24.1-6.fc11 (build/make) rstrode gnome-power-manager-2.24.2-2.fc11 (build/make) rhughes,rhughes gnome-python2-desktop-2.24.0-5.fc11 (build/make) mbarnes gnome-specimen-0.3-3.fc11 (build/make) splinux gnome-speech-0.4.22-1.fc10 (build/make) davidz gnome-system-monitor-2.24.1-1.fc10 (build/make) ssp gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi gnome-web-photo-0.3-12.fc10 (build/make) hadess,mpg gok-2.25.2-1.fc11 (build/make) davidz gpm-1.20.5-1.fc10 (build/make) zprikryl,pertusus gpp4-1.0.4-11.fc11 (build/make) timfenn grub2-1.98-0.3.20080827svn.fc10 (build/make) lkundrak gstreamer-java-1.0-1.fc11 (build/make) lfarkas gstreamer-plugins-base-0.10.21-2.fc10 (build/make) ajax gthumb-2.10.10-3.fc10 (build/make) behdad gtkspell-2.0.13-1.fc10 (build/make) mbarnes guilt-0.30-2.fc10 (build/make) sandeen gwget-0.99-8.fc10 (build/make) cwickert haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen hal-0.5.12-12.20081027git.fc10 (build/make) rhughes happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen hdf5-1.8.1-2.fc10 (build/make) orion,pertusus hercules-3.05-7.20081009cvs.fc10 (build/make) thias hfsutils-3.2.6-14.fc9 (patch_fuzz) dwmw2 iasl-20061109-4.fc9 (build/make) till ibus-chewing-0.1.1.20081023-2.fc11 (build/make) phuang,i18n-team icecream-0.8.0-11.20080117svn.fc9 (build/make) michich icewm-1.2.35-4.fc10 (build/make) gilboa,pertusus imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team incollector-1.0-6.fc9.1 (build/make) kurzawa ini4j-0.3.2-4.fc10 (build/make) victorv initng-conf-gtk-0.5.1-4.fc9 (build/make) danielm initscripts-8.86-1 (build/make) notting insight-6.8-4.fc11 (build/make) monnerat,jkratoch ipa-1.2.0-3.fc11 (build/make) rcritten,simo,mnagy jakarta-commons-el-1.0-9.4.fc10 (build/make) fnasser java-1.6.0-openjdk-1.6.0.0-8.b14.fc11 (build/make) langel,lkundrak,dbhole,langel,mjw javahelp2-2.0.05-5.fc10 (build/make) jtulach,fitzsim jline-0.9.94-0.2.fc10 (build/make) mwringe jsr-305-0-0.1.20080824svn.fc10 (build/make) jjames junitperf-1.9.1-2.2.fc10 (build/make) mwringe kaya-0.5.1-1.fc10 (build/make) s4504kr kde-l10n-4.1.3-1.fc10 (build/make) than,rdieter,kkofler,tuxbrewr,ltinkl kdebluetooth-0.2-3.fc10 (build/make) gilboa,scop kdetv-0.8.9-10.fc9 (build/make) subhodip kudzu-1.2.85-2 (build/make) notting ladspa-1.12-9.fc9 (build/make) thomasvs ladspa-swh-plugins-0.4.15-12.fc9 (build/make) green lam-7.1.4-1.fc10 (build/make) dledford lasi-1.1.0-2.fc10 (build/make) orion ldns-1.4.0-1.fc11 (build/make) pwouters libXTrap-1.0.0-6.fc10 (build/make) ssp libXfontcache-1.0.4-5.fc9 (build/make) ssp,fonts-sig libXp-1.0.0-11.fc9 (build/make) ssp libbonoboui-2.24.0-1.fc10 (build/make) rstrode libcompizconfig-0.7.8-1.fc11 (build/make) izhar libctl-3.0.2-6.fc9 (build/make) edhill libdv-1.0.0-5.fc10 (build/make) jwilson libfakekey-0.1-1.fc10 (build/make) mccann libgconf-java-2.12.4-11.fc10 (build/make) kasal libgii-1.0.2-6.fc9 (build/make) kwizart libgtk-java-2.8.7-8.fc10 (build/make) kasal,pmuldoon,swagiaal libgweather-2.25.2-2.fc11 (build/make) mclasen libibcommon-1.1.0-1.fc10 (build/make) dledford libibmad-1.2.0-1.fc10 (build/make) dledford libibumad-1.2.0-1.fc10 (build/make) dledford libidn-0.6.14-8 (build/make) jorton libiec61883-1.1.0-5.fc10 (build/make) jwilson libjpeg-6b-43.fc10 (build/make) tgl liblqr-1-0.1.0-5.fc9 (build/make) ics libmatheval-1.1.5-2.fc9 (patch_fuzz) edhill libnss-mysql-1.5-7.fc9 (build/make) ondrejj libopensync-0.36-3.fc10 (build/make) awjb libopensync-plugin-evolution2-0.36-1.fc10 (build/make) awjb libopensync-plugin-file-0.36-1.fc10 (build/make) awjb libopensync-plugin-gnokii-0.36-2.fc10 (build/make) cheese,awjb libopensync-plugin-google-calendar-0.36-1.fc10 (build/make) awjb libopensync-plugin-gpe-0.36-1.fc10 (build/make) awjb libopensync-plugin-irmc-0.36-2.fc10 (build/make) awjb libopensync-plugin-kdepim-0.36-1.fc10 (build/make) awjb libopensync-plugin-moto-0.36-1.fc10 (build/make) awjb libopensync-plugin-opie-0.36-1.fc10 (build/make) awjb libopensync-plugin-palm-0.36-1.fc10 (build/make) awjb libopensync-plugin-python-0.36-1.fc10 (build/make) awjb libopensync-plugin-syncml-0.35-4.fc10 (build/make) cheese libopensync-plugin-vformat-0.36-1.fc10 (build/make) awjb libpaper-1.1.23-3.fc10 (build/make) spot libpolyxmass-0.9.1-2.fc9 (build/make) awjb libpqxx-2.6.8-10.fc9 (build/make) awjb,rdieter librra-0.11.1-1.fc9 (build/make) awjb,abompard librsync-0.9.7-12.fc9 (build/make) robert librx-1.5-10.fc9 (build/make) spot libsilc-1.1.7-2.fc10 (build/make) nosnilmot,wtogami,nosnilmot libsndfile-1.0.17-6.fc10 (build/make) ixs libsoup-2.25.2-1.fc11 (build/make) mbarnes,danw libstroke-0.5.1-17.fc9 (build/make) chitlesh libtar-1.2.11-11.fc10 (build/make) huzaifas,huzaifas libthai-0.1.9-4.fc9 (build/make) behdad libwvstreams-4.5-1.fc11 (build/make) ovasik libzzub-0.2.3-12.fc9 (patch_fuzz) orphan lilypond-2.11.57-2.fc11 (build/make) limb linphone-2.1.1-1.fc9 (build/make) rakesh linpsk-0.9-4.fc10 (build/make) bjensen,bjensen,sindrepb,sconklin,dp67 linux-atm-2.5.0-5 (build/make) dwmw2 lirc-0.8.4a-1.fc10 (build/make) jwilson,hadess,jwilson logjam-4.5.3-25.fc10 (build/make) spot m17n-lib-1.5.3-1.fc10 (build/make) pnemade,i18n-team,petersen maildrop-2.0.4-6.fc9 (build/make) athimm mapnik-0.5.2-0.7.svn738.fc10 (build/make) rezso,snecker maven-scm-1.0-0.2.b3.1.6.fc10 (build/make) dbhole maven-shared-1.0-4.6.fc10 (build/make) dbhole maven2-2.0.4-10.15.fc10 (build/make) dbhole mboxgrep-0.7.9-6.fc10 (build/make) ixs mesa-7.2-0.15.fc10 (build/make) ajax,ajax metacity-2.25.34-1.fc11 (build/make) ssp modello-1.0-0.1.a8.4.4.fc10 (build/make) mwringe monkey-bubble-0.4.0-9.fc9 (build/make) jwrdegoede monodoc-2.0-5.fc10 (build/make) pfj msynctool-0.36-1.fc10 (build/make) awjb nautilus-python-0.5.1-1.fc10 (build/make) trondd nautilus-share-0.7.2-13.fc10 (build/make) orphan nco-3.9.5-2.fc10 (build/make) edhill,pertusus net-tools-1.60-91.fc10 (build/make) rvokal,zprikryl netcdf-decoders-5.0.0-1.fc9 (build/make) orion,pertusus netcdf-perl-1.2.3-7.fc9 (build/make) orion,perl-sig,pertusus newscache-1.2-0.6.rc6.fc9 (build/make) buc nfs4-acl-tools-0.3.2-2.fc9 (patch_fuzz) steved nip2-7.14.5-1.fc10 (build/make) agoode notification-daemon-0.4.0-1.fc11 (build/make) davidz nss_ldap-261-4.fc10 (build/make) nalin nut-2.2.2-3.fc10 (build/make) mhlavink octave-forge-20080831-2.fc10 (build/make) qspencer,orion,alexlan openal-0.0.9-0.15.20060204cvs.fc9 (patch_fuzz) awjb openjade-1.3.2-31.fc9 (build/make) ovasik,rvokal openjpeg-1.3-2.fc9 (patch_fuzz) seg orpie-1.5.1-4.fc10 (build/make) xris osiv-2.0.0-0.4.beta.fc9 (build/make) edhill pam-1.0.2-2.fc10 (build/make) tmraz pam_keyring-0.0.9-2.fc9 (build/make) denis pam_mount-0.49-1.fc10 (build/make) till pan-0.133-1.fc10 (build/make) adalloz,mpeters paprefs-0.9.7-3.fc10 (build/make) emoret papyrus-0.7.1-3.fc9 (build/make) rvinyard perl-5.10.0-52.fc11 (build/make) mmaslano,spot,corsepiu,rnorwood,kasal perl-Archive-Any-0.093-3.fc9 (build/make) cweyl,perl-sig perl-BSD-Resource-1.28-6.fc9 (build/make) kasal,rnorwood,mmaslano perl-Class-Autouse-1.29-3.fc9 (build/make) corsepiu,perl-sig,laxathom perl-Class-Inspector-1.23-1.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Data-ICal-0.13-3.fc10 (build/make) corsepiu,perl-sig perl-Data-Stag-0.11-1.fc10 (build/make) alexlan,perl-sig perl-File-Find-Rule-Perl-1.04-2.fc10 (build/make) corsepiu,perl-sig perl-Gnome2-GConf-1.044-4.fc10 (build/make) cweyl,perl-sig perl-Gtk2-Notify-0.04-3.fc9 (build/make) cweyl,perl-sig perl-HTTP-Proxy-0.20-2.fc9 (build/make) spot,perl-sig perl-IPC-Shareable-0.60-6.fc9 (needs_perl_ExtUtils_MakeMaker) spot,perl-sig perl-JSON-Any-1.16-3.fc9 (build/make) cweyl,perl-sig perl-Log-Trivial-0.31-2.fc9 (build/make) orion perl-Module-CPANTS-Analyse-0.82-2.fc10 (build/make) berrange perl-Moose-0.62-1.fc11 (build/make) cweyl,perl-sig perl-MooseX-Params-Validate-0.05-1.fc10 (build/make) cweyl,perl-sig perl-Net-SSLeay-1.35-1.fc10 (build/make) pghmcfc,perl-sig,jpo,kasal perl-PDL-2.4.4-1.fc11 (build/make) kasal,orion,rnorwood,mmaslano perl-POE-Component-SNMP-1.07-3.fc9 (build/make) cweyl,perl-sig perl-Pugs-Compiler-Rule-0.28-2.fc9 (build/make) steve,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-Regexp-Assemble-0.34-1.fc11 (build/make) iarnell,perl-sig perl-SVN-Mirror-0.73-3.fc9 (build/make) iburrell,perl-sig perl-Sys-Virt-0.1.2-3.fc9 (build/make) steve,perl-sig,berrange perl-Test-Inline-2.208-3.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Test-WWW-Mechanize-Catalyst-0.42-1.fc10 (build/make) cweyl,perl-sig perl-Test-Warn-0.10-3.fc9 (build/make) spot,perl-sig perl-WWW-Mechanize-1.34-1.fc10 (build/make) cweyl,perl-sig perl-XML-LibXSLT-1.66-2.fc10 (build/make) kasal,perl-sig,shishz perl-XML-Smart-1.6.9-1.fc10 (build/make) lkundrak perl-bioperl-1.5.2_102-13.fc10 (build/make) alexlan,perl-sig perl-bioperl-run-1.5.2_100-3.fc9 (build/make) alexlan,perl-sig pidgin-guifications-2.16-1.fc10 (build/make) rvokal,wtogami,nosnilmot pigment-0.3.11-1.fc10 (build/make) thias pinot-0.89-1.fc10 (build/make) drago01 player-2.1.1-5.fc10 (build/make) timn,makghosh plexus-appserver-1.0-0.2.a5.2.6.fc10 (build/make) dbhole plexus-cdc-1.0-0.2.a4.1.6.fc10 (build/make) dbhole plexus-i18n-1.0-0.b6.5.3.fc10 (build/make) pcheung plexus-maven-plugin-1.2-2.4.fc10 (build/make) dbhole plexus-runtime-builder-1.0-0.2.a9.1.6.fc10 (build/make) dbhole plexus-xmlrpc-1.0-0.2.b4.2.11.fc10 (build/make) dbhole plplot-5.9.0-4.svn8985.fc11 (build/make) orion polyxmass-bin-0.9.7-2.fc8 (build/make) awjb popt-1.13-4.fc10 (build/make) robert,pmatilai presto-utils-0.3.3-2.fc10 (build/make) jdieter protobuf-2.0.2-5.fc11 (build/make) abbot pyrenamer-0.6.0-2.fc11 (build/make) lokthare python-bibtex-1.2.4-5.fc11 (build/make) zkota python-gtkextra-1.1.0-3.fc10 (build/make) mitr python-openid-2.2.1-1.fc10 (build/make) jcollie python-peak-rules-0.5a1.dev-4.2582.fc11 (build/make) lmacken python-reportlab-2.1-4.fc11 (build/make) bpepple python-storm-0.13-2.fc10 (build/make) salimma pywbxml-0.1-3.fc9 (build/make) awjb q-7.11-2.fc10 (build/make) gemi qemu-0.9.1-10.fc10 (patch_fuzz) dwmw2 qemu-launcher-1.7.4-4.fc9 (build/make) nboyle qgis-0.11.0-4.fc10 (build/make) silfreed,rezso qgo-1.5.4r2-1.fc9 (build/make) kaboom qpidc-0.3.722557-1.fc10 (build/make) aconway,nsantos quake3-1.34-0.9.rc4.fc9 (patch_fuzz) laxathom quesa-1.8-1.fc9 (build/make) ajax rasqal-0.9.15-1.fc9 (build/make) thomasvs redhat-menus-10.0.1-1.fc11 (build/make) rstrode regexxer-0.9-3.fc9 (build/make) cwickert rekall-2.4.6-5.fc10 (build/make) spot ristretto-0.0.21-1.fc11 (build/make) cwickert rss-glx-0.8.1.p-20.fc10 (build/make) nphilipp ruby-hpricot-0.6-2.fc9 (build/make) mtasaka ruby-rpm-1.2.3-4.fc9 (build/make) lutter,stahnma rxtx-2.1-0.2.7r2.fc11 (build/make) lfarkas sagator-1.1.1-0.beta1.fc10 (build/make) ondrejj sane-backends-1.0.19-12.fc10 (build/make) nphilipp scidavis-0.1.3-2.fc10 (build/make) tanguy scim-1.4.7-35.fc10 (build/make) phuang,i18n-team,petersen scrip-1.4-9.fc8 (build/make) edhill sepostgresql-8.3.5-2.1183.fc10 (build/make) kaigai seq24-0.8.7-13.fc10 (patch_fuzz) green simdock-1.2-3.fc10 (build/make) terjeros skychart-3.0.1.5-3.20081026svn.fc11 (build/make) lkundrak,mmahut smarteiffel-2.3-2.fc9 (build/make) gemi soundtouch-1.3.1-10.fc9 (build/make) jwrdegoede sudo-1.6.9p17-2.fc10 (build/make) mildew,kzak sugar-0.83.3-4.fc11 (build/make) mpg,johnp,bernie,morgan,tomeu,erikos sundials-2.3.0-6.fc9 (build/make) jpye swfdec-gnome-2.24.0-2.fc10 (build/make) bpepple synce-software-manager-0.9.0-10.fc9 (build/make) awjb taglib-sharp-2.0.3.0-7.fc11 (build/make) spot tcl-snack-2.2.10-6.fc10 (build/make) spot thunar-archive-plugin-0.2.4-5.fc10 (build/make) cwickert thunar-media-tags-plugin-0.1.2-4.fc9 (build/make) cwickert thunar-shares-0.16-1.fc10 (build/make) cwickert,kevin thunar-volman-0.2.0-2.fc9 (build/make) cwickert,kevin tiger-3.2.1-8.fc9 (patch_fuzz) abompard tightvnc-1.5.0-0.9.20081120svn3200.fc11 (build/make) atkac tkimg-1.4-0.1.20081115svn.fc11 (build/make) sergiopr totem-2.24.3-3.fc11 (build/make) hadess,firewing tracker-0.6.6-4.fc11 (build/make) deji tremulous-1.1.0-6.fc9 (build/make) pgordon,pgordon uim-1.5.3-1.fc10 (build/make) tagoh,i18n-team unixODBC-2.2.12-9.fc10 (build/make) tgl valgrind-3.3.0-4 (build/make) jakub vdr-1.6.0-15.fc11 (build/make) scop,vpv vdr-ttxtsubs-0.0.5-6.fc11 (build/make) scop vdrift-20080805-2.fc10 (build/make) limb vnc-4.1.2-35.fc10 (patch_fuzz) atkac wammu-0.28-1.fc10 (build/make) laxathom wgrib2-1.7.2b-1.fc10 (build/make) orion,pertusus widelands-0-0.13.Build13.fc11 (build/make) karlik worminator-3.0R2.1-8.fc9 (build/make) jwrdegoede ws-commons-util-1.0.1-10.fc10 (build/make) green,overholt wxGTK-2.8.9-3.fc11 (build/make) mattdm,sharkcz xastir-1.9.4-5.fc10 (build/make) lucilanga,bjensen xbacklight-1.1-2.fc9 (build/make) salimma xcb-proto-1.2-3.fc11 (build/make) ajax xdx-2.4-2.fc9 (build/make) bjensen,sindrepb,sconklin xfburn-0.3.91-2.fc11 (build/make) cwickert,denis xfce4-notes-plugin-1.6.3-1.fc11 (build/make) cwickert xfce4-places-plugin-1.1.0-3.fc10 (build/make) cwickert,kevin xfce4-verve-plugin-0.3.6-1.fc11 (build/make) cwickert,kevin xfce4-volstatus-icon-0.1.0-3.fc9 (build/make) cwickert,kevin xfce4-xkb-plugin-0.5.2-1.fc11 (build/make) cwickert xfdesktop-4.4.2-6.fc10 (build/make) kevin xlhtml-0.5-8.fc9 (build/make) abompard xmlrpc3-3.0-2.9.fc10 (build/make) overholt,akurtakov xmms-cdread-0.14-13.fc9 (build/make) jsoeterb xorg-x11-drv-ati-6.9.0-62.fc10 (build/make) xgl-maint xorg-x11-drv-i810-2.5.0-3.fc11 (build/make) xgl-maint xorg-x11-drv-openchrome-0.2.903-2.fc11 (build/make) xavierb xorg-x11-server-1.5.3-6.fc10 (build/make) xgl-maint xosview-1.8.3-13.20080301cvs.fc10 (build/make) terjeros xscorch-0.2.0-12.fc8 (build/make) mgarski zsh-4.3.4-8.fc9 (patch_fuzz) james With bugs filed: 1 ---------------------------------- libFoundation-1.1.3-11.fc9 [u'440564 ASSIGNED'] (build/make) athimm ---------------------------------- Packages by owner: abbot: protobuf abompard: librra,tiger,xlhtml aconway: qpidc adalloz: pan agoode: nip2 ajax: gstreamer-plugins-base,mesa,mesa,quesa,xcb-proto akahl: bmpx akurtakov: xmlrpc3 alexlan: octave-forge,perl-Data-Stag,perl-bioperl,perl-bioperl-run allisson: clutter athimm: libFoundation,maildrop atkac: tightvnc,vnc atorkhov: ember awjb: freealut,libopensync,libopensync-plugin-evolution2,libopensync-plugin-file,libopensync-plugin-gnokii,libopensync-plugin-google-calendar,libopensync-plugin-gpe,libopensync-plugin-irmc,libopensync-plugin-kdepim,libopensync-plugin-moto,libopensync-plugin-opie,libopensync-plugin-palm,libopensync-plugin-python,libopensync-plugin-vformat,libpolyxmass,libpqxx,librra,msynctool,openal,polyxmass-bin,pywbxml,synce-software-manager behdad: gthumb,libthai bernie: sugar berrange: perl-Module-CPANTS-Analyse,perl-Sys-Virt bjensen: ax25-apps,linpsk,linpsk,xastir,xdx bjohnson: dbmail bojan: apr bos: ghc-gtk2hs,haddock09,happy bpepple: evolution-brutus,ggz-gtk-client,python-reportlab,swfdec-gnome buc: freetds,newscache caillon: file-roller cheese: libopensync-plugin-gnokii,libopensync-plugin-syncml chitlesh: libstroke colding: evolution-brutus corsepiu: perl,perl-Class-Autouse,perl-Class-Inspector,perl-Data-ICal,perl-File-Find-Rule-Perl,perl-Test-Inline cweyl: perl-Archive-Any,perl-Gnome2-GConf,perl-Gtk2-Notify,perl-JSON-Any,perl-Moose,perl-MooseX-Params-Validate,perl-POE-Component-SNMP,perl-RRD-Simple,perl-Test-WWW-Mechanize-Catalyst,perl-WWW-Mechanize cwickert: Thunar,gwget,regexxer,ristretto,thunar-archive-plugin,thunar-media-tags-plugin,thunar-shares,thunar-volman,xfburn,xfce4-notes-plugin,xfce4-places-plugin,xfce4-verve-plugin,xfce4-volstatus-icon,xfce4-xkb-plugin danielm: initng-conf-gtk danw: libsoup davidz: DeviceKit-disks,gnome-speech,gok,notification-daemon dbhole: java-1.6.0-openjdk,maven-scm,maven-shared,maven2,plexus-appserver,plexus-cdc,plexus-maven-plugin,plexus-runtime-builder,plexus-xmlrpc dcbw: csound dchen: UnihanDb deji: tracker denis: alltray,gconfmm26,pam_keyring,xfburn devrim: classpathx-jaf dledford: lam,libibcommon,libibmad,libibumad dp67: ax25-apps,linpsk drago01: pinot dtimms: audacity dwalluck: classpathx-jaf dwmw2: hfsutils,linux-atm,qemu edhill: cdo,libctl,libmatheval,nco,osiv,scrip ehabkost: etherboot emoret: paprefs erikos: sugar firewing: totem fitzsim: javahelp2 fnasser: geronimo-specs,jakarta-commons-el fonts-sig: libXfontcache gemi: audacity,cook,gauche,gauche-gl,gauche-gtk,q,smarteiffel ghenry: Sprog,cpan2rpm gilboa: icewm,kdebluetooth glommer: etherboot green: ardour,ladspa-swh-plugins,seq24,ws-commons-util hadess: gnome-web-photo,lirc,totem hardaker: dnssec-tools haskell-sig: ghc-gtk2hs,haddock09,happy huzaifas: libtar,libtar i18n-team: UnihanDb,ibus-chewing,imsettings,m17n-lib,scim,uim iarnell: perl-Regexp-Assemble iburrell: perl-SVN-Mirror ics: liblqr-1 ixs: libsndfile,mboxgrep izhar: compizconfig-backend-gconf,compizconfig-python,libcompizconfig jakub: compat-gcc-32,compat-gcc-34,valgrind james: zsh jcollie: asterisk,python-openid jdieter: presto-utils jeckersb: PyYAML jima: alsa-oss jjames: jsr-305 jkratoch: insight jnovy: compat-db johnp: sugar joost: fpc jorton: apr,distcache,libidn jpmahowa: gnome-compiz-manager jpo: perl-Net-SSLeay jpye: sundials jsoeterb: xmms-cdread jspaleta: g3data jtulach: javahelp2 jwilson: emerald,libdv,libiec61883,lirc,lirc jwrdegoede: ardour,monkey-bubble,soundtouch,worminator kaboom: qgo kaigai: sepostgresql karlik: widelands kasal: gdbm,libgconf-java,libgtk-java,perl,perl-BSD-Resource,perl-Net-SSLeay,perl-PDL,perl-XML-LibXSLT kevin: Terminal,Thunar,thunar-shares,thunar-volman,xfce4-places-plugin,xfce4-verve-plugin,xfce4-volstatus-icon,xfdesktop kkofler: flasm,kde-l10n krh: compiz kurzawa: incollector kwizart: afflib,directfb,libgii kzak: sudo langel: java-1.6.0-openjdk,java-1.6.0-openjdk laxathom: gnome-desktop-sharp,perl-Class-Autouse,perl-Class-Inspector,perl-Test-Inline,quake3,wammu lfarkas: gstreamer-java,rxtx limb: lilypond,vdrift lkundrak: grub2,java-1.6.0-openjdk,perl-XML-Smart,skychart lmacken: python-peak-rules lokthare: almanah,pyrenamer ltinkl: kde-l10n lucilanga: xastir lutter: ruby-rpm makghosh: player mattdm: wxGTK mbarnes: devhelp,evolution-exchange,evolution-sharp,gnome-python2-desktop,gtkspell,libsoup mccann: libfakekey mclasen: libgweather mgarski: xscorch mhlavink: nut michich: icecream mikep: fmt-ptrn mildew: sudo mitr: python-gtkextra mjw: java-1.6.0-openjdk mmahut: skychart mmaslano: perl,perl-BSD-Resource,perl-PDL mnagy: ipa monnerat: insight morgan: sugar mpeters: pan mpg: gnome-web-photo,sugar mschwendt: audacity mtasaka: WebKit,ruby-hpricot mwiriadi: gnome-themes-extras,gnome-themes-extras mwringe: jline,junitperf,modello nalin: nss_ldap nboyle: qemu-launcher ngompa: avant-window-navigator nosnilmot: libsilc,libsilc,pidgin-guifications notting: initscripts,kudzu nphilipp: bzflag,rss-glx,sane-backends nsantos: qpidc oliver: apr ondrejj: libnss-mysql,sagator orion: R-lmtest,hdf5,lasi,netcdf-decoders,netcdf-perl,octave-forge,perl-Log-Trivial,perl-PDL,plplot,wgrib2 orphan: libzzub,nautilus-share otaylor: desktop-data-model ovasik: libwvstreams,openjade overholt: ws-commons-util,xmlrpc3 pawsa: balsa pcheung: plexus-i18n perl-sig: cpan2rpm,netcdf-perl,perl-Archive-Any,perl-Class-Autouse,perl-Class-Inspector,perl-Data-ICal,perl-Data-Stag,perl-File-Find-Rule-Perl,perl-Gnome2-GConf,perl-Gtk2-Notify,perl-HTTP-Proxy,perl-IPC-Shareable,perl-JSON-Any,perl-Moose,perl-MooseX-Params-Validate,perl-Net-SSLeay,perl-POE-Component-SNMP,perl-Pugs-Compiler-Rule,perl-RRD-Simple,perl-Regexp-Assemble,perl-SVN-Mirror,perl-Sys-Virt,perl-Test-Inline,perl-Test-WWW-Mechanize-Catalyst,perl-Test-Warn,perl-WWW-Mechanize,perl-XML-LibXSLT,perl-bioperl,perl-bioperl-run pertusus: Thunar,flasm,gpm,hdf5,icewm,nco,netcdf-decoders,netcdf-perl,wgrib2 petersen: ghc-gtk2hs,haddock09,happy,m17n-lib,scim pfj: boo,csound,monodoc pghmcfc: perl-Net-SSLeay pgordon: WebKit,tremulous,tremulous phuang: awn-extras-applets,ibus-chewing,scim pingou: R-BSgenome.Celegans.UCSC.ce2,R-BSgenome.Dmelanogaster.FlyBase.r51,R-hgu95av2probe,R-pls pmatilai: compat-db,popt pmuldoon: libgtk-java pnemade: m17n-lib pwouters: ldns qspencer: autotrace,octave-forge rakesh: coredumper,ctemplate,linphone rathann: dx rcritten: ipa rdieter: Macaulay2,ggz-gtk-client,kde-l10n,libpqxx rezso: mapnik,qgis rhughes: gnome-power-manager,gnome-power-manager,hal rishi: gengetopt rjones: freetennis rnorwood: perl,perl-BSD-Resource,perl-PDL robert: digitemp,librsync,popt roozbeh: autotrace rstrode: gcalctool,gnome-applets,gnome-panel,libbonoboui,redhat-menus rvinyard: bitgtkmm,conexus,conexusmm,papyrus rvokal: net-tools,openjade,pidgin-guifications s4504kr: kaya salimma: evolution-remove-duplicates,gnome-do,python-storm,xbacklight sandeen: guilt sconklin: ax25-apps,linpsk,xdx scop: kdebluetooth,vdr,vdr-ttxtsubs seg: openjpeg sergiopr: tkimg shahms: bzr-gtk sharkcz: atari++,wxGTK shishz: perl-XML-LibXSLT silfreed: qgis simo: ipa sindrepb: avant-window-navigator,ax25-apps,cowbell,firewalk,gnome-do,gnome-do,linpsk,xdx snecker: mapnik splinux: gconf-cleaner,gdmap,gnome-specimen spot: libpaper,librx,logjam,perl,perl-HTTP-Proxy,perl-IPC-Shareable,perl-Test-Warn,rekall,taglib-sharp,tcl-snack ssp: gnome-system-monitor,libXTrap,libXfontcache,libXp,metacity stahnma: ruby-rpm stalwart: enlightenment steve: perl-Pugs-Compiler-Rule,perl-Sys-Virt steved: nfs4-acl-tools subhodip: kdetv svahl: devilspie swagiaal: libgtk-java tagoh: imsettings,uim tanguy: scidavis tbzatek: fpc terjeros: simdock,xosview tgl: libjpeg,unixODBC than: kde-l10n thias: blackbox,directfb,emerald,gcombust,hercules,pigment thomasvs: ladspa,rasqal till: iasl,pam_mount timfenn: gpp4 timn: player tmraz: pam tnorth: avr-binutils tomeu: sugar toshio: bzr-gtk,bzr-gtk trondd: avr-binutils,nautilus-python turki: emerald tuxbrewr: kde-l10n twaugh: cups vcrhonek: expect victorv: ini4j vpv: vdr walters: bigboard,desktop-data-model wart: abe,ember wtogami: libsilc,pidgin-guifications xavierb: xorg-x11-drv-openchrome xgl-maint: xorg-x11-drv-ati,xorg-x11-drv-i810,xorg-x11-server xris: orpie zkota: python-bibtex zprikryl: gpm,net-tools -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Sat Dec 20 03:01:50 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Fri, 19 Dec 2008 21:01:50 -0600 Subject: Fedora rawhide rebuild in mock status 2008-12-17 i386 Message-ID: <20081220030150.GA23137@mock.linuxdev.us.dell.com> Fedora Rawhide-in-Mock Build Results for i386 This is a full rebuild, using systems running rawhide as of 12/17 to rebuild all packages in rawhide on 12/17. Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 6659 Number failed to build: 377 Number expected to fail due to ExclusiveArch or ExcludeArch: 13 Leaving: 364 Of those expected to have worked... Without a bug filed: 362 ---------------------------------- DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz E-0.999.006-2.fc10 (build/make) dwheeler Macaulay2-1.1-2.fc10 (build/make) rdieter R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou R-lmtest-0.9-2.fc10 (build/make) orion R-pls-2.1-2.fc9 (build/make) pingou Sprog-0.14-13.fc9 (build/make) ghenry Terminal-0.2.8.3-1.fc10 (build/make) kevin Thunar-0.9.0-4.fc9 (build/make) kevin,pertusus,cwickert UnihanDb-5.1.0-7.fc10 (build/make) dchen,i18n-team WebKit-1.0.0-0.15.svn37790.fc10 (build/make) pgordon,mtasaka abe-1.1-7.fc9 (build/make) wart afflib-3.3.4-4.fc10 (build/make) kwizart alltray-0.70-2.fc9 (build/make) denis almanah-0.5.0-1.fc11 (build/make) lokthare alsa-oss-1.0.17-1.fc10 (build/make) jima apr-1.3.3-1.fc10 (build/make) jorton,oliver,bojan ardour-2.7-1.fc11 (build/make) green,jwrdegoede asterisk-1.6.1-0.5beta2.fc11 (build/make) jcollie atari++-1.55-2.fc11 (build/make) sharkcz atlas-3.6.0-15.fc10 (build/make) deji,deji audacity-1.3.5-0.8.beta.fc10 (build/make) gemi,mschwendt,dtimms autotrace-0.31.1-18.fc10 (build/make) qspencer,roozbeh avant-window-navigator-0.2.6-13.fc11 (build/make) sindrepb,ngompa avr-binutils-2.18-2.fc9 (patch_fuzz) tnorth,trondd awn-extras-applets-0.2.6-6.fc10 (build/make) phuang ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67 balsa-2.3.26-2.fc10 (build/make) pawsa bigboard-0.6.4-3.fc11 (build/make) walters bitgtkmm-0.4.0-4.fc10 (build/make) rvinyard blackbox-0.70.1-11 (build/make) thias bmpx-0.40.14-7.fc10 (build/make) akahl boo-0.8.1.2865-4.fc9 (build/make) pfj bzflag-2.0.12-3.fc10 (build/make) nphilipp bzr-gtk-0.95.0-2.fc10 (build/make) toshio,shahms,toshio cdo-1.0.8-2.fc9 (build/make) edhill classpathx-jaf-1.0-12.fc10 (build/make) devrim,dwalluck clutter-0.8.2-1.fc10 (build/make) allisson compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai compat-gcc-32-3.2.3-64 (build/make) jakub compat-gcc-34-3.4.6-9 (patch_fuzz) jakub compiz-0.7.8-9.fc11 (build/make) krh compizconfig-backend-gconf-0.7.8-1.fc11 (build/make) izhar compizconfig-python-0.7.8-2.fc11 (build/make) izhar conexus-0.5.3-4.fc9 (build/make) rvinyard conexusmm-0.5.0-3.fc7 (build/make) rvinyard coredumper-1.2.1-6.fc10 (build/make) rakesh cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb cpan2rpm-2.028-2.fc8.1 (build/make) ghenry,perl-sig csound-5.03.0-16.fc9 (build/make) dcbw,pfj ctemplate-0.91-3.fc10 (build/make) rakesh dbmail-2.2.9-2.fc10 (build/make) bjohnson desktop-data-model-1.2.5-2.fc11 (build/make) walters,otaylor devhelp-0.22-2.fc11 (build/make) mbarnes devilspie-0.22-2.fc9 (build/make) svahl digitemp-3.5.0-3.fc9 (build/make) robert directfb-1.2.6-3.fc10 (build/make) thias,kwizart distcache-1.4.5-17 (build/make) jorton dnssec-tools-1.4.1-2.fc10 (build/make) hardaker dx-4.4.4-7.fc10 (build/make) rathann ember-0.5.4-5.fc11 (build/make) atorkhov,wart emerald-0.7.6-2.fc10 (build/make) turki,thias,jwilson enlightenment-0.16.999.043-3.fc10 (build/make) stalwart evolution-brutus-1.2.27-2.fc10 (build/make) bpepple,colding evolution-exchange-2.25.1-1.fc11 (build/make) mbarnes evolution-remove-duplicates-0.0.4-1.fc10 (build/make) salimma evolution-sharp-0.18.1-1.fc10 (build/make) mbarnes expect-5.43.0-15.fc10 (build/make) vcrhonek file-roller-2.24.2-1.fc10 (build/make) caillon flasm-1.62-4.fc9 (build/make) kkofler,pertusus fmt-ptrn-1.3.17-2.fc10 (build/make) mikep freealut-1.1.0-6.fc9 (build/make) awjb freetds-0.82-2.fc10 (build/make) buc freetennis-0.4.8-14.fc10 (build/make) rjones g3data-1.5.1-8.fc9 (build/make) jspaleta gcalctool-5.25.1-2.fc11 (build/make) rstrode gconf-cleaner-0.0.2-6.fc10 (build/make) splinux gconfmm26-2.24.0-1.fc10 (build/make) denis gdbm-1.8.0-29.fc10 (build/make) kasal gdmap-0.7.5-6.fc6 (build/make) splinux gengetopt-2.22.1-1.fc10 (build/make) rishi geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter ghc-gtk2hs-0.9.13-6.20081108.fc11 (build/make) bos,haskell-sig,petersen gnome-applets-2.25.1-4.fc11 (build/make) rstrode gnome-compiz-manager-0.10.4-6.fc11 (build/make) jpmahowa gnome-desktop-sharp-2.24.0-3.fc10 (build/make) laxathom gnome-do-0.6.1.0-2.fc10 (build/make) sindrepb,salimma,sindrepb gnome-panel-2.24.1-6.fc11 (build/make) rstrode gnome-power-manager-2.24.2-2.fc11 (build/make) rhughes,rhughes gnome-python2-desktop-2.24.0-5.fc11 (build/make) mbarnes gnome-specimen-0.3-3.fc11 (build/make) splinux gnome-speech-0.4.22-1.fc10 (build/make) davidz gnome-system-monitor-2.24.1-1.fc10 (build/make) ssp gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi gnome-web-photo-0.3-12.fc10 (build/make) hadess,mpg gok-2.25.2-1.fc11 (build/make) davidz gpm-1.20.5-1.fc10 (build/make) zprikryl,pertusus gpp4-1.0.4-11.fc11 (build/make) timfenn grub2-1.98-0.3.20080827svn.fc10 (build/make) lkundrak gstreamer-plugins-base-0.10.21-2.fc10 (build/make) ajax gthumb-2.10.10-3.fc10 (build/make) behdad gtkspell-2.0.13-1.fc10 (build/make) mbarnes guilt-0.30-2.fc10 (build/make) sandeen gwget-0.99-8.fc10 (build/make) cwickert haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen hal-0.5.12-12.20081027git.fc10 (build/make) rhughes happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen hdf5-1.8.1-2.fc10 (build/make) orion,pertusus hercules-3.05-7.20081009cvs.fc10 (build/make) thias hfsutils-3.2.6-14.fc9 (patch_fuzz) dwmw2 iasl-20061109-4.fc9 (build/make) till ibus-chewing-0.1.1.20081023-2.fc11 (build/make) phuang,i18n-team icecream-0.8.0-11.20080117svn.fc9 (build/make) michich icewm-1.2.35-4.fc10 (build/make) gilboa,pertusus imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team incollector-1.0-6.fc9.1 (build/make) kurzawa ini4j-0.3.2-4.fc10 (build/make) victorv initng-conf-gtk-0.5.1-4.fc9 (build/make) danielm initscripts-8.86-1 (build/make) notting insight-6.8-4.fc11 (build/make) monnerat,jkratoch ipa-1.2.0-3.fc11 (build/make) rcritten,simo,mnagy jakarta-commons-el-1.0-9.4.fc10 (build/make) fnasser javahelp2-2.0.05-5.fc10 (build/make) jtulach,fitzsim jline-0.9.94-0.2.fc10 (build/make) mwringe jsr-305-0-0.1.20080824svn.fc10 (build/make) jjames kaya-0.5.1-1.fc10 (build/make) s4504kr kde-l10n-4.1.3-1.fc10 (build/make) than,rdieter,kkofler,tuxbrewr,ltinkl kdebluetooth-0.2-3.fc10 (build/make) gilboa,scop kdetv-0.8.9-10.fc9 (build/make) subhodip kudzu-1.2.85-2 (build/make) notting ladspa-1.12-9.fc9 (build/make) thomasvs ladspa-swh-plugins-0.4.15-12.fc9 (build/make) green lam-7.1.4-1.fc10 (build/make) dledford lasi-1.1.0-2.fc10 (build/make) orion ldns-1.4.0-1.fc11 (build/make) pwouters libXTrap-1.0.0-6.fc10 (build/make) ssp libXfontcache-1.0.4-5.fc9 (build/make) ssp,fonts-sig libXp-1.0.0-11.fc9 (build/make) ssp libbonoboui-2.24.0-1.fc10 (build/make) rstrode libcompizconfig-0.7.8-1.fc11 (build/make) izhar libctl-3.0.2-6.fc9 (build/make) edhill libdv-1.0.0-5.fc10 (build/make) jwilson libfakekey-0.1-1.fc10 (build/make) mccann libgconf-java-2.12.4-11.fc10 (build/make) kasal libgnome-java-2.12.4-9.fc10 (build/make) kasal libgweather-2.25.2-2.fc11 (build/make) mclasen libibcommon-1.1.0-1.fc10 (build/make) dledford libibmad-1.2.0-1.fc10 (build/make) dledford libibumad-1.2.0-1.fc10 (build/make) dledford libidn-0.6.14-8 (build/make) jorton libiec61883-1.1.0-5.fc10 (build/make) jwilson libjpeg-6b-43.fc10 (build/make) tgl liblqr-1-0.1.0-5.fc9 (build/make) ics libmatheval-1.1.5-2.fc9 (patch_fuzz) edhill libnss-mysql-1.5-7.fc9 (build/make) ondrejj libopensync-0.36-3.fc10 (build/make) awjb libopensync-plugin-evolution2-0.36-1.fc10 (build/make) awjb libopensync-plugin-file-0.36-1.fc10 (build/make) awjb libopensync-plugin-gnokii-0.36-2.fc10 (build/make) cheese,awjb libopensync-plugin-google-calendar-0.36-1.fc10 (build/make) awjb libopensync-plugin-gpe-0.36-1.fc10 (build/make) awjb libopensync-plugin-irmc-0.36-2.fc10 (build/make) awjb libopensync-plugin-kdepim-0.36-1.fc10 (build/make) awjb libopensync-plugin-moto-0.36-1.fc10 (build/make) awjb libopensync-plugin-opie-0.36-1.fc10 (build/make) awjb libopensync-plugin-palm-0.36-1.fc10 (build/make) awjb libopensync-plugin-python-0.36-1.fc10 (build/make) awjb libopensync-plugin-syncml-0.35-4.fc10 (build/make) cheese libopensync-plugin-vformat-0.36-1.fc10 (build/make) awjb libpaper-1.1.23-3.fc10 (build/make) spot libpolyxmass-0.9.1-2.fc9 (build/make) awjb libpqxx-2.6.8-10.fc9 (build/make) awjb,rdieter librra-0.11.1-1.fc9 (build/make) awjb,abompard librsync-0.9.7-12.fc9 (build/make) robert librx-1.5-10.fc9 (build/make) spot libsilc-1.1.7-2.fc10 (build/make) nosnilmot,wtogami,nosnilmot libsndfile-1.0.17-6.fc10 (build/make) ixs libsoup-2.25.2-1.fc11 (build/make) mbarnes,danw libtar-1.2.11-11.fc10 (build/make) huzaifas,huzaifas libthai-0.1.9-4.fc9 (build/make) behdad libwvstreams-4.5-1.fc11 (build/make) ovasik libzzub-0.2.3-12.fc9 (patch_fuzz) orphan lightning-1.2c-1.fc10 (build/make) s4504kr,laxathom lilypond-2.11.57-2.fc11 (build/make) limb linphone-2.1.1-1.fc9 (build/make) rakesh linpsk-0.9-4.fc10 (build/make) bjensen,bjensen,sindrepb,sconklin,dp67 linux-atm-2.5.0-5 (build/make) dwmw2 logjam-4.5.3-25.fc10 (build/make) spot m17n-lib-1.5.3-1.fc10 (build/make) pnemade,i18n-team,petersen maildrop-2.0.4-6.fc9 (build/make) athimm mapnik-0.5.2-0.7.svn738.fc10 (build/make) rezso,snecker maven-scm-1.0-0.2.b3.1.6.fc10 (build/make) dbhole maven-shared-1.0-4.6.fc10 (build/make) dbhole maven2-2.0.4-10.15.fc10 (build/make) dbhole mboxgrep-0.7.9-6.fc10 (build/make) ixs mesa-7.2-0.15.fc10 (build/make) ajax,ajax metacity-2.25.34-1.fc11 (build/make) ssp modello-1.0-0.1.a8.4.4.fc10 (build/make) mwringe monkey-bubble-0.4.0-9.fc9 (build/make) jwrdegoede mono-sharpcvslib-0.35-3.fc10 (build/make) spot monodoc-2.0-5.fc10 (build/make) pfj monotone-0.41-1.fc10 (build/make) msv-1.2-0.2.20050722.3.4.fc10 (build/make) mwringe msynctool-0.36-1.fc10 (build/make) awjb nautilus-python-0.5.1-1.fc10 (build/make) trondd nautilus-share-0.7.2-13.fc10 (build/make) orphan nco-3.9.5-2.fc10 (build/make) edhill,pertusus net-tools-1.60-91.fc10 (build/make) rvokal,zprikryl netcdf-decoders-5.0.0-1.fc9 (build/make) orion,pertusus netcdf-perl-1.2.3-7.fc9 (build/make) orion,perl-sig,pertusus newscache-1.2-0.6.rc6.fc9 (build/make) buc nfs4-acl-tools-0.3.2-2.fc9 (patch_fuzz) steved nip2-7.14.5-1.fc10 (build/make) agoode notification-daemon-0.4.0-1.fc11 (build/make) davidz nss_ldap-261-4.fc10 (build/make) nalin nut-2.2.2-3.fc10 (build/make) mhlavink octave-forge-20080831-2.fc10 (build/make) qspencer,orion,alexlan olpcsound-5.08.92-12.fc11 (build/make) veplaini openal-0.0.9-0.15.20060204cvs.fc9 (patch_fuzz) awjb openjade-1.3.2-31.fc9 (build/make) ovasik,rvokal openjpeg-1.3-2.fc9 (patch_fuzz) seg orpie-1.5.1-4.fc10 (build/make) xris osiv-2.0.0-0.4.beta.fc9 (build/make) edhill pam-1.0.2-2.fc10 (build/make) tmraz pam_keyring-0.0.9-2.fc9 (build/make) denis pam_mount-0.49-1.fc10 (build/make) till pan-0.133-1.fc10 (build/make) adalloz,mpeters paprefs-0.9.7-3.fc10 (build/make) emoret papyrus-0.7.1-3.fc9 (build/make) rvinyard perl-Archive-Any-0.093-3.fc9 (build/make) cweyl,perl-sig perl-BSD-Resource-1.28-6.fc9 (build/make) kasal,rnorwood,mmaslano perl-Class-Autouse-1.29-3.fc9 (build/make) corsepiu,perl-sig,laxathom perl-Class-Inspector-1.23-1.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Data-ICal-0.13-3.fc10 (build/make) corsepiu,perl-sig perl-Data-Stag-0.11-1.fc10 (build/make) alexlan,perl-sig perl-File-Find-Rule-Perl-1.04-2.fc10 (build/make) corsepiu,perl-sig perl-Gnome2-GConf-1.044-4.fc10 (build/make) cweyl,perl-sig perl-Gtk2-Notify-0.04-3.fc9 (build/make) cweyl,perl-sig perl-HTTP-Proxy-0.20-2.fc9 (build/make) spot,perl-sig perl-IPC-Shareable-0.60-6.fc9 (needs_perl_ExtUtils_MakeMaker) spot,perl-sig perl-JSON-Any-1.16-3.fc9 (build/make) cweyl,perl-sig perl-Log-Trivial-0.31-2.fc9 (build/make) orion perl-Module-CPANTS-Analyse-0.82-2.fc10 (build/make) berrange perl-Moose-0.62-1.fc11 (build/make) cweyl,perl-sig perl-MooseX-Params-Validate-0.05-1.fc10 (build/make) cweyl,perl-sig perl-Net-SSLeay-1.35-1.fc10 (build/make) pghmcfc,perl-sig,jpo,kasal perl-POE-Component-SNMP-1.07-3.fc9 (build/make) cweyl,perl-sig perl-RRD-Simple-1.43-3.fc9 (build/make) cweyl,perl-sig perl-Regexp-Assemble-0.34-1.fc11 (build/make) iarnell,perl-sig perl-SVN-Mirror-0.73-3.fc9 (build/make) iburrell,perl-sig perl-Sys-Virt-0.1.2-3.fc9 (build/make) steve,perl-sig,berrange perl-Test-Inline-2.208-3.fc10 (build/make) corsepiu,perl-sig,laxathom perl-Test-WWW-Mechanize-Catalyst-0.42-1.fc10 (build/make) cweyl,perl-sig perl-Test-Warn-0.10-3.fc9 (build/make) spot,perl-sig perl-WWW-Mechanize-1.34-1.fc10 (build/make) cweyl,perl-sig perl-XML-LibXSLT-1.66-2.fc10 (build/make) kasal,perl-sig,shishz perl-XML-Smart-1.6.9-1.fc10 (build/make) lkundrak perl-bioperl-1.5.2_102-13.fc10 (build/make) alexlan,perl-sig perl-bioperl-run-1.5.2_100-3.fc9 (build/make) alexlan,perl-sig pidgin-guifications-2.16-1.fc10 (build/make) rvokal,wtogami,nosnilmot pigment-0.3.11-1.fc10 (build/make) thias pinot-0.89-1.fc10 (build/make) drago01 player-2.1.1-5.fc10 (build/make) timn,makghosh plexus-appserver-1.0-0.2.a5.2.6.fc10 (build/make) dbhole plexus-cdc-1.0-0.2.a4.1.6.fc10 (build/make) dbhole plexus-i18n-1.0-0.b6.5.3.fc10 (build/make) pcheung plexus-maven-plugin-1.2-2.4.fc10 (build/make) dbhole plexus-runtime-builder-1.0-0.2.a9.1.6.fc10 (build/make) dbhole plexus-xmlrpc-1.0-0.2.b4.2.11.fc10 (build/make) dbhole plplot-5.9.0-4.svn8985.fc11 (build/make) orion polyxmass-bin-0.9.7-2.fc8 (build/make) awjb popt-1.13-4.fc10 (build/make) robert,pmatilai presto-utils-0.3.3-2.fc10 (build/make) jdieter protobuf-2.0.2-5.fc11 (build/make) abbot pyrenamer-0.6.0-2.fc11 (build/make) lokthare python-bibtex-1.2.4-5.fc11 (build/make) zkota python-cherrypy2-2.3.0-7.fc11 (build/make) toshio,lmacken,fschwarz python-gtkextra-1.1.0-3.fc10 (build/make) mitr python-openid-2.2.1-1.fc10 (build/make) jcollie python-storm-0.13-2.fc10 (build/make) salimma pywbxml-0.1-3.fc9 (build/make) awjb q-7.11-2.fc10 (build/make) gemi qemu-0.9.1-10.fc10 (patch_fuzz) dwmw2 qemu-launcher-1.7.4-4.fc9 (build/make) nboyle qgis-0.11.0-4.fc10 (build/make) silfreed,rezso qgo-1.5.4r2-1.fc9 (build/make) kaboom qpidc-0.3.722557-1.fc10 (build/make) aconway,nsantos quake3-1.34-0.9.rc4.fc9 (patch_fuzz) laxathom quesa-1.8-1.fc9 (build/make) ajax rasqal-0.9.15-1.fc9 (build/make) thomasvs redhat-menus-10.0.1-1.fc11 (build/make) rstrode regexxer-0.9-3.fc9 (build/make) cwickert rekall-2.4.6-5.fc10 (build/make) spot ristretto-0.0.21-1.fc11 (build/make) cwickert rss-glx-0.8.1.p-20.fc10 (build/make) nphilipp ruby-hpricot-0.6-2.fc9 (build/make) mtasaka ruby-openid-2.1.2-1.fc10 (build/make) allisson ruby-rpm-1.2.3-4.fc9 (build/make) lutter,stahnma rxtx-2.1-0.2.7r2.fc11 (build/make) lfarkas sagator-1.1.1-0.beta1.fc10 (build/make) ondrejj sane-backends-1.0.19-12.fc10 (build/make) nphilipp scidavis-0.1.3-2.fc10 (build/make) tanguy scim-1.4.7-35.fc10 (build/make) phuang,i18n-team,petersen scrip-1.4-9.fc8 (build/make) edhill sepostgresql-8.3.5-2.1183.fc10 (build/make) kaigai seq24-0.8.7-13.fc10 (patch_fuzz) green simdock-1.2-3.fc10 (build/make) terjeros smarteiffel-2.3-2.fc9 (build/make) gemi soundtouch-1.3.1-10.fc9 (build/make) jwrdegoede sudo-1.6.9p17-2.fc10 (build/make) mildew,kzak sugar-0.83.3-4.fc11 (build/make) mpg,johnp,bernie,morgan,tomeu,erikos sundials-2.3.0-6.fc9 (build/make) jpye swfdec-gnome-2.24.0-2.fc10 (build/make) bpepple syck-0.61-5.1.fc10 (build/make) oliver synce-software-manager-0.9.0-10.fc9 (build/make) awjb taglib-sharp-2.0.3.0-7.fc11 (build/make) spot tcl-snack-2.2.10-6.fc10 (build/make) spot teseq-1.0.0-2.fc10 (build/make) bonii thunar-archive-plugin-0.2.4-5.fc10 (build/make) cwickert thunar-media-tags-plugin-0.1.2-4.fc9 (build/make) cwickert thunar-shares-0.16-1.fc10 (build/make) cwickert,kevin thunar-volman-0.2.0-2.fc9 (build/make) cwickert,kevin tiger-3.2.1-8.fc9 (patch_fuzz) abompard tightvnc-1.5.0-0.9.20081120svn3200.fc11 (build/make) atkac tkimg-1.4-0.1.20081115svn.fc11 (build/make) sergiopr totem-2.24.3-3.fc11 (build/make) hadess,firewing tracker-0.6.6-4.fc11 (build/make) deji tremulous-1.1.0-6.fc9 (build/make) pgordon,pgordon uim-1.5.3-1.fc10 (build/make) tagoh,i18n-team unixODBC-2.2.12-9.fc10 (build/make) tgl valgrind-3.3.0-4 (build/make) jakub vdr-1.6.0-15.fc11 (build/make) scop,vpv vdr-ttxtsubs-0.0.5-6.fc11 (build/make) scop vdrift-20080805-2.fc10 (build/make) limb vnc-4.1.2-35.fc10 (patch_fuzz) atkac wammu-0.28-1.fc10 (build/make) laxathom wgrib2-1.7.2b-1.fc10 (build/make) orion,pertusus widelands-0-0.13.Build13.fc11 (build/make) karlik worminator-3.0R2.1-8.fc9 (build/make) jwrdegoede ws-commons-util-1.0.1-10.fc10 (build/make) green,overholt wxGTK-2.8.9-3.fc11 (build/make) mattdm,sharkcz xastir-1.9.4-5.fc10 (build/make) lucilanga,bjensen xbacklight-1.1-2.fc9 (build/make) salimma xdx-2.4-2.fc9 (build/make) bjensen,sindrepb,sconklin xfburn-0.3.91-2.fc11 (build/make) cwickert,denis xfce4-notes-plugin-1.6.3-1.fc11 (build/make) cwickert xfce4-places-plugin-1.1.0-3.fc10 (build/make) cwickert,kevin xfce4-verve-plugin-0.3.6-1.fc11 (build/make) cwickert,kevin xfce4-volstatus-icon-0.1.0-3.fc9 (build/make) cwickert,kevin xfce4-xkb-plugin-0.5.2-1.fc11 (build/make) cwickert xfdesktop-4.4.2-6.fc10 (build/make) kevin xmlrpc3-3.0-2.9.fc10 (build/make) overholt,akurtakov xorg-x11-drv-ati-6.9.0-62.fc10 (build/make) xgl-maint xorg-x11-drv-i810-2.5.0-3.fc11 (build/make) xgl-maint xorg-x11-drv-openchrome-0.2.903-2.fc11 (build/make) xavierb xorg-x11-server-1.5.3-6.fc10 (build/make) xgl-maint xosview-1.8.3-13.20080301cvs.fc10 (build/make) terjeros xscorch-0.2.0-12.fc8 (build/make) mgarski zsh-4.3.4-8.fc9 (patch_fuzz) james With bugs filed: 2 ---------------------------------- gcl-2.6.7-18.fc9 [u'440913 ASSIGNED'] (build/make) jjames,green libFoundation-1.1.3-11.fc9 [u'440564 ASSIGNED'] (build/make) athimm ---------------------------------- Packages by owner: abbot: protobuf abompard: librra,tiger aconway: qpidc adalloz: pan agoode: nip2 ajax: gstreamer-plugins-base,mesa,mesa,quesa akahl: bmpx akurtakov: xmlrpc3 alexlan: octave-forge,perl-Data-Stag,perl-bioperl,perl-bioperl-run allisson: clutter,ruby-openid athimm: libFoundation,maildrop atkac: tightvnc,vnc atorkhov: ember awjb: freealut,libopensync,libopensync-plugin-evolution2,libopensync-plugin-file,libopensync-plugin-gnokii,libopensync-plugin-google-calendar,libopensync-plugin-gpe,libopensync-plugin-irmc,libopensync-plugin-kdepim,libopensync-plugin-moto,libopensync-plugin-opie,libopensync-plugin-palm,libopensync-plugin-python,libopensync-plugin-vformat,libpolyxmass,libpqxx,librra,msynctool,openal,polyxmass-bin,pywbxml,synce-software-manager behdad: gthumb,libthai bernie: sugar berrange: perl-Module-CPANTS-Analyse,perl-Sys-Virt bjensen: ax25-apps,linpsk,linpsk,xastir,xdx bjohnson: dbmail bojan: apr bonii: teseq bos: ghc-gtk2hs,haddock09,happy bpepple: evolution-brutus,ggz-gtk-client,swfdec-gnome buc: freetds,newscache caillon: file-roller cheese: libopensync-plugin-gnokii,libopensync-plugin-syncml colding: evolution-brutus corsepiu: perl-Class-Autouse,perl-Class-Inspector,perl-Data-ICal,perl-File-Find-Rule-Perl,perl-Test-Inline cweyl: perl-Archive-Any,perl-Gnome2-GConf,perl-Gtk2-Notify,perl-JSON-Any,perl-Moose,perl-MooseX-Params-Validate,perl-POE-Component-SNMP,perl-RRD-Simple,perl-Test-WWW-Mechanize-Catalyst,perl-WWW-Mechanize cwickert: Thunar,gwget,regexxer,ristretto,thunar-archive-plugin,thunar-media-tags-plugin,thunar-shares,thunar-volman,xfburn,xfce4-notes-plugin,xfce4-places-plugin,xfce4-verve-plugin,xfce4-volstatus-icon,xfce4-xkb-plugin danielm: initng-conf-gtk danw: libsoup davidz: DeviceKit-disks,gnome-speech,gok,notification-daemon dbhole: maven-scm,maven-shared,maven2,plexus-appserver,plexus-cdc,plexus-maven-plugin,plexus-runtime-builder,plexus-xmlrpc dcbw: csound dchen: UnihanDb deji: atlas,atlas,tracker denis: alltray,gconfmm26,pam_keyring,xfburn devrim: classpathx-jaf dledford: lam,libibcommon,libibmad,libibumad dp67: ax25-apps,linpsk drago01: pinot dtimms: audacity dwalluck: classpathx-jaf dwheeler: E dwmw2: hfsutils,linux-atm,qemu edhill: cdo,libctl,libmatheval,nco,osiv,scrip emoret: paprefs erikos: sugar firewing: totem fitzsim: javahelp2 fnasser: geronimo-specs,jakarta-commons-el fonts-sig: libXfontcache fschwarz: python-cherrypy2 gemi: audacity,q,smarteiffel ghenry: Sprog,cpan2rpm gilboa: icewm,kdebluetooth green: ardour,gcl,ladspa-swh-plugins,seq24,ws-commons-util hadess: gnome-web-photo,totem hardaker: dnssec-tools haskell-sig: ghc-gtk2hs,haddock09,happy huzaifas: libtar,libtar i18n-team: UnihanDb,ibus-chewing,imsettings,m17n-lib,scim,uim iarnell: perl-Regexp-Assemble iburrell: perl-SVN-Mirror ics: liblqr-1 ixs: libsndfile,mboxgrep izhar: compizconfig-backend-gconf,compizconfig-python,libcompizconfig jakub: compat-gcc-32,compat-gcc-34,valgrind james: zsh jcollie: asterisk,python-openid jdieter: presto-utils jima: alsa-oss jjames: gcl,jsr-305 jkratoch: insight jnovy: compat-db johnp: sugar jorton: apr,distcache,libidn jpmahowa: gnome-compiz-manager jpo: perl-Net-SSLeay jpye: sundials jspaleta: g3data jtulach: javahelp2 jwilson: emerald,libdv,libiec61883 jwrdegoede: ardour,monkey-bubble,soundtouch,worminator kaboom: qgo kaigai: sepostgresql karlik: widelands kasal: gdbm,libgconf-java,libgnome-java,perl-BSD-Resource,perl-Net-SSLeay,perl-XML-LibXSLT kevin: Terminal,Thunar,thunar-shares,thunar-volman,xfce4-places-plugin,xfce4-verve-plugin,xfce4-volstatus-icon,xfdesktop kkofler: flasm,kde-l10n krh: compiz kurzawa: incollector kwizart: afflib,directfb kzak: sudo laxathom: gnome-desktop-sharp,lightning,perl-Class-Autouse,perl-Class-Inspector,perl-Test-Inline,quake3,wammu lfarkas: rxtx limb: lilypond,vdrift lkundrak: grub2,perl-XML-Smart lmacken: python-cherrypy2 lokthare: almanah,pyrenamer ltinkl: kde-l10n lucilanga: xastir lutter: ruby-rpm makghosh: player mattdm: wxGTK mbarnes: devhelp,evolution-exchange,evolution-sharp,gnome-python2-desktop,gtkspell,libsoup mccann: libfakekey mclasen: libgweather mgarski: xscorch mhlavink: nut michich: icecream mikep: fmt-ptrn mildew: sudo mitr: python-gtkextra mmaslano: perl-BSD-Resource mnagy: ipa monnerat: insight morgan: sugar mpeters: pan mpg: gnome-web-photo,sugar mschwendt: audacity mtasaka: WebKit,ruby-hpricot mwiriadi: gnome-themes-extras,gnome-themes-extras mwringe: jline,modello,msv nalin: nss_ldap nboyle: qemu-launcher ngompa: avant-window-navigator nosnilmot: libsilc,libsilc,pidgin-guifications notting: initscripts,kudzu nphilipp: bzflag,rss-glx,sane-backends nsantos: qpidc oliver: apr,syck ondrejj: libnss-mysql,sagator orion: R-lmtest,hdf5,lasi,netcdf-decoders,netcdf-perl,octave-forge,perl-Log-Trivial,plplot,wgrib2 orphan: libzzub,nautilus-share otaylor: desktop-data-model ovasik: libwvstreams,openjade overholt: ws-commons-util,xmlrpc3 pawsa: balsa pcheung: plexus-i18n perl-sig: cpan2rpm,netcdf-perl,perl-Archive-Any,perl-Class-Autouse,perl-Class-Inspector,perl-Data-ICal,perl-Data-Stag,perl-File-Find-Rule-Perl,perl-Gnome2-GConf,perl-Gtk2-Notify,perl-HTTP-Proxy,perl-IPC-Shareable,perl-JSON-Any,perl-Moose,perl-MooseX-Params-Validate,perl-Net-SSLeay,perl-POE-Component-SNMP,perl-RRD-Simple,perl-Regexp-Assemble,perl-SVN-Mirror,perl-Sys-Virt,perl-Test-Inline,perl-Test-WWW-Mechanize-Catalyst,perl-Test-Warn,perl-WWW-Mechanize,perl-XML-LibXSLT,perl-bioperl,perl-bioperl-run pertusus: Thunar,flasm,gpm,hdf5,icewm,nco,netcdf-decoders,netcdf-perl,wgrib2 petersen: ghc-gtk2hs,haddock09,happy,m17n-lib,scim pfj: boo,csound,monodoc pghmcfc: perl-Net-SSLeay pgordon: WebKit,tremulous,tremulous phuang: awn-extras-applets,ibus-chewing,scim pingou: R-BSgenome.Celegans.UCSC.ce2,R-BSgenome.Dmelanogaster.FlyBase.r51,R-hgu95av2probe,R-pls pmatilai: compat-db,popt pnemade: m17n-lib pwouters: ldns qspencer: autotrace,octave-forge rakesh: coredumper,ctemplate,linphone rathann: dx rcritten: ipa rdieter: Macaulay2,ggz-gtk-client,kde-l10n,libpqxx rezso: mapnik,qgis rhughes: gnome-power-manager,gnome-power-manager,hal rishi: gengetopt rjones: freetennis rnorwood: perl-BSD-Resource robert: digitemp,librsync,popt roozbeh: autotrace rstrode: gcalctool,gnome-applets,gnome-panel,libbonoboui,redhat-menus rvinyard: bitgtkmm,conexus,conexusmm,papyrus rvokal: net-tools,openjade,pidgin-guifications s4504kr: kaya,lightning salimma: evolution-remove-duplicates,gnome-do,python-storm,xbacklight sandeen: guilt sconklin: ax25-apps,linpsk,xdx scop: kdebluetooth,vdr,vdr-ttxtsubs seg: openjpeg sergiopr: tkimg shahms: bzr-gtk sharkcz: atari++,wxGTK shishz: perl-XML-LibXSLT silfreed: qgis simo: ipa sindrepb: avant-window-navigator,ax25-apps,cowbell,gnome-do,gnome-do,linpsk,xdx snecker: mapnik splinux: gconf-cleaner,gdmap,gnome-specimen spot: libpaper,librx,logjam,mono-sharpcvslib,perl-HTTP-Proxy,perl-IPC-Shareable,perl-Test-Warn,rekall,taglib-sharp,tcl-snack ssp: gnome-system-monitor,libXTrap,libXfontcache,libXp,metacity stahnma: ruby-rpm stalwart: enlightenment steve: perl-Sys-Virt steved: nfs4-acl-tools subhodip: kdetv svahl: devilspie tagoh: imsettings,uim tanguy: scidavis terjeros: simdock,xosview tgl: libjpeg,unixODBC than: kde-l10n thias: blackbox,directfb,emerald,hercules,pigment thomasvs: ladspa,rasqal till: iasl,pam_mount timfenn: gpp4 timn: player tmraz: pam tnorth: avr-binutils tomeu: sugar toshio: bzr-gtk,bzr-gtk,python-cherrypy2 trondd: avr-binutils,nautilus-python turki: emerald tuxbrewr: kde-l10n vcrhonek: expect veplaini: olpcsound victorv: ini4j vpv: vdr walters: bigboard,desktop-data-model wart: abe,ember wtogami: libsilc,pidgin-guifications xavierb: xorg-x11-drv-openchrome xgl-maint: xorg-x11-drv-ati,xorg-x11-drv-i810,xorg-x11-server xris: orpie zkota: python-bibtex zprikryl: gpm,net-tools -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From bugzilla at redhat.com Mon Dec 22 07:38:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Dec 2008 02:38:08 -0500 Subject: [Bug 477589] New: Please branch perl-Archive-Zip for EPEL 5 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Please branch perl-Archive-Zip for EPEL 5 https://bugzilla.redhat.com/show_bug.cgi?id=477589 Summary: Please branch perl-Archive-Zip for EPEL 5 Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl-Archive-Zip AssignedTo: steve at silug.org ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: steve at silug.org, fedora-perl-devel-list at redhat.com Classification: Fedora Please request an EL-5 branch of perl-Archive-Zip or let me know if that's not possible. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 22 08:27:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Dec 2008 03:27:09 -0500 Subject: [Bug 477589] Please branch perl-Archive-Zip for EPEL 5 In-Reply-To: References: Message-ID: <200812220827.mBM8R9sv004846@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477589 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE --- Comment #1 from Marcela Maslanova 2008-12-22 03:27:08 EDT --- perl-Archive-Zip will be in RHEL-5.3 Server and also Client. We can't create branch for EPEL in this case. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Mon Dec 22 08:40:05 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 22 Dec 2008 08:40:05 +0000 (UTC) Subject: rpms/perl-Devel-CheckOS/devel perl-Devel-CheckOS-dontask.patch, NONE, 1.1 perl-Devel-CheckOS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081222084006.0040570130@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Devel-CheckOS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31191 Modified Files: .cvsignore sources Added Files: perl-Devel-CheckOS-dontask.patch perl-Devel-CheckOS.spec Log Message: * Wed Dec 17 2008 Marcela Ma??l????ov?? 1.50-2 - remove two tests, because they can't pass in rpmbuild. perl-Devel-CheckOS-dontask.patch: --- NEW FILE perl-Devel-CheckOS-dontask.patch --- diff -up Devel-CheckOS-1.50/Makefile.PL.donask Devel-CheckOS-1.50/Makefile.PL --- Devel-CheckOS-1.50/Makefile.PL.donask 2008-11-05 23:52:31.000000000 +0100 +++ Devel-CheckOS-1.50/Makefile.PL 2008-12-16 12:03:43.000000000 +0100 @@ -44,23 +44,23 @@ sub findOSes { } next if($@); my $hasexpn = $classname->can('expn') ? '/?' : ''; - ASK: my $answer = prompt( - "Are you using $prompt_modname? [Y/n$hasexpn]", - "Y" - ); - if($answer =~ /^y/i) { - push @OSes, $prompt_modname; - } elsif($answer =~ /^\?/) { - if($hasexpn) { - print "\n".$classname->expn()."\n\n"; - } else { - print "\nYou need help for that!?!?\n\n"; - } - goto ASK; - } else { - print "Eek!\n"; - push @notOSes, $prompt_modname; - } +# ASK: my $answer = prompt( +# "Are you using $prompt_modname? [Y/n$hasexpn]", +# "Y" +# ); +# if($answer =~ /^y/i) { + $prompt_modname = "Y"; push @OSes, $prompt_modname; +# } elsif($answer =~ /^\?/) { +# if($hasexpn) { +# print "\n".$classname->expn()."\n\n"; +# } else { +# print "\nYou need help for that!?!?\n\n"; +# } +# goto ASK; +# } else { +# print "Eek!\n"; +# push @notOSes, $prompt_modname; +# } } } --- NEW FILE perl-Devel-CheckOS.spec --- Name: perl-Devel-CheckOS Version: 1.50 Release: 2%{?dist} Summary: Check what OS we're running on License: GPLv2 or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-CheckOS/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Devel-CheckOS-%{version}.tar.gz Patch0: perl-Devel-CheckOS-dontask.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Find::Rule) >= 0.28 BuildRequires: perl(Test::More) >= 0.62 Requires: perl(File::Find::Rule) >= 0.28 Requires: perl(Test::More) >= 0.62 Requires: perl(Data::Compare) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes things like Linux, Solaris, AIX etc. %prep %setup -q -n Devel-CheckOS-%{version} %patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* # delete wrong tests, which breaks succesful build # this wasn't written whole rm -rf t/50-script.t # this is testing installation, which can't pass rm -rf t/XX-autodetected-linux-as-Y.t %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ARTISTIC.txt CHANGES GPL2.txt README TODO %{_bindir}/use-devel-assertos %{perl_vendorlib}/* %{_mandir}/man1/use-devel-assertos.1.gz %{_mandir}/man3/* %changelog * Wed Dec 17 2008 Marcela Ma??l????ov?? 1.50-2 - remove two tests, because they can't pass in rpmbuild. * Tue Dec 16 2008 Marcela Ma??l????ov?? 1.50-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-CheckOS/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2008 04:41:55 -0000 1.1 +++ .cvsignore 22 Dec 2008 08:39:35 -0000 1.2 @@ -0,0 +1 @@ +Devel-CheckOS-1.50.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-CheckOS/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2008 04:41:55 -0000 1.1 +++ sources 22 Dec 2008 08:39:35 -0000 1.2 @@ -0,0 +1 @@ +78f4fb75af0fef9ae7b974285e03f8a3 Devel-CheckOS-1.50.tar.gz From mmaslano at fedoraproject.org Mon Dec 22 08:48:27 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 22 Dec 2008 08:48:27 +0000 (UTC) Subject: rpms/perl-ORLite/F-10 .cvsignore, 1.2, 1.3 perl-ORLite.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20081222084827.728F470130@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-ORLite/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2010 Modified Files: .cvsignore perl-ORLite.spec sources Log Message: * Mon Dec 22 2008 Marcela Ma??l????ov?? 0.15-1 - update to 0.15 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-ORLite/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Oct 2008 10:40:14 -0000 1.2 +++ .cvsignore 22 Dec 2008 08:47:56 -0000 1.3 @@ -1 +1 @@ -ORLite-0.13.tar.gz +ORLite-0.15.tar.gz Index: perl-ORLite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ORLite/F-10/perl-ORLite.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-ORLite.spec 9 Oct 2008 10:40:14 -0000 1.1 +++ perl-ORLite.spec 22 Dec 2008 08:47:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-ORLite -Version: 0.13 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Extremely light weight SQLite-specific ORM License: GPL+ or Artistic Group: Development/Libraries @@ -63,6 +63,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 22 2008 Marcela Ma??l????ov?? 0.15-1 +- update to 0.15 + * Fri Aug 29 2008 Marcela Ma??l????ov?? 0.13-2 - fix requires - update to 0.13 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-ORLite/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Oct 2008 10:40:14 -0000 1.2 +++ sources 22 Dec 2008 08:47:57 -0000 1.3 @@ -1 +1 @@ -59265731cb7ab1785441d6f8ac80b6a6 ORLite-0.13.tar.gz +f838147abe9977def55f101b43dd4890 ORLite-0.15.tar.gz From mmaslano at fedoraproject.org Mon Dec 22 08:50:28 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 22 Dec 2008 08:50:28 +0000 (UTC) Subject: rpms/perl-Devel-CheckOS/F-10 perl-Devel-CheckOS-dontask.patch, NONE, 1.1 perl-Devel-CheckOS.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081222085028.16D0C70130@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Devel-CheckOS/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2322 Modified Files: .cvsignore sources Added Files: perl-Devel-CheckOS-dontask.patch perl-Devel-CheckOS.spec Log Message: * Wed Dec 17 2008 Marcela Ma??l????ov?? 1.50-2 - remove two tests, because they can't pass in rpmbuild. perl-Devel-CheckOS-dontask.patch: --- NEW FILE perl-Devel-CheckOS-dontask.patch --- diff -up Devel-CheckOS-1.50/Makefile.PL.donask Devel-CheckOS-1.50/Makefile.PL --- Devel-CheckOS-1.50/Makefile.PL.donask 2008-11-05 23:52:31.000000000 +0100 +++ Devel-CheckOS-1.50/Makefile.PL 2008-12-16 12:03:43.000000000 +0100 @@ -44,23 +44,23 @@ sub findOSes { } next if($@); my $hasexpn = $classname->can('expn') ? '/?' : ''; - ASK: my $answer = prompt( - "Are you using $prompt_modname? [Y/n$hasexpn]", - "Y" - ); - if($answer =~ /^y/i) { - push @OSes, $prompt_modname; - } elsif($answer =~ /^\?/) { - if($hasexpn) { - print "\n".$classname->expn()."\n\n"; - } else { - print "\nYou need help for that!?!?\n\n"; - } - goto ASK; - } else { - print "Eek!\n"; - push @notOSes, $prompt_modname; - } +# ASK: my $answer = prompt( +# "Are you using $prompt_modname? [Y/n$hasexpn]", +# "Y" +# ); +# if($answer =~ /^y/i) { + $prompt_modname = "Y"; push @OSes, $prompt_modname; +# } elsif($answer =~ /^\?/) { +# if($hasexpn) { +# print "\n".$classname->expn()."\n\n"; +# } else { +# print "\nYou need help for that!?!?\n\n"; +# } +# goto ASK; +# } else { +# print "Eek!\n"; +# push @notOSes, $prompt_modname; +# } } } --- NEW FILE perl-Devel-CheckOS.spec --- Name: perl-Devel-CheckOS Version: 1.50 Release: 2%{?dist} Summary: Check what OS we're running on License: GPLv2 or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-CheckOS/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Devel-CheckOS-%{version}.tar.gz Patch0: perl-Devel-CheckOS-dontask.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Find::Rule) >= 0.28 BuildRequires: perl(Test::More) >= 0.62 Requires: perl(File::Find::Rule) >= 0.28 Requires: perl(Test::More) >= 0.62 Requires: perl(Data::Compare) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes things like Linux, Solaris, AIX etc. %prep %setup -q -n Devel-CheckOS-%{version} %patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* # delete wrong tests, which breaks succesful build # this wasn't written whole rm -rf t/50-script.t # this is testing installation, which can't pass rm -rf t/XX-autodetected-linux-as-Y.t %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ARTISTIC.txt CHANGES GPL2.txt README TODO %{_bindir}/use-devel-assertos %{perl_vendorlib}/* %{_mandir}/man1/use-devel-assertos.1.gz %{_mandir}/man3/* %changelog * Wed Dec 17 2008 Marcela Ma??l????ov?? 1.50-2 - remove two tests, because they can't pass in rpmbuild. * Tue Dec 16 2008 Marcela Ma??l????ov?? 1.50-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-CheckOS/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Dec 2008 04:41:55 -0000 1.1 +++ .cvsignore 22 Dec 2008 08:49:57 -0000 1.2 @@ -0,0 +1 @@ +Devel-CheckOS-1.50.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-CheckOS/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Dec 2008 04:41:55 -0000 1.1 +++ sources 22 Dec 2008 08:49:57 -0000 1.2 @@ -0,0 +1 @@ +78f4fb75af0fef9ae7b974285e03f8a3 Devel-CheckOS-1.50.tar.gz From buildsys at fedoraproject.org Mon Dec 22 10:16:14 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 22 Dec 2008 10:16:14 +0000 (UTC) Subject: Broken dependencies: perl-Padre Message-ID: <20081222101614.27DAC1F8257@releng2.fedora.phx.redhat.com> perl-Padre has broken dependencies in the development tree: On ppc: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On x86_64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On i386: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) On ppc64: perl-Padre-0.20-1.fc11.noarch requires perl(Pod::Simple::XHTML) Please resolve this as soon as possible. From steve at fedoraproject.org Mon Dec 22 16:33:09 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 22 Dec 2008 16:33:09 +0000 (UTC) Subject: rpms/perl-Pugs-Compiler-Rule/devel .cvsignore, 1.7, 1.8 perl-Pugs-Compiler-Rule.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <20081222163309.7C73D70131@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20010 Modified Files: .cvsignore perl-Pugs-Compiler-Rule.spec sources Log Message: Update to 0.37. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 22 Feb 2008 00:25:35 -0000 1.7 +++ .cvsignore 22 Dec 2008 16:32:39 -0000 1.8 @@ -1 +1 @@ -Pugs-Compiler-Rule-0.28.tar.gz +Pugs-Compiler-Rule-0.37.tar.gz Index: perl-Pugs-Compiler-Rule.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/perl-Pugs-Compiler-Rule.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Pugs-Compiler-Rule.spec 4 Mar 2008 03:39:26 -0000 1.8 +++ perl-Pugs-Compiler-Rule.spec 22 Dec 2008 16:32:39 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Pugs-Compiler-Rule -Version: 0.28 -Release: 2%{?dist} -Summary: Compiler for Perl 6 Rules +Version: 0.37 +Release: 1%{?dist} +Summary: Compiler for Perl 6 regexes License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Pugs-Compiler-Rule/ -Source0: http://www.cpan.org/authors/id/A/AG/AGENT/Pugs-Compiler-Rule-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/F/FG/FGLOCK/Pugs-Compiler-Rule-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Cache::Cache) >= 1.05 @@ -67,6 +67,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 22 2008 Steven Pritchard 0.37-1 +- Update to 0.37. + * Mon Mar 3 2008 Tom "spot" Callaway 0.28-2 - rebuild for new perl (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Pugs-Compiler-Rule/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 22 Feb 2008 00:25:35 -0000 1.7 +++ sources 22 Dec 2008 16:32:39 -0000 1.8 @@ -1 +1 @@ -e3a38af944b54c709dedd64e5c0bc063 Pugs-Compiler-Rule-0.28.tar.gz +2fb3e6310d0285208d2fd412174153d4 Pugs-Compiler-Rule-0.37.tar.gz From bugzilla at redhat.com Mon Dec 22 16:44:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Dec 2008 11:44:03 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812221644.mBMGi36M027693@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 --- Comment #4 from Fedora Update System 2008-12-22 11:44:02 EDT --- perl-Catalyst-Plugin-Authorization-Roles-0.07-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Catalyst-Plugin-Authorization-Roles-0.07-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 22 16:44:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Dec 2008 11:44:06 -0500 Subject: [Bug 477122] Review Request: perl-Catalyst-Plugin-Authorization-Roles - Role based authorization for Catalyst based on Catalyst::Plugin::Authentication In-Reply-To: References: Message-ID: <200812221644.mBMGi6L1009664@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477122 --- Comment #5 from Fedora Update System 2008-12-22 11:44:05 EDT --- perl-Catalyst-Plugin-Authorization-Roles-0.07-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-Catalyst-Plugin-Authorization-Roles-0.07-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 22 20:58:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Dec 2008 15:58:58 -0500 Subject: [Bug 477298] perl-Test-Warn needs updating to 0.11 In-Reply-To: References: Message-ID: <200812222058.mBMKwwSC023388@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477298 --- Comment #8 from Paul Howarth 2008-12-22 15:58:57 EDT --- (In reply to comment #7) > I think, we should update FC-10 and FC-9, also. Anybody object to me updating F-9 and F-10 the same way? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Tue Dec 23 06:45:12 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 23 Dec 2008 06:45:12 +0000 (UTC) Subject: rpms/perl-Test-Compile/devel perl-Test-Compile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081223064512.148CC700FE@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Test-Compile/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27258 Modified Files: .cvsignore sources Added Files: perl-Test-Compile.spec Log Message: * Tue Dec 16 2008 Marcela Ma??l????ov?? 0.08-1 - Specfile autogenerated by cpanspec 1.77. --- NEW FILE perl-Test-Compile.spec --- Name: perl-Test-Compile Version: 0.08 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Compile/ Source0: http://www.cpan.org/authors/id/M/MA/MARCEL/Test-Compile-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(Devel::CheckOS) >= 1.42 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(UNIVERSAL::require) Requires: perl(Devel::CheckOS) >= 1.42 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Check Perl module files for errors or warnings in a test file. %prep %setup -q -n Test-Compile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Dec 16 2008 Marcela Ma??l????ov?? 0.08-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Compile/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2008 02:45:34 -0000 1.1 +++ .cvsignore 23 Dec 2008 06:44:41 -0000 1.2 @@ -0,0 +1 @@ +Test-Compile-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Compile/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2008 02:45:34 -0000 1.1 +++ sources 23 Dec 2008 06:44:41 -0000 1.2 @@ -0,0 +1 @@ +2e985ef4684cf4c74ae6915b4e353ee7 Test-Compile-0.08.tar.gz From mmaslano at fedoraproject.org Tue Dec 23 06:53:41 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 23 Dec 2008 06:53:41 +0000 (UTC) Subject: rpms/perl-Test-Compile/F-10 perl-Test-Compile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20081223065341.26226700FE@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Test-Compile/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27849 Modified Files: .cvsignore sources Added Files: perl-Test-Compile.spec Log Message: * Tue Dec 16 2008 Marcela Ma??l????ov?? 0.08-1 - Specfile autogenerated by cpanspec 1.77. --- NEW FILE perl-Test-Compile.spec --- Name: perl-Test-Compile Version: 0.08 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Compile/ Source0: http://www.cpan.org/authors/id/M/MA/MARCEL/Test-Compile-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(Devel::CheckOS) >= 1.42 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(UNIVERSAL::require) Requires: perl(Devel::CheckOS) >= 1.42 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Check Perl module files for errors or warnings in a test file. %prep %setup -q -n Test-Compile-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Dec 16 2008 Marcela Ma??l????ov?? 0.08-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Compile/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Dec 2008 02:45:34 -0000 1.1 +++ .cvsignore 23 Dec 2008 06:53:10 -0000 1.2 @@ -0,0 +1 @@ +Test-Compile-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Compile/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Dec 2008 02:45:34 -0000 1.1 +++ sources 23 Dec 2008 06:53:10 -0000 1.2 @@ -0,0 +1 @@ +2e985ef4684cf4c74ae6915b4e353ee7 Test-Compile-0.08.tar.gz From bugzilla at redhat.com Tue Dec 23 23:29:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 23 Dec 2008 18:29:33 -0500 Subject: [Bug 472359] Conflicting Provides with perl-libwww-perl In-Reply-To: References: Message-ID: <200812232329.mBNNTXQO032344@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472359 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 Michael Schwendt changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10 |rawhide --- Comment #1 from Bug Zapper 2008-11-26 00:39:31 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 24 13:57:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 24 Dec 2008 08:57:10 -0500 Subject: [Bug 476325] install error In-Reply-To: References: Message-ID: <200812241357.mBODvAfW004736@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476325 Gianluca Varisco changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gvarisco at redhat.com Flag| |needinfo?(sjonnotti at comcast | |.net) --- Comment #1 from Gianluca Varisco 2008-12-24 08:57:09 EDT --- Did you already check the MD5/SHA1 of your DVD media? Does it match? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 24 16:00:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 24 Dec 2008 11:00:05 -0500 Subject: [Bug 476325] install error In-Reply-To: References: Message-ID: <200812241600.mBOG05pO009504@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476325 sjonnotti at comcast.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Flag|needinfo?(sjonnotti at comcast | |.net) | --- Comment #2 from sjonnotti at comcast.net 2008-12-24 11:00:04 EDT --- Yes I did and they matched. I burned another copy in a different burner and it worked flawlessly, must be a hardware issue with that particular burner. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 26 14:55:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Dec 2008 09:55:46 -0500 Subject: [Bug 461177] RFE: update arch-specific perl spec template %files lines In-Reply-To: References: Message-ID: <200812261455.mBQEtkfc000889@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461177 --- Comment #3 from Fedora Update System 2008-12-26 09:55:45 EDT --- rpmdevtools-7.0-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/rpmdevtools-7.0-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Dec 26 14:53:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Dec 2008 09:53:52 -0500 Subject: [Bug 461177] RFE: update arch-specific perl spec template %files lines In-Reply-To: References: Message-ID: <200812261453.mBQErqrO000413@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461177 --- Comment #2 from Fedora Update System 2008-12-26 09:53:52 EDT --- rpmdevtools-7.0-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/rpmdevtools-7.0-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From alexlan at fedoraproject.org Sun Dec 28 04:23:42 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sun, 28 Dec 2008 04:23:42 +0000 (UTC) Subject: rpms/perl-bioperl/devel .cvsignore, 1.3, 1.4 bioperl-1.5.9-paths.patch, NONE, 1.1 perl-bioperl.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <20081228042342.DC4087010D@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-bioperl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28895 Modified Files: perl-bioperl.spec sources Added Files: .cvsignore bioperl-1.5.9-paths.patch Log Message: - Update to latest upstream, 1.5.9, which is release candidate 1 for 1.6.0 - Add BuildRequires for perl(Array::Compare) and perl(GraphViz). - Fix patch to apply to new release. - Remove Bio::PhyloNetwork from installation, currently has unfilled deps and not ready for primetime according to upstream. Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 28 Dec 2008 04:23:11 -0000 1.4 @@ -0,0 +1 @@ +BioPerl-1.5.9_1.tar.bz2 bioperl-1.5.9-paths.patch: --- NEW FILE bioperl-1.5.9-paths.patch --- diff -u -r bioperl-1.5.2_102/Bio/Variation/IO.pm bioperl-1.5.2_102.mod/Bio/Variation/IO.pm --- bioperl-1.5.2_102/Bio/Variation/IO.pm 2007-02-14 04:37:48.000000000 -0700 +++ bioperl-1.5.2_102.mod/Bio/Variation/IO.pm 2008-09-25 02:03:26.000000000 -0700 @@ -86,7 +86,7 @@ This makes the simplest ever reformatter - #!/usr/local/bin/perl + #!/usr/bin/perl $format1 = shift; $format2 = shift; Only in bioperl-1.5.2_102.mod/Bio/Variation: IO.pm.orig diff -u -r bioperl-1.5.2_102/Build.PL bioperl-1.5.2_102.mod/Build.PL --- bioperl-1.5.2_102/Build.PL 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/Build.PL 2008-09-25 02:03:26.000000000 -0700 @@ -31,8 +31,8 @@ build_requires => { 'Test::More' => 0, 'Module::Build' => 0.2805, - 'Test::Harness' => 2.62, - 'CPAN' => 1.81 +# 'Test::Harness' => 2.62, +# 'CPAN' => 1.81 }, recommends => { # does what you would expect of recommends, except more informative output and generates optional_features in META.yml 'Ace' => '0/access of ACeDB database/Bio::DB::Ace,Bio::DB::GFF::Adaptor::ace', diff -u -r bioperl-1.5.2_102/examples/align/align_on_codons.pl bioperl-1.5.2_102.mod/examples/align/align_on_codons.pl --- bioperl-1.5.2_102/examples/align/align_on_codons.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/align/align_on_codons.pl 2008-09-25 02:03:26.000000000 -0700 @@ -13,10 +13,10 @@ BEGIN { $CODONSIZE = 3; # parametrize everything like a good little programmer if( ! defined $ENV{'CLUSTALDIR'} ) { - $ENV{'CLUSTALDIR'} = '/usr/local/bin'; + $ENV{'CLUSTALDIR'} = '/usr/bin'; } if( ! defined $ENV{'TCOFFEEDIR'} ) { - $ENV{'TCOFFEEDIR'} = '/usr/local/bin'; + $ENV{'TCOFFEEDIR'} = '/usr/bin'; } $USAGE = qq{align_on_codons.pl < file.fa diff -u -r bioperl-1.5.2_102/examples/db/dbfetch bioperl-1.5.2_102.mod/examples/db/dbfetch --- bioperl-1.5.2_102/examples/db/dbfetch 2007-02-14 04:37:48.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/db/dbfetch 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -- # -*-Perl-*- +#!/usr/bin/perl -- # -*-Perl-*- =head1 NAME diff -u -r bioperl-1.5.2_102/examples/db/getGenBank.pl bioperl-1.5.2_102.mod/examples/db/getGenBank.pl --- bioperl-1.5.2_102/examples/db/getGenBank.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/db/getGenBank.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # # How to retrieve GenBank entries over the Web # diff -u -r bioperl-1.5.2_102/examples/db/get_seqs.pl bioperl-1.5.2_102.mod/examples/db/get_seqs.pl --- bioperl-1.5.2_102/examples/db/get_seqs.pl 2007-02-14 04:37:48.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/db/get_seqs.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use strict; use vars qw($USAGE); use Carp; diff -u -r bioperl-1.5.2_102/examples/generate_random_seq.pl bioperl-1.5.2_102.mod/examples/generate_random_seq.pl --- bioperl-1.5.2_102/examples/generate_random_seq.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/generate_random_seq.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w use strict; use vars qw($USAGE); diff -u -r bioperl-1.5.2_102/examples/searchio/psiblast_features.pl bioperl-1.5.2_102.mod/examples/searchio/psiblast_features.pl --- bioperl-1.5.2_102/examples/searchio/psiblast_features.pl 2007-02-14 04:37:48.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/searchio/psiblast_features.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # Example usage of a SearchIO::psiblast parser of traditional format Blast # and PSI-Blast reports. diff -u -r bioperl-1.5.2_102/examples/structure/structure-io.pl bioperl-1.5.2_102.mod/examples/structure/structure-io.pl --- bioperl-1.5.2_102/examples/structure/structure-io.pl 2007-02-14 04:37:48.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/structure/structure-io.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # Getting Entry, Chain, Residue, and Atom objects given a PDB file use Bio::Structure::IO; diff -u -r bioperl-1.5.2_102/examples/tk/hitdisplay.pl bioperl-1.5.2_102.mod/examples/tk/hitdisplay.pl --- bioperl-1.5.2_102/examples/tk/hitdisplay.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/tk/hitdisplay.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # # PROGRAM : hitdisplay.pl # PURPOSE : Demonstrate Bio::Tk::HitDisplay diff -u -r bioperl-1.5.2_102/examples/tools/gb_to_gff.pl bioperl-1.5.2_102.mod/examples/tools/gb_to_gff.pl --- bioperl-1.5.2_102/examples/tools/gb_to_gff.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/tools/gb_to_gff.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use strict; use Bio::Tools::GFF; diff -u -r bioperl-1.5.2_102/examples/tools/gff2ps.pl bioperl-1.5.2_102.mod/examples/tools/gff2ps.pl --- bioperl-1.5.2_102/examples/tools/gff2ps.pl 2007-02-14 04:37:47.000000000 -0700 +++ bioperl-1.5.2_102.mod/examples/tools/gff2ps.pl 2008-09-25 02:03:26.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl =head1 NAME --- bioperl-1.5.9._1/MANIFEST.orig 2008-12-27 20:29:43.000000000 -0700 +++ bioperl-1.5.9._1/MANIFEST 2008-12-27 20:31:23.000000000 -0700 @@ -424,15 +424,6 @@ Bio/Phenotype/OMIM/OMIMparser.pm Bio/Phenotype/Phenotype.pm Bio/Phenotype/PhenotypeI.pm -Bio/PhyloNetwork.pm -Bio/PhyloNetwork/Factory.pm -Bio/PhyloNetwork/FactoryX.pm -Bio/PhyloNetwork/GraphViz.pm -Bio/PhyloNetwork/muVector.pm -Bio/PhyloNetwork/RandomFactory.pm -Bio/PhyloNetwork/TreeFactory.pm -Bio/PhyloNetwork/TreeFactoryMulti.pm -Bio/PhyloNetwork/TreeFactoryX.pm Bio/PopGen/Genotype.pm Bio/PopGen/GenotypeI.pm Bio/PopGen/HtSNP.pm @@ -1994,12 +1985,6 @@ t/Tools/tRNAscanSE.t t/Tree/Compatible.t t/Tree/Node.t -t/Tree/PhyloNetwork/Factory.t -t/Tree/PhyloNetwork/GraphViz.t -t/Tree/PhyloNetwork/MuVector.t -t/Tree/PhyloNetwork/PhyloNetwork.t -t/Tree/PhyloNetwork/RandomFactory.t -t/Tree/PhyloNetwork/TreeFactory.t t/Tree/RandomTreeFactory.t t/Tree/Tree.t t/Tree/TreeIO.t Index: perl-bioperl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-bioperl/devel/perl-bioperl.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-bioperl.spec 25 Sep 2008 09:17:06 -0000 1.14 +++ perl-bioperl.spec 28 Dec 2008 04:23:11 -0000 1.15 @@ -1,13 +1,13 @@ Name: perl-bioperl -Version: 1.5.2_102 -Release: 13%{?dist} +Version: 1.5.9 +Release: 0.1.1%{?dist} Summary: Perl tools for computational molecular biology Group: Development/Libraries License: GPL+ or Artistic URL: http://www.bioperl.org/ -Source0: http://bioperl.org/DIST/bioperl-%{version}.tar.bz2 -Patch0: bioperl-1.5.2_102-paths.patch +Source0: http://bioperl.org/DIST/BioPerl-%{version}_1.tar.bz2 +Patch0: bioperl-1.5.9-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -45,6 +45,11 @@ BuildRequires: perl(XML::Writer) > 0.4 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) +BuildRequires: perl(Array::Compare) +BuildRequires: perl(GraphViz) +# disable the following BRs until they are packaged for Fedora +#BuildRequires: perl(Math::Random) +#BuildRequires: perl(Algorithm::Munkres) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,9 +58,13 @@ many modules depend on each other to achieve a task. %prep -%setup -q -n bioperl-%{version} +%setup -q -n bioperl-%{version}._1 %patch0 -p1 +# temporarily remove PhyloNetwork before compiling +rm -r Bio/PhyloNetwork* +rm -r t/Tree/PhyloNetwork + # Temporary hack for bootstrapping # Filter unwanted Requires: # cat << \EOF > %{_builddir}/bioperl-%{version}/%{name}-req @@ -110,13 +119,20 @@ %defattr(-,root,root,-) ## don't distribute "doc" subdirectory, doesn't contain docs %doc examples models -%doc AUTHORS BUGS Changes DEPRECATED INSTALL LICENSE PLATFORMS README +%doc AUTHORS BUGS Changes ChangeLog DEPRECATED INSTALL LICENSE PLATFORMS README %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Fri Dec 26 2008 Alex Lancaster - 1.5.9-0.1.1 +- Update to latest upstream, 1.5.9, which is release candidate 1 for 1.6.0 +- Add BuildRequires for perl(Array::Compare) and perl(GraphViz). +- Fix patch to apply to new release. +- Remove Bio::PhyloNetwork from installation, currently has unfilled + deps and not ready for primetime according to upstream. + * Thu Sep 25 2008 Alex Lancaster - 1.5.2_102-13 - Fix patch fuzz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-bioperl/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Apr 2007 11:02:34 -0000 1.4 +++ sources 28 Dec 2008 04:23:11 -0000 1.5 @@ -1 +1 @@ -71f22246979ee5d6e19d547319962eea bioperl-1.5.2_102.tar.bz2 +f7c85ef9cf175055eb56a097ae9d49b4 BioPerl-1.5.9_1.tar.bz2 From buildsys at fedoraproject.org Sun Dec 28 09:27:16 2008 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 28 Dec 2008 09:27:16 +0000 (UTC) Subject: Broken dependencies: perl-bioperl Message-ID: <20081228092716.C01AE1B800B@releng2.fedora.phx.redhat.com> perl-bioperl has broken dependencies in the development tree: On ppc: perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics) perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics::Panel) On x86_64: perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics) perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics::Panel) On i386: perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics) perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics::Panel) On ppc64: perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics) perl-bioperl-1.5.9-0.1.1.fc11.noarch requires perl(Bio::Graphics::Panel) Please resolve this as soon as possible. From buildsys at fedoraproject.org Sun Dec 28 11:45:15 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 28 Dec 2008 11:45:15 -0000 Subject: Broken dependencies in EPEL - 2008-12-28 Message-ID: <20081228114515.304.65633@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From cweyl at fedoraproject.org Sun Dec 28 16:15:46 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 28 Dec 2008 16:15:46 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.21, 1.22 perl-Class-MOP.spec, 1.25, 1.26 sources, 1.21, 1.22 Message-ID: <20081228161546.337807010D@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20957 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 21 Dec 2008 16:13:29 -0000 1.21 +++ .cvsignore 28 Dec 2008 16:15:15 -0000 1.22 @@ -1 +1 @@ -Class-MOP-0.73.tar.gz +Class-MOP-0.74.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-Class-MOP.spec 21 Dec 2008 16:13:30 -0000 1.25 +++ perl-Class-MOP.spec 28 Dec 2008 16:15:15 -0000 1.26 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.73 +Version: 0.74 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -87,6 +87,9 @@ %{_mandir}/man3/* %changelog +* Sun Dec 28 2008 Chris Weyl 0.74-1 +- update to 0.74 + * Sun Dec 21 2008 Chris Weyl 0.73-1 - update to 0.73 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 21 Dec 2008 16:13:30 -0000 1.21 +++ sources 28 Dec 2008 16:15:15 -0000 1.22 @@ -1 +1 @@ -1562bbfbe90f27e38b3b6056500db8fc Class-MOP-0.73.tar.gz +c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz From bugzilla at redhat.com Sun Dec 28 21:20:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 28 Dec 2008 16:20:43 -0500 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200812282120.mBSLKhHJ024145@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 Robert Scheck changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com Flag| |needinfo?(fedora-perl-devel | |-list at redhat.com) --- Comment #13 from Robert Scheck 2008-12-28 16:20:40 EDT --- The guys from the Perl SIG or similar shall explain and decide whether it is needed here, adding hereby and requesting info regarding 444 vs. 644. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From alexlan at fedoraproject.org Sun Dec 28 23:56:36 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sun, 28 Dec 2008 23:56:36 +0000 (UTC) Subject: rpms/perl-bioperl/devel perl-bioperl.spec,1.15,1.16 Message-ID: <20081228235636.CE07070110@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-bioperl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32558 Modified Files: perl-bioperl.spec Log Message: - Filter unwanted Requires: Bio::Graphics and Bio::Graphics::Panel fixes broken deps until the .pl demo scripts remove them to the appropriate module Index: perl-bioperl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-bioperl/devel/perl-bioperl.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-bioperl.spec 28 Dec 2008 04:23:11 -0000 1.15 +++ perl-bioperl.spec 28 Dec 2008 23:56:06 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-bioperl Version: 1.5.9 -Release: 0.1.1%{?dist} +Release: 0.2.1%{?dist} Summary: Perl tools for computational molecular biology Group: Development/Libraries @@ -61,20 +61,26 @@ %setup -q -n bioperl-%{version}._1 %patch0 -p1 -# temporarily remove PhyloNetwork before compiling +# temporarily remove PhyloNetwork before compiling until upstream says +# they are ready for primetime and deps Math::Random and +# Algorithm::Munkres are also packaged rm -r Bio/PhyloNetwork* rm -r t/Tree/PhyloNetwork -# Temporary hack for bootstrapping -# Filter unwanted Requires: -# cat << \EOF > %{_builddir}/bioperl-%{version}/%{name}-req -# #!/bin/sh -# %{__perl_requires} $* |\ +# Filter unwanted Requires: Bio::Graphics +cat << \EOF > %{_builddir}/bioperl-%{version}._1/%{name}-req +#!/bin/sh +%{__perl_requires} $* |\ + sed -e '/perl(Bio::Graphics)/d; /perl(Bio::Graphics::Panel)/d' +EOF + +%define __perl_requires %{_builddir}/bioperl-%{version}._1/%{name}-req +chmod +x %{__perl_requires} + +# these are the unwanted Requires for perl-bioperl-run, keeping in +# case we need to do the temporary hack for bootstrapping again + # sed -e '/perl(Bio::Tools::Run::Alignment::Clustalw)/d; /perl(Bio::Tools::Run::GenericParameters)/d; /perl(Bio::Tools::Run::Phylo::Molphy::ProtML)/d; /perl(Bio::Tools::Run::Phylo::Phylip::Neighbor)/d; /perl(Bio::Tools::Run::Phylo::Phylip::ProtDist)/d; /perl(Bio::Tools::Run::Phylo::Phylip::ProtPars)/d; /perl(Bio::Tools::Run::RemoteBlast)/d' -# EOF -# -# %%define __perl_requires %{_builddir}/bioperl-%{version}/%{name}-req -# chmod +x %{__perl_requires} # remove all execute bits from the doc stuff find examples -type f -exec chmod -x {} 2>/dev/null ';' @@ -126,6 +132,11 @@ %{_mandir}/man3/*.3* %changelog +* Sun Dec 28 2008 Alex Lancaster - 1.5.9-0.2.1 +- Filter unwanted Requires: Bio::Graphics and Bio::Graphics::Panel + fixes broken deps until the .pl demo scripts remove them to the + appropriate module + * Fri Dec 26 2008 Alex Lancaster - 1.5.9-0.1.1 - Update to latest upstream, 1.5.9, which is release candidate 1 for 1.6.0 - Add BuildRequires for perl(Array::Compare) and perl(GraphViz). From cweyl at fedoraproject.org Mon Dec 29 00:36:37 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 29 Dec 2008 00:36:37 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.22, 1.23 perl-Moose.spec, 1.31, 1.32 sources, 1.22, 1.23 Message-ID: <20081229003637.8D1CC70113@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6750 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sun Dec 28 2008 Chris Weyl 0.63-1 - update to 0.63 - bump br versions on Moose, List::MoreUtils Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 7 Dec 2008 04:53:16 -0000 1.22 +++ .cvsignore 29 Dec 2008 00:36:07 -0000 1.23 @@ -1 +1,5 @@ -Moose-0.62.tar.gz +Moose-0.63.tar.gz +*.rpm +*.gz +*.tar +*.log Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- perl-Moose.spec 7 Dec 2008 04:53:16 -0000 1.31 +++ perl-Moose.spec 29 Dec 2008 00:36:07 -0000 1.32 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.62 +Version: 0.63 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -15,9 +15,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Class::MOP) >= 0.71 +BuildRequires: perl(Class::MOP) >= 0.72 BuildRequires: perl(Filter::Simple) -BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(List::MoreUtils) >= 0.12 BuildRequires: perl(Scalar::Util) >= 1.19 BuildRequires: perl(Sub::Exporter) >= 0.954 BuildRequires: perl(Sub::Install) >= 0.92 @@ -111,6 +111,10 @@ %{_mandir}/man3/* %changelog +* Sun Dec 28 2008 Chris Weyl 0.63-1 +- update to 0.63 +- bump br versions on Moose, List::MoreUtils + * Sat Dec 06 2008 Chris Weyl 0.62-1 - update to 0.62 - new Task::Weaken and Class::MOP requirements Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 7 Dec 2008 04:53:16 -0000 1.22 +++ sources 29 Dec 2008 00:36:07 -0000 1.23 @@ -1 +1 @@ -4ad0264b15c0caacfc6ab2a678c6bd89 Moose-0.62.tar.gz +1f8b7d335ac0edd9532167636df4002d Moose-0.63.tar.gz From corsepiu at fedoraproject.org Tue Dec 30 05:42:58 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 30 Dec 2008 05:42:58 +0000 (UTC) Subject: rpms/perl-Data-ICal/F-10 perl-Data-ICal.spec,1.2,1.3 Message-ID: <20081230054259.309ED7013C@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7275/F-10 Modified Files: perl-Data-ICal.spec Log Message: * Tue Dec 30 2008 Ralf Cors??pius 0.13-4 - BR: perl(Test::Pod::Coverage), perl(Test::Pod). Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-10/perl-Data-ICal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-ICal.spec 12 Sep 2008 03:38:17 -0000 1.2 +++ perl-Data-ICal.spec 30 Dec 2008 05:42:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-ICal Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,10 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Text::vFile::asData) +# for improved tests +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 + # rpm doesn't catch this Requires: perl(Class::Accessor) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -56,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 30 2008 Ralf Cors??pius 0.13-4 +- BR: perl(Test::Pod::Coverage), perl(Test::Pod). + * Fri Sep 12 2008 Ralf Cors??pius 0.13-3 - Fix minor typo in spec. From corsepiu at fedoraproject.org Tue Dec 30 05:42:58 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 30 Dec 2008 05:42:58 +0000 (UTC) Subject: rpms/perl-Data-ICal/devel perl-Data-ICal.spec,1.2,1.3 Message-ID: <20081230054259.2C16270115@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7275/devel Modified Files: perl-Data-ICal.spec Log Message: * Tue Dec 30 2008 Ralf Cors??pius 0.13-4 - BR: perl(Test::Pod::Coverage), perl(Test::Pod). Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/devel/perl-Data-ICal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-ICal.spec 12 Sep 2008 03:38:17 -0000 1.2 +++ perl-Data-ICal.spec 30 Dec 2008 05:42:27 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-ICal Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,10 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Text::vFile::asData) +# for improved tests +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 + # rpm doesn't catch this Requires: perl(Class::Accessor) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -56,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 30 2008 Ralf Cors??pius 0.13-4 +- BR: perl(Test::Pod::Coverage), perl(Test::Pod). + * Fri Sep 12 2008 Ralf Cors??pius 0.13-3 - Fix minor typo in spec. From corsepiu at fedoraproject.org Tue Dec 30 05:42:58 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 30 Dec 2008 05:42:58 +0000 (UTC) Subject: rpms/perl-Data-ICal/F-9 perl-Data-ICal.spec,1.2,1.3 Message-ID: <20081230054259.3263370140@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7275/F-9 Modified Files: perl-Data-ICal.spec Log Message: * Tue Dec 30 2008 Ralf Cors??pius 0.13-4 - BR: perl(Test::Pod::Coverage), perl(Test::Pod). Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/perl-Data-ICal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-ICal.spec 12 Sep 2008 03:38:17 -0000 1.2 +++ perl-Data-ICal.spec 30 Dec 2008 05:42:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-ICal Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,10 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Text::vFile::asData) +# for improved tests +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 + # rpm doesn't catch this Requires: perl(Class::Accessor) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -56,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 30 2008 Ralf Cors??pius 0.13-4 +- BR: perl(Test::Pod::Coverage), perl(Test::Pod). + * Fri Sep 12 2008 Ralf Cors??pius 0.13-3 - Fix minor typo in spec. From cweyl at fedoraproject.org Tue Dec 30 16:02:02 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:02:02 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel .cvsignore, 1.3, 1.4 perl-MooseX-Types.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20081230160202.B564F70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4174 Modified Files: .cvsignore perl-MooseX-Types.spec sources Log Message: * Tue Dec 30 2008 Chris Weyl 0.08-1 - update to 0.08 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Nov 2008 16:10:21 -0000 1.3 +++ .cvsignore 30 Dec 2008 16:01:32 -0000 1.4 @@ -1 +1 @@ -MooseX-Types-0.07.tar.gz +MooseX-Types-0.08.tar.gz Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-MooseX-Types.spec 10 Nov 2008 16:10:21 -0000 1.3 +++ perl-MooseX-Types.spec 30 Dec 2008 16:01:32 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-MooseX-Types -Version: 0.07 -Release: 1%{?dist} +Version: 0.08 +Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic Group: Development/Libraries @@ -19,7 +19,9 @@ BuildRequires: perl(Moose) >= 0.61 BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Sub::Install) >= 0.924 +# tests BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Sub::Exporter) %description @@ -81,6 +83,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 30 2008 Chris Weyl 0.08-1 +- update to 0.08 + * Mon Nov 10 2008 Chris Weyl 0.07-1 - update to 0.07, adjust BR accordingly. Note especially dep on Moose >= 0.61 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Nov 2008 16:10:21 -0000 1.3 +++ sources 30 Dec 2008 16:01:32 -0000 1.4 @@ -1 +1 @@ -ecccad9f45e659602cd26b9cbd5e74e9 MooseX-Types-0.07.tar.gz +d1516a4fe76498308fee1b0d757917ed MooseX-Types-0.08.tar.gz From cweyl at fedoraproject.org Tue Dec 30 16:04:34 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:04:34 +0000 (UTC) Subject: rpms/perl-MooseX-Object-Pluggable/devel .cvsignore, 1.4, 1.5 perl-MooseX-Object-Pluggable.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20081230160434.CAB4E70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4627 Modified Files: .cvsignore perl-MooseX-Object-Pluggable.spec sources Log Message: * Tue Dec 30 2008 Chris Weyl 0.0009-1 - update to 0.0009 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Jul 2008 04:51:21 -0000 1.4 +++ .cvsignore 30 Dec 2008 16:04:04 -0000 1.5 @@ -1 +1 @@ -MooseX-Object-Pluggable-0.0007.tar.gz +MooseX-Object-Pluggable-0.0009.tar.gz Index: perl-MooseX-Object-Pluggable.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/perl-MooseX-Object-Pluggable.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-MooseX-Object-Pluggable.spec 9 Jul 2008 04:58:44 -0000 1.6 +++ perl-MooseX-Object-Pluggable.spec 30 Dec 2008 16:04:04 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-MooseX-Object-Pluggable -Version: 0.0007 -Release: 2%{?dist} +Version: 0.0009 +Release: 1%{?dist} Summary: Make your Moose classes pluggable License: GPL+ or Artistic Group: Development/Libraries @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Tue Dec 30 2008 Chris Weyl 0.0009-1 +- update to 0.0009 + * Tue Jul 08 2008 Chris Weyl 0.0007-2 - ...and fix build failure Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Object-Pluggable/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Jul 2008 04:51:21 -0000 1.4 +++ sources 30 Dec 2008 16:04:04 -0000 1.5 @@ -1 +1 @@ -412dfaf26c334c4a1e88ab39fefaa9b7 MooseX-Object-Pluggable-0.0007.tar.gz +2d90fdc7c713e41c50396dcc86f60982 MooseX-Object-Pluggable-0.0009.tar.gz From cweyl at fedoraproject.org Tue Dec 30 16:06:11 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:06:11 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel perl-MooseX-Types.spec,1.4,1.5 Message-ID: <20081230160611.7E74570115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4930 Modified Files: perl-MooseX-Types.spec Log Message: * Tue Dec 30 2008 Chris Weyl 0.08-2 - add br on Test::Exception Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-MooseX-Types.spec 30 Dec 2008 16:01:32 -0000 1.4 +++ perl-MooseX-Types.spec 30 Dec 2008 16:05:41 -0000 1.5 @@ -21,6 +21,7 @@ BuildRequires: perl(Sub::Install) >= 0.924 # tests BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::Exception) BuildRequires: perl(Sub::Exporter) @@ -83,6 +84,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 30 2008 Chris Weyl 0.08-2 +- add br on Test::Exception + * Tue Dec 30 2008 Chris Weyl 0.08-1 - update to 0.08 From cweyl at fedoraproject.org Tue Dec 30 16:07:32 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:07:32 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel perl-MooseX-Types.spec,1.5,1.6 Message-ID: <20081230160732.9906070115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5169 Modified Files: perl-MooseX-Types.spec Log Message: * Tue Dec 30 2008 Chris Weyl 0.08-2 - add br on Test::Exception Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-MooseX-Types.spec 30 Dec 2008 16:05:41 -0000 1.5 +++ perl-MooseX-Types.spec 30 Dec 2008 16:07:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-MooseX-Types -Version: 0.08 -Release: 1%{?dist} +Version: 0.08 +Release: 2%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic Group: Development/Libraries From cweyl at fedoraproject.org Tue Dec 30 16:08:20 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:08:20 +0000 (UTC) Subject: rpms/perl-Mouse/devel .cvsignore, 1.3, 1.4 perl-Mouse.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20081230160820.7FFEF70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5432 Modified Files: .cvsignore perl-Mouse.spec sources Log Message: * Tue Dec 30 2008 Chris Weyl 0.14-1 - update to 0.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Dec 2008 01:50:05 -0000 1.3 +++ .cvsignore 30 Dec 2008 16:07:50 -0000 1.4 @@ -1 +1 @@ -Mouse-0.13.tar.gz +Mouse-0.14.tar.gz Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Mouse.spec 17 Dec 2008 01:50:05 -0000 1.3 +++ perl-Mouse.spec 30 Dec 2008 16:07:50 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Mouse -Version: 0.13 +Version: 0.14 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 30 2008 Chris Weyl 0.14-1 +- update to 0.14 + * Tue Dec 16 2008 Chris Weyl 0.13-1 - update to 0.13 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Dec 2008 01:50:05 -0000 1.3 +++ sources 30 Dec 2008 16:07:50 -0000 1.4 @@ -1 +1 @@ -88628cd3855bbcf620c919c33e86cea1 Mouse-0.13.tar.gz +3980508cd94135d078d70106634b8029 Mouse-0.14.tar.gz From cweyl at fedoraproject.org Tue Dec 30 16:13:39 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 16:13:39 +0000 (UTC) Subject: rpms/perl-MooseX-Params-Validate/devel .cvsignore, 1.5, 1.6 perl-MooseX-Params-Validate.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20081230161339.3270D70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6153 Modified Files: .cvsignore perl-MooseX-Params-Validate.spec sources Log Message: * Sat Nov 08 2008 Chris Weyl 0.07-1 - update to 0.07 - change from Build.PL to Makefile.PL incantation (now using Module::Install) - update br's Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 9 Jul 2008 05:20:04 -0000 1.5 +++ .cvsignore 30 Dec 2008 16:13:08 -0000 1.6 @@ -1 +1 @@ -MooseX-Params-Validate-0.05.tar.gz +MooseX-Params-Validate-0.07.tar.gz Index: perl-MooseX-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/perl-MooseX-Params-Validate.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-MooseX-Params-Validate.spec 9 Jul 2008 05:20:04 -0000 1.6 +++ perl-MooseX-Params-Validate.spec 30 Dec 2008 16:13:08 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-MooseX-Params-Validate -Version: 0.05 +Version: 0.07 Release: 1%{?dist} Summary: Extension of Params::Validate using Moose's types License: GPL+ or Artistic @@ -10,13 +10,14 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Moose) >= 0.33 -BuildRequires: perl(Params::Validate) >= 0.88 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Moose) >= 0.58 +BuildRequires: perl(Params::Validate) >= 0.88 +BuildRequires: perl(Scalar::Util) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Name) -BuildRequires: perl(Test::Exception) >= 0.21 -BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::Exception) >= 0.21 +BuildRequires: perl(Test::More) >= 0.62 %description This module fills a gap in Moose by adding method parameter validation to @@ -27,19 +28,20 @@ %setup -q -n MooseX-Params-Validate-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check -./Build test +make test %clean rm -rf %{buildroot} @@ -51,6 +53,11 @@ %{_mandir}/man3/* %changelog +* Sat Nov 08 2008 Chris Weyl 0.07-1 +- update to 0.07 +- change from Build.PL to Makefile.PL incantation (now using Module::Install) +- update br's + * Tue Jul 08 2008 Chris Weyl 0.05-1 - update to 0.05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Jul 2008 05:20:04 -0000 1.5 +++ sources 30 Dec 2008 16:13:08 -0000 1.6 @@ -1 +1 @@ -b885c631fef6c0402c65ed335a5b304a MooseX-Params-Validate-0.05.tar.gz +d4ee0b346bcafd84a5bf994e2fcee713 MooseX-Params-Validate-0.07.tar.gz From bugzilla at redhat.com Tue Dec 30 17:39:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 12:39:04 -0500 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200812301739.mBUHd4cR011948@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 --- Comment #14 from Kevin Fenzi 2008-12-30 12:39:02 EDT --- ok. Happy for any input on the 444 vs 644 issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Tue Dec 30 17:58:30 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 30 Dec 2008 17:58:30 +0000 (UTC) Subject: rpms/perl-Mouse/F-10 perl-Mouse.spec,1.3,1.4 sources,1.3,1.4 Message-ID: <20081230175830.E270C70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29199 Modified Files: perl-Mouse.spec sources Log Message: * Tue Dec 30 2008 Chris Weyl 0.14-1 - update to 0.14 Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/perl-Mouse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Mouse.spec 17 Dec 2008 01:54:26 -0000 1.3 +++ perl-Mouse.spec 30 Dec 2008 17:58:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Mouse -Version: 0.13 +Version: 0.14 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Dec 30 2008 Chris Weyl 0.14-1 +- update to 0.14 + * Tue Dec 16 2008 Chris Weyl 0.13-1 - update to 0.13 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Dec 2008 01:54:26 -0000 1.3 +++ sources 30 Dec 2008 17:58:00 -0000 1.4 @@ -1 +1 @@ -88628cd3855bbcf620c919c33e86cea1 Mouse-0.13.tar.gz +3980508cd94135d078d70106634b8029 Mouse-0.14.tar.gz From bugzilla at redhat.com Tue Dec 30 23:41:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 18:41:49 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812302341.mBUNfnxn002998@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 30 23:41:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 18:41:47 -0500 Subject: [Bug 476616] Perl-Padre missing lib In-Reply-To: References: Message-ID: <200812302341.mBUNflGC018479@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=476616 --- Comment #5 from Fedora Update System 2008-12-30 18:41:46 EDT --- perl-Padre-0.20-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 30 23:43:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 18:43:42 -0500 Subject: [Bug 461177] RFE: update arch-specific perl spec template %files lines In-Reply-To: References: Message-ID: <200812302343.mBUNhgmN018773@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461177 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Fedora Update System 2008-12-30 18:43:41 EDT --- rpmdevtools-7.0-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update rpmdevtools'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-11861 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 30 23:53:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 18:53:28 -0500 Subject: [Bug 461177] RFE: update arch-specific perl spec template %files lines In-Reply-To: References: Message-ID: <200812302353.mBUNrSOl007252@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=461177 --- Comment #5 from Fedora Update System 2008-12-30 18:53:27 EDT --- rpmdevtools-7.0-1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rpmdevtools'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2008-11941 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 31 01:47:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 30 Dec 2008 20:47:18 -0500 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200812310147.mBV1lIwm006580@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 --- Comment #15 from Warren Togami 2008-12-30 20:47:16 EDT --- Why did 444 happen? It seems completely unimportant? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Wed Dec 31 03:08:57 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 31 Dec 2008 03:08:57 +0000 (UTC) Subject: rpms/perl-Class-MOP/F-10 perl-Class-MOP.spec, 1.20, 1.21 sources, 1.17, 1.18 Message-ID: <20081231030857.6E1C570118@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6301 Modified Files: perl-Class-MOP.spec sources Log Message: * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-10/perl-Class-MOP.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Class-MOP.spec 6 Sep 2008 19:40:13 -0000 1.20 +++ perl-Class-MOP.spec 31 Dec 2008 03:08:26 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.65 +Version: 0.74 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -11,16 +11,18 @@ # core BuildRequires: perl(Test::More) +BuildRequires: perl(B) # cpan BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) >= 0.05 BuildRequires: perl(Sub::Identify) >= 0.03 # building w/XS, not needed -#BuildRequires: perl(Sub::Name) >= 0.04 -#BuildRequires: perl(Devel::GlobalDestruction) +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(Devel::GlobalDestruction) # test BuildRequires: perl(Algorithm::C3) BuildRequires: perl(Class::C3) +BuildRequires: perl(Devel::GlobalDestruction) BuildRequires: perl(SUPER) BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::Pod) @@ -28,6 +30,8 @@ # not automatically picked up Requires: perl(Sub::Identify) >= 0.03 +Requires: perl(Sub::Name) >= 0.04 +Requires: perl(Devel::GlobalDestruction) %description This module is an attempt to create a meta object protocol for the Perl 5 @@ -83,6 +87,32 @@ %{_mandir}/man3/* %changelog +* Sun Dec 28 2008 Chris Weyl 0.74-1 +- update to 0.74 + +* Sun Dec 21 2008 Chris Weyl 0.73-1 +- update to 0.73 + +* Sat Dec 06 2008 Chris Weyl 0.71-1 +- update to 0.71 + +* Fri Nov 14 2008 Chris Weyl 0.70-1 +- update to 0.70 + +* Sat Nov 08 2008 Chris Weyl 0.69-2 +- add Devel::GlobalDestruction and Sub::Name as explicit requires (not + automagically picked up!) + +* Fri Nov 07 2008 Chris Weyl 0.69-1 +- 0.69 + +* Thu Nov 06 2008 Chris Weyl 0.68-1 +- update to 0.68 + +* Sun Oct 19 2008 Chris Weyl 0.67-1 +- update to 0.67 +- reenable all br's, as tests are run for pp and xs now + * Sat Sep 06 2008 Chris Weyl 0.65-1 - update to 0.65 - adjust br's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-10/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 6 Sep 2008 19:40:13 -0000 1.17 +++ sources 31 Dec 2008 03:08:26 -0000 1.18 @@ -1 +1 @@ -cce3daec0ec83c0061b40d40ddcf8dcf Class-MOP-0.65.tar.gz +c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz From cweyl at fedoraproject.org Wed Dec 31 03:17:35 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 31 Dec 2008 03:17:35 +0000 (UTC) Subject: rpms/perl-Class-MOP/F-9 perl-Class-MOP.spec, 1.16, 1.17 sources, 1.14, 1.15 Message-ID: <20081231031735.3698B70118@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7539 Modified Files: perl-Class-MOP.spec sources Log Message: * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-9/perl-Class-MOP.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Class-MOP.spec 22 Jul 2008 04:27:41 -0000 1.16 +++ perl-Class-MOP.spec 31 Dec 2008 03:17:04 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.63 +Version: 0.74 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -11,14 +11,18 @@ # core BuildRequires: perl(Test::More) +BuildRequires: perl(B) # cpan BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) >= 0.05 BuildRequires: perl(Sub::Identify) >= 0.03 -BuildRequires: perl(Sub::Name) >= 0.02 +# building w/XS, not needed +BuildRequires: perl(Sub::Name) >= 0.04 +BuildRequires: perl(Devel::GlobalDestruction) # test BuildRequires: perl(Algorithm::C3) BuildRequires: perl(Class::C3) +BuildRequires: perl(Devel::GlobalDestruction) BuildRequires: perl(SUPER) BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::Pod) @@ -26,6 +30,8 @@ # not automatically picked up Requires: perl(Sub::Identify) >= 0.03 +Requires: perl(Sub::Name) >= 0.04 +Requires: perl(Devel::GlobalDestruction) %description This module is an attempt to create a meta object protocol for the Perl 5 @@ -81,6 +87,39 @@ %{_mandir}/man3/* %changelog +* Sun Dec 28 2008 Chris Weyl 0.74-1 +- update to 0.74 + +* Sun Dec 21 2008 Chris Weyl 0.73-1 +- update to 0.73 + +* Sat Dec 06 2008 Chris Weyl 0.71-1 +- update to 0.71 + +* Fri Nov 14 2008 Chris Weyl 0.70-1 +- update to 0.70 + +* Sat Nov 08 2008 Chris Weyl 0.69-2 +- add Devel::GlobalDestruction and Sub::Name as explicit requires (not + automagically picked up!) + +* Fri Nov 07 2008 Chris Weyl 0.69-1 +- 0.69 + +* Thu Nov 06 2008 Chris Weyl 0.68-1 +- update to 0.68 + +* Sun Oct 19 2008 Chris Weyl 0.67-1 +- update to 0.67 +- reenable all br's, as tests are run for pp and xs now + +* Sat Sep 06 2008 Chris Weyl 0.65-1 +- update to 0.65 +- adjust br's + +* Mon Aug 04 2008 Chris Weyl 0.64-1 +- update to 0.64 + * Fri Jul 18 2008 Chris Weyl 0.63-1 - update to 0.63 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-9/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 22 Jul 2008 04:27:41 -0000 1.14 +++ sources 31 Dec 2008 03:17:04 -0000 1.15 @@ -1 +1 @@ -d3b00b0f5b1ec34324b24528e5d26cb1 Class-MOP-0.63.tar.gz +c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz