From cweyl at fedoraproject.org Tue Apr 1 00:20:37 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Apr 2008 00:20:37 GMT Subject: rpms/perl-Catalyst-Controller-FormBuilder/F-7 no_scalar_util_0_19.patch, NONE, 1.1 perl-Catalyst-Controller-FormBuilder.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200804010020.m310KbV1003249@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3219 Modified Files: sources Added Files: no_scalar_util_0_19.patch perl-Catalyst-Controller-FormBuilder.spec Log Message: * Wed Mar 19 2008 Chris Weyl 0.04-2 - bump no_scalar_util_0_19.patch: --- NEW FILE no_scalar_util_0_19.patch --- --- Makefile.PL.orig 2008-03-17 23:04:41.226202459 -0700 +++ Makefile.PL 2008-03-17 23:04:00.066202831 -0700 @@ -12,7 +12,9 @@ requires 'Tie::IxHash' => '1.21'; requires 'Class::Data::Inheritable' => '0.04'; requires 'Class::Inspector' => '1.13'; -requires 'Scalar::Util' => '1.19'; +# let's try faking this one out... +#requires 'Scalar::Util' => '1.19'; +requires 'Scalar::Util' => '1.18'; recommends 'Catalyst::View::TT' => '0.23'; auto_install; --- NEW FILE perl-Catalyst-Controller-FormBuilder.spec --- Name: perl-Catalyst-Controller-FormBuilder Version: 0.04 Release: 2%{?dist} Summary: Catalyst FormBuilder Base Controller License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Controller-FormBuilder/ Source0: http://www.cpan.org/authors/id/J/JC/JCAMACHO/Catalyst-Controller-FormBuilder-%{version}.tar.gz Patch0: no_scalar_util_0_19.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(CGI::FormBuilder) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(Tie::IxHash) # not auto-picked up, or to keep rpmlint happy... Requires: perl(Catalyst) Requires: perl(warnings) Requires: perl(lib) %description This base controller merges the functionality of CGI::FormBuilder with Catalyst and the following templating systems: Template Toolkit, Mason and HTML::Template. This gives you access to all of FormBuilder's niceties, such as controllablefield stickiness, multilingual support, and Javascript generation. For more details, see CGI::FormBuilder or the website at: http://www.formbuilder.org %prep %setup -q -n Catalyst-Controller-FormBuilder-%{version} %patch0 find . -type f -exec chmod -x -c {} + # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(TestApp.*)/d' EOF %define __perl_provides %{_builddir}/Catalyst-Controller-FormBuilder-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(FindBin)/d; /perl(Test::.*)/d' EOF %define __perl_requires %{_builddir}/Catalyst-Controller-FormBuilder-%{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/* %changelog * Wed Mar 19 2008 Chris Weyl 0.04-2 - bump * Mon Mar 17 2008 Chris Weyl 0.04-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-FormBuilder/F-7/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Mar 2008 16:14:43 -0000 1.1 +++ sources 1 Apr 2008 00:19:55 -0000 1.2 @@ -0,0 +1 @@ +0cd3b3fd61bfdc551cf8c0352853441b Catalyst-Controller-FormBuilder-0.04.tar.gz From bugzilla at redhat.com Tue Apr 1 15:04:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 11:04:03 -0400 Subject: [Bug 437612] fileconflict In-Reply-To: Message-ID: <200804011504.m31F43Pj025039@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 report. Summary: fileconflict https://bugzilla.redhat.com/show_bug.cgi?id=437612 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From tcallawa at redhat.com 2008-04-01 11:04 EST ------- I resolved this one by fixing pinfo in rawhide, it was making symbolic links for pman and the pman man page, which nothing needed to be functional, as opposed to perl-pmutils, which actually has these as binaries. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 1 16:29:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 12:29:55 -0400 Subject: [Bug 440069] New: yum update to perl-Catalyst-Manual fails with dependency error Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=440069 Summary: yum update to perl-Catalyst-Manual fails with dependency error Product: Fedora Version: 8 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Catalyst-Manual AssignedTo: cweyl at alumni.drew.edu ReportedBy: fulko.hew at gmail.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: After a yum update (circa Mar 28/08) the update fails with a dependency error. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. yum install "perl-Catalyst*" Actual results: Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.8.8/Catalyst/Manual.pm conflicts between attempted installs of perl-Catalyst-Manual-5.700701-2.fc8.noarch and perl-Catalyst-Runtime-5.7012-2.fc8.noarch -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 1 16:35:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 12:35:54 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804011635.m31GZs7q014546@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fulko.hew at gmail.com ------- Additional Comments From cweyl at alumni.drew.edu 2008-04-01 12:35 EST ------- *** Bug 440069 has been marked as a duplicate of this bug. *** -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 1 16:35:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 12:35:53 -0400 Subject: [Bug 440069] yum update to perl-Catalyst-Manual fails with dependency error In-Reply-To: Message-ID: <200804011635.m31GZruS014529@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 report. Summary: yum update to perl-Catalyst-Manual fails with dependency error https://bugzilla.redhat.com/show_bug.cgi?id=440069 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE ------- Additional Comments From cweyl at alumni.drew.edu 2008-04-01 12:35 EST ------- *** This bug has been marked as a duplicate of 439644 *** -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 1 21:33:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 17:33:16 -0400 Subject: [Bug 245699] perl-DBD-Sqlite: version 1.13 is available In-Reply-To: Message-ID: <200804012133.m31LXGGt031850@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 report. Summary: perl-DBD-Sqlite: version 1.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=245699 ------- Additional Comments From updates at fedoraproject.org 2008-04-01 17:33 EST ------- perl-DBD-SQLite-1.14-1.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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 1 21:31:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 17:31:39 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804012131.m31LVdJt025360@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA ------- Additional Comments From updates at fedoraproject.org 2008-04-01 17:31 EST ------- perl-Catalyst-Runtime-5.7012-3.fc7 has been pushed to the Fedora 7 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-Catalyst-Runtime'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F7/FEDORA-2008-2802 -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 2 01:09:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Apr 2008 21:09:02 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804020109.m32192Tf008940@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 ------- Additional Comments From fulko.hew at gmail.com 2008-04-01 21:09 EST ------- Since I had already removed perl-Catalyst while attempting to work around the dependancy issue I used the command: yum --enablerepo=updates-testing install perl-Catalyst-Action-RenderView perl-Catalyst-Devel perl-Catalyst-Manual perl-Catalyst-Plugin-Static-Simple perl-Catalyst-Plugin-ConfigLoader perl-Catalyst-Runtime perl-Catalyst-Plugin-SubRequest and still got the error: Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.8.8/Catalyst/Manual.pm conflicts between attempted installs of perl-Catalyst-Manual-5.700701-2.fc8.noarch and perl-Catalyst-Runtime-5.7012-2.fc8.noarch is this because the following still mentions repo of fedora, not updates-testing? ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: perl-Catalyst-Devel noarch 1.03-2.fc8 updates 68 k perl-Catalyst-Plugin-SubRequest noarch 0.11-3.fc8 fedora 9.3 k Installing for dependencies: perl-Catalyst-Action-RenderView noarch 0.07-2.fc8 updates 12 k perl-Catalyst-Manual noarch 5.700701-2.fc8 fedora 278 k perl-Catalyst-Plugin-ConfigLoader noarch 0.14-3.fc7 fedora 15 k perl-Catalyst-Plugin-Static-Simple noarch 0.20-2.fc8 updates 29 k perl-Catalyst-Runtime noarch 5.7012-2.fc8 updates 216 k When I used the command (as provided) I got: yum --enablerepo=updates-testing update perl-Catalyst-Runtime updates-testing 100% |=========================| 2.3 kB 00:00 livna 100% |=========================| 2.1 kB 00:00 fedora 100% |=========================| 2.1 kB 00:00 updates 100% |=========================| 2.3 kB 00:00 Setting up Update Process Could not find update match for perl-Catalyst-Runtime No Packages marked for Update -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 2 04:03:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 2 Apr 2008 00:03:44 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804020403.m3243iWR005474@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 ------- Additional Comments From cweyl at alumni.drew.edu 2008-04-02 00:03 EST ------- The update is release 3 of this version, namely 5.7012-3.fc8. You're enabling the testing repo correctly (as near as I can see), so it's likely the update hasn't hit your mirror yet. Here's a direct link in the meantime :) http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/8/i386/perl-Catalyst-Runtime-5.7012-3.fc8.noarch.rpm -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 2 04:15:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 2 Apr 2008 00:15:47 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804020415.m324Flnm025206@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 ------- Additional Comments From fulko.hew at gmail.com 2008-04-02 00:15 EST ------- I just tried it again (the original command) and it now fetched release 3. The dependency problem no longer occurs, and the packages installed successfully. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 17:17:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 13:17:25 -0400 Subject: [Bug 193100] sa-update failed to execute without some dependency RPMs In-Reply-To: Message-ID: <200804031717.m33HHP0L028388@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 report. Summary: sa-update failed to execute without some dependency RPMs https://bugzilla.redhat.com/show_bug.cgi?id=193100 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 17:17:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 13:17:23 -0400 Subject: [Bug 193100] sa-update failed to execute without some dependency RPMs In-Reply-To: Message-ID: <200804031717.m33HHNtm028340@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 report. Summary: sa-update failed to execute without some dependency RPMs https://bugzilla.redhat.com/show_bug.cgi?id=193100 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| | bzcl34nup -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 17:17:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 13:17:28 -0400 Subject: [Bug 193100] sa-update failed to execute without some dependency RPMs In-Reply-To: Message-ID: <200804031717.m33HHSRD016946@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 report. Summary: sa-update failed to execute without some dependency RPMs https://bugzilla.redhat.com/show_bug.cgi?id=193100 ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-03 13:17 EST ------- Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 19:04:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 15:04:32 -0400 Subject: [Bug 228043] ??? 64bit sa-update.1 manpage timestamp differs from 32bit? In-Reply-To: Message-ID: <200804031904.m33J4WsE009142@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 report. Summary: ??? 64bit sa-update.1 manpage timestamp differs from 32bit? https://bugzilla.redhat.com/show_bug.cgi?id=228043 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 19:04:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 15:04:35 -0400 Subject: [Bug 228043] ??? 64bit sa-update.1 manpage timestamp differs from 32bit? In-Reply-To: Message-ID: <200804031904.m33J4ZmR009174@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 report. Summary: ??? 64bit sa-update.1 manpage timestamp differs from 32bit? https://bugzilla.redhat.com/show_bug.cgi?id=228043 ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-03 15:04 EST ------- Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 19:04:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 15:04:30 -0400 Subject: [Bug 228043] ??? 64bit sa-update.1 manpage timestamp differs from 32bit? In-Reply-To: Message-ID: <200804031904.m33J4U5b025296@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 report. Summary: ??? 64bit sa-update.1 manpage timestamp differs from 32bit? https://bugzilla.redhat.com/show_bug.cgi?id=228043 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| | bzcl34nup -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 19:23:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 15:23:32 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804031923.m33JNWj1002877@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 jkeating at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkeating at redhat.com Status|ASSIGNED |NEEDINFO Flag| |needinfo?(wtogami at redhat.com | |) ------- Additional Comments From jkeating at redhat.com 2008-04-03 15:23 EST ------- Warren, going to get this fixed for F9? -- 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, or are watching someone who is. From szabgab at gmail.com Thu Apr 3 19:46:35 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Thu, 3 Apr 2008 22:46:35 +0300 Subject: Packaging CPAN modules for Fedora, the Oslo QA Hackathon, CPAN::Porters In-Reply-To: <1204957598.1703.78.camel@beck.corsepiu.local> References: <1204878196.7674.228.camel@beck.corsepiu.local> <1204883725.7674.275.camel@beck.corsepiu.local> <1204957598.1703.78.camel@beck.corsepiu.local> Message-ID: Hi, about a month ago I wrote that I would like to improve the reporting on http://www.szabgab.com/distributions/ by including recent releases of Fedora. (and Red Hat as well) I asked on this list how can I get the list of all the packages included in Fedora N? Ralf has pointed me to some page: On Sat, Mar 8, 2008 at 9:26 AM, Ralf Corsepius wrote: > > I am using this script: > --- snip --- > #!/bin/sh > owners=$(HOME)/src/fedora/local > > lftp \ > -c get "https://admin.fedoraproject.org/pkgdb/acls/bugzilla?tg_format=plain" \ > -o $owners/owners.list.raw > > cat $owners/owners.list.raw | grep '^Fedora|' > $owners/owners.fedora.list > --- snip --- > > And grep'ed the generated owners.fedora.list: > > > grep perl- owners.fedora.list Now I am here in Oslo, the QA Hackathon where I would like to work on this is going to start tomorrow evening so I started to look at this. The above page only gives me a list of perl package names. There is no version number of the perl packages and I don't know to witch version of Fedora and Red Hat do they belong to. I checked the source code of the code that is supposed to fetch the data and generate the reports and as I can see it is now trying to download the files from http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/repodata/ There seem to be some xml files describing the modules and as I can see I have already written a partial parser for them.... http://search.cpan.org/dist/Parse-Fedora-Packages/ The problem is that they are only up to Fedora 6 and if I am right the latest is 8. So where is the data for the newer version? regards Gabor From jpazdziora at redhat.com Thu Apr 3 20:19:45 2008 From: jpazdziora at redhat.com (Jan Pazdziora) Date: Thu, 3 Apr 2008 22:19:45 +0200 Subject: Packaging CPAN modules for Fedora, the Oslo QA Hackathon, CPAN::Porters In-Reply-To: References: <1204878196.7674.228.camel@beck.corsepiu.local> <1204883725.7674.275.camel@beck.corsepiu.local> <1204957598.1703.78.camel@beck.corsepiu.local> Message-ID: <20080403201945.GA10573@corona.adelton.com> On Thu, Apr 03, 2008 at 10:46:35PM +0300, Gabor Szabo wrote: > > Now I am here in Oslo, the QA Hackathon where I would like to work on this > is going to start tomorrow evening so I started to look at this. > > The above page only gives me a list of perl package names. There is no > version number of > the perl packages and I don't know to witch version of Fedora and Red > Hat do they belong to. > > I checked the source code of the code that is supposed to fetch the > data and generate the reports > and as I can see it is now trying to download the files from > > http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/repodata/ > > > There seem to be some xml files describing the modules and as I can > see I have already > written a partial parser for them.... > http://search.cpan.org/dist/Parse-Fedora-Packages/ > > > The problem is that they are only up to Fedora 6 and if I am right the > latest is 8. > So where is the data for the newer version? The repo at http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/os/repodata/ is probably what you are looking for, for Fedora 8. For updates (released since Fedora 8 GA), the repo at http://download.fedora.redhat.com/pub/fedora/linux/updates/8/i386/repodata/ can be used. I hope I'm answering the question you are asking, ;-) -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat From bugzilla at redhat.com Thu Apr 3 23:11:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 19:11:45 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804032311.m33NBjHI002830@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From aa_sb_0 at ebor.com 2008-04-03 19:11 EST ------- If this is a simple redefinition of a Perl function, can't you simply _REMOVE_ one of the definitions? I'm keen to see this fixed too... I'm getting 288 emails a day about 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 23:41:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 19:41:26 -0400 Subject: [Bug 232481] EPEL branches: a couple of perl packages from fedora.us In-Reply-To: Message-ID: <200804032341.m33NfQMW026919@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 report. Summary: EPEL branches: a couple of perl packages from fedora.us https://bugzilla.redhat.com/show_bug.cgi?id=232481 ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-03 19:41 EST ------- Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 23:41:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 19:41:24 -0400 Subject: [Bug 232481] EPEL branches: a couple of perl packages from fedora.us In-Reply-To: Message-ID: <200804032341.m33NfOAs009473@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 report. Summary: EPEL branches: a couple of perl packages from fedora.us https://bugzilla.redhat.com/show_bug.cgi?id=232481 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 3 23:41:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 19:41:22 -0400 Subject: [Bug 232481] EPEL branches: a couple of perl packages from fedora.us In-Reply-To: Message-ID: <200804032341.m33NfMlZ009447@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 report. Summary: EPEL branches: a couple of perl packages from fedora.us https://bugzilla.redhat.com/show_bug.cgi?id=232481 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| | bzcl34nup -- 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, or are watching someone who is. From buildsys at fedoraproject.org Fri Apr 4 00:01:07 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Fri, 04 Apr 2008 00:01:07 -0000 Subject: Broken dependencies in EPEL - 2008-04-04 Message-ID: <20080404000107.14450.2111@releng1.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-i386 unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Fri Apr 4 03:32:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 23:32:00 -0400 Subject: [Bug 202402] Missing perl-Archive-Tar Dependancy in RPM In-Reply-To: Message-ID: <200804040332.m343W0I1018987@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 report. Summary: Missing perl-Archive-Tar Dependancy in RPM https://bugzilla.redhat.com/show_bug.cgi?id=202402 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 03:31:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 23:31:56 -0400 Subject: [Bug 202402] Missing perl-Archive-Tar Dependancy in RPM In-Reply-To: Message-ID: <200804040331.m343Vu8K001469@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 report. Summary: Missing perl-Archive-Tar Dependancy in RPM https://bugzilla.redhat.com/show_bug.cgi?id=202402 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |medium Priority|normal |medium Product|Fedora Core |Fedora Version|fc5 |5 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-03 23:31 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From szabgab at gmail.com Fri Apr 4 03:38:02 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Fri, 4 Apr 2008 06:38:02 +0300 Subject: Packaging CPAN modules for Fedora, the Oslo QA Hackathon, CPAN::Porters In-Reply-To: <20080403201945.GA10573@corona.adelton.com> References: <1204878196.7674.228.camel@beck.corsepiu.local> <1204883725.7674.275.camel@beck.corsepiu.local> <1204957598.1703.78.camel@beck.corsepiu.local> <20080403201945.GA10573@corona.adelton.com> Message-ID: On Thu, Apr 3, 2008 at 11:19 PM, Jan Pazdziora wrote: > On Thu, Apr 03, 2008 at 10:46:35PM +0300, Gabor Szabo wrote: > > > > Now I am here in Oslo, the QA Hackathon where I would like to work on this > > is going to start tomorrow evening so I started to look at this. > > > > The above page only gives me a list of perl package names. There is no > > version number of > > the perl packages and I don't know to witch version of Fedora and Red > > Hat do they belong to. > > > > I checked the source code of the code that is supposed to fetch the > > data and generate the reports > > and as I can see it is now trying to download the files from > > > > http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/repodata/ > > > > > > There seem to be some xml files describing the modules and as I can > > see I have already > > written a partial parser for them.... > > http://search.cpan.org/dist/Parse-Fedora-Packages/ > > > > > > The problem is that they are only up to Fedora 6 and if I am right the > > latest is 8. > > So where is the data for the newer version? > > The repo at > > http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/os/repodata/ > > is probably what you are looking for, for Fedora 8. > > For updates (released since Fedora 8 GA), the repo at > > http://download.fedora.redhat.com/pub/fedora/linux/updates/8/i386/repodata/ > > can be used. > > I hope I'm answering the question you are asking, ;-) Yes, that seems to be the one I was looking for. Now a few more questions: Would this one be the same for the development (soon to be 9) version? http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/repodata/ Are there similar repository for RedHat releases? Gabor From bugzilla at redhat.com Fri Apr 4 03:37:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 23:37:43 -0400 Subject: [Bug 204800] perl.prov script misparses some version information In-Reply-To: Message-ID: <200804040337.m343bhrE021256@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 report. Summary: perl.prov script misparses some version information https://bugzilla.redhat.com/show_bug.cgi?id=204800 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 03:37:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Apr 2008 23:37:40 -0400 Subject: [Bug 204800] perl.prov script misparses some version information In-Reply-To: Message-ID: <200804040337.m343beBQ021229@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 report. Summary: perl.prov script misparses some version information https://bugzilla.redhat.com/show_bug.cgi?id=204800 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|fc5 |5 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-03 23:37 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 04:32:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 00:32:40 -0400 Subject: [Bug 214709] Date::Manip unable to determine TimeZone. In-Reply-To: Message-ID: <200804040432.m344We5H009708@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 report. Summary: Date::Manip unable to determine TimeZone. https://bugzilla.redhat.com/show_bug.cgi?id=214709 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 04:32:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 00:32:38 -0400 Subject: [Bug 214709] Date::Manip unable to determine TimeZone. In-Reply-To: Message-ID: <200804040432.m344Wcw4009674@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 report. Summary: Date::Manip unable to determine TimeZone. https://bugzilla.redhat.com/show_bug.cgi?id=214709 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 00:32 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:07:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:07:29 -0400 Subject: [Bug 227622] Unable to pass argument to sa-update In-Reply-To: Message-ID: <200804040607.m3467TdW010307@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 report. Summary: Unable to pass argument to sa-update https://bugzilla.redhat.com/show_bug.cgi?id=227622 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:07:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:07:27 -0400 Subject: [Bug 227622] Unable to pass argument to sa-update In-Reply-To: Message-ID: <200804040607.m3467Rp3010272@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 report. Summary: Unable to pass argument to sa-update https://bugzilla.redhat.com/show_bug.cgi?id=227622 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |medium Priority|normal |medium Product|Fedora Core |Fedora Version|fc6 |6 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 02:07 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:17:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:17:37 -0400 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: Message-ID: <200804040617.m346HbU6013598@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 report. Summary: check_whitelist and check_spamd scripts missing. https://bugzilla.redhat.com/show_bug.cgi?id=229179 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:17:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:17:35 -0400 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: Message-ID: <200804040617.m346HZD1013562@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 report. Summary: check_whitelist and check_spamd scripts missing. https://bugzilla.redhat.com/show_bug.cgi?id=229179 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|normal |medium Product|Fedora Core |Fedora Version|fc6 |6 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 02:17 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:47:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:47:39 -0400 Subject: [Bug 235553] perl.ppc64 @INC problem, perl.ppc conflicts In-Reply-To: Message-ID: <200804040647.m346ldPg024135@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 report. Summary: perl.ppc64 @INC problem, perl.ppc conflicts https://bugzilla.redhat.com/show_bug.cgi?id=235553 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:47:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:47:37 -0400 Subject: [Bug 235553] perl.ppc64 @INC problem, perl.ppc conflicts In-Reply-To: Message-ID: <200804040647.m346lbPP024095@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 report. Summary: perl.ppc64 @INC problem, perl.ppc conflicts https://bugzilla.redhat.com/show_bug.cgi?id=235553 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 02:47 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:52:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:52:13 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804040652.m346qDCC025928@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From nicolas.mailhot at laposte.net 2008-04-04 02:52 EST ------- (In reply to comment #13) > If this is a simple redefinition of a Perl function, can't you simply _REMOVE_ > one of the definitions? > > I'm keen to see this fixed too... I'm getting 288 emails a day about it! Unfortunately, the software that uses this function is very likely to be used in cron jobs, so a lot of the users affected will be in your case. So it's not a good idea to let it slip in F9 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:56:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:56:01 -0400 Subject: [Bug 237421] Bad cpuTime retrieved from Sys::Virt::Domain->get_info In-Reply-To: Message-ID: <200804040656.m346u1JO027570@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 report. Summary: Bad cpuTime retrieved from Sys::Virt::Domain->get_info https://bugzilla.redhat.com/show_bug.cgi?id=237421 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 06:55:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 02:55:59 -0400 Subject: [Bug 237421] Bad cpuTime retrieved from Sys::Virt::Domain->get_info In-Reply-To: Message-ID: <200804040655.m346txcr027507@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 report. Summary: Bad cpuTime retrieved from Sys::Virt::Domain->get_info https://bugzilla.redhat.com/show_bug.cgi?id=237421 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Fedora Extras |Fedora Version|fc6 |6 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 02:55 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From jpazdziora at redhat.com Fri Apr 4 07:07:37 2008 From: jpazdziora at redhat.com (Jan Pazdziora) Date: Fri, 4 Apr 2008 09:07:37 +0200 Subject: Packaging CPAN modules for Fedora, the Oslo QA Hackathon, CPAN::Porters In-Reply-To: References: <1204878196.7674.228.camel@beck.corsepiu.local> <1204883725.7674.275.camel@beck.corsepiu.local> <1204957598.1703.78.camel@beck.corsepiu.local> <20080403201945.GA10573@corona.adelton.com> Message-ID: <20080404070737.GE4901@redhat.com> On Fri, Apr 04, 2008 at 06:38:02AM +0300, Gabor Szabo wrote: > > Would this one be the same for the development (soon to be 9) version? > http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/repodata/ Yes, this is the development branch, aka rawhide, which will be made into Fedora 9. > Are there similar repository for RedHat releases? ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/repodata ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/repodata These are the repositories for Red Hat Enterprise Linux 5, the Server and Client variants. The repositories are src repositories, hope your script will not break on src's. -- Jan Pazdziora | adelton at #satellite*, #brno Satellite Engineering, Red Hat From bugzilla at redhat.com Fri Apr 4 07:21:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 03:21:20 -0400 Subject: [Bug 242249] bug reading from socket in perl5db.pl In-Reply-To: Message-ID: <200804040721.m347LKap002765@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 report. Summary: bug reading from socket in perl5db.pl https://bugzilla.redhat.com/show_bug.cgi?id=242249 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 07:21:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 03:21:18 -0400 Subject: [Bug 242249] bug reading from socket in perl5db.pl In-Reply-To: Message-ID: <200804040721.m347LIiX018098@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 report. Summary: bug reading from socket in perl5db.pl https://bugzilla.redhat.com/show_bug.cgi?id=242249 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|fc6 |6 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 03:21 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 07:40:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 03:40:41 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804040740.m347efep010854@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 07:40:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 03:40:39 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804040740.m347edxh025378@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 03:40 EST ------- Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 08:46:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 04:46:35 -0400 Subject: [Bug 229179] check_whitelist and check_spamd scripts missing. In-Reply-To: Message-ID: <200804040846.m348kZg6009164@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 report. Summary: check_whitelist and check_spamd scripts missing. https://bugzilla.redhat.com/show_bug.cgi?id=229179 jm at jmason.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| bzcl34nup |bzcl34nup Version|6 |8 ------- Additional Comments From jm at jmason.org 2008-04-04 04:46 EST ------- this is still an issue against the current version. fwiw, I think this is a good idea and have opened it upstream: https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5873 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 08:49:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 04:49:25 -0400 Subject: [Bug 214709] Date::Manip unable to determine TimeZone. In-Reply-To: Message-ID: <200804040849.m348nP3G027498@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 report. Summary: Date::Manip unable to determine TimeZone. https://bugzilla.redhat.com/show_bug.cgi?id=214709 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED Resolution| |NEXTRELEASE Status Whiteboard| bzcl34nup |bzcl34nup ------- Additional Comments From mmaslano at redhat.com 2008-04-04 04:49 EST ------- I updated Date::Manip for F-7 and F-8. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 12:50:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 08:50:53 -0400 Subject: [Bug 245225] perl-GD build warning perl-GD-2.35-2.fc6.src.rpm In-Reply-To: Message-ID: <200804041250.m34CorlW015514@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 report. Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm https://bugzilla.redhat.com/show_bug.cgi?id=245225 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 08:50 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 12:50:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 08:50:56 -0400 Subject: [Bug 245225] perl-GD build warning perl-GD-2.35-2.fc6.src.rpm In-Reply-To: Message-ID: <200804041250.m34CouG1030126@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 report. Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm https://bugzilla.redhat.com/show_bug.cgi?id=245225 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:25:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:25:23 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200804041325.m34DPNKE011912@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 report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:24:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:24:30 -0400 Subject: [Bug 248731] cpan2rpm doesn't work when first file in tarball isn't a directory In-Reply-To: Message-ID: <200804041324.m34DOUCG029052@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 report. Summary: cpan2rpm doesn't work when first file in tarball isn't a directory https://bugzilla.redhat.com/show_bug.cgi?id=248731 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:25:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:25:20 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200804041325.m34DPKL3029628@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 report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 09:25 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:24:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:24:28 -0400 Subject: [Bug 248731] cpan2rpm doesn't work when first file in tarball isn't a directory In-Reply-To: Message-ID: <200804041324.m34DOSEO029022@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 report. Summary: cpan2rpm doesn't work when first file in tarball isn't a directory https://bugzilla.redhat.com/show_bug.cgi?id=248731 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 09:24 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:27:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:27:28 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200804041327.m34DRSwx013148@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 report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- Version|8 |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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:27:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:27:07 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200804041327.m34DR7BN013026@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 report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| bzcl34nup |bzcl34nup -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:35:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:35:12 -0400 Subject: [Bug 251850] Please add altermime dep In-Reply-To: Message-ID: <200804041335.m34DZCaU016284@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 report. Summary: Please add altermime dep https://bugzilla.redhat.com/show_bug.cgi?id=251850 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:35:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:35:10 -0400 Subject: [Bug 251850] Please add altermime dep In-Reply-To: Message-ID: <200804041335.m34DZAbn016250@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 report. Summary: Please add altermime dep https://bugzilla.redhat.com/show_bug.cgi?id=251850 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 09:35 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:35:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:35:23 -0400 Subject: [Bug 251960] perl-File-Which for EPEL? In-Reply-To: Message-ID: <200804041335.m34DZNP0001454@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 report. Summary: perl-File-Which for EPEL? https://bugzilla.redhat.com/show_bug.cgi?id=251960 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:35:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:35:21 -0400 Subject: [Bug 251960] perl-File-Which for EPEL? In-Reply-To: Message-ID: <200804041335.m34DZLXD001430@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 report. Summary: perl-File-Which for EPEL? https://bugzilla.redhat.com/show_bug.cgi?id=251960 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 09:35 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:52:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:52:02 -0400 Subject: [Bug 296121] perl(Error) dependency not detected In-Reply-To: Message-ID: <200804041352.m34Dq2Vk008602@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 report. Summary: perl(Error) dependency not detected https://bugzilla.redhat.com/show_bug.cgi?id=296121 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |8 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 13:52:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 09:52:00 -0400 Subject: [Bug 296121] perl(Error) dependency not detected In-Reply-To: Message-ID: <200804041352.m34Dq0gY024125@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 report. Summary: perl(Error) dependency not detected https://bugzilla.redhat.com/show_bug.cgi?id=296121 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|devel |rawhide fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-triage- | |list at redhat.com Status Whiteboard| | bzcl34nup ------- Additional Comments From fedora-triage-list at redhat.com 2008-04-04 09:51 EST ------- Based on the date this bug was created, it appears to have been reported during the development of Fedora 8. In order to refocus our efforts as a project we are changing the version of this bug to '8'. If this bug still exists in rawhide, please change the version back to rawhide. (If you're unable to change the bug's version, add a comment to the bug and someone will change it for you.) Thanks for your help and we apologize for the interruption. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 14:41:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 10:41:38 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804041441.m34EfcNK028776@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 charlieb-redhat-bugzilla at e-smith.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| bzcl34nup |bzcl34nup ------- Additional Comments From charlieb-redhat-bugzilla at e-smith.com 2008-04-04 10:41 EST ------- This bug has been set to NEEDINFO. I don't know why. I've told you how to reproduce the problem and I've told you how to fix the problem. What more info do you need? -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 15:52:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 11:52:01 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200804041552.m34Fq1qK029754@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 report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |440741 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 15:52:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 11:52:00 -0400 Subject: [Bug 440741] New: FTBFS perl-Cairo-1.044-4.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=440741 Summary: FTBFS perl-Cairo-1.044-4.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Cairo AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Cairo-1.044-4.fc9.src.rpm Failed To Build From Source -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 15:57:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 11:57:06 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200804041557.m34Fv6te031416@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 report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |440773 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 15:57:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 11:57:05 -0400 Subject: [Bug 440773] New: FTBFS perl-GD-2.35-5.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=440773 Summary: FTBFS perl-GD-2.35-5.fc9 Product: Fedora Version: rawhide Platform: i386 URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-GD AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-GD-2.35-5.fc9.src.rpm Failed To Build From Source -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 17:17:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 13:17:05 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200804041717.m34HH5AR006614@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 report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |440937 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 17:17:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 13:17:04 -0400 Subject: [Bug 440937] New: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=440937 Summary: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Proc-ProcessTable AssignedTo: andreas at bawue.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Proc-ProcessTable-0.41-4.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- 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, or are watching someone who is. From spot at fedoraproject.org Fri Apr 4 18:11:49 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 18:11:49 GMT Subject: rpms/perl-Newt/F-8 perl-Newt-bz385751.patch, NONE, 1.1 perl-Newt.spec, 1.2, 1.3 Message-ID: <200804041811.m34IBn7g022805@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Newt/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22730/F-8 Modified Files: perl-Newt.spec Added Files: perl-Newt-bz385751.patch Log Message: Fix bz 385751 perl-Newt-bz385751.patch: --- NEW FILE perl-Newt-bz385751.patch --- diff -up Newt-1.08/Newt.pm.BAD Newt-1.08/Newt.pm --- Newt-1.08/Newt.pm.BAD 2008-04-04 13:58:00.000000000 -0400 +++ Newt-1.08/Newt.pm 2008-04-04 13:58:18.000000000 -0400 @@ -8,6 +8,8 @@ use AutoLoader; require Exporter; require DynaLoader; +*Newt::Form::AUTOLOAD = \&Newt::AUTOLOAD; + @ISA = qw(Exporter DynaLoader); # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead. Index: perl-Newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Newt/F-8/perl-Newt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Newt.spec 30 Aug 2007 14:39:52 -0000 1.2 +++ perl-Newt.spec 4 Apr 2008 18:11:12 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 17 +Release: 21 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ @@ -11,6 +11,7 @@ Patch2: newt-perl-1.08-fix.patch Patch3: newt-perl-1.08-xs.patch Patch4: newt-perl-1.08-lang.patch +Patch5: perl-Newt-bz385751.patch BuildRequires: newt-devel, perl-devel Obsoletes: newt-perl < 1.08-15 Provides: newt-perl = %{version}-%{release} @@ -28,6 +29,7 @@ %patch2 -p1 -b .fix %patch3 -p1 -b .exes %patch4 -p1 -b .lang +%patch5 -p1 -b .bz385751 rm -rf newtlib %build @@ -54,6 +56,18 @@ %{_mandir}/man3/Newt* %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 1.08-21 +- resolve bz 385751 + +* Mon Mar 3 2008 Tom "spot" Callaway - 1.08-20 +- Rebuild for new perl (again) + +* Tue Feb 19 2008 Fedora Release Engineering - 1.08-19 +- Autorebuild for GCC 4.3 + +* Thu Feb 7 2008 Tom "spot" Callaway 1.08-18 +- rebuild for new perl + * Thu Aug 30 2007 Joe Orton 1.08-17 - clarify License tag From spot at fedoraproject.org Fri Apr 4 18:11:57 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 18:11:57 GMT Subject: rpms/perl-Newt/devel perl-Newt-bz385751.patch, NONE, 1.1 perl-Newt.spec, 1.5, 1.6 Message-ID: <200804041811.m34IBvf7022839@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Newt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22730/devel Modified Files: perl-Newt.spec Added Files: perl-Newt-bz385751.patch Log Message: Fix bz 385751 perl-Newt-bz385751.patch: --- NEW FILE perl-Newt-bz385751.patch --- diff -up Newt-1.08/Newt.pm.BAD Newt-1.08/Newt.pm --- Newt-1.08/Newt.pm.BAD 2008-04-04 13:58:00.000000000 -0400 +++ Newt-1.08/Newt.pm 2008-04-04 13:58:18.000000000 -0400 @@ -8,6 +8,8 @@ use AutoLoader; require Exporter; require DynaLoader; +*Newt::Form::AUTOLOAD = \&Newt::AUTOLOAD; + @ISA = qw(Exporter DynaLoader); # Items to export into callers namespace by default. Note: do not export # names by default without a very good reason. Use EXPORT_OK instead. Index: perl-Newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Newt/devel/perl-Newt.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Newt.spec 3 Mar 2008 19:03:00 -0000 1.5 +++ perl-Newt.spec 4 Apr 2008 18:11:19 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 20 +Release: 21 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ @@ -11,6 +11,7 @@ Patch2: newt-perl-1.08-fix.patch Patch3: newt-perl-1.08-xs.patch Patch4: newt-perl-1.08-lang.patch +Patch5: perl-Newt-bz385751.patch BuildRequires: newt-devel, perl-devel Obsoletes: newt-perl < 1.08-15 Provides: newt-perl = %{version}-%{release} @@ -28,6 +29,7 @@ %patch2 -p1 -b .fix %patch3 -p1 -b .exes %patch4 -p1 -b .lang +%patch5 -p1 -b .bz385751 rm -rf newtlib %build @@ -54,6 +56,9 @@ %{_mandir}/man3/Newt* %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 1.08-21 +- resolve bz 385751 + * Mon Mar 3 2008 Tom "spot" Callaway - 1.08-20 - Rebuild for new perl (again) From spot at fedoraproject.org Fri Apr 4 18:16:50 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 18:16:50 GMT Subject: rpms/perl-Newt/devel perl-Newt.spec,1.6,1.7 Message-ID: <200804041816.m34IGo8W023331@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Newt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23191 Modified Files: perl-Newt.spec Log Message: add dist tag Index: perl-Newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Newt/devel/perl-Newt.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Newt.spec 4 Apr 2008 18:11:19 -0000 1.6 +++ perl-Newt.spec 4 Apr 2008 18:16:14 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 21 +Release: 21%{?dist} Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ From spot at fedoraproject.org Fri Apr 4 18:17:57 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 18:17:57 GMT Subject: rpms/perl-Newt/F-8 perl-Newt.spec,1.3,1.4 Message-ID: <200804041817.m34IHv1S023658@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Newt/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23491 Modified Files: perl-Newt.spec Log Message: add dist tag Index: perl-Newt.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Newt/F-8/perl-Newt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Newt.spec 4 Apr 2008 18:11:12 -0000 1.3 +++ perl-Newt.spec 4 Apr 2008 18:17:21 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 21 +Release: 21%{?dist} Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ From bugzilla at redhat.com Fri Apr 4 18:19:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 14:19:39 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804041819.m34IJdLd020209@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo? ------- Additional Comments From tcallawa at redhat.com 2008-04-04 14:19 EST ------- Fixed in perl-Newt-1.08-21. If we wait for upstream to revive, this trivial bug will never resolve, so I just did the one-line patch. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 4 18:28:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 14:28:23 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804041828.m34ISNxZ021809@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Flag|needinfo? | ------- Additional Comments From updates at fedoraproject.org 2008-04-04 14:28 EST ------- perl-Newt-1.08-21.fc8 has been submitted as an update for Fedora 8 -- 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, or are watching someone who is. From spot at fedoraproject.org Fri Apr 4 20:07:13 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 20:07:13 GMT Subject: rpms/perl-Cairo/devel perl-Cairo-ATSUItoQUARTZ.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 perl-Cairo.spec, 1.19, 1.20 sources, 1.14, 1.15 Message-ID: <200804042007.m34K7DaK016926@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16822 Modified Files: .cvsignore perl-Cairo.spec sources Added Files: perl-Cairo-ATSUItoQUARTZ.patch Log Message: update to 1.045, convert ATSUI to QUARTZ perl-Cairo-ATSUItoQUARTZ.patch: --- NEW FILE perl-Cairo-ATSUItoQUARTZ.patch --- diff -up Cairo-1.045/Makefile.PL.BAD Cairo-1.045/Makefile.PL --- Cairo-1.045/Makefile.PL.BAD 2008-04-04 16:01:19.000000000 -0400 +++ Cairo-1.045/Makefile.PL 2008-04-04 16:01:31.000000000 -0400 @@ -235,7 +235,7 @@ if ($have_cairo_1_2) { CAIRO_FONT_TYPE_TOY CAIRO_FONT_TYPE_FT CAIRO_FONT_TYPE_WIN32 - CAIRO_FONT_TYPE_ATSUI + CAIRO_FONT_TYPE_QUARTZ /]; $enums{cairo_pattern_type_t} = [qw/ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 28 Nov 2007 18:46:25 -0000 1.14 +++ .cvsignore 4 Apr 2008 20:06:35 -0000 1.15 @@ -1 +1 @@ -Cairo-1.044.tar.gz +Cairo-1.045.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-Cairo.spec 3 Mar 2008 20:41:32 -0000 1.19 +++ perl-Cairo.spec 4 Apr 2008 20:06:35 -0000 1.20 @@ -5,14 +5,15 @@ # Name: perl-Cairo -Version: 1.044 -Release: 4%{?dist} +Version: 1.045 +Release: 1%{?dist} Summary: Perl interface to the cairo library Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/Cairo/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz +Patch0: perl-Cairo-ATSUItoQUARTZ.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) @@ -29,6 +30,7 @@ %prep %setup -q -n Cairo-%{version} +%patch0 -p1 chmod -c a-x examples/*.pl @@ -63,6 +65,10 @@ %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 1.045-1 +- update to 1.045 +- change references to ATSUI to QUARTZ (resolves bz 440741) + * Wed Feb 27 2008 Tom "spot" Callaway - 1.044-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 28 Nov 2007 18:46:25 -0000 1.14 +++ sources 4 Apr 2008 20:06:35 -0000 1.15 @@ -1 +1 @@ -45c2043e5e91d8ccb45329867b29e364 Cairo-1.044.tar.gz +de123ac0ecf149136a8d54312eaa79cc Cairo-1.045.tar.gz From bugzilla at redhat.com Fri Apr 4 20:07:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 16:07:07 -0400 Subject: [Bug 440741] FTBFS perl-Cairo-1.044-4.fc9 In-Reply-To: Message-ID: <200804042007.m34K77QX010701@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 report. Summary: FTBFS perl-Cairo-1.044-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440741 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:52 EST ------- Created an attachment (id=300565) --> (https://bugzilla.redhat.com/attachment.cgi?id=300565&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:52 EST ------- Created an attachment (id=300566) --> (https://bugzilla.redhat.com/attachment.cgi?id=300566&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:52 EST ------- Created an attachment (id=300567) --> (https://bugzilla.redhat.com/attachment.cgi?id=300567&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:52 EST ------- Created an attachment (id=300568) --> (https://bugzilla.redhat.com/attachment.cgi?id=300568&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tcallawa at redhat.com 2008-04-04 16:07 EST ------- Fixed in 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, or are watching someone who is. From spot at fedoraproject.org Fri Apr 4 20:39:28 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 20:39:28 GMT Subject: rpms/perl-GD/devel perl-GD.spec,1.21,1.22 Message-ID: <200804042039.m34KdSW6021642@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21508 Modified Files: perl-GD.spec Log Message: fix license tag Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-GD.spec 28 Feb 2008 13:15:35 -0000 1.21 +++ perl-GD.spec 4 Apr 2008 20:38:32 -0000 1.22 @@ -1,11 +1,10 @@ Name: perl-GD Version: 2.35 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries -# FIXME: Upstream intends to relicense. -License: Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/GD/ Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +68,9 @@ %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 2.35-6 +- license fix + * Wed Feb 27 2008 Tom "spot" Callaway - 2.35-5 - Rebuild for perl 5.10 (again) From spot at fedoraproject.org Fri Apr 4 20:59:12 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 4 Apr 2008 20:59:12 GMT Subject: rpms/perl-GD/devel perl-GD.spec,1.22,1.23 Message-ID: <200804042059.m34KxCD6024417@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24324 Modified Files: perl-GD.spec Log Message: conditionalize tests Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- perl-GD.spec 4 Apr 2008 20:38:32 -0000 1.22 +++ perl-GD.spec 4 Apr 2008 20:58:31 -0000 1.23 @@ -1,6 +1,13 @@ +# +# Rebuild option: +# +# --with testsuite - run the test suite +# + + Name: perl-GD Version: 2.35 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries @@ -46,7 +53,7 @@ %check -make test +%{?_with_testsuite:make test} # Remove duplicate file rm bdf_scripts/bdf2gdfont.PLS @@ -68,6 +75,10 @@ %changelog +* Fri Apr 4 2008 Tom "spot" Callaway - 2.35-7 +- tests work fine locally, one fails in mock, maybe needs a desktop? + conditionalized them, default off. + * Fri Apr 4 2008 Tom "spot" Callaway - 2.35-6 - license fix From bugzilla at redhat.com Fri Apr 4 21:20:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Apr 2008 17:20:08 -0400 Subject: [Bug 440773] FTBFS perl-GD-2.35-5.fc9 In-Reply-To: Message-ID: <200804042120.m34LK8sB007717@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 report. Summary: FTBFS perl-GD-2.35-5.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440773 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:57 EST ------- Created an attachment (id=300687) --> (https://bugzilla.redhat.com/attachment.cgi?id=300687&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 11:57 EST ------- Created an attachment (id=300688) --> (https://bugzilla.redhat.com/attachment.cgi?id=300688&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From tcallawa at redhat.com 2008-04-04 17:20 EST ------- Fixed in 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, or are watching someone who is. From cweyl at fedoraproject.org Sat Apr 5 03:42:07 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 5 Apr 2008 03:42:07 GMT Subject: rpms/perl-Catalyst-View-TT/F-8 perl-Catalyst-View-TT.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200804050342.m353g7fU020884@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20851 Modified Files: sources Added Files: perl-Catalyst-View-TT.spec Log Message: * Wed Mar 19 2008 Chris Weyl 0.26-2 - bump --- NEW FILE perl-Catalyst-View-TT.spec --- Name: perl-Catalyst-View-TT Version: 0.26 Release: 2%{?dist} Summary: Template Toolkit View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-TT/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-View-TT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.5 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Path::Class) BuildRequires: perl(Template) BuildRequires: perl(Template::Timer) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # either not auto-pickedup, or to get rpmlint to stop complaining :) Requires: perl(Path::Class) Requires: perl(Catalyst) Requires: perl(warnings) %description This is the Catalyst view base class for the Template Toolkit. %prep %setup -q -n Catalyst-View-TT-%{version} find . -type f -exec chmod -x -c {} + # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(TestApp.*)/d' EOF %define __perl_provides %{_builddir}/Catalyst-View-TT-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(FindBin)/d' EOF %define __perl_requires %{_builddir}/Catalyst-View-TT-%{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 TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Mar 19 2008 Chris Weyl 0.26-2 - bump * Mon Mar 17 2008 Chris Weyl 0.26-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Mar 2008 16:12:58 -0000 1.1 +++ sources 5 Apr 2008 03:41:28 -0000 1.2 @@ -0,0 +1 @@ +653f58f818a1b0b3d0ad28b62c13241b Catalyst-View-TT-0.26.tar.gz From bugzilla at redhat.com Sat Apr 5 21:36:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Apr 2008 17:36:13 -0400 Subject: [Bug 202210] Errorneously detected perl provides In-Reply-To: Message-ID: <200804052136.m35LaDqm016701@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 report. Summary: Errorneously detected perl provides https://bugzilla.redhat.com/show_bug.cgi?id=202210 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel- | |list at redhat.com Status Whiteboard| bzcl34nup |bzcl34nup Flag| |needinfo? ------- Additional Comments From cweyl at alumni.drew.edu 2008-04-05 17:36 EST ------- AFAIK this bug is still valid -- rpm's perl autoprov/dep generators are still a touch off in certain situations. -- 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, or are watching someone who is. From spot at fedoraproject.org Sat Apr 5 23:26:55 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Sat, 5 Apr 2008 23:26:55 GMT Subject: rpms/perl-Proc-ProcessTable/devel perl-Proc-ProcessTable-ARG_MAX.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Proc-ProcessTable.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200804052326.m35NQtQ2013041@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13012 Modified Files: .cvsignore perl-Proc-ProcessTable.spec sources Added Files: perl-Proc-ProcessTable-ARG_MAX.patch Log Message: update to 0.42, fix missing ARG_MAX perl-Proc-ProcessTable-ARG_MAX.patch: --- NEW FILE perl-Proc-ProcessTable-ARG_MAX.patch --- diff -up Proc-ProcessTable-0.42/OS.c.BAD Proc-ProcessTable-0.42/OS.c diff -up Proc-ProcessTable-0.42/os/Linux.h.BAD Proc-ProcessTable-0.42/os/Linux.h --- Proc-ProcessTable-0.42/os/Linux.h.BAD 2008-04-05 19:24:02.000000000 -0400 +++ Proc-ProcessTable-0.42/os/Linux.h 2008-04-05 19:24:20.000000000 -0400 @@ -14,6 +14,10 @@ #include #include +#ifndef ARG_MAX +#define ARG_MAX _POSIX_ARG_MAX +#endif + /****************************************/ /* Process state strings that we return */ /****************************************/ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Mar 2007 10:02:10 -0000 1.2 +++ .cvsignore 5 Apr 2008 23:26:17 -0000 1.3 @@ -1 +1 @@ -Proc-ProcessTable-0.41.tar.gz +Proc-ProcessTable-0.42.tar.gz Index: perl-Proc-ProcessTable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/perl-Proc-ProcessTable.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Proc-ProcessTable.spec 4 Mar 2008 04:26:13 -0000 1.4 +++ perl-Proc-ProcessTable.spec 5 Apr 2008 23:26:17 -0000 1.5 @@ -1,11 +1,12 @@ Name: perl-Proc-ProcessTable -Version: 0.41 -Release: 4%{?dist} +Version: 0.42 +Release: 1%{?dist} Summary: Perl extension to access the unix process table License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Proc-ProcessTable/ Source0: http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz +Patch0: perl-Proc-ProcessTable-ARG_MAX.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) @@ -15,6 +16,7 @@ %prep %setup -q -n Proc-ProcessTable-%{version} +%patch0 -p1 chmod 644 contrib/* @@ -47,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Sat Apr 5 2008 Tom "spot" Callaway 0.42-1 +- update to 0.42 +- patch to define ARG_MAX (since for some unknown reason, it isn't defined anymore) + * Mon Mar 3 2008 Tom "spot" Callaway 0.41-4 - rebuild for new perl (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Mar 2007 10:02:10 -0000 1.2 +++ sources 5 Apr 2008 23:26:17 -0000 1.3 @@ -1 +1 @@ -3a21e54f864733331e714df6d1fcbb0f Proc-ProcessTable-0.41.tar.gz +9d03fd3556f4e811bb714c8acfe0e1fb Proc-ProcessTable-0.42.tar.gz From bugzilla at redhat.com Sat Apr 5 23:48:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Apr 2008 19:48:33 -0400 Subject: [Bug 440937] FTBFS perl-Proc-ProcessTable-0.41-4.fc9 In-Reply-To: Message-ID: <200804052348.m35NmX9u023919@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 report. Summary: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440937 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 13:17 EST ------- Created an attachment (id=301262) --> (https://bugzilla.redhat.com/attachment.cgi?id=301262&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 13:17 EST ------- Created an attachment (id=301263) --> (https://bugzilla.redhat.com/attachment.cgi?id=301263&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 13:17 EST ------- Created an attachment (id=301264) --> (https://bugzilla.redhat.com/attachment.cgi?id=301264&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-04-04 13:17 EST ------- Created an attachment (id=301265) --> (https://bugzilla.redhat.com/attachment.cgi?id=301265&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tcallawa at redhat.com 2008-04-05 19:48 EST ------- Fixed in 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, or are watching someone who is. From buildsys at fedoraproject.org Sun Apr 6 12:26:04 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 06 Apr 2008 12:26:04 -0000 Subject: Broken dependencies in EPEL - 2008-04-06 Message-ID: <20080406122604.17957.8974@releng1.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-i386 unresolved deps: perl(Archive::Zip) From cweyl at alumni.drew.edu Mon Apr 7 04:28:34 2008 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 6 Apr 2008 21:28:34 -0700 Subject: CPAN -> fedora mapping update! In-Reply-To: References: <7dd7ab490711251700i369077cat94ab86793beda85@mail.gmail.com> <20080307052214.467f3e66@solitude.devel.redhat.com> <7dd7ab490803130007k3eea9998xb70dbae0824369ec@mail.gmail.com> Message-ID: <7dd7ab490804062128ve52b47am8bfab233955c5efc@mail.gmail.com> On Fri, Mar 28, 2008 at 4:30 AM, Alex Lancaster wrote: > >>>>> "CW" == Chris Weyl writes: > Chris, > > Thanks for the update, it seems the script is chugging away checking > CPAN. One small issue, it appears that the release columns are out > order, they are: > > devel F-7 F-8 > > but they should be: > > F-7 F-8 devel > > I know this because on my page: > > http://fedora.biggerontheinside.net/perl/alexlan.html > > I updated the devel branch, but the F-7, F-8 branches are in testing. Sorry about that, corrected :) Also, I've put a (small) amount of work into a more dynamic page... still fairly primitive, doesn't even do a "display by user", but figured I'd throw it out there. http://perl.biggerontheinside.net/packages/list -Chris -- Chris Weyl Ex astris, scientia From corsepiu at fedoraproject.org Mon Apr 7 06:27:23 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 06:27:23 GMT Subject: rpms/perl-File-NCopy/devel .cvsignore, 1.3, 1.4 perl-File-NCopy.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200804070627.m376RNg1001352@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-NCopy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1283 Modified Files: .cvsignore perl-File-NCopy.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2007 12:48:30 -0000 1.3 +++ .cvsignore 7 Apr 2008 06:26:43 -0000 1.4 @@ -1 +1 @@ -File-NCopy-0.35.tar.gz +File-NCopy-0.36.tar.gz Index: perl-File-NCopy.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/devel/perl-File-NCopy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-File-NCopy.spec 7 Mar 2008 02:00:32 -0000 1.10 +++ perl-File-NCopy.spec 7 Apr 2008 06:26:43 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-File-NCopy -Version: 0.35 -Release: 4%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Copy files to directories, or a single file to another file License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,9 @@ File::NCopy copies files to directories, or a single file to another file. The functionality is very similar to cp. +Deprecated module. Use only if required by other module. +You can use File::Copy::Recursive instead. + %prep %setup -q -n File-NCopy-%{version} @@ -46,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Thu Mar 06 2008 Tom "spot" Callaway - 0.35-4 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2007 12:48:31 -0000 1.3 +++ sources 7 Apr 2008 06:26:43 -0000 1.4 @@ -1 +1 @@ -f198d1b41bf15dc731a7b5efb3ebd22d File-NCopy-0.35.tar.gz +695eb9f4147da74555a87983d2b691ad File-NCopy-0.36.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 06:31:36 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 06:31:36 GMT Subject: rpms/perl-File-NCopy/F-8 .cvsignore, 1.3, 1.4 perl-File-NCopy.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200804070631.m376Vasd001565@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-NCopy/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1498 Modified Files: .cvsignore perl-File-NCopy.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-8/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2007 12:50:31 -0000 1.3 +++ .cvsignore 7 Apr 2008 06:30:36 -0000 1.4 @@ -1 +1 @@ -File-NCopy-0.35.tar.gz +File-NCopy-0.36.tar.gz Index: perl-File-NCopy.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-8/perl-File-NCopy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-File-NCopy.spec 25 Oct 2007 03:25:42 -0000 1.7 +++ perl-File-NCopy.spec 7 Apr 2008 06:30:36 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-File-NCopy -Version: 0.35 -Release: 3%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Copy files to directories, or a single file to another file License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,9 @@ File::NCopy copies files to directories, or a single file to another file. The functionality is very similar to cp. +Deprecated module. Use only if required by other module. +You can use File::Copy::Recursive instead. + %prep %setup -q -n File-NCopy-%{version} @@ -46,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Wed Oct 24 2007 Ralf Cors??pius - 0.35-3 - Add BR: perl(Test::Pod). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2007 12:50:31 -0000 1.3 +++ sources 7 Apr 2008 06:30:36 -0000 1.4 @@ -1 +1 @@ -f198d1b41bf15dc731a7b5efb3ebd22d File-NCopy-0.35.tar.gz +695eb9f4147da74555a87983d2b691ad File-NCopy-0.36.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 06:38:28 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 06:38:28 GMT Subject: rpms/perl-File-NCopy/F-7 .cvsignore, 1.3, 1.4 perl-File-NCopy.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200804070638.m376cSeh001825@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-NCopy/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1788 Modified Files: .cvsignore perl-File-NCopy.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-7/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Oct 2007 12:52:06 -0000 1.3 +++ .cvsignore 7 Apr 2008 06:37:46 -0000 1.4 @@ -1 +1 @@ -File-NCopy-0.35.tar.gz +File-NCopy-0.36.tar.gz Index: perl-File-NCopy.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-7/perl-File-NCopy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-File-NCopy.spec 25 Oct 2007 03:25:47 -0000 1.7 +++ perl-File-NCopy.spec 7 Apr 2008 06:37:46 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-File-NCopy -Version: 0.35 -Release: 3%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Copy files to directories, or a single file to another file License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,9 @@ File::NCopy copies files to directories, or a single file to another file. The functionality is very similar to cp. +Deprecated module. Use only if required by other module. +You can use File::Copy::Recursive instead. + %prep %setup -q -n File-NCopy-%{version} @@ -46,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Wed Oct 24 2007 Ralf Cors??pius - 0.35-3 - Add BR: perl(Test::Pod). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-NCopy/F-7/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Oct 2007 12:52:06 -0000 1.3 +++ sources 7 Apr 2008 06:37:46 -0000 1.4 @@ -1 +1 @@ -f198d1b41bf15dc731a7b5efb3ebd22d File-NCopy-0.35.tar.gz +695eb9f4147da74555a87983d2b691ad File-NCopy-0.36.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 07:47:31 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 07:47:31 GMT Subject: rpms/perl-Algorithm-Dependency/F-7 .cvsignore, 1.6, 1.7 perl-Algorithm-Dependency.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200804070747.m377lVe2009717@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Algorithm-Dependency/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9664 Modified Files: .cvsignore perl-Algorithm-Dependency.spec sources Log Message: * Mon Jan 21 2008 Ralf Cors??pius - 1.106-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Dependency/F-7/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 20 Nov 2007 05:30:23 -0000 1.6 +++ .cvsignore 7 Apr 2008 07:46:43 -0000 1.7 @@ -1 +1 @@ -Algorithm-Dependency-1.104.tar.gz +Algorithm-Dependency-1.106.tar.gz Index: perl-Algorithm-Dependency.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Dependency/F-7/perl-Algorithm-Dependency.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Algorithm-Dependency.spec 25 Nov 2007 07:53:30 -0000 1.11 +++ perl-Algorithm-Dependency.spec 7 Apr 2008 07:46:43 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Algorithm-Dependency -Version: 1.104 -Release: 2%{?dist} +Version: 1.106 +Release: 1%{?dist} Summary: Algorithmic framework for implementing dependency trees License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Mon Jan 21 2008 Ralf Cors??pius - 1.106-1 +- Upstream update. + * Sun Nov 25 2007 Ralf Cors??pius - 1.104-2 - Add BR: perl(Test-MinimumVersion). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Dependency/F-7/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 20 Nov 2007 05:30:23 -0000 1.6 +++ sources 7 Apr 2008 07:46:43 -0000 1.7 @@ -1 +1 @@ -88a0a0214b44d49a0dfcb8bd070aaf4f Algorithm-Dependency-1.104.tar.gz +60cb5584ceacd0a569537bc0ff359e1f Algorithm-Dependency-1.106.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 12:30:17 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 12:30:17 GMT Subject: rpms/perl-Calendar-Simple/F-8 .cvsignore, 1.4, 1.5 perl-Calendar-Simple.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200804071230.m37CUHd7015784@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Calendar-Simple/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15719 Modified Files: .cvsignore perl-Calendar-Simple.spec sources Log Message: * Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 - Upstream update. - Reflect upstream having dropped "COPYING". Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Oct 2006 09:32:18 -0000 1.4 +++ .cvsignore 7 Apr 2008 12:29:30 -0000 1.5 @@ -1 +1 @@ -Calendar-Simple-1.17.tar.gz +Calendar-Simple-1.19.tar.gz Index: perl-Calendar-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/perl-Calendar-Simple.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Calendar-Simple.spec 17 Aug 2007 05:27:58 -0000 1.7 +++ perl-Calendar-Simple.spec 7 Apr 2008 12:29:30 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Perl extension to create simple calendars Name: perl-Calendar-Simple -Version: 1.17 -Release: 2%{?dist} +Version: 1.19 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Calendar-Simple/ @@ -45,12 +45,16 @@ %files %defattr(-,root,root,-) -%doc Changes COPYING README +%doc Changes README %{_bindir}/pcal %{perl_vendorlib}/Calendar %{_mandir}/man3/* %changelog +* Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 +- Upstream update. +- Reflect upstream having dropped "COPYING". + * Fri Aug 17 2007 Ralf Cors??pius - 1.17-2 - Update license tag. - Reflect perl package split. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Oct 2006 09:32:18 -0000 1.4 +++ sources 7 Apr 2008 12:29:30 -0000 1.5 @@ -1 +1 @@ -94acbe82b7b1f32293dfdb119b2cf765 Calendar-Simple-1.17.tar.gz +b4f974f74f615b8aadfdba43b3a646f1 Calendar-Simple-1.19.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 12:58:28 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 12:58:28 GMT Subject: rpms/perl-Calendar-Simple/F-7 .cvsignore, 1.4, 1.5 perl-Calendar-Simple.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200804071258.m37CwSIN016651@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Calendar-Simple/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16611 Modified Files: .cvsignore perl-Calendar-Simple.spec sources Log Message: * Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 - Upstream update. - Reflect upstream having dropped "COPYING". Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-7/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Oct 2006 09:32:18 -0000 1.4 +++ .cvsignore 7 Apr 2008 12:57:42 -0000 1.5 @@ -1 +1 @@ -Calendar-Simple-1.17.tar.gz +Calendar-Simple-1.19.tar.gz Index: perl-Calendar-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-7/perl-Calendar-Simple.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Calendar-Simple.spec 17 Aug 2007 05:29:49 -0000 1.7 +++ perl-Calendar-Simple.spec 7 Apr 2008 12:57:42 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Perl extension to create simple calendars Name: perl-Calendar-Simple -Version: 1.17 -Release: 2%{?dist} +Version: 1.19 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Calendar-Simple/ @@ -45,12 +45,16 @@ %files %defattr(-,root,root,-) -%doc Changes COPYING README +%doc Changes README %{_bindir}/pcal %{perl_vendorlib}/Calendar %{_mandir}/man3/* %changelog +* Tue Mar 11 2008 Ralf Cors??pius - 1.19-1 +- Upstream update. +- Reflect upstream having dropped "COPYING". + * Fri Aug 17 2007 Ralf Cors??pius - 1.17-2 - Update license tag. - Reflect perl package split. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Calendar-Simple/F-7/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Oct 2006 09:32:18 -0000 1.4 +++ sources 7 Apr 2008 12:57:42 -0000 1.5 @@ -1 +1 @@ -94acbe82b7b1f32293dfdb119b2cf765 Calendar-Simple-1.17.tar.gz +b4f974f74f615b8aadfdba43b3a646f1 Calendar-Simple-1.19.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 13:22:55 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 13:22:55 GMT Subject: rpms/perl-File-Flat/devel .cvsignore, 1.5, 1.6 perl-File-Flat.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200804071322.m37DMtWY024477@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Flat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24337 Modified Files: .cvsignore perl-File-Flat.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 1.04-1 - Upstream update. - Remove dep on perl(File::Slurp). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flat/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 14 Mar 2008 09:20:17 -0000 1.5 +++ .cvsignore 7 Apr 2008 13:21:33 -0000 1.6 @@ -1 +1 @@ -File-Flat-1.03.tar.gz +File-Flat-1.04.tar.gz Index: perl-File-Flat.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flat/devel/perl-File-Flat.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-File-Flat.spec 14 Mar 2008 09:20:17 -0000 1.10 +++ perl-File-Flat.spec 7 Apr 2008 13:21:33 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-File-Flat -Version: 1.03 +Version: 1.04 Release: 1%{?dist} Summary: Implements a flat filesystem License: GPL+ or Artistic @@ -19,7 +19,6 @@ BuildRequires: perl(File::Spec) >= 0.85 BuildRequires: perl(File::Copy) BuildRequires: perl(File::Copy::Recursive) -BuildRequires: perl(File::Slurp) >= 9999.04 BuildRequires: perl(File::Remove) >= 0.21 BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(IO::File) @@ -27,6 +26,8 @@ # For improved tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::MinimumVersion) +# FIXME: Missing in Fedora +# BuildRequires: perl(Test::CPAN::Meta) %description File::Flat implements a flat filesystem. A flat filesystem is a filesystem @@ -60,6 +61,10 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 1.04-1 +- Upstream update. +- Remove dep on perl(File::Slurp). + * Fri Mar 14 2008 Ralf Cors??pius - 1.03-1 - Upstream update. - BR: perl(Test::MinimumVersion). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Flat/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 14 Mar 2008 09:20:17 -0000 1.5 +++ sources 7 Apr 2008 13:21:33 -0000 1.6 @@ -1 +1 @@ -cea8bae704a072a97007fda4a3fba4b6 File-Flat-1.03.tar.gz +20367f74ff34d92b3c839b3da282b4e0 File-Flat-1.04.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 13:59:51 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 13:59:51 GMT Subject: rpms/perl-Devel-StackTrace/devel .cvsignore, 1.7, 1.8 perl-Devel-StackTrace.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200804071359.m37DxpPt026455@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26370 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 1.18-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Feb 2008 17:21:23 -0000 1.7 +++ .cvsignore 7 Apr 2008 13:59:09 -0000 1.8 @@ -1 +1 @@ -Devel-StackTrace-1.16.tar.gz +Devel-StackTrace-1.18.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/perl-Devel-StackTrace.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Devel-StackTrace.spec 28 Feb 2008 13:01:31 -0000 1.12 +++ perl-Devel-StackTrace.spec 7 Apr 2008 13:59:09 -0000 1.13 @@ -1,7 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.16 -Release: 2%{?dist} +Version: 1.18 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-StackTrace @@ -56,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 1.18-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.16-2 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Feb 2008 17:21:24 -0000 1.7 +++ sources 7 Apr 2008 13:59:09 -0000 1.8 @@ -1 +1 @@ -b47fd3038da169876fa3ffbf7ac620bf Devel-StackTrace-1.16.tar.gz +de77c1708f35fbff188592687dcbcf0a Devel-StackTrace-1.18.tar.gz From corsepiu at fedoraproject.org Mon Apr 7 14:13:25 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 7 Apr 2008 14:13:25 GMT Subject: rpms/perl-Devel-StackTrace/F-8 .cvsignore, 1.6, 1.7 perl-Devel-StackTrace.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <200804071413.m37EDPtt001313@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1241 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Mon Apr 07 2008 Ralf Cors??pius - 1.18-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Apr 2007 05:48:13 -0000 1.6 +++ .cvsignore 7 Apr 2008 14:12:43 -0000 1.7 @@ -1 +1 @@ -Devel-StackTrace-1.15.tar.gz +Devel-StackTrace-1.18.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/perl-Devel-StackTrace.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Devel-StackTrace.spec 29 Aug 2007 10:39:29 -0000 1.9 +++ perl-Devel-StackTrace.spec 7 Apr 2008 14:12:43 -0000 1.10 @@ -1,7 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.15 -Release: 2%{?dist} +Version: 1.18 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-StackTrace @@ -11,7 +11,12 @@ Buildarch: noarch BuildRequires: perl(ExtUtils::MakeMaker) + +# for improved tests BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +# Missing in Fedora +# BuildRequires: perl(Test::Kwalitee) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT %check -make test +make test IS_MAINTAINER=1 %files %defattr(-,root,root,-) @@ -51,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Mon Apr 07 2008 Ralf Cors??pius - 1.18-1 +- Upstream update. + * Wed Aug 29 2007 Ralf Cors??pius - 1.15-2 - Update License. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 30 Apr 2007 05:48:13 -0000 1.6 +++ sources 7 Apr 2008 14:12:43 -0000 1.7 @@ -1 +1 @@ -22058f1ad25dfad27312bde83881c30b Devel-StackTrace-1.15.tar.gz +de77c1708f35fbff188592687dcbcf0a Devel-StackTrace-1.18.tar.gz From lkundrak at fedoraproject.org Mon Apr 7 15:30:45 2008 From: lkundrak at fedoraproject.org (Lubomir Kundrak) Date: Mon, 7 Apr 2008 15:30:45 GMT Subject: rpms/perl-RPM2/devel perl-RPM2-0.67-inttypes.patch,1.1,1.2 Message-ID: <200804071530.m37FUjLc012002@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-RPM2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11974 Modified Files: perl-RPM2-0.67-inttypes.patch Log Message: inttypes patch submitted upstream perl-RPM2-0.67-inttypes.patch: Index: perl-RPM2-0.67-inttypes.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-RPM2/devel/perl-RPM2-0.67-inttypes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-RPM2-0.67-inttypes.patch 27 Oct 2007 13:38:05 -0000 1.1 +++ perl-RPM2-0.67-inttypes.patch 7 Apr 2008 15:30:14 -0000 1.2 @@ -1,5 +1,6 @@ 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 From cweyl at alumni.drew.edu Tue Apr 8 16:02:48 2008 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Tue, 8 Apr 2008 09:02:48 -0700 Subject: packging guidelines and tests... Message-ID: <7dd7ab490804080902u7d211be4qa4f2429b71390069@mail.gmail.com> Hey all -- I was rather happy to see that the draft perl guidelines I'd worked on putting together had been taken up and, with some modifications, adopted by the FPC (thanks spot!). However, looking over the meeting minutes, I was caught off guard by a couple comments that had been made w.r.t. the very weak suggestion of packaging tests. I'd brought this matter up quite a while ago now, with a rather strong response by one person on bugs, and a fairly indifferent result on this list.[1] I'd articulated why I thought it was a good idea, and my own desire for _consistency_ in packaging them. I've tried to be consistent with that position (e.g. "they can make good docs, and others may find them useful even when I don't") since then, and really haven't heard anything at all one way or the other about this since then. The one response I've seen about this from someone from the Fedora perl user community (not including those who serve on the FPC) was "Some way to run the test suite would cure my last gripe with replacing CPAN.pm with rpms."[2] e.g. I don't use them so much as docs, but I'd really like to run the actual test suite on my boxen. Soo... I'm genuinely disinterested in starting Yet Another Fedora Packaging Flamewar over this. :) However, if there is a strong and widespread opposition to cleanly and consistently packaging tests in %doc, I certainly don't want to be doing that. However.... I still find it valuable, and can certainly see the value in being able to run the same tests the buildsys runs against your installed system. (e.g. You're setting up a Catalyst app, and something funky is going on. Wouldn't it be nice to be able to test your actual installed base of modules?) What if: * tests are split into -test subpackages and discouraged from wholesale inclusion in %doc (tho still not a blocker) * installed under a consistent location (say... %{_libexecdir}/perl_tests/%{cpandist}/ ?), and * an optional/alternate perl spec template with subpackage -test predefined was created to help with this? This might be the cleanest way to satisfy those who'd like to see the tests distributable as doc, those who'd like to see the test suites out of %doc, and those who'd like to run them as actual tests. This also wouldn't change the status quo much -- we're not talking about guideline changes or any such, and no one would be required to do anything. However, I do think there's a lot of potential value to be had here, and it's worth exploring :) -Chris [1] https://www.redhat.com/archives/fedora-perl-devel-list/2007-June/msg00032.html [2] https://www.redhat.com/archives/fedora-perl-devel-list/2007-June/msg00034.html -- Chris Weyl Ex astris, scientia From bugzilla at redhat.com Tue Apr 8 16:11:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Apr 2008 12:11:30 -0400 Subject: [Bug 204800] perl.prov script misparses some version information In-Reply-To: Message-ID: <200804081611.m38GBUZd031902@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 report. Summary: perl.prov script misparses some version information https://bugzilla.redhat.com/show_bug.cgi?id=204800 nigel at dev.intechnology.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Status Whiteboard| bzcl34nup |bzcl34nup Version|5 |8 ------- Additional Comments From nigel at dev.intechnology.co.uk 2008-04-08 12:11 EST ------- As of Fedora 8 with all current updates.... - perl.prov has been deprecated in favour of perldeps.pl - The shipped perldeps.pl is old and crufty and will still show up this sort of problem, ie it has not been replaced with the attachment referred to in comment #1 and #3 Reassigned version to F8. Punting back to ASSIGNED state. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 8 18:01:54 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Apr 2008 14:01:54 -0400 Subject: [Bug 245225] perl-GD build warning perl-GD-2.35-2.fc6.src.rpm In-Reply-To: Message-ID: <200804081801.m38I1ss3011274@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 report. Summary: perl-GD build warning perl-GD-2.35-2.fc6.src.rpm https://bugzilla.redhat.com/show_bug.cgi?id=245225 herrold at owlriver.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| bzcl34nup | ------- Additional Comments From herrold at owlriver.com 2008-04-08 14:01 EST ------- This bug continues with the latest RawHide and perl-GD-2.35-7.fc9.src.rpm Checking for stray libgd header files... ** WARNING: found gd.h header file in /usr/include/gd.h, but it is expected at /usr/include/gd.h. This may cause compile errors! ** ** Possible problems found ** + make -j2 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIF -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 05:14:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 01:14:00 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804090514.m395E0MA010837@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |1.08-21.fc8 -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 05:13:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 01:13:59 -0400 Subject: [Bug 385751] Newt::Form::DESTROY prints deprecated code warning. In-Reply-To: Message-ID: <200804090513.m395DxHL021263@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 report. Summary: Newt::Form::DESTROY prints deprecated code warning. https://bugzilla.redhat.com/show_bug.cgi?id=385751 ------- Additional Comments From updates at fedoraproject.org 2008-04-09 01:13 EST ------- perl-Newt-1.08-21.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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 10:21:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 06:21:33 -0400 Subject: [Bug 441646] New: RFE: perl-Text-CSV_XS for EPEL Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=441646 Summary: RFE: perl-Text-CSV_XS for EPEL Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Text-CSV_XS AssignedTo: skasal at redhat.com ReportedBy: xavier at bachelot.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com Could you please branch and build perl-Text-CSV_XS for EL4 and EL5 please ? Regards, Xavier -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 10:30:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 06:30:14 -0400 Subject: [Bug 431478] perl-Class-MethodMaker not available in EPEL In-Reply-To: Message-ID: <200804091030.m39AUEud003593@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 report. Summary: perl-Class-MethodMaker not available in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=431478 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED ------- Additional Comments From xavier at bachelot.org 2008-04-09 06:30 EST ------- Package was built and released for EPEL. -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 15:10:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 11:10:59 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804091510.m39FAxLb028526@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tcallawa at redhat.com Status|NEEDINFO |ASSIGNED Flag|needinfo?(wtogami at redhat.com| |) | ------- Additional Comments From tcallawa at redhat.com 2008-04-09 11:10 EST ------- OK, I see the problem: Net::DNS has the same issues as IO::Socket::INET6 does. I've fixed it up in perl-Net-DNS-0.63-3.fc9, and spamassassin and spamd run silent for me now. Can you guys update to this new perl-Net-DNS package and test? Thanks. http://koji.fedoraproject.org/koji/buildinfo?buildID=45721 -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 18:22:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 14:22:04 -0400 Subject: [Bug 441733] New: Perl-Error not built for EPEL Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=441733 Summary: Perl-Error not built for EPEL Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Error AssignedTo: jpo at di.uminho.pt ReportedBy: xavier at bachelot.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Perl-Error is branched but not built for EPEL. Could you please take a look Steve ? This is related to BZ#441725 Regards, Xavier -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 9 18:44:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Apr 2008 14:44:51 -0400 Subject: [Bug 441733] Perl-Error not built for EPEL In-Reply-To: Message-ID: <200804091844.m39IipCG009434@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 report. Summary: Perl-Error not built for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=441733 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jpo at di.uminho.pt |steve at kspei.com ------- Additional Comments From xavier at bachelot.org 2008-04-09 14:44 EST ------- The EPEL maintainer is currently jpo, I think this is wrong. Could you please fix that too Steve ? Re-assiging the bug to you, I hope I'm using the good email.0 -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 10 05:50:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Apr 2008 01:50:39 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804100550.m3A5odYV017220@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 nicolas.mailhot at laposte.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From nicolas.mailhot at laposte.net 2008-04-10 01:50 EST ------- seems to fix it there, 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, or are watching someone who is. From szabgab at gmail.com Thu Apr 10 08:57:44 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Thu, 10 Apr 2008 11:57:44 +0300 Subject: packging guidelines and tests... In-Reply-To: <7dd7ab490804080902u7d211be4qa4f2429b71390069@mail.gmail.com> References: <7dd7ab490804080902u7d211be4qa4f2429b71390069@mail.gmail.com> Message-ID: Hi Chris, On Tue, Apr 8, 2008 at 7:02 PM, Chris Weyl wrote: > Hey all -- > > I was rather happy to see that the draft perl guidelines I'd worked on > putting together had been taken up and, with some modifications, > adopted by the FPC (thanks spot!). However, looking over the meeting > minutes, I was caught off guard by a couple comments that had been > made w.r.t. the very weak suggestion of packaging tests. > > I'd brought this matter up quite a while ago now, with a rather strong > response by one person on bugs, and a fairly indifferent result on > this list.[1] I'd articulated why I thought it was a good idea, and > my own desire for _consistency_ in packaging them. I've tried to be > consistent with that position (e.g. "they can make good docs, and > others may find them useful even when I don't") since then, and really > haven't heard anything at all one way or the other about this since > then. > > The one response I've seen about this from someone from the Fedora > perl user community (not including those who serve on the FPC) was > "Some way to run the test suite would cure my last gripe with > replacing CPAN.pm with rpms."[2] e.g. I don't use them so much as > docs, but I'd really like to run the actual test suite on my boxen. > > Soo... I'm genuinely disinterested in starting Yet Another Fedora > Packaging Flamewar over this. :) However, if there is a strong and > widespread opposition to cleanly and consistently packaging tests in > %doc, I certainly don't want to be doing that. > > However.... I still find it valuable, and can certainly see the > value in being able to run the same tests the buildsys runs against > your installed system. (e.g. You're setting up a Catalyst app, and > something funky is going on. Wouldn't it be nice to be able to test > your actual installed base of modules?) What if: > > * tests are split into -test subpackages and discouraged from > wholesale inclusion in %doc (tho still not a blocker) > * installed under a consistent location (say... > %{_libexecdir}/perl_tests/%{cpandist}/ ?), and > * an optional/alternate perl spec template with subpackage -test > predefined was created to help with this? > > This might be the cleanest way to satisfy those who'd like to see the > tests distributable as doc, those who'd like to see the test suites > out of %doc, and those who'd like to run them as actual tests. This > also wouldn't change the status quo much -- we're not talking about > guideline changes or any such, and no one would be required to do > anything. However, I do think there's a lot of potential value to be > had here, and it's worth exploring :) > > -Chris > > [1] https://www.redhat.com/archives/fedora-perl-devel-list/2007-June/msg00032.html > [2] https://www.redhat.com/archives/fedora-perl-devel-list/2007-June/msg00034.html Having the tests around as yet another set of examples and/or documentation sounds good. Keeping them to run them again will be more difficult On the QA Hackathon in Oslo http://perl-qa.hexten.net/wiki/index.php/Oslo_QA_Hackathon_2008 people (again) raised the desire to run all the tests of a module again after installation. Maybe at some later point after we have installed other things that might interfere withe the module. As I understand you are suggesting the same the difference is only that you are suggesting it using rpm while on the hackathon we talked about CPAN.pm installations. There are at least two problems with this 1) In many times the tests assume the directory structure as they have it in the distribution tarballs. 2) In many cases they also use various extra files. In the rpm land it might be better to create separate source packages for each CPAN distribution so once can install those and run the tests from there. In any case I think it would be better to first discuss this on the perl-qa list http://lists.cpan.org/showlist.cgi?name=perl-qa and see what is the opinion there. regards Gabor From szabgab at gmail.com Thu Apr 10 09:13:20 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Thu, 10 Apr 2008 12:13:20 +0300 Subject: Report from the QA Hackathon Message-ID: Hi, as you might know from previous discussions there was a QA Hackathon in Oslo between 5-7 April. http://perl-qa.hexten.net/wiki/index.php/Oslo_QA_Hackathon_2008 There were a few Debian and FreeBSD packagers. Unfortunately no Fedora packager came. Anyway, we have worked on several issues. The one that is very relevant to you ppl is that we added a metric to CPANTS http://cpants.perl.org/ called easily_repackageable_by_fedora It is an aggregate metric that is currently based on the following metrics: no_generated_files fits_fedora_license That is, the easily_repackageable_by_fedora will be green only if both of those are ok. Descriptions can be found here: http://cpants.perl.org/kwalitee.html While this is a start we have many more things to do: 1) I'd like to get your help in defining which other metrics should be used for aggregating into the easily_repackageable_by_fedora metric. 2) We are currently working fetching the licenses directly from the .pm files as well. I hope to integrate that too. 3) We have discussed with the Debian and FreeBSD ppl but it might also interest you guys to include two metrics: has_no_bugs_in_fedora has_no_pacthes_in_fedora The first one would indicate if there is a bug in the fedora bug tracking system filed against the distribution. The second one would indicate that Fedora had to patch the module in order to distribute it. What do you think? So why would you care? I think this can largely help the communication between the module authors and the Fedora packagers. This can be a good way to communicate back to the module authors what are the main issues you are dealing with and how can they make your life easier. regards Gabor Szabo http://www.szabgab.com/ From bugzilla at redhat.com Thu Apr 10 15:26:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Apr 2008 11:26:06 -0400 Subject: [Bug 441854] New: perl-HTML-Encoding-0.57 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 report. https://bugzilla.redhat.com/show_bug.cgi?id=441854 Summary: perl-HTML-Encoding-0.57 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-HTML-Encoding AssignedTo: ville.skytta at iki.fi ReportedBy: fevapp at o2.pl QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-HTML-Encoding-0.57 is already available. Repo version is 0.56. 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, or are watching someone who is. From scop at fedoraproject.org Thu Apr 10 18:37:00 2008 From: scop at fedoraproject.org (Ville Skytta) Date: Thu, 10 Apr 2008 18:37:00 GMT Subject: rpms/perl-HTML-Encoding/devel .cvsignore, 1.5, 1.6 perl-HTML-Encoding.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200804101837.m3AIb0A9025877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-HTML-Encoding/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25806 Modified Files: .cvsignore perl-HTML-Encoding.spec sources Log Message: * Thu Apr 10 2008 Ville Skytt?? - 0.57-1 - 0.57. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Dec 2007 09:49:31 -0000 1.5 +++ .cvsignore 10 Apr 2008 18:36:12 -0000 1.6 @@ -1 +1 @@ -HTML-Encoding-0.56.tar.gz +HTML-Encoding-0.57.tar.gz Index: perl-HTML-Encoding.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/perl-HTML-Encoding.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-HTML-Encoding.spec 7 Mar 2008 02:03:43 -0000 1.8 +++ perl-HTML-Encoding.spec 10 Apr 2008 18:36:12 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-HTML-Encoding -Version: 0.56 -Release: 2%{?dist} +Version: 0.57 +Release: 1%{?dist} Summary: Determine the encoding of HTML/XML/XHTML documents Group: Development/Libraries @@ -56,8 +56,11 @@ %changelog +* Thu Apr 10 2008 Ville Skytt?? - 0.57-1 +- 0.57. + * Thu Mar 06 2008 Tom "spot" Callaway - 0.56-2 -Rebuild for new perl +- Rebuild for new perl * Thu Dec 6 2007 Ville Skytt?? - 0.56-1 - 0.56. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Encoding/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Dec 2007 09:49:31 -0000 1.5 +++ sources 10 Apr 2008 18:36:12 -0000 1.6 @@ -1 +1 @@ -e4e1dcb25fc23d1cea1a8c0516a93fae HTML-Encoding-0.56.tar.gz +4cd6465e1a676ec3ba1e9a30f7788183 HTML-Encoding-0.57.tar.gz From buildsys at fedoraproject.org Sun Apr 13 12:25:28 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 13 Apr 2008 12:25:28 -0000 Subject: Broken dependencies in EPEL - 2008-04-13 Message-ID: <20080413122528.11774.75620@releng1.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-i386 unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Mon Apr 14 00:25:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Apr 2008 20:25:33 -0400 Subject: [Bug 442293] Package Change Request In-Reply-To: Message-ID: <200804140025.m3E0PXps023725@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 report. Summary: Package Change Request https://bugzilla.redhat.com/show_bug.cgi?id=442293 jfearn at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 14 00:25:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Apr 2008 20:25:17 -0400 Subject: [Bug 442293] New: Package Change Request Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=442293 Summary: Package Change Request Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-IPC-SharedCache AssignedTo: tcallawa at redhat.com ReportedBy: jfearn at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Package Change Request ====================== Package Name: perl-IPC-SharedCache New Branches: EL-4 EL-5 This package is required by perl-HTML-Template, which is required by publican. Both of these packages have already been branched for EPEL and are blocked by this missing package. [perl-HTML-Template/EL-5]$ make mockbuild Downloading HTML-Template-2.9.tar.gz... ...snip... ERROR: Bad build req: No Package Found for perl(IPC::SharedCache). Exiting. make: *** [mockbuild] Error 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 14 02:39:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 13 Apr 2008 22:39:23 -0400 Subject: [Bug 442293] Package Change Request In-Reply-To: Message-ID: <200804140239.m3E2dNjN014728@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 report. Summary: Package Change Request https://bugzilla.redhat.com/show_bug.cgi?id=442293 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From tcallawa at redhat.com 2008-04-13 22:39 EST ------- Branched and built for EL-4 and EL-5. -- 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, or are watching someone who is. From pkgdb at fedoraproject.org Mon Apr 14 17:28:35 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 17:28:35 +0000 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804141739.m3EHdwrZ001431@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora devel was orphaned by Hans de Goede (jwrdegoede) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From pkgdb at fedoraproject.org Mon Apr 14 17:28:37 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 17:28:37 +0000 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804141740.m3EHdwrd001431@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora 7 was orphaned by Hans de Goede (jwrdegoede) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From pkgdb at fedoraproject.org Mon Apr 14 17:28:41 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 10:28:41 -0700 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804141740.m3EHdqQO001365@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora 8 was orphaned by Hans de Goede (jwrdegoede) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From pkgdb at fedoraproject.org Mon Apr 14 20:13:04 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 20:13:04 +0000 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804142024.m3EKOT7q010701@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora devel is now owned by Tom?? Mr?z (tmraz) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From pkgdb at fedoraproject.org Mon Apr 14 20:13:05 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 13:13:05 -0700 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804142024.m3EKOUm6010722@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora 7 is now owned by Tom?? Mr?z (tmraz) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From pkgdb at fedoraproject.org Mon Apr 14 20:13:11 2008 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 14 Apr 2008 13:13:11 -0700 Subject: [pkgdb] pcsc-perl ownership updated Message-ID: <200804142024.m3EKOUm9010722@bastion.fedora.phx.redhat.com> Package pcsc-perl in Fedora 8 is now owned by Tom?? Mr?z (tmraz) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pcsc-perl From bugzilla at redhat.com Mon Apr 14 20:32:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Apr 2008 16:32:10 -0400 Subject: [Bug 442447] New: perl-Mail-Box is out-of-date, please update Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=442447 Summary: perl-Mail-Box is out-of-date, please update Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Mail-Box AssignedTo: tcallawa at redhat.com ReportedBy: jik at kamens.brookline.ma.us QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Please update perl-Mail-Box to 2.081. -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 14 20:41:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Apr 2008 16:41:13 -0400 Subject: [Bug 442448] New: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=442448 Summary: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Mail-IMAPClient AssignedTo: tcallawa at redhat.com ReportedBy: jik at kamens.brookline.ma.us QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com An IMAP client Perl script that I have that uses Mail::Box::Manager stopped working when I upgrade to Mail::IMAPClient 3.05. It appears that this is because there's a bug in 3.05 -- it doesn't convert bare newlines to CRLF in messages uploaded from strings (it looks like it does the right thing in messages uploaded from files). Patch is attached. Serious enough bug that might be worthwhile to take patch before upstream maintainer gets to it. ------- Additional Comments From jik at kamens.brookline.ma.us 2008-04-14 16:41 EST ------- Created an attachment (id=302388) --> (https://bugzilla.redhat.com/attachment.cgi?id=302388&action=view) patch to do LF -> CRLF in uploaded messages -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 14 20:44:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Apr 2008 16:44:09 -0400 Subject: [Bug 442448] New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings In-Reply-To: Message-ID: <200804142044.m3EKi9Sl014243@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 report. Summary: New Mail::IMAPClient doesn't change \n to \r\n in messages uploaded from strings https://bugzilla.redhat.com/show_bug.cgi?id=442448 ------- Additional Comments From jik at kamens.brookline.ma.us 2008-04-14 16:44 EST ------- Submitted upstream as http://rt.cpan.org//Ticket/Display.html?id=35031 . -- 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, or are watching someone who is. From pghmcfc at fedoraproject.org Tue Apr 15 04:45:23 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 15 Apr 2008 04:45:23 GMT Subject: rpms/perl-MailTools/devel .cvsignore, 1.12, 1.13 perl-MailTools.spec, 1.27, 1.28 sources, 1.12, 1.13 Message-ID: <200804150445.m3F4jNe7003814@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-MailTools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3777 Modified Files: .cvsignore perl-MailTools.spec sources Log Message: Update to 2.03 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 3 Dec 2007 12:34:20 -0000 1.12 +++ .cvsignore 15 Apr 2008 04:44:45 -0000 1.13 @@ -1 +1 @@ -MailTools-2.02.tar.gz +MailTools-2.03.tar.gz Index: perl-MailTools.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/perl-MailTools.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- perl-MailTools.spec 28 Feb 2008 13:05:35 -0000 1.27 +++ perl-MailTools.spec 15 Apr 2008 04:44:45 -0000 1.28 @@ -1,7 +1,7 @@ Summary: Various mail-related perl modules Name: perl-MailTools -Version: 2.02 -Release: 3%{?dist} +Version: 2.03 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MailTools/ @@ -64,6 +64,9 @@ %{_mandir}/man3/Mail::*.3pm* %changelog +* Tue Apr 15 2008 Paul Howarth 2.03-1 +- Update to 2.03 + * Wed Feb 27 2008 Tom "spot" Callaway - 2.02-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 3 Dec 2007 12:34:20 -0000 1.12 +++ sources 15 Apr 2008 04:44:45 -0000 1.13 @@ -1 +1 @@ -824bdbe6c4084739ac2d005eebb09b0e MailTools-2.02.tar.gz +6027b40fe199c42857776466dad9a463 MailTools-2.03.tar.gz From bugzilla at redhat.com Tue Apr 15 14:45:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 10:45:27 -0400 Subject: [Bug 442549] New: perl-Spreadsheet-ParseExcel not available in EPEL Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=442549 Summary: perl-Spreadsheet-ParseExcel not available in EPEL Product: Fedora EPEL Version: el4 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Spreadsheet-ParseExcel AssignedTo: steve at silug.org ReportedBy: xavier at bachelot.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,mpeters at mac.com Description of problem: perl-Spreadsheet-ParseExcel has been branched for EPEL, but the packages have not been built yet. Could you please take a look ? Thanks and regards, Xavier -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 15 18:08:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 14:08:49 -0400 Subject: [Bug 442549] perl-Spreadsheet-ParseExcel not available in EPEL In-Reply-To: Message-ID: <200804151808.m3FI8nxI021259@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 report. Summary: perl-Spreadsheet-ParseExcel not available in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=442549 ------- Additional Comments From steve at silug.org 2008-04-15 14:08 EST ------- I'll take care of it when I have a chance, but if you'd like to go head and build it, feel free. The same goes for any of my 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 15 18:35:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 14:35:58 -0400 Subject: [Bug 442549] perl-Spreadsheet-ParseExcel not available in EPEL In-Reply-To: Message-ID: <200804151835.m3FIZwbv020746@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 report. Summary: perl-Spreadsheet-ParseExcel not available in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=442549 ------- Additional Comments From xavier at bachelot.org 2008-04-15 14:35 EST ------- Ok, thanks for the offer, I'll build it. I hope I will not hit too much missing BR:. Do you mind if I sync with the F-8 spec ? It bumps the version but also clean up a few packaging bugs. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 15 18:45:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 14:45:24 -0400 Subject: [Bug 441733] Perl-Error not built for EPEL In-Reply-To: Message-ID: <200804151845.m3FIjOeZ029777@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 report. Summary: Perl-Error not built for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=441733 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|steve at kspei.com |steve at silug.org ------- Additional Comments From xavier at bachelot.org 2008-04-15 14:45 EST ------- As per your offer in bz #442549, do you mind if I sync with F-8 here too before rebuilding ? I need at least to fix the License:. It seems I didn't choose the good email address, reassigning. Do you want me to take care of the EPEL owner fix ? Not sure who to ask, but I'll find out. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 15 18:54:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 14:54:10 -0400 Subject: [Bug 442549] perl-Spreadsheet-ParseExcel not available in EPEL In-Reply-To: Message-ID: <200804151854.m3FIsA47032067@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 report. Summary: perl-Spreadsheet-ParseExcel not available in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=442549 ------- Additional Comments From steve at silug.org 2008-04-15 14:54 EST ------- It would be great if you could sync against a newer branch. 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, or are watching someone who is. From xavierb at fedoraproject.org Tue Apr 15 19:48:22 2008 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Tue, 15 Apr 2008 19:48:22 GMT Subject: rpms/perl-Error/EL-5 perl-Error.spec,1.17,1.18 sources,1.13,1.14 Message-ID: <200804151948.m3FJmMkT001263@cvs-int.fedora.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-Error/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1210 Modified Files: perl-Error.spec sources Log Message: sync with F-8 branch Index: perl-Error.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Error/EL-5/perl-Error.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Error.spec 7 May 2007 04:25:27 -0000 1.17 +++ perl-Error.spec 15 Apr 2008 19:47:45 -0000 1.18 @@ -1,10 +1,10 @@ Name: perl-Error -Version: 0.17008 +Version: 0.17010 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Error/ Source0: http://www.cpan.org/modules/by-module/Error/Error-%{version}.tar.gz @@ -51,6 +51,10 @@ %changelog +* Tue Dec 04 2007 Ralf Cors??pius - 1:0.17010-1 +- Upstream update. +- Update license tag. + * Sat Oct 28 2006 Jose Pedro Oliveira - 1:0.17008-1 - Update to 0.17008. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Error/EL-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 7 May 2007 04:25:27 -0000 1.13 +++ sources 15 Apr 2008 19:47:45 -0000 1.14 @@ -1 +1 @@ -647134e1aeb5893a4d08d711c858308b Error-0.17008.tar.gz +12b870fc1f9e3b0f33e64f9e4474d0aa Error-0.17010.tar.gz From bugzilla at redhat.com Tue Apr 15 19:52:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 15:52:34 -0400 Subject: [Bug 441733] Perl-Error not built for EPEL In-Reply-To: Message-ID: <200804151952.m3FJqYhX014371@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 report. Summary: Perl-Error not built for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=441733 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From xavier at bachelot.org 2008-04-15 15:52 EST ------- perl-Error built successfully for EL-5. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 15 21:03:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Apr 2008 17:03:38 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200804152103.m3FL3c6D029664@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 report. Summary: Please build latest amavisd-new for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=249079 ------- Additional Comments From redhat-bugzilla at linuxnetz.de 2008-04-15 17:03 EST ------- Steven, ping? -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 16 20:46:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Apr 2008 16:46:25 -0400 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: Message-ID: <200804162046.m3GKkPTg027088@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 report. Summary: Review Request: perl-Encode-Detect - Detects the encoding of data Alias: perl-Encode-Detect https://bugzilla.redhat.com/show_bug.cgi?id=250804 ------- Additional Comments From ville.skytta at iki.fi 2008-04-16 16:46 EST ------- James: ping? Is there anything you need from me in order to get this into the repos? -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 03:50:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Apr 2008 23:50:20 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804170350.m3H3oKJA026585@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 ------- Additional Comments From updates at fedoraproject.org 2008-04-16 23:50 EST ------- perl-Catalyst-Runtime-5.7012-3.fc7 has been pushed to the Fedora 7 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 03:53:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Apr 2008 23:53:22 -0400 Subject: [Bug 439644] New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual In-Reply-To: Message-ID: <200804170353.m3H3rMUZ014519@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 report. Summary: New perl-Catalyst-Runtime conflicts with existing perl-Catalyst-Manual https://bugzilla.redhat.com/show_bug.cgi?id=439644 ------- Additional Comments From updates at fedoraproject.org 2008-04-16 23:53 EST ------- perl-Catalyst-Runtime-5.7012-3.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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 12:17:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Apr 2008 08:17:04 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804171217.m3HCH4qA026520@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 vcrhonek at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtimms at iinet.net.au ------- Additional Comments From vcrhonek at redhat.com 2008-04-17 08:17 EST ------- *** Bug 442884 has been marked as a duplicate of this bug. *** -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 13:43:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Apr 2008 09:43:21 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804171343.m3HDhLNV031027@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From dtimms at iinet.net.au 2008-04-17 09:43 EST ------- Running with: mrtg-2.15.1-8.fc9.i386 perl-5.10.0-20.fc9.i386 perl-IO-Socket-INET6-2.54-1.fc9.noarch perl-Net-DNS-0.63-3.fc9.i386 perl-SNMP_Session-1.08-4.fc9.noarch ! this is not yet resolved for mrtg as suggested above - The two machines have had these packages for a week and been rebooted numerous times. I can't reopen this bug - should I reopen 442884 or {437681} to track the mrtg problems ? -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 21:56:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Apr 2008 17:56:00 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804172156.m3HLu0EB031066@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From tcallawa at redhat.com 2008-04-17 17:55 EST ------- Please open a bug on mrtg, with the following: 1. A log of the exact error messages. 2. A reproducer (the simpler, the better) Thanks, ~spot -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 23:57:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Apr 2008 19:57:14 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804172357.m3HNvEmJ032264@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From aa_sb_0 at ebor.com 2008-04-17 19:57 EST ------- I'll re-open my bug (Bug# 438931) then to see if that helps get this solved faster. It is quite annoying. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 17 23:55:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Apr 2008 19:55:16 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804172355.m3HNtGeh032108@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From aa_sb_0 at ebor.com 2008-04-17 19:55 EST ------- mrtg-2.15.1-8.fc9.x86_64 perl-IO-Socket-INET6-2.54-1.fc9.noarch perl-SNMP_Session-1.08-4.fc9.noarch *Message*: Constant subroutine SNMP_Session::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 140 Prototype mismatch: sub SNMP_Session::AF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 140 Constant subroutine SNMP_Session::PF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 140 Prototype mismatch: sub SNMP_Session::PF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 140 Constant subroutine SNMPv1_Session::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 594 Prototype mismatch: sub SNMPv1_Session::AF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 594 Constant subroutine SNMPv1_Session::PF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 594 Prototype mismatch: sub SNMPv1_Session::PF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/../lib64/mrtg2/SNMP_Session.pm line 594 Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/mrtg line 101 Prototype mismatch: sub main::AF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/mrtg line 101 Constant subroutine main::PF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/mrtg line 101 Prototype mismatch: sub main::PF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/mrtg line 101 -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 18 10:28:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Apr 2008 06:28:44 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804181028.m3IASiCg009317@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 dtimms at iinet.net.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From dtimms at iinet.net.au 2008-04-18 06:28 EST ------- (In reply to comment #19) > Please open a bug on mrtg, with the following: > > 1. A log of the exact error messages. > 2. A reproducer (the simpler, the better) Actually, my previously dupes bug 438931 has an easy reproducer... -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 18 10:44:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Apr 2008 06:44:59 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804181044.m3IAixFm027763@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From dtimms at iinet.net.au 2008-04-18 06:44 EST ------- (In reply to comment #22) > Actually, my previously dupes bug 438931 has an easy reproducer... oops, tab error, bug 442884. -- 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, or are watching someone who is. From bugzilla at redhat.com Fri Apr 18 12:10:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Apr 2008 08:10:20 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804181210.m3ICAKxT029735@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From tcallawa at redhat.com 2008-04-18 08:10 EST ------- I'm pretty sure I have this fixed now, please look at 442884. -- 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, or are watching someone who is. From cweyl at alumni.drew.edu Sat Apr 19 22:14:27 2008 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sat, 19 Apr 2008 15:14:27 -0700 Subject: packging guidelines and tests... In-Reply-To: References: <7dd7ab490804080902u7d211be4qa4f2429b71390069@mail.gmail.com> Message-ID: <7dd7ab490804191514p19450e77t4afc4e0ff195bfe9@mail.gmail.com> On Thu, Apr 10, 2008 at 1:57 AM, Gabor Szabo wrote: > Having the tests around as yet another set of examples and/or > documentation sounds good. Ok, good to hear I'm not totally crazy :) > Keeping them to run them again will be more difficult > On the QA Hackathon in Oslo > http://perl-qa.hexten.net/wiki/index.php/Oslo_QA_Hackathon_2008 > people (again) raised the desire to run all the tests of a module > again after installation. > Maybe at some later point after we have installed other things that > might interfere withe the module. > As I understand you are suggesting the same the difference is only > that you are suggesting it using rpm > while on the hackathon we talked about CPAN.pm installations. > > There are at least two problems with this > 1) In many times the tests assume the directory structure as they have > it in the distribution tarballs. > 2) In many cases they also use various extra files. > > In the rpm land it might be better to create separate source packages > for each CPAN distribution so > once can install those and run the tests from there. Right now, my approach has been to mark t/ in the source dist as %doc. This preserves the directory structure of the tests, etc... (See, e.g., t/ for perl-Moose.) I haven't seen any issues where the tests try to poke at anything outside that dir but in the source dist yet. The issues I've seen are: a) tests try to write to or generate files in t/ b) tests may cause false positives in rpm's perl auto-provides generator Case a) is pretty uncommon. Most test suites are well behaved, and those that do generate bits along those lines I've found to be easily patchable to point elsewhere. b) is routine; just filter the false hit the way we always do.... It's definitely more prevalent among, say, Catalyst::* or Moose::*, where there are often specific test classes. They're easy to poke through in %doc, and with the package installed it's also easy to run the tests (e.g. cd /usr/share/doc/perl-MooseX-AttributeHelpers-* ; prove t/ ). One thing I am noticing, now that I'm actually giving a shot to running them from there is that the pod tests tend to fail... Hm. Makes sense. Aside from those issues, they do tend to package cleanly, and are (currently, at least) nicely out of the way in %doc. > In any case I think it would be better to first discuss this on the > perl-qa list > http://lists.cpan.org/showlist.cgi?name=perl-qa and see what is the > opinion there. Thanks for the pointer! I'll bring it up over there when I have a second :) -Chris -- Chris Weyl Ex astris, scientia From buildsys at fedoraproject.org Sun Apr 20 12:25:38 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 20 Apr 2008 12:25:38 -0000 Subject: Broken dependencies in EPEL - 2008-04-20 Message-ID: <20080420122538.4039.63950@releng1.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-i386 unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Mon Apr 21 00:39:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 20 Apr 2008 20:39:49 -0400 Subject: [Bug 437681] Constant subroutine IO::Socket::INET6::AF_INET6 redefined In-Reply-To: Message-ID: <200804210039.m3L0dnf4027872@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 report. Summary: Constant subroutine IO::Socket::INET6::AF_INET6 redefined https://bugzilla.redhat.com/show_bug.cgi?id=437681 ------- Additional Comments From aa_sb_0 at ebor.com 2008-04-20 20:39 EST ------- I can confirm it appears fixed in 2.16.1-1 (in that MRTG no longer emails me with complaints every 5 mins). Cheers. -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 21 09:15:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Apr 2008 05:15:03 -0400 Subject: [Bug 443379] New: EPEL branch for perl-HTML-Template Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=443379 Summary: EPEL branch for perl-HTML-Template Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-HTML-Template AssignedTo: tcallawa at redhat.com ReportedBy: lkundrak at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com I'd be very thankful if you could request and maintain EPEL5 branch for perl-HTML-Template. In case it is not possible I'll gladly do that. -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 21 15:58:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Apr 2008 11:58:37 -0400 Subject: [Bug 443379] EPEL branch for perl-HTML-Template In-Reply-To: Message-ID: <200804211558.m3LFwbsg030190@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 report. Summary: EPEL branch for perl-HTML-Template https://bugzilla.redhat.com/show_bug.cgi?id=443379 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin at tummy.com ------- Additional Comments From kevin at tummy.com 2008-04-21 11:58 EST ------- I need this for munin too... happy to co-maintain, etc... -- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 21 16:16:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Apr 2008 12:16:42 -0400 Subject: [Bug 443379] EPEL branch for perl-HTML-Template In-Reply-To: Message-ID: <200804211616.m3LGGgvi002357@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 report. Summary: EPEL branch for perl-HTML-Template https://bugzilla.redhat.com/show_bug.cgi?id=443379 ------- Additional Comments From kevin at tummy.com 2008-04-21 12:16 EST ------- Oh, I forgot that spot already branched this a while back. I couldn't build it however because it needed several other perl packages... those are now done. Dec 03 17:11:51 spot: nothing I know of. ;) Would you consider branching it and perl-HTML-Template for epel? I need those 2 for munin in epel... Dec 03 17:15:00 nirik: i'll do the branching now and let you go ahead and do builds as needed I will go ahead and build for epel4/5 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 21 18:06:10 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Apr 2008 14:06:10 -0400 Subject: [Bug 443379] EPEL branch for perl-HTML-Template In-Reply-To: Message-ID: <200804211806.m3LI6AxP025243@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 report. Summary: EPEL branch for perl-HTML-Template https://bugzilla.redhat.com/show_bug.cgi?id=443379 ------- Additional Comments From lkundrak at redhat.com 2008-04-21 14:06 EST ------- 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, or are watching someone who is. From bugzilla at redhat.com Mon Apr 21 20:56:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Apr 2008 16:56:50 -0400 Subject: [Bug 443497] New: Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=443497 Summary: Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Socket6 AssignedTo: redhat-bugzilla at linuxnetz.de ReportedBy: redhat-bugzilla at linuxnetz.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,jpo at di.uminho.pt,wtogami at redhat.com Description of problem: $ /etc/init.d/sip-redirect restart Stopping sip-redirect: [ OK ] Starting sip-redirect: Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/sip-redirect line 55 Prototype mismatch: sub main::AF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/sip-redirect line 55 Constant subroutine main::PF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/sip-redirect line 55 Prototype mismatch: sub main::PF_INET6 () vs none at /usr/lib/perl5/5.10.0/Exporter.pm line 66. at /usr/bin/sip-redirect line 55 [ OK ] $ Version-Release number of selected component (if applicable): perl-Socket6-0.19-7 How reproducible: Everytime since perl 5.10.0. Actual results: Messages like "Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm" Expected results: Silence as before... ;-) Additional info: Upgrade to Socket6 in version 0.20 solves the problem. I'll commit the update to CVS once it got reanimated after the F-9 branching. -- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 22 17:15:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Apr 2008 13:15:47 -0400 Subject: [Bug 443497] Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm In-Reply-To: Message-ID: <200804221715.m3MHFlTg004937@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 report. Summary: Constant subroutine main::AF_INET6 redefined at /usr/lib/perl5/5.10.0/Exporter.pm https://bugzilla.redhat.com/show_bug.cgi?id=443497 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From redhat-bugzilla at linuxnetz.de 2008-04-22 13:15 EST ------- Package: perl-Socket6-0.20-1.fc9 Tag: dist-f9 Status: complete Package: perl-Socket6-0.20-1.fc10 Tag: dist-f10 Status: complete Requested, that perl-Socket6-0.20-1.fc9 makes it directly into F9 final. -- 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, or are watching someone who is. From kevin at fedoraproject.org Tue Apr 22 17:19:05 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Apr 2008 17:19:05 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint - New directory Message-ID: <200804221719.m3MHJ5G8029518@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP29468/rpms/perl-Catalyst-Plugin-CGI-Untaint Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint added to the repository From kevin at fedoraproject.org Tue Apr 22 17:19:13 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Apr 2008 17:19:13 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint/devel - New directory Message-ID: <200804221719.m3MHJDRX029561@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP29468/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel added to the repository From kevin at fedoraproject.org Tue Apr 22 17:19:19 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Apr 2008 17:19:19 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200804221719.m3MHJJ0R029644@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP29468/rpms/perl-Catalyst-Plugin-CGI-Untaint Added Files: Makefile import.log Log Message: Setup of module perl-Catalyst-Plugin-CGI-Untaint --- NEW FILE Makefile --- # Top level Makefile for module perl-Catalyst-Plugin-CGI-Untaint all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From kevin at fedoraproject.org Tue Apr 22 17:19:24 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 22 Apr 2008 17:19:24 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200804221719.m3MHJOKp029687@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP29468/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Catalyst-Plugin-CGI-Untaint --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Catalyst-Plugin-CGI-Untaint # $Id: Makefile,v 1.1 2008/04/22 17:19:19 kevin Exp $ NAME := perl-Catalyst-Plugin-CGI-Untaint SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From bugzilla at redhat.com Tue Apr 22 18:56:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Apr 2008 14:56:22 -0400 Subject: [Bug 443379] EPEL branch for perl-HTML-Template In-Reply-To: Message-ID: <200804221856.m3MIuMAT004442@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 report. Summary: EPEL branch for perl-HTML-Template https://bugzilla.redhat.com/show_bug.cgi?id=443379 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |perl-HTML-Template-2.9- | |1.el5.2 Resolution| |CURRENTRELEASE ------- Additional Comments From kevin at tummy.com 2008-04-22 14:56 EST ------- Built for el4/el5. Should go out in the next push. -- 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, or are watching someone who is. From spot at fedoraproject.org Tue Apr 22 20:17:53 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 22 Apr 2008 20:17:53 GMT Subject: rpms/perl-SNMP_Session/F-8 perl-SNMP_Session.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200804222017.m3MKHrdS029129@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-SNMP_Session/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29028/F-8 Modified Files: perl-SNMP_Session.spec sources Log Message: Update to 1.12 (fixes license issue) Index: perl-SNMP_Session.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-8/perl-SNMP_Session.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-SNMP_Session.spec 17 Oct 2007 03:02:17 -0000 1.6 +++ perl-SNMP_Session.spec 22 Apr 2008 20:17:16 -0000 1.7 @@ -1,10 +1,10 @@ Name: perl-SNMP_Session -Version: 1.08 -Release: 3%{?dist}.1 +Version: 1.12 +Release: 1%{?dist} Summary: SNMP support for Perl 5 Group: Development/Libraries -License: Artistic +License: Artistic 2.0 URL: http://www.switch.ch/misc/leinen/snmp/perl/ Source0: http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,6 +54,12 @@ %changelog +* Tue Apr 22 2008 Tom "spot" Callaway - 1.12-1 +- update to 1.12 (license change to Artistic 2.0) + +* Thu Mar 06 2008 Tom "spot" Callaway - 1.08-4.1 +- Rebuild for new perl + * Tue Oct 16 2007 Tom "spot" Callaway - 1.08-3.1 - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Dec 2005 01:51:22 -0000 1.3 +++ sources 22 Apr 2008 20:17:16 -0000 1.4 @@ -1 +1 @@ -91ab58bd2c170145436f68578a2705ab SNMP_Session-1.08.tar.gz +5f6b365b4c3815b13d7a902d94e254af SNMP_Session-1.12.tar.gz From spot at fedoraproject.org Tue Apr 22 20:18:04 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 22 Apr 2008 20:18:04 GMT Subject: rpms/perl-SNMP_Session/F-9 perl-SNMP_Session.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200804222018.m3MKI4KI029147@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-SNMP_Session/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29028/F-9 Modified Files: perl-SNMP_Session.spec sources Log Message: Update to 1.12 (fixes license issue) Index: perl-SNMP_Session.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-9/perl-SNMP_Session.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-SNMP_Session.spec 7 Mar 2008 02:16:22 -0000 1.7 +++ perl-SNMP_Session.spec 22 Apr 2008 20:17:24 -0000 1.8 @@ -1,10 +1,10 @@ Name: perl-SNMP_Session -Version: 1.08 -Release: 4%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: SNMP support for Perl 5 Group: Development/Libraries -License: Artistic +License: Artistic 2.0 URL: http://www.switch.ch/misc/leinen/snmp/perl/ Source0: http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,8 +54,11 @@ %changelog +* Tue Apr 22 2008 Tom "spot" Callaway - 1.12-1 +- update to 1.12 (license change to Artistic 2.0) + * Thu Mar 06 2008 Tom "spot" Callaway - 1.08-4.1 -Rebuild for new perl +- Rebuild for new perl * Tue Oct 16 2007 Tom "spot" Callaway - 1.08-3.1 - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Dec 2005 01:51:22 -0000 1.3 +++ sources 22 Apr 2008 20:17:24 -0000 1.4 @@ -1 +1 @@ -91ab58bd2c170145436f68578a2705ab SNMP_Session-1.08.tar.gz +5f6b365b4c3815b13d7a902d94e254af SNMP_Session-1.12.tar.gz From spot at fedoraproject.org Tue Apr 22 20:18:16 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 22 Apr 2008 20:18:16 GMT Subject: rpms/perl-SNMP_Session/F-7 perl-SNMP_Session.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200804222018.m3MKIGor029158@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-SNMP_Session/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29028/F-7 Modified Files: perl-SNMP_Session.spec sources Log Message: Update to 1.12 (fixes license issue) Index: perl-SNMP_Session.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-7/perl-SNMP_Session.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-SNMP_Session.spec 7 Sep 2006 13:58:07 -0000 1.5 +++ perl-SNMP_Session.spec 22 Apr 2008 20:17:04 -0000 1.6 @@ -1,15 +1,16 @@ Name: perl-SNMP_Session -Version: 1.08 -Release: 3%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: SNMP support for Perl 5 Group: Development/Libraries -License: Artistic +License: Artistic 2.0 URL: http://www.switch.ch/misc/leinen/snmp/perl/ Source0: http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-%{version}.tar.gz 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)) %description @@ -53,6 +54,15 @@ %changelog +* Tue Apr 22 2008 Tom "spot" Callaway - 1.12-1 +- update to 1.12 (license change to Artistic 2.0) + +* Thu Mar 06 2008 Tom "spot" Callaway - 1.08-4.1 +- Rebuild for new perl + +* Tue Oct 16 2007 Tom "spot" Callaway - 1.08-3.1 +- add BR: perl(ExtUtils::MakeMaker) + * Thu Sep 7 2006 Jose Pedro Oliveira - 1.08-3 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/F-7/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Dec 2005 01:51:22 -0000 1.3 +++ sources 22 Apr 2008 20:17:04 -0000 1.4 @@ -1 +1 @@ -91ab58bd2c170145436f68578a2705ab SNMP_Session-1.08.tar.gz +5f6b365b4c3815b13d7a902d94e254af SNMP_Session-1.12.tar.gz From spot at fedoraproject.org Tue Apr 22 20:18:18 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 22 Apr 2008 20:18:18 GMT Subject: rpms/perl-SNMP_Session/devel .cvsignore, 1.3, 1.4 perl-SNMP_Session.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200804222018.m3MKIInH029163@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-SNMP_Session/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29028/devel Modified Files: .cvsignore perl-SNMP_Session.spec sources Log Message: Update to 1.12 (fixes license issue) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Dec 2005 01:51:22 -0000 1.3 +++ .cvsignore 22 Apr 2008 20:17:35 -0000 1.4 @@ -1 +1 @@ -SNMP_Session-1.08.tar.gz +SNMP_Session-1.12.tar.gz Index: perl-SNMP_Session.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/devel/perl-SNMP_Session.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-SNMP_Session.spec 7 Mar 2008 02:16:22 -0000 1.7 +++ perl-SNMP_Session.spec 22 Apr 2008 20:17:35 -0000 1.8 @@ -1,10 +1,10 @@ Name: perl-SNMP_Session -Version: 1.08 -Release: 4%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: SNMP support for Perl 5 Group: Development/Libraries -License: Artistic +License: Artistic 2.0 URL: http://www.switch.ch/misc/leinen/snmp/perl/ Source0: http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,8 +54,11 @@ %changelog +* Tue Apr 22 2008 Tom "spot" Callaway - 1.12-1 +- update to 1.12 (license change to Artistic 2.0) + * Thu Mar 06 2008 Tom "spot" Callaway - 1.08-4.1 -Rebuild for new perl +- Rebuild for new perl * Tue Oct 16 2007 Tom "spot" Callaway - 1.08-3.1 - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-SNMP_Session/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Dec 2005 01:51:22 -0000 1.3 +++ sources 22 Apr 2008 20:17:35 -0000 1.4 @@ -1 +1 @@ -91ab58bd2c170145436f68578a2705ab SNMP_Session-1.08.tar.gz +5f6b365b4c3815b13d7a902d94e254af SNMP_Session-1.12.tar.gz From bugzilla at redhat.com Wed Apr 23 03:14:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Apr 2008 23:14:17 -0400 Subject: [Bug 443737] New: Build fails due to escaping differences Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=443737 Summary: Build fails due to escaping differences Product: Fedora EPEL Version: el4 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: medium Component: perl-HTML-Tree AssignedTo: tcallawa at redhat.com ReportedBy: jfearn at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: This perl module fails to build in EPEL 4 due to the different entities used to escape strings. Version-Release number of selected component (if applicable): perl-HTML-Tree-3.23-2.el4 How reproducible: Always Steps to Reproduce: 1. make test Actual results: # Failed test (t/body.t at line 66) # got: 'Gebühr vor Ort von € 30,- pro Woche # ' # expected: 'Gebühr vor Ort von € 30,- pro Woche # ' # Failed test (t/body.t at line 73) # got: 'This ∼ is a twiddle # ' # expected: 'This ∼ is a twiddle # ' Expected results: successful build Additional info: Possibly due to HTML::Entities::encode_entities from perl-HTML-Parser? -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 23 03:20:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Apr 2008 23:20:25 -0400 Subject: [Bug 443737] Build fails due to escaping differences In-Reply-To: Message-ID: <200804230320.m3N3KPEL030898@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 report. Summary: Build fails due to escaping differences https://bugzilla.redhat.com/show_bug.cgi?id=443737 ------- Additional Comments From tcallawa at redhat.com 2008-04-22 23:20 EST ------- It could also be due to the fact that the perl in RHEL-4 is ancient. :/ -- 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, or are watching someone who is. From cweyl at fedoraproject.org Wed Apr 23 04:48:34 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Apr 2008 04:48:34 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint/devel perl-Catalyst-Plugin-CGI-Untaint.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200804230448.m3N4mY8i010544@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10497/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-CGI-Untaint.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-CGI-Untaint.spec --- Name: perl-Catalyst-Plugin-CGI-Untaint Version: 0.05 Release: 2%{?dist} Summary: CGI::Untaint Plugin for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-CGI-Untaint/ Source0: http://www.cpan.org/authors/id/T/TJ/TJC/Catalyst-Plugin-CGI-Untaint-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.5 BuildRequires: perl(CGI::Untaint) >= 1.2 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %description This module wraps CGI::Untaint up into a Catalyst plugin. %prep %setup -q -n Catalyst-Plugin-CGI-Untaint-%{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/* %changelog * Wed Apr 09 2008 Chris Weyl 0.05-2 - Additional br... * Wed Apr 09 2008 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Apr 2008 17:19:19 -0000 1.1 +++ .cvsignore 23 Apr 2008 04:47:59 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-CGI-Untaint-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Apr 2008 17:19:19 -0000 1.1 +++ sources 23 Apr 2008 04:47:59 -0000 1.2 @@ -0,0 +1 @@ +1c5a13c575a7d8a4843f015dfc8cab06 Catalyst-Plugin-CGI-Untaint-0.05.tar.gz From cweyl at fedoraproject.org Wed Apr 23 04:51:30 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 23 Apr 2008 04:51:30 GMT Subject: rpms/perl-Catalyst-Plugin-CGI-Untaint/devel perl-Catalyst-Plugin-CGI-Untaint.spec, 1.1, 1.2 Message-ID: <200804230451.m3N4pU84010676@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10647 Modified Files: perl-Catalyst-Plugin-CGI-Untaint.spec Log Message: release bump Index: perl-Catalyst-Plugin-CGI-Untaint.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-CGI-Untaint/devel/perl-Catalyst-Plugin-CGI-Untaint.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Catalyst-Plugin-CGI-Untaint.spec 23 Apr 2008 04:47:59 -0000 1.1 +++ perl-Catalyst-Plugin-CGI-Untaint.spec 23 Apr 2008 04:50:54 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-CGI-Untaint Version: 0.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CGI::Untaint Plugin for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -48,6 +48,9 @@ %{_mandir}/man3/* %changelog +* Tue Apr 22 2008 Chris Weyl 0.05-3 +- bump + * Wed Apr 09 2008 Chris Weyl 0.05-2 - Additional br... From corsepiu at fedoraproject.org Wed Apr 23 09:21:43 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 09:21:43 GMT Subject: rpms/perl-Text-Template/devel .cvsignore, 1.2, 1.3 perl-Text-Template.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200804230921.m3N9Lh4o032533@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Text-Template/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32485 Modified Files: .cvsignore perl-Text-Template.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 - Upstream update. - Abandon perl-Text-Template-perl510-fixtest09.patch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2005 16:18:53 -0000 1.2 +++ .cvsignore 23 Apr 2008 09:21:05 -0000 1.3 @@ -1 +1 @@ -Text-Template-1.44.tar.gz +Text-Template-1.45.tar.gz Index: perl-Text-Template.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/devel/perl-Text-Template.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Text-Template.spec 7 Feb 2008 12:06:48 -0000 1.7 +++ perl-Text-Template.spec 23 Apr 2008 09:21:05 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Text-Template -Version: 1.44 -Release: 6%{?dist} +Version: 1.45 +Release: 1%{?dist} Summary: Expand template text with embedded Perl Group: Development/Libraries @@ -8,7 +8,6 @@ URL: http://search.cpan.org/dist/Text-Template/ Source0: http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: perl-Text-Template-perl510-fixtest09.patch BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -24,7 +23,6 @@ %prep %setup -q -n Text-Template-%{version} -%patch0 -p1 %build @@ -56,6 +54,10 @@ %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 +- Upstream update. +- Abandon perl-Text-Template-perl510-fixtest09.patch. + * Thu Feb 7 2008 Tom "spot" Callaway - 1.44-6 - fix test 09 for perl5.10 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2005 16:18:53 -0000 1.2 +++ sources 23 Apr 2008 09:21:05 -0000 1.3 @@ -1 +1 @@ -81a43d284d9c3cdb2b28e104c1c18609 Text-Template-1.44.tar.gz +cd22441c1ab0870c012225c9a585e262 Text-Template-1.45.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 09:23:40 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 09:23:40 GMT Subject: rpms/perl-Text-Template/devel perl-Text-Template-perl510-fixtest09.patch, 1.1, NONE Message-ID: <200804230923.m3N9NexF000365@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Text-Template/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv350 Removed Files: perl-Text-Template-perl510-fixtest09.patch Log Message: Remove (included in upstream). --- perl-Text-Template-perl510-fixtest09.patch DELETED --- From robert at fedoraproject.org Tue Apr 22 16:56:59 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Tue, 22 Apr 2008 16:56:59 GMT Subject: rpms/perl-Socket6/F-9 .cvsignore, 1.2, 1.3 perl-Socket6.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200804221656.m3MGux03020787@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Socket6/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20693/F-9 Modified Files: .cvsignore perl-Socket6.spec sources Log Message: Upgrade to 0.20 (#443497) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jul 2006 01:10:08 -0000 1.2 +++ .cvsignore 22 Apr 2008 16:56:16 -0000 1.3 @@ -1 +1 @@ -Socket6-0.19.tar.gz +Socket6-0.20.tar.gz Index: perl-Socket6.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/F-9/perl-Socket6.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Socket6.spec 2 Mar 2008 15:55:48 -0000 1.7 +++ perl-Socket6.spec 22 Apr 2008 16:56:16 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Socket6 -Version: 0.19 -Release: 7%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: IPv6 related part of the C socket.h defines and structure manipulators Group: Development/Libraries @@ -53,6 +53,9 @@ %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) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jul 2006 01:10:08 -0000 1.2 +++ sources 22 Apr 2008 16:56:16 -0000 1.3 @@ -1 +1 @@ -35e4bb7e09ca3154a44bcaa8959780a2 Socket6-0.19.tar.gz +c66d1b99cabe964573ece3c3b684c23c Socket6-0.20.tar.gz From robert at fedoraproject.org Tue Apr 22 16:57:08 2008 From: robert at fedoraproject.org (Robert Scheck) Date: Tue, 22 Apr 2008 16:57:08 GMT Subject: rpms/perl-Socket6/devel .cvsignore, 1.2, 1.3 perl-Socket6.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <200804221657.m3MGv8a2020810@cvs-int.fedora.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Socket6/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20693/devel Modified Files: .cvsignore perl-Socket6.spec sources Log Message: Upgrade to 0.20 (#443497) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Jul 2006 01:10:08 -0000 1.2 +++ .cvsignore 22 Apr 2008 16:56:29 -0000 1.3 @@ -1 +1 @@ -Socket6-0.19.tar.gz +Socket6-0.20.tar.gz Index: perl-Socket6.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/devel/perl-Socket6.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Socket6.spec 2 Mar 2008 15:55:48 -0000 1.7 +++ perl-Socket6.spec 22 Apr 2008 16:56:29 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Socket6 -Version: 0.19 -Release: 7%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: IPv6 related part of the C socket.h defines and structure manipulators Group: Development/Libraries @@ -53,6 +53,9 @@ %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) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Socket6/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Jul 2006 01:10:08 -0000 1.2 +++ sources 22 Apr 2008 16:56:29 -0000 1.3 @@ -1 +1 @@ -35e4bb7e09ca3154a44bcaa8959780a2 Socket6-0.19.tar.gz +c66d1b99cabe964573ece3c3b684c23c Socket6-0.20.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 11:08:39 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 11:08:39 GMT Subject: rpms/perl-Text-Template/F-9 .cvsignore, 1.2, 1.3 perl-Text-Template.spec, 1.7, 1.8 sources, 1.2, 1.3 perl-Text-Template-perl510-fixtest09.patch, 1.1, NONE Message-ID: <200804231108.m3NB8dCA017969@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Text-Template/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17898 Modified Files: .cvsignore perl-Text-Template.spec sources Removed Files: perl-Text-Template-perl510-fixtest09.patch Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 - Upstream update. - Abandon perl-Text-Template-perl510-fixtest09.patch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2005 16:18:53 -0000 1.2 +++ .cvsignore 23 Apr 2008 11:07:57 -0000 1.3 @@ -1 +1 @@ -Text-Template-1.44.tar.gz +Text-Template-1.45.tar.gz Index: perl-Text-Template.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-9/perl-Text-Template.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Text-Template.spec 7 Feb 2008 12:06:48 -0000 1.7 +++ perl-Text-Template.spec 23 Apr 2008 11:07:57 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Text-Template -Version: 1.44 -Release: 6%{?dist} +Version: 1.45 +Release: 1%{?dist} Summary: Expand template text with embedded Perl Group: Development/Libraries @@ -8,7 +8,6 @@ URL: http://search.cpan.org/dist/Text-Template/ Source0: http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: perl-Text-Template-perl510-fixtest09.patch BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -24,7 +23,6 @@ %prep %setup -q -n Text-Template-%{version} -%patch0 -p1 %build @@ -56,6 +54,10 @@ %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 +- Upstream update. +- Abandon perl-Text-Template-perl510-fixtest09.patch. + * Thu Feb 7 2008 Tom "spot" Callaway - 1.44-6 - fix test 09 for perl5.10 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2005 16:18:53 -0000 1.2 +++ sources 23 Apr 2008 11:07:57 -0000 1.3 @@ -1 +1 @@ -81a43d284d9c3cdb2b28e104c1c18609 Text-Template-1.44.tar.gz +cd22441c1ab0870c012225c9a585e262 Text-Template-1.45.tar.gz --- perl-Text-Template-perl510-fixtest09.patch DELETED --- From corsepiu at fedoraproject.org Wed Apr 23 11:11:53 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 11:11:53 GMT Subject: rpms/perl-Text-Template/F-8 .cvsignore, 1.2, 1.3 perl-Text-Template.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200804231111.m3NBBrcT018851@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Text-Template/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18577 Modified Files: .cvsignore perl-Text-Template.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2005 16:18:53 -0000 1.2 +++ .cvsignore 23 Apr 2008 11:11:02 -0000 1.3 @@ -1 +1 @@ -Text-Template-1.44.tar.gz +Text-Template-1.45.tar.gz Index: perl-Text-Template.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-8/perl-Text-Template.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Text-Template.spec 17 Oct 2007 04:03:42 -0000 1.5 +++ perl-Text-Template.spec 23 Apr 2008 11:11:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Text-Template -Version: 1.44 -Release: 4%{?dist}.1 +Version: 1.45 +Release: 1%{?dist} Summary: Expand template text with embedded Perl Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 +- Upstream update. + * Wed Oct 17 2007 Tom "spot" Callaway - 1.44-4.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2005 16:18:53 -0000 1.2 +++ sources 23 Apr 2008 11:11:02 -0000 1.3 @@ -1 +1 @@ -81a43d284d9c3cdb2b28e104c1c18609 Text-Template-1.44.tar.gz +cd22441c1ab0870c012225c9a585e262 Text-Template-1.45.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 11:29:06 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 11:29:06 GMT Subject: rpms/perl-Text-Template/F-7 .cvsignore, 1.2, 1.3 perl-Text-Template.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200804231129.m3NBT6c2020405@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Text-Template/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20368 Modified Files: .cvsignore perl-Text-Template.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-7/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2005 16:18:53 -0000 1.2 +++ .cvsignore 23 Apr 2008 11:28:24 -0000 1.3 @@ -1 +1 @@ -Text-Template-1.44.tar.gz +Text-Template-1.45.tar.gz Index: perl-Text-Template.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-7/perl-Text-Template.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Text-Template.spec 17 Oct 2007 04:03:36 -0000 1.5 +++ perl-Text-Template.spec 23 Apr 2008 11:28:24 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Text-Template -Version: 1.44 -Release: 4%{?dist} +Version: 1.45 +Release: 1%{?dist} Summary: Expand template text with embedded Perl Group: Development/Libraries @@ -10,6 +10,7 @@ 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)) %description @@ -53,6 +54,9 @@ %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 1.45-1 +- Upstream update. + * Thu Sep 7 2006 Jose Pedro Oliveira - 1.44-4 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Template/F-7/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2005 16:18:53 -0000 1.2 +++ sources 23 Apr 2008 11:28:24 -0000 1.3 @@ -1 +1 @@ -81a43d284d9c3cdb2b28e104c1c18609 Text-Template-1.44.tar.gz +cd22441c1ab0870c012225c9a585e262 Text-Template-1.45.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 12:05:01 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 12:05:01 GMT Subject: rpms/perl-File-Copy-Recursive/devel .cvsignore, 1.5, 1.6 perl-File-Copy-Recursive.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200804231205.m3NC51n2027947@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27905 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Aug 2007 08:27:35 -0000 1.5 +++ .cvsignore 23 Apr 2008 12:04:24 -0000 1.6 @@ -1 +1 @@ -File-Copy-Recursive-0.35.tar.gz +File-Copy-Recursive-0.36.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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-File-Copy-Recursive.spec 2 Feb 2008 19:27:23 -0000 1.10 +++ perl-File-Copy-Recursive.spec 23 Apr 2008 12:04:24 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-File-Copy-Recursive -Version: 0.35 -Release: 2%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Sat Feb 2 2008 Tom "spot" Callaway - 0.35-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Aug 2007 08:27:35 -0000 1.5 +++ sources 23 Apr 2008 12:04:24 -0000 1.6 @@ -1 +1 @@ -795368083eb7b50f4b5ee33b2d2b9a5e File-Copy-Recursive-0.35.tar.gz +cbf4c2b8354a0ccb39d44c04dd849b61 File-Copy-Recursive-0.36.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 12:07:55 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 12:07:55 GMT Subject: rpms/perl-File-Copy-Recursive/F-9 .cvsignore, 1.5, 1.6 perl-File-Copy-Recursive.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200804231207.m3NC7tnw028108@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Aug 2007 08:27:35 -0000 1.5 +++ .cvsignore 23 Apr 2008 12:07:19 -0000 1.6 @@ -1 +1 @@ -File-Copy-Recursive-0.35.tar.gz +File-Copy-Recursive-0.36.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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-File-Copy-Recursive.spec 2 Feb 2008 19:27:23 -0000 1.10 +++ perl-File-Copy-Recursive.spec 23 Apr 2008 12:07:19 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-File-Copy-Recursive -Version: 0.35 -Release: 2%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Sat Feb 2 2008 Tom "spot" Callaway - 0.35-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Aug 2007 08:27:35 -0000 1.5 +++ sources 23 Apr 2008 12:07:19 -0000 1.6 @@ -1 +1 @@ -795368083eb7b50f4b5ee33b2d2b9a5e File-Copy-Recursive-0.35.tar.gz +cbf4c2b8354a0ccb39d44c04dd849b61 File-Copy-Recursive-0.36.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 12:57:54 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 12:57:54 GMT Subject: rpms/perl-File-Copy-Recursive/F-8 .cvsignore, 1.5, 1.6 perl-File-Copy-Recursive.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200804231257.m3NCvsSP030249@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30189 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-8/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Aug 2007 08:27:35 -0000 1.5 +++ .cvsignore 23 Apr 2008 12:57:17 -0000 1.6 @@ -1 +1 @@ -File-Copy-Recursive-0.35.tar.gz +File-Copy-Recursive-0.36.tar.gz Index: perl-File-Copy-Recursive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-8/perl-File-Copy-Recursive.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-File-Copy-Recursive.spec 29 Aug 2007 08:27:35 -0000 1.9 +++ perl-File-Copy-Recursive.spec 23 Apr 2008 12:57:17 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-File-Copy-Recursive -Version: 0.35 +Version: 0.36 Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Wed Aug 29 2007 Ralf Cors??pius - 0.35-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-8/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Aug 2007 08:27:35 -0000 1.5 +++ sources 23 Apr 2008 12:57:17 -0000 1.6 @@ -1 +1 @@ -795368083eb7b50f4b5ee33b2d2b9a5e File-Copy-Recursive-0.35.tar.gz +cbf4c2b8354a0ccb39d44c04dd849b61 File-Copy-Recursive-0.36.tar.gz From corsepiu at fedoraproject.org Wed Apr 23 14:41:03 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 23 Apr 2008 14:41:03 GMT Subject: rpms/perl-File-Copy-Recursive/F-7 .cvsignore, 1.5, 1.6 perl-File-Copy-Recursive.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200804231441.m3NEf3EL016301@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16240 Modified Files: .cvsignore perl-File-Copy-Recursive.spec sources Log Message: * Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-7/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Aug 2007 08:32:22 -0000 1.5 +++ .cvsignore 23 Apr 2008 14:40:26 -0000 1.6 @@ -1 +1 @@ -File-Copy-Recursive-0.35.tar.gz +File-Copy-Recursive-0.36.tar.gz Index: perl-File-Copy-Recursive.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-7/perl-File-Copy-Recursive.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-File-Copy-Recursive.spec 29 Aug 2007 08:32:22 -0000 1.9 +++ perl-File-Copy-Recursive.spec 23 Apr 2008 14:40:26 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-File-Copy-Recursive -Version: 0.35 +Version: 0.36 Release: 1%{?dist} Summary: Extension for recursively copying files and directories License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Apr 23 2008 Ralf Cors??pius - 0.36-1 +- Upstream update. + * Wed Aug 29 2007 Ralf Cors??pius - 0.35-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Copy-Recursive/F-7/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Aug 2007 08:32:22 -0000 1.5 +++ sources 23 Apr 2008 14:40:26 -0000 1.6 @@ -1 +1 @@ -795368083eb7b50f4b5ee33b2d2b9a5e File-Copy-Recursive-0.35.tar.gz +cbf4c2b8354a0ccb39d44c04dd849b61 File-Copy-Recursive-0.36.tar.gz From bugzilla at redhat.com Wed Apr 23 23:52:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Apr 2008 19:52:19 -0400 Subject: [Bug 443737] Build fails due to escaping differences In-Reply-To: Message-ID: <200804232352.m3NNqJqE018692@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 report. Summary: Build fails due to escaping differences https://bugzilla.redhat.com/show_bug.cgi?id=443737 jfearn at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From jfearn at redhat.com 2008-04-23 19:52 EST ------- Hi, I got perl-HTML-Parser branched and built in EP-4 and it all builds fine now. http://buildsys.fedoraproject.org/logs/fedora-4-epel/38826-perl-HTML-Tree-3.23-2.el4/ Cheers, Jeff. -- 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, or are watching someone who is. From bugzilla at redhat.com Thu Apr 24 14:47:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Apr 2008 10:47:20 -0400 Subject: [Bug 432950] perl-Test-Harness package is missing several key elements In-Reply-To: Message-ID: <200804241447.m3OElKWm028075@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 report. Summary: perl-Test-Harness package is missing several key elements https://bugzilla.redhat.com/show_bug.cgi?id=432950 ------- Additional Comments From mmaslano at redhat.com 2008-04-24 10:47 EST ------- The upgrade of this package will be really complicated because Test::Harness is providing different package - TAP::Harness. I'm not sure if it's wise to update it at all. All tests are written for old version of Test::Harness. I'd rather close it wontfix. Thoughts? -- 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, or are watching someone who is. From steve at fedoraproject.org Thu Apr 24 22:50:22 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 24 Apr 2008 22:50:22 GMT Subject: rpms/perl-Affix-Infix2Postfix/F-8 perl-Affix-Infix2Postfix.spec, 1.1, 1.2 Message-ID: <200804242250.m3OMoM9u027589@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Affix-Infix2Postfix/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27565 Modified Files: perl-Affix-Infix2Postfix.spec Log Message: Sync with devel. Index: perl-Affix-Infix2Postfix.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Affix-Infix2Postfix/F-8/perl-Affix-Infix2Postfix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Affix-Infix2Postfix.spec 18 May 2007 22:52:34 -0000 1.1 +++ perl-Affix-Infix2Postfix.spec 24 Apr 2008 22:49:41 -0000 1.2 @@ -1,8 +1,8 @@ Name: perl-Affix-Infix2Postfix Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for converting from infix notation to postfix notation -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Affix-Infix2Postfix/ Source0: http://www.cpan.org/authors/id/A/AD/ADDI/Affix-Infix2Postfix-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Wed Mar 05 2008 Tom "spot" Callaway 0.03-2 +- rebuild for new perl + * Mon Apr 02 2007 Steven Pritchard 0.03-1 - Specfile autogenerated by cpanspec 1.70. - Fix License. From steve at fedoraproject.org Thu Apr 24 22:54:46 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 24 Apr 2008 22:54:46 GMT Subject: rpms/perl-Affix-Infix2Postfix/F-7 perl-Affix-Infix2Postfix.spec, 1.1, 1.2 Message-ID: <200804242254.m3OMskmf027718@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Affix-Infix2Postfix/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27698 Modified Files: perl-Affix-Infix2Postfix.spec Log Message: Sync with devel. Index: perl-Affix-Infix2Postfix.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Affix-Infix2Postfix/F-7/perl-Affix-Infix2Postfix.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Affix-Infix2Postfix.spec 18 May 2007 22:52:34 -0000 1.1 +++ perl-Affix-Infix2Postfix.spec 24 Apr 2008 22:54:09 -0000 1.2 @@ -1,8 +1,8 @@ Name: perl-Affix-Infix2Postfix Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for converting from infix notation to postfix notation -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Affix-Infix2Postfix/ Source0: http://www.cpan.org/authors/id/A/AD/ADDI/Affix-Infix2Postfix-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Wed Mar 05 2008 Tom "spot" Callaway 0.03-2 +- rebuild for new perl + * Mon Apr 02 2007 Steven Pritchard 0.03-1 - Specfile autogenerated by cpanspec 1.70. - Fix License. From corsepiu at fedoraproject.org Fri Apr 25 12:07:33 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 25 Apr 2008 12:07:33 GMT Subject: rpms/perl-DBIx-SearchBuilder/devel .cvsignore, 1.11, 1.12 perl-DBIx-SearchBuilder.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <200804251207.m3PC7Xax015178@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15153 Modified Files: .cvsignore perl-DBIx-SearchBuilder.spec sources Log Message: * Fri Apr 25 2008 Ralf Cors??pius - 1.53-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 21 Jan 2008 15:17:01 -0000 1.11 +++ .cvsignore 25 Apr 2008 12:06:51 -0000 1.12 @@ -1 +1 @@ -DBIx-SearchBuilder-1.51.tar.gz +DBIx-SearchBuilder-1.53.tar.gz Index: perl-DBIx-SearchBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel/perl-DBIx-SearchBuilder.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-DBIx-SearchBuilder.spec 4 Mar 2008 21:05:59 -0000 1.16 +++ perl-DBIx-SearchBuilder.spec 25 Apr 2008 12:06:51 -0000 1.17 @@ -6,8 +6,8 @@ # Name: perl-DBIx-SearchBuilder -Version: 1.51 -Release: 2%{?dist} +Version: 1.53 +Release: 1%{?dist} Summary: Encapsulate SQL queries and rows in simple perl objects License: GPL+ or Artistic Group: Development/Libraries @@ -91,6 +91,9 @@ %endif %changelog +* Fri Apr 25 2008 Ralf Cors??pius - 1.53-1 +- Upstream update. + * Tue Mar 04 2008 Tom "spot" Callaway - 1.51-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 21 Jan 2008 15:17:01 -0000 1.11 +++ sources 25 Apr 2008 12:06:51 -0000 1.12 @@ -1 +1 @@ -e50f6e0aa2a241a4006d7ad17f545787 DBIx-SearchBuilder-1.51.tar.gz +7438ba3a7c4729dcca14c4ea3872ac23 DBIx-SearchBuilder-1.53.tar.gz From spot at fedoraproject.org Fri Apr 25 20:06:54 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 25 Apr 2008 20:06:54 GMT Subject: rpms/perl-Image-ExifTool/F-9 perl-Image-ExifTool.spec, 1.15, 1.16 sources, 1.14, 1.15 Message-ID: <200804252006.m3PK6s1W025349@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25275/F-9 Modified Files: perl-Image-ExifTool.spec sources Log Message: update to 7.25 Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-9/perl-Image-ExifTool.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Image-ExifTool.spec 6 Feb 2008 02:02:04 -0000 1.15 +++ perl-Image-ExifTool.spec 25 Apr 2008 20:06:12 -0000 1.16 @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.15 +Version: 7.25 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -14,12 +14,13 @@ %description ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio, and video files. -It reads EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, -FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, -JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and -DNG images. ExifTool also extracts information from the maker notes of many -digital cameras by various manufacturers including Canon, Casio, FujiFilm, -HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile, +Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, +TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, +CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool +also extracts information from the maker notes of many digital cameras +by various manufacturers including Canon, Casio, FujiFilm, HP, +JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. %prep @@ -50,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Apr 25 2008 Tom "spot" Callaway 7.25-1 +- update to 7.25 + * Tue Feb 5 2008 Tom "spot" Callaway 7.15-1 - 7.15 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-9/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 6 Feb 2008 02:02:13 -0000 1.14 +++ sources 25 Apr 2008 20:06:12 -0000 1.15 @@ -1 +1 @@ -39780a12a407332310268e87c6bde5af Image-ExifTool-7.15.tar.gz +b57107d034ce38009ccb7f796eea6cd9 Image-ExifTool-7.25.tar.gz From spot at fedoraproject.org Fri Apr 25 20:07:01 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 25 Apr 2008 20:07:01 GMT Subject: rpms/perl-Image-ExifTool/devel .cvsignore, 1.14, 1.15 perl-Image-ExifTool.spec, 1.15, 1.16 sources, 1.14, 1.15 Message-ID: <200804252007.m3PK71pq025364@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25275/devel Modified Files: .cvsignore perl-Image-ExifTool.spec sources Log Message: update to 7.25 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 6 Feb 2008 02:02:13 -0000 1.14 +++ .cvsignore 25 Apr 2008 20:06:24 -0000 1.15 @@ -1 +1 @@ -Image-ExifTool-7.15.tar.gz +Image-ExifTool-7.25.tar.gz Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Image-ExifTool.spec 6 Feb 2008 02:02:04 -0000 1.15 +++ perl-Image-ExifTool.spec 25 Apr 2008 20:06:24 -0000 1.16 @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.15 +Version: 7.25 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -14,12 +14,13 @@ %description ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio, and video files. -It reads EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, -FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, -JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and -DNG images. ExifTool also extracts information from the maker notes of many -digital cameras by various manufacturers including Canon, Casio, FujiFilm, -HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile, +Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, +TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, +CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool +also extracts information from the maker notes of many digital cameras +by various manufacturers including Canon, Casio, FujiFilm, HP, +JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. %prep @@ -50,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Apr 25 2008 Tom "spot" Callaway 7.25-1 +- update to 7.25 + * Tue Feb 5 2008 Tom "spot" Callaway 7.15-1 - 7.15 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 6 Feb 2008 02:02:13 -0000 1.14 +++ sources 25 Apr 2008 20:06:24 -0000 1.15 @@ -1 +1 @@ -39780a12a407332310268e87c6bde5af Image-ExifTool-7.15.tar.gz +b57107d034ce38009ccb7f796eea6cd9 Image-ExifTool-7.25.tar.gz From steve at fedoraproject.org Fri Apr 25 20:27:38 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 25 Apr 2008 20:27:38 GMT Subject: rpms/perl-Image-Math-Constrain/F-8 perl-Image-Math-Constrain.spec, 1.1, 1.2 Message-ID: <200804252027.m3PKRcRt026759@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Image-Math-Constrain/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26694 Modified Files: perl-Image-Math-Constrain.spec Log Message: Sync with devel. Index: perl-Image-Math-Constrain.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Image-Math-Constrain/F-8/perl-Image-Math-Constrain.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-Math-Constrain.spec 18 May 2007 22:52:12 -0000 1.1 +++ perl-Image-Math-Constrain.spec 25 Apr 2008 20:27:02 -0000 1.2 @@ -1,8 +1,8 @@ Name: perl-Image-Math-Constrain Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scaling math used in image size constraining (such as thumbnails) -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Image-Math-Constrain/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Image-Math-Constrain-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Wed Mar 05 2008 Tom "spot" Callaway 1.01-2 +- rebuild for new perl + * Mon Apr 02 2007 Steven Pritchard 1.01-1 - Specfile autogenerated by cpanspec 1.70. - Drop redundant explicit perl build dependency. From steve at fedoraproject.org Fri Apr 25 20:37:09 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Fri, 25 Apr 2008 20:37:09 GMT Subject: rpms/perl-Image-Math-Constrain/F-7 perl-Image-Math-Constrain.spec, 1.1, 1.2 Message-ID: <200804252037.m3PKb9jQ027344@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Image-Math-Constrain/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27235 Modified Files: perl-Image-Math-Constrain.spec Log Message: Sync with devel. Index: perl-Image-Math-Constrain.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Image-Math-Constrain/F-7/perl-Image-Math-Constrain.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-Math-Constrain.spec 18 May 2007 22:52:12 -0000 1.1 +++ perl-Image-Math-Constrain.spec 25 Apr 2008 20:36:26 -0000 1.2 @@ -1,8 +1,8 @@ Name: perl-Image-Math-Constrain Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scaling math used in image size constraining (such as thumbnails) -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Image-Math-Constrain/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Image-Math-Constrain-%{version}.tar.gz @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Wed Mar 05 2008 Tom "spot" Callaway 1.01-2 +- rebuild for new perl + * Mon Apr 02 2007 Steven Pritchard 1.01-1 - Specfile autogenerated by cpanspec 1.70. - Drop redundant explicit perl build dependency. From buildsys at fedoraproject.org Sun Apr 27 12:25:39 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 27 Apr 2008 12:25:39 -0000 Subject: Broken dependencies in EPEL - 2008-04-27 Message-ID: <20080427122539.17684.4468@releng1.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-i386 unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Sun Apr 27 14:27:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 10:27:32 -0400 Subject: [Bug 242065] perl-CGI-Session is not available in FE6 In-Reply-To: Message-ID: <200804271427.m3RERWjU029766@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 report. Summary: perl-CGI-Session is not available in FE6 https://bugzilla.redhat.com/show_bug.cgi?id=242065 ------- Additional Comments From athienem at redhat.com 2008-04-27 10:27 EST ------- New Package CVS Request ======================= Package Name: perl-CGI-Session Owners: ixs Branches: EL-4 -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 14:27:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 10:27:44 -0400 Subject: [Bug 242065] perl-CGI-Session is not available in FE6 In-Reply-To: Message-ID: <200804271427.m3RERijH029794@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 report. Summary: perl-CGI-Session is not available in FE6 https://bugzilla.redhat.com/show_bug.cgi?id=242065 athienem at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs+ |fedora-cvs? -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 14:29:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 10:29:40 -0400 Subject: [Bug 444341] EPEL4 branching request for perl-Crypt-Blowfish In-Reply-To: Message-ID: <200804271429.m3RETe1s028214@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 report. Summary: EPEL4 branching request for perl-Crypt-Blowfish https://bugzilla.redhat.com/show_bug.cgi?id=444341 athienem at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 14:29:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 10:29:25 -0400 Subject: [Bug 444341] New: EPEL4 branching request for perl-Crypt-Blowfish Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=444341 Summary: EPEL4 branching request for perl-Crypt-Blowfish Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Crypt-Blowfish AssignedTo: andreas at bawue.net ReportedBy: athienem at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com New Package CVS Request ======================= Package Name: perl-Crypt-Blowfish Owners: ixs Branches: EL-4 -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 14:31:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 10:31:00 -0400 Subject: [Bug 440937] FTBFS perl-Proc-ProcessTable-0.41-4.fc9 In-Reply-To: Message-ID: <200804271431.m3REV0w4028807@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 report. Summary: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440937 athienem at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? ------- Additional Comments From athienem at redhat.com 2008-04-27 10:31 EST ------- New Package CVS Request ======================= Package Name: perl-proc-ProcessTable Owners: ixs Branches: EL-4 -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 15:06:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 11:06:35 -0400 Subject: [Bug 440937] FTBFS perl-Proc-ProcessTable-0.41-4.fc9 In-Reply-To: Message-ID: <200804271506.m3RF6ZQZ003939@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 report. Summary: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440937 ------- Additional Comments From athienem at redhat.com 2008-04-27 11:06 EST ------- New Package CVS Request ======================= Package Name: perl-proc-ProcessTable Owners: ixs Branches: EL-4, EL-5 -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 15:05:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 11:05:56 -0400 Subject: [Bug 444341] EPEL4 branching request for perl-Crypt-Blowfish In-Reply-To: Message-ID: <200804271505.m3RF5uf7003783@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 report. Summary: EPEL4 branching request for perl-Crypt-Blowfish https://bugzilla.redhat.com/show_bug.cgi?id=444341 ------- Additional Comments From athienem at redhat.com 2008-04-27 11:05 EST ------- New Package CVS Request ======================= Package Name: perl-Crypt-Blowfish Owners: ixs Branches: EL-4, EL-5 -- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 16:23:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 12:23:08 -0400 Subject: [Bug 242065] perl-CGI-Session is not available in FE6 In-Reply-To: Message-ID: <200804271623.m3RGN8es016251@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 report. Summary: perl-CGI-Session is not available in FE6 https://bugzilla.redhat.com/show_bug.cgi?id=242065 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-04-27 12:23 EST ------- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 16:28:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 12:28:30 -0400 Subject: [Bug 440937] FTBFS perl-Proc-ProcessTable-0.41-4.fc9 In-Reply-To: Message-ID: <200804271628.m3RGSUdv015798@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 report. Summary: FTBFS perl-Proc-ProcessTable-0.41-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=440937 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-04-27 12:28 EST ------- 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, or are watching someone who is. From bugzilla at redhat.com Sun Apr 27 16:33:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Apr 2008 12:33:31 -0400 Subject: [Bug 444341] EPEL4 branching request for perl-Crypt-Blowfish In-Reply-To: Message-ID: <200804271633.m3RGXVBY016644@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 report. Summary: EPEL4 branching request for perl-Crypt-Blowfish https://bugzilla.redhat.com/show_bug.cgi?id=444341 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-04-27 12:33 EST ------- 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, or are watching someone who is. From bugzilla at redhat.com Tue Apr 29 22:25:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Apr 2008 18:25:40 -0400 Subject: [Bug 202210] Errorneously detected perl provides In-Reply-To: Message-ID: <200804292225.m3TMPeXZ003699@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 report. Summary: Errorneously detected perl provides https://bugzilla.redhat.com/show_bug.cgi?id=202210 poelstra at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Flag|needinfo? | ------- Additional Comments From poelstra at redhat.com 2008-04-29 18:25 EST ------- thanks for your update -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 30 16:58:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Apr 2008 12:58:27 -0400 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: Message-ID: <200804301658.m3UGwRkW024081@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 report. Summary: Review Request: perl-Encode-Detect - Detects the encoding of data Alias: perl-Encode-Detect https://bugzilla.redhat.com/show_bug.cgi?id=250804 ------- Additional Comments From ralston at pobox.com 2008-04-30 12:58 EST ------- Ville: I think I'm good for right now; 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 30 17:14:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Apr 2008 13:14:50 -0400 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: Message-ID: <200804301714.m3UHEoV0023774@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 report. Summary: Review Request: perl-Encode-Detect - Detects the encoding of data Alias: perl-Encode-Detect https://bugzilla.redhat.com/show_bug.cgi?id=250804 ralston at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? ------- Additional Comments From ralston at pobox.com 2008-04-30 13:14 EST ------- Ok, I think I have everything in place now for this: New Package CVS Request ======================= Package Name: perl-Encode-Detect Short Description: Encode::Encoding subclass that detects the encoding of data Owners: ralston Branches: F-7 F-8 F-9 EL-4 EL-5 InitialCC: Cvsextras Commits: yes -- 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, or are watching someone who is. From bugzilla at redhat.com Wed Apr 30 22:45:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Apr 2008 18:45:04 -0400 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: Message-ID: <200804302245.m3UMj4A0024582@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 report. Summary: Review Request: perl-Encode-Detect - Detects the encoding of data Alias: perl-Encode-Detect https://bugzilla.redhat.com/show_bug.cgi?id=250804 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-04-30 18:45 EST ------- 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, or are watching someone who is.