From bugzilla at redhat.com Mon Sep 3 15:36:51 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 3 Sep 2007 11:36:51 -0400 Subject: [Bug 275271] New: cpan2rpm deals badly with letters in version numbers 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=275271 Summary: cpan2rpm deals badly with letters in version numbers Product: Fedora Version: f7 Platform: All OS/Version: All Status: NEW Severity: low Priority: medium Component: cpan2rpm AssignedTo: ghenry at suretecsystems.com ReportedBy: marcos.marado at sonae.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: cpan2rpm deals badly with letters in version numbers. This makes, for instance, cpan2rpm SOAP::Lite to think that 0.60a is the latest version, instead of 0.69. Version-Release number of selected component (if applicable): cpan2rpm-2.028-2.fc6 How reproducible: Allways. Steps to Reproduce: 1. yum install cpan2rpm 2. cpan2rpm SOAP::Lite 3. Check the version of the generated RPM Actual results: A RPM from SOAP::Lite 0.60a is generated. Expected results: A RPM from SOAP::Lite 0.69 generated. -- Configure 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 Mon Sep 3 18:05:38 2007 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 3 Sep 2007 14:05:38 -0400 (EDT) Subject: Package EVR problems in Fedora 2007-09-03 Message-ID: <20070903180538.9052215213F@buildsys.fedoraproject.org> perl-capitalization FE6 > F7 (0:0.03-5.fc6 > 0:0.03-4.fc6) perl-Class-Inspector FE6 > F7 (0:1.17-1.fc6 > 0:1.16-3.fc7) perl-Class-ReturnValue FE6 > F7 (0:0.54-1.fc6 > 0:0.53-6.fc7) perl-File-Copy-Recursive FE6 > F7 (0:0.35-1.fc6 > 0:0.33-2.fc7) perl-Text-Quoted FE6 > F7 (0:2.02-3.fc6 > 0:2.02-2.fc7) From rnorwood at redhat.com Tue Sep 4 15:01:43 2007 From: rnorwood at redhat.com (Robin Norwood) Date: Tue, 04 Sep 2007 11:01:43 -0400 Subject: perl-Net-DNS-Nameserver subpackage? Message-ID: Hi, I got an email from one of the maintainers of Net::DNS (Dick Franks) about one of my recent changelog entries. I had (incorrectly) removed perl(Net::IP) from the BuildRequires because I read in the upstream changelog that it was no longer required. I had to revert that change because it *was* still required by Net::DNS::Nameserver. Dick suggested that I could split Net::DNS::Nameserver out into a subpackage. Net::DNS::Nameserver is what you expect it is - a simple DNS server. I don't know if it's worth it, or if it's wise this late in the release cycle for F8. What do y'all think? Here's the patch: -------------- next part -------------- A non-text attachment was scrubbed... Name: perl-Net-DNS-Nameserver.patch Type: text/x-patch Size: 1935 bytes Desc: patch to split Net::DNS::Nameserver URL: -------------- next part -------------- perl(Net::IP) is still a BuildRequire, but not a requirement for the base package any longer. It makes sense to split out 'Server' bits, but OTOH, it's just one .pm file and a small dep. -RN -- Robin Norwood Red Hat, Inc. "The Sage does nothing, yet nothing remains undone." -Lao Tzu, Te Tao Ching From bugzilla at redhat.com Wed Sep 5 10:49:30 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Sep 2007 06:49:30 -0400 Subject: [Bug 247250] Conflicting Provides In-Reply-To: Message-ID: <200709051049.l85AnUkR028877@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: Conflicting Provides https://bugzilla.redhat.com/show_bug.cgi?id=247250 bugs.michael at gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel- | |list at redhat.com Severity|low |high Version|f7 |devel ------- Additional Comments From bugs.michael at gmx.net 2007-09-05 06:48 EST ------- mod_perl-devel provides perl(HTTP::Request::Common) perl-libwww-perl provides perl(HTTP::Request::Common) EQ 0 1.28 required by: perl-Finance-Quote - 1.13-1.fc7.noarch required by: perl-Finance-YahooQuote - 0.21-2.fc7.noarch required by: perl-WWW-Babelfish - 0.16-1.fc7.noarch required by: perl-bioperl - 1.5.2_102-8.fc8.noarch required by: perl-bioperl-run - 1.5.2_100-2.fc8.noarch required by: rt3 - 3.6.3-1.fc7.noarch required by: perl-Finance-Quote - 1.13-1.fc7.noarch required by: perl-Finance-YahooQuote - 0.21-2.fc7.noarch required by: perl-WWW-Babelfish - 0.16-1.fc7.noarch required by: perl-bioperl - 1.5.2_102-8.fc8.noarch required by: perl-bioperl-run - 1.5.2_100-2.fc8.noarch required by: rt3 - 3.6.3-1.fc7.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 paul at city-fan.org Wed Sep 5 11:16:46 2007 From: paul at city-fan.org (Paul Howarth) Date: Wed, 05 Sep 2007 12:16:46 +0100 Subject: perl-Net-DNS-Nameserver subpackage? In-Reply-To: References: Message-ID: <46DE901E.7020303@city-fan.org> Robin Norwood wrote: > Hi, > > I got an email from one of the maintainers of Net::DNS (Dick Franks) > about one of my recent changelog entries. I had (incorrectly) removed > perl(Net::IP) from the BuildRequires because I read in the upstream > changelog that it was no longer required. I had to revert that change > because it *was* still required by Net::DNS::Nameserver. Dick suggested > that I could split Net::DNS::Nameserver out into a subpackage. > Net::DNS::Nameserver is what you expect it is - a simple DNS server. > > I don't know if it's worth it, or if it's wise this late in the release > cycle for F8. What do y'all think? > > Here's the patch: > > > > ------------------------------------------------------------------------ > > > perl(Net::IP) is still a BuildRequire, but not a requirement for the > base package any longer. It makes sense to split out 'Server' bits, but > OTOH, it's just one .pm file and a small dep. I'd keep everything in one package, for two reasons: 1. Net::IP is only a small module that doesn't pull in any additional dependencies, so there's not a big saving in splitting things up to avoid a dependency on it (especially when considering the additional metadata needed for a subpackage in the repo). 2. People installing perl-Net-DNS will probably be expecting to find the entire module distribution in that package, and not have to go looking for a subpackage for Net::DNS::Nameserver. I don;t think there's much precedent for splits like this (apart from the main perl package itself of course). Paul. From bugzilla at redhat.com Wed Sep 5 12:09:18 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Sep 2007 08:09:18 -0400 Subject: [Bug 247250] Conflicting Provides In-Reply-To: Message-ID: <200709051209.l85C9Iix009817@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: Conflicting Provides https://bugzilla.redhat.com/show_bug.cgi?id=247250 jorton at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From jorton at redhat.com 2007-09-05 08:09 EST ------- Sorry for the delay. http://koji.fedoraproject.org/koji/buildinfo?buildID=17832 -- Configure 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 Sep 5 19:48:56 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Sep 2007 15:48:56 -0400 Subject: [Bug 279251] New: cpan2rpm doesn't work with latest Pod::Text 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=279251 Summary: cpan2rpm doesn't work with latest Pod::Text Product: Fedora Version: f7 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: medium Component: cpan2rpm AssignedTo: ghenry at suretecsystems.com ReportedBy: roland at astrofoto.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: The latest version of Pod::Text from CPAN is from RRA/podlators-2.0.5.tar.gz Pod::Text no longer derives from Pod::Parser so the method 'interpolate' does not exist. As near as I can tell, this is the only method used in cpan2rpm, so Pod::Text can be changed to Pod::Parser in the two places it appears. This is what I did locally and it now works for me. Version-Release number of selected component (if applicable): cpan2rpm-2.028-2.fc6 How reproducible: update Pod::Text via cpan. Run cpan2rpm for some module (any will do...) Actual results: [...] -- module: /var/cache/cpan/build/libwww-perl-5.808-baHtIL -- Metadata retrieval Can't locate object method "interpolate" via package "Pod::Text" at /usr/bin/cpan2rpm line 522. -- Done -- Expected results: No failure from above. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Sep 5 21:28:22 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Sep 2007 17:28:22 -0400 Subject: [Bug 249901] perl-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno In-Reply-To: Message-ID: <200709052128.l85LSMDN005061@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-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno https://bugzilla.redhat.com/show_bug.cgi?id=249901 ------- Additional Comments From botsch at cnf.cornell.edu 2007-09-05 17:28 EST ------- Hi, guys. Still broken as of this time (having to use the painful workaround of telling everyone to add this package to their excludes list). -- Configure 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 Sep 5 23:45:11 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 5 Sep 2007 19:45:11 -0400 Subject: [Bug 249901] perl-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno In-Reply-To: Message-ID: <200709052345.l85NjBXS006524@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-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno https://bugzilla.redhat.com/show_bug.cgi?id=249901 ------- Additional Comments From kevin at tummy.com 2007-09-05 19:45 EST ------- Sorry for the delay here. ;( I will try and dig through the scripts tonight and get it removed from the repository and pushed 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 Thu Sep 6 05:17:41 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Sep 2007 01:17:41 -0400 Subject: [Bug 249901] perl-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno In-Reply-To: Message-ID: <200709060517.l865Hflg003649@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-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno https://bugzilla.redhat.com/show_bug.cgi?id=249901 ------- Additional Comments From kevin at tummy.com 2007-09-06 01:17 EST ------- I think I know how to clean this up now, but I am not 100% sure, so I am going to get confirmation before I possibly mess up the repository. Hopefully it will be gone in the next day or so... sorry again for the delay. -- Configure 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 Sep 6 14:24:47 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Sep 2007 10:24:47 -0400 Subject: [Bug 271341] IPC::Shareable fails to build on RHEL/CentOS 5 In-Reply-To: Message-ID: <200709061424.l86EOl6t026015@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: IPC::Shareable fails to build on RHEL/CentOS 5 https://bugzilla.redhat.com/show_bug.cgi?id=271341 ------- Additional Comments From matt at bodgit-n-scarper.com 2007-09-06 10:24 EST ------- Actually, I lie, it will also hang on a Fedora 7 installation. Running that bit of the test suite in a loop will get it to lock in the same place eventually: while true ; do PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/38ipchv.t ; done t/38ipchv....ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.05 cusr + 0.02 csys = 0.07 CPU) ---8<------8<--- t/38ipchv....ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.04 cusr + 0.02 csys = 0.06 CPU) t/38ipchv....ok 1/5 Suggests some sort of subtle race condition somewhere, given this test is also forking child processes. -- Configure 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 Sep 6 14:49:14 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Sep 2007 10:49:14 -0400 Subject: [Bug 271341] IPC::Shareable fails to build on RHEL/CentOS 5 In-Reply-To: Message-ID: <200709061449.l86EnEbf031083@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: IPC::Shareable fails to build on RHEL/CentOS 5 https://bugzilla.redhat.com/show_bug.cgi?id=271341 ------- Additional Comments From matt at bodgit-n-scarper.com 2007-09-06 10:49 EST ------- Seems someone reported this on CPAN already: http://rt.cpan.org/Ticket/Display.html?id=19169 -- Configure 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 Sep 6 17:32:40 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 6 Sep 2007 13:32:40 -0400 Subject: [Bug 280991] New: cpan2rpm misses dependency on ExtUtils::MakeMaker 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=280991 Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker Product: Fedora Version: f7 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: cpan2rpm AssignedTo: ghenry at suretecsystems.com ReportedBy: jh.redhat at plonk.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: cpan2rpm needs ExtUtil::MakeMaker, but the rpm has no dependency on it. Version-Release number of selected component (if applicable): cpan2rpm-2.028-2.fc6 How reproducible: Steps to Reproduce: 1. yum install cpan2rpm 2. cpan2rpm Net-SIP Actual results: $ cpan2rpm Net-SIP -- cpan2rpm - Ver: 2.028 -- Upgrade check Fetch: HTTP -- module: Net-SIP -- Using cached URL: http://search.cpan.org//CPAN/authors/id/S/SU/SULLR/Net-SIP-0.32.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz] ExtUtils::MakeMaker unloadable Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 22) line 2. BEGIN failed--compilation aborted at (eval 22) line 2. -- Done -- Expected results: $ cpan2rpm --no-sign Net-SIP -- cpan2rpm - Ver: 2.028 -- Upgrade check Fetch: HTTP -- module: Net-SIP -- Using cached URL: http://search.cpan.org//CPAN/authors/id/S/SU/SULLR/Net-SIP-0.32.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz] Generating spec file SPEC: /home/jh/rpm/SPECS/Net-SIP.spec Generating package Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4697 + umask 022 + cd /home/jh/rpm/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/jh/rpm/BUILD + rm -rf Net-SIP-0.32 + /bin/gzip -dc /home/jh/rpm/SOURCES/Net-SIP-0.32.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SIP-0.32 ... RPM: /home/jh/rpm/RPMS/noarch/perl-Net-SIP-0.32-1.noarch.rpm SRPM: /home/jh/rpm/SRPMS/perl-Net-SIP-0.32-1.src.rpm -- Done -- Additional info: Don't know why I need --no-sign, it does not work without that. (Maybe a local system issue.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From buildsys at fedoraproject.org Sat Sep 8 14:41:24 2007 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 8 Sep 2007 10:41:24 -0400 (EDT) Subject: Package EVR problems in Fedora 2007-09-08 Message-ID: <20070908144124.C8A48152143@buildsys.fedoraproject.org> perl-ExtUtils-AutoInstall FE6 > F7 (0:0.63-6.fc6 > 0:0.63-5.fc6) From buildsys at fedoraproject.org Sun Sep 9 11:57:58 2007 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 9 Sep 2007 07:57:58 -0400 (EDT) Subject: Package EVR problems in Fedora 2007-09-09 Message-ID: <20070909115758.CA70415214D@buildsys.fedoraproject.org> perl-ExtUtils-AutoInstall FE6 > F7 (0:0.63-6.fc6 > 0:0.63-5.fc6) From bugzilla at redhat.com Mon Sep 10 16:52:43 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Sep 2007 12:52:43 -0400 Subject: [Bug 240540] perl-libs not installed on upgrade In-Reply-To: Message-ID: <200709101652.l8AGqhEj018031@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-libs not installed on upgrade https://bugzilla.redhat.com/show_bug.cgi?id=240540 ------- Additional Comments From updates at fedoraproject.org 2007-09-10 12:52 EST ------- perl-5.8.8-23.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 Mon Sep 10 16:52:44 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Sep 2007 12:52:44 -0400 Subject: [Bug 240540] perl-libs not installed on upgrade In-Reply-To: Message-ID: <200709101652.l8AGqiBX006864@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-libs not installed on upgrade https://bugzilla.redhat.com/show_bug.cgi?id=240540 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |CLOSED Resolution|RAWHIDE |ERRATA Fixed In Version| |5.8.8-23.fc7 -- Configure 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 Mon Sep 10 18:09:04 2007 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 10 Sep 2007 14:09:04 -0400 (EDT) Subject: Package EVR problems in Fedora 2007-09-10 Message-ID: <20070910180904.64146152142@buildsys.fedoraproject.org> perl-ExtUtils-AutoInstall FE6 > F7 (0:0.63-6.fc6 > 0:0.63-5.fc6) perl-Set-IntSpan F7-updates > F8 (0:1.12-1.fc7 > 0:1.11-1.fc7) From bugzilla at redhat.com Tue Sep 11 22:00:23 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Sep 2007 18:00:23 -0400 Subject: [Bug 245592] Errno architecture i386-linux-thread-multi In-Reply-To: Message-ID: <200709112200.l8BM0Nus012095@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: Errno architecture i386-linux-thread-multi https://bugzilla.redhat.com/show_bug.cgi?id=245592 ch02499 at cc.uoi.gr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ch02499 at cc.uoi.gr ------- Additional Comments From ch02499 at cc.uoi.gr 2007-09-11 18:00 EST ------- Same on x86_64. About a week ago I wanted to install a module from CPAN (Algorithm::Combinatorics). It was the first time I used the cpan module on this machine, so I answered all questions it asked me, let it update itself and install newer versions of core modules. Everything worked fine until today, during my regular "yum update" routine, I let it install several perl-related packages, can't recall which. After that, it is impossible to use any of cpan's functions, I get the following error: cpan> r Fetching with LWP: ftp://ftp.forthnet.gr/pub/languages/perl/CPAN/authors/01mailrc.txt.gz LWP failed with code[500] message[Errno architecture (x86_64-linux-thread-multi-2.6.20-1.2933.fc6xen) does not match executable architecture (x86_64-linux-thread-multi-2.6.20-1.2962.fc6xen) at /usr/lib/perl5/site_perl/5.8.8/Errno.pm line 11. Compilation failed in require at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/IO/Socket.pm line 17. BEGIN failed--compilation aborted at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/IO/Socket.pm line 17. Compilation failed in require at /usr/lib/perl5/5.8.8/Net/FTP.pm line 18. BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.8/Net/FTP.pm line 18. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/ftp.pm line 24. ] Fetching with Net::FTP: ftp://ftp.forthnet.gr/pub/languages/perl/CPAN/authors/01mailrc.txt.gz Can't locate object method "new" via package "Net::FTP" at /usr/lib/perl5/5.8.8/CPAN.pm line 2250. -- Configure 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 Sep 12 01:11:58 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Sep 2007 21:11:58 -0400 Subject: [Bug 245592] Errno architecture i386-linux-thread-multi In-Reply-To: Message-ID: <200709120111.l8C1BwR6002206@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: Errno architecture i386-linux-thread-multi https://bugzilla.redhat.com/show_bug.cgi?id=245592 ------- Additional Comments From steve at silug.org 2007-09-11 21:11 EST ------- (In reply to comment #3) In a situation like that, you really should just try to build a package. That can be as simple as something like this: yum install cpanspec cpanspec -v -b Algorithm::Combinatorics If that succeeds, you can install the resulting package. (It will be in ./x86_64/ in this case.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Sep 12 12:40:56 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Sep 2007 08:40:56 -0400 Subject: [Bug 245592] Errno architecture i386-linux-thread-multi In-Reply-To: Message-ID: <200709121240.l8CCeuoQ025244@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: Errno architecture i386-linux-thread-multi https://bugzilla.redhat.com/show_bug.cgi?id=245592 ------- Additional Comments From ch02499 at cc.uoi.gr 2007-09-12 08:40 EST ------- No luck. Look: # cpanspec -b -v Algorithm::Combinatorics Errno architecture (x86_64-linux-thread-multi-2.6.20-1.2933.fc6xen) does not match executable architecture (x86_64-linux-thread-multi-2.6.20-1.2962.fc6xen) at /usr/lib/perl5/site_perl/5.8.8/Errno.pm line 11. Compilation failed in require at /usr/lib/perl5/5.8.8/File/Temp.pm line 138. BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.8/File/Temp.pm line 138. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Archive/Zip.pm line 26. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Archive/Zip.pm line 26. Compilation failed in require at /usr/bin/cpanspec line 199. BEGIN failed--compilation aborted at /usr/bin/cpanspec line 199. -- Configure 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 Sep 12 23:20:13 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Sep 2007 19:20:13 -0400 Subject: [Bug 249901] perl-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno In-Reply-To: Message-ID: <200709122320.l8CNKD9g002401@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-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno https://bugzilla.redhat.com/show_bug.cgi?id=249901 ------- Additional Comments From kevin at tummy.com 2007-09-12 19:20 EST ------- Ugh. Sorry this took so very long to get done. I think it should now finally be removed from the repos. It might take a bit to mirror out, but could you confirm that it's not showing up and close 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 Sep 13 15:43:28 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Sep 2007 11:43:28 -0400 Subject: [Bug 249901] perl-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno In-Reply-To: Message-ID: <200709131543.l8DFhSc4011405@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-XML-DOM obsoltes conflicts with packages requiring perl-libxml-enno https://bugzilla.redhat.com/show_bug.cgi?id=249901 orion at cora.nwra.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |20070913 Resolution| |CURRENTRELEASE ------- Additional Comments From orion at cora.nwra.com 2007-09-13 11:43 EST ------- Confirmed that it is gone in my local mirror after the latest sync. I don't think this is an issue, but the following are still present in the repository: epel/4/i386/headers/perl-XML-DOM-0-1.44-2.el4.noarch.hdr epel/4/ppc/headers/perl-XML-DOM-0-1.44-2.el4.noarch.hdr epel/4/x86_64/headers/perl-XML-DOM-0-1.44-2.el4.noarch.hdr -- Configure 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 Sep 13 19:51:39 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Sep 2007 15:51:39 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200709131951.l8DJpdWN022063@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 wtogami at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Flag|needinfo?(wtogami at redhat.com| |) | ------- Additional Comments From wtogami at redhat.com 2007-09-13 15:51 EST ------- I have nothing to do with clamav. -- Configure 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 Sep 14 02:38:25 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Sep 2007 22:38:25 -0400 Subject: [Bug 214709] Date::Manip unable to determine TimeZone. In-Reply-To: Message-ID: <200709140238.l8E2cPsf008023@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 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Fedora Core |Fedora ------- Additional Comments From dominik at dadadom.de 2007-09-13 22:38 EST ------- Also getting this error on Fedora 7, perl-DateManip-5.44-3.fc7 . My current timezone is Makassar (GMT-8 I think). I didn't have that problem when being back in Germany, Berlin timezone. -- Configure 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 Sep 14 11:00:57 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Sep 2007 07:00:57 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200709141100.l8EB0vGe013925@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 ---------------------------------------------------------------------------- BugsThisDependsOn| |290621 -- Configure 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 Mon Sep 17 22:32:55 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 17 Sep 2007 18:32:55 -0400 Subject: rpms/perl-HTML-Mason/devel .cvsignore, 1.7, 1.8 perl-HTML-Mason.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200709172232.l8HMWtUN017183@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-HTML-Mason/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17161 Modified Files: .cvsignore perl-HTML-Mason.spec sources Log Message: Update to 1.37. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 27 Jun 2007 21:15:54 -0000 1.7 +++ .cvsignore 17 Sep 2007 22:32:23 -0000 1.8 @@ -1 +1 @@ -HTML-Mason-1.36.tar.gz +HTML-Mason-1.37.tar.gz Index: perl-HTML-Mason.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/perl-HTML-Mason.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-HTML-Mason.spec 27 Jun 2007 21:15:54 -0000 1.11 +++ perl-HTML-Mason.spec 17 Sep 2007 22:32:23 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-HTML-Mason -Version: 1.36 +Version: 1.37 Release: 1%{?dist} Epoch: 1 Summary: Powerful Perl-based web site development and delivery engine @@ -96,6 +96,9 @@ %dir %{_localstatedir}/www/mason %changelog +* Mon Sep 17 2007 Steven Pritchard 1:1.37-1 +- Update to 1.37. + * Tue Jun 26 2007 Steven Pritchard 1:1.36-1 - Update to 1.36. - BR Test::Pod. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Mason/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 27 Jun 2007 21:15:54 -0000 1.7 +++ sources 17 Sep 2007 22:32:23 -0000 1.8 @@ -1 +1 @@ -8b46e7250df88eee9b05378ec1e93dd3 HTML-Mason-1.36.tar.gz +5df5ca4e11890b7d9143c4869703ceb0 HTML-Mason-1.37.tar.gz From steve at fedoraproject.org Tue Sep 18 14:03:48 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 18 Sep 2007 10:03:48 -0400 Subject: rpms/perl-DateTime/devel .cvsignore, 1.16, 1.17 perl-DateTime.spec, 1.20, 1.21 sources, 1.16, 1.17 Message-ID: <200709181403.l8IE3mcE008704@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8660 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime 0.41. Update to DateTime::Locale 0.35. Update to DateTime::TimeZone 0.67. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 22 Jul 2007 19:38:54 -0000 1.16 +++ .cvsignore 18 Sep 2007 14:02:57 -0000 1.17 @@ -1,3 +1,3 @@ -DateTime-0.39.tar.gz -DateTime-Locale-0.34.tar.gz -DateTime-TimeZone-0.6603.tar.gz +DateTime-0.41.tar.gz +DateTime-Locale-0.35.tar.gz +DateTime-TimeZone-0.67.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-DateTime.spec 29 Aug 2007 05:51:03 -0000 1.20 +++ perl-DateTime.spec 18 Sep 2007 14:02:57 -0000 1.21 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.6603 -%define DTLocale_version 0.34 +%define DTTimeZone_version 0.67 +%define DTLocale_version 0.35 Name: perl-DateTime -Version: 0.39 -Release: 2%{?dist} +Version: 0.41 +Release: 1%{?dist} Epoch: 1 Summary: Date and time objects License: GPL or Artistic @@ -143,11 +143,16 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Sep 17 2007 Steven Pritchard 1:0.41-1 +- Update to DateTime 0.41. +- Update to DateTime::Locale 0.35. +- Update to DateTime::TimeZone 0.67. + * Wed Aug 29 2007 Fedora Release Engineering - 1:0.39-2 - Rebuild for selinux ppc32 issue. * Sun Jul 22 2007 Steven Pritchard 1:0.39-1 -- Update to DateTIme 0.39. +- Update to DateTime 0.39. - Update to DateTime::TimeZone 0.6603. * Thu Jul 05 2007 Steven Pritchard 1:0.38-2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 22 Jul 2007 19:38:54 -0000 1.16 +++ sources 18 Sep 2007 14:02:57 -0000 1.17 @@ -1,3 +1,3 @@ -89af4113ddc943e9deaef4cfb11c19dd DateTime-0.39.tar.gz -18753fcc10e72f0a63f926f8790e7fc3 DateTime-Locale-0.34.tar.gz -178b126286a00ad9871908c2e6efcff0 DateTime-TimeZone-0.6603.tar.gz +cbd27b0d9a3eee5ffa6afb9211b19a9e DateTime-0.41.tar.gz +857b23381a1a8e7dc2e7d0caa285827d DateTime-Locale-0.35.tar.gz +4684adbdf78d863a3526d5d9a52b4d79 DateTime-TimeZone-0.67.tar.gz From bugzilla at redhat.com Tue Sep 18 14:08:45 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 10:08:45 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709181408.l8IE8j3A017285@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel- | |list at redhat.com ------- Additional Comments From rc040203 at freenet.de 2007-09-18 10:08 EST ------- Ping^2. Whom do I need to bribe to review this package? I'd really like to be able to update perl-Test-Inline and to have it in FC-8, but without this package having been add, this won't be possible. -- Configure 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 Sep 18 14:24:09 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 10:24:09 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709181424.l8IEO9U3019770@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody at fedoraproject.org |tcallawa at redhat.com Status|NEW |ASSIGNED Flag| |fedora-review? ------- Additional Comments From tcallawa at redhat.com 2007-09-18 10:24 EST ------- - License tag should be "GPL+ or Artistic". - You don't need to state BuildRequires: perl >= 0:5.005, it will get pulled in by BuildRequires: perl(ExtUtils::MakeMaker) - Missing BuildRequires: perl(Test::More) (and/or perl(Test::Builder), if you'd prefer) Make those changes, and I'll finish the review. -- Configure 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 Tue Sep 18 14:47:19 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 18 Sep 2007 10:47:19 -0400 Subject: rpms/perl-Module-Load-Conditional/devel .cvsignore, 1.6, 1.7 perl-Module-Load-Conditional.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200709181447.l8IElJjO013403@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Module-Load-Conditional/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13367 Modified Files: .cvsignore perl-Module-Load-Conditional.spec sources Log Message: Update to 0.18. BR Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Jan 2007 21:07:33 -0000 1.6 +++ .cvsignore 18 Sep 2007 14:46:46 -0000 1.7 @@ -1 +1 @@ -Module-Load-Conditional-0.16.tar.gz +Module-Load-Conditional-0.18.tar.gz Index: perl-Module-Load-Conditional.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Module-Load-Conditional.spec 18 Apr 2007 16:53:59 -0000 1.7 +++ perl-Module-Load-Conditional.spec 18 Sep 2007 14:46:46 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Module-Load-Conditional -Version: 0.16 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Load) BuildRequires: perl(Params::Check) +BuildRequires: perl(Test::More) BuildRequires: perl(version) >= 0.69 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -49,6 +50,10 @@ %{_mandir}/man3/* %changelog +* Tue Sep 18 2007 Steven Pritchard 0.18-1 +- Update to 0.18. +- BR Test::More. + * Wed Apr 18 2007 Steven Pritchard 0.16-2 - BR ExtUtils::MakeMaker. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Load-Conditional/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 27 Jan 2007 21:07:33 -0000 1.6 +++ sources 18 Sep 2007 14:46:46 -0000 1.7 @@ -1 +1 @@ -fae73541e0b1d87d0bbe6e1676e5e738 Module-Load-Conditional-0.16.tar.gz +8c5c2b0ae465cbbcca433bd8a2040ec3 Module-Load-Conditional-0.18.tar.gz From steve at fedoraproject.org Tue Sep 18 14:52:18 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 18 Sep 2007 10:52:18 -0400 Subject: rpms/perl-Test-Deep/devel .cvsignore, 1.5, 1.6 perl-Test-Deep.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200709181452.l8IEqIO8013936@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Deep/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13863 Modified Files: .cvsignore perl-Test-Deep.spec sources Log Message: Update to 0.098. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Deep/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Aug 2007 18:30:04 -0000 1.5 +++ .cvsignore 18 Sep 2007 14:51:45 -0000 1.6 @@ -1 +1 @@ -Test-Deep-0.097.tar.gz +Test-Deep-0.098.tar.gz Index: perl-Test-Deep.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Deep/devel/perl-Test-Deep.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-Deep.spec 12 Aug 2007 18:30:04 -0000 1.6 +++ perl-Test-Deep.spec 18 Sep 2007 14:51:45 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Test-Deep -Version: 0.097 +Version: 0.098 Release: 1%{?dist} Summary: Extremely flexible deep comparison License: GPL or Artistic @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Tue Sep 18 2007 Steven Pritchard 0.098-1 +- Update to 0.098. + * Fri Aug 10 2007 Steven Pritchard 0.097-1 - Update to 0.097. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Deep/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Aug 2007 18:30:04 -0000 1.5 +++ sources 18 Sep 2007 14:51:45 -0000 1.6 @@ -1 +1 @@ -87a1f6c05009baaa5513f14c328ce367 Test-Deep-0.097.tar.gz +61cb7357d39b173d1a29080079f471df Test-Deep-0.098.tar.gz From steve at fedoraproject.org Tue Sep 18 14:53:44 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 18 Sep 2007 10:53:44 -0400 Subject: rpms/perl-YAML-Syck/devel .cvsignore, 1.6, 1.7 perl-YAML-Syck.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200709181453.l8IEriTH014057@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-YAML-Syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14002 Modified Files: .cvsignore perl-YAML-Syck.spec sources Log Message: Update to 0.97. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 12 Aug 2007 18:35:38 -0000 1.6 +++ .cvsignore 18 Sep 2007 14:53:11 -0000 1.7 @@ -1 +1 @@ -YAML-Syck-0.96.tar.gz +YAML-Syck-0.97.tar.gz Index: perl-YAML-Syck.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/perl-YAML-Syck.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-YAML-Syck.spec 12 Aug 2007 18:35:38 -0000 1.7 +++ perl-YAML-Syck.spec 18 Sep 2007 14:53:11 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-YAML-Syck -Version: 0.96 +Version: 0.97 Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: MIT @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Tue Sep 18 2007 Steven Pritchard 0.97-1 +- Update to 0.97. + * Sun Aug 12 2007 Steven Pritchard 0.96-1 - Update to 0.96. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 12 Aug 2007 18:35:38 -0000 1.6 +++ sources 18 Sep 2007 14:53:11 -0000 1.7 @@ -1 +1 @@ -69d7526a845c014d92059f9e368c34d0 YAML-Syck-0.96.tar.gz +14c5459f8a09e98f8d11e0367e489787 YAML-Syck-0.97.tar.gz From bugzilla at redhat.com Tue Sep 18 15:19:23 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 11:19:23 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709181519.l8IFJNC4019853@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 ------- Additional Comments From rnorwood at redhat.com 2007-09-18 11:19 EST ------- Spot beat me to it - but I'll point out that rpmlint shows that Changes and lib/Test/Script.pm are incorrectly marked as executable. -- Configure 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 Sep 18 17:02:10 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 13:02:10 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709181702.l8IH2AuM004148@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 ------- Additional Comments From rc040203 at freenet.de 2007-09-18 13:02 EST ------- Thanks for the feedback, updated files available at: http://corsepiu.fedorapeople.org/packages/perl-Test-Script.spec http://corsepiu.fedorapeople.org/packages/perl-Test-Script-1.02-2.fc8.src.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 Tue Sep 18 17:32:33 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 13:32:33 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709181732.l8IHWXYn008996@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ ------- Additional Comments From tcallawa at redhat.com 2007-09-18 13:32 EST ------- Good: - rpmlint checks return: Nothing - package meets naming guidelines - package meets packaging guidelines - license (GPL+ or Artistic) OK, text in %doc, matches source - spec file legible, in am. english - source matches upstream (8ceb782be03c0e0ce6f3b7097a327361468628b0) - package compiles on devel (x86_64) - no missing BR - no unnecessary BR - no locales - not relocatable - owns all directories that it creates - no duplicate files - permissions ok - %clean ok - macro use consistent - code, not content - no need for -docs - nothing in %doc affects runtime - no need for .desktop file As usual, good work with the package Ralf. APPROVED. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From steve at fedoraproject.org Tue Sep 18 23:46:39 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 18 Sep 2007 19:46:39 -0400 Subject: rpms/perl-Test-Tester/devel .cvsignore, 1.3, 1.4 perl-Test-Tester.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200709182346.l8INkded025930@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Tester/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25794 Modified Files: .cvsignore perl-Test-Tester.spec sources Log Message: Update to 0.106. BR Test::Builder. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Tester/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Dec 2006 18:35:55 -0000 1.3 +++ .cvsignore 18 Sep 2007 23:46:07 -0000 1.4 @@ -1 +1 @@ -Test-Tester-0.104.tar.gz +Test-Tester-0.106.tar.gz Index: perl-Test-Tester.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Tester/devel/perl-Test-Tester.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Tester.spec 18 Apr 2007 16:59:30 -0000 1.4 +++ perl-Test-Tester.spec 18 Sep 2007 23:46:07 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Tester -Version: 0.104 -Release: 2%{?dist} +Version: 0.106 +Release: 1%{?dist} Summary: Ease testing test modules built with Test::Builder License: GPL or Artistic Group: Development/Libraries @@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Builder) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +46,10 @@ %{_mandir}/man3/* %changelog +* Tue Sep 18 2007 Steven Pritchard 0.106-1 +- Update to 0.106. +- BR Test::Builder. + * Wed Apr 18 2007 Steven Pritchard 0.104-2 - BR ExtUtils::MakeMaker. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Tester/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Dec 2006 18:35:55 -0000 1.3 +++ sources 18 Sep 2007 23:46:07 -0000 1.4 @@ -1 +1 @@ -3339108ed79bf8dbb51fc34ca7816c49 Test-Tester-0.104.tar.gz +6324d0f99eab4710f0acfe9355d8d769 Test-Tester-0.106.tar.gz From bugzilla at redhat.com Wed Sep 19 02:19:37 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 22:19:37 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709190219.l8J2JbpZ018585@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? ------- Additional Comments From rc040203 at freenet.de 2007-09-18 22:19 EST ------- New Package CVS Request ======================= Package Name: perl-Test-Script Short Description: Cross-platform basic tests for scripts Owners: corsepiu Branches: FC-6 F-7 InitialCC: fedora-perl-devel-list at redhat.com 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 Sep 19 03:58:34 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Sep 2007 23:58:34 -0400 Subject: [Bug 251128] Review Request: perl-Test-Script - Cross-platform basic tests for scripts In-Reply-To: Message-ID: <200709190358.l8J3wYjj001059@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-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2007-09-18 23:58 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 Wed Sep 19 12:15:38 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Sep 2007 08:15:38 -0400 Subject: [Bug 296121] git-remote failed In-Reply-To: Message-ID: <200709191215.l8JCFcZp004131@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: git-remote failed https://bugzilla.redhat.com/show_bug.cgi?id=296121 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel- | |list at redhat.com AssignedTo|chrisw at redhat.com |jpo at di.uminho.pt Component|git-core |perl-Error ------- Additional Comments From mmaslano at redhat.com 2007-09-19 08:15 EST ------- I found out that in F-7 was package perl-Error. Now is missing, reassing to perl. -- Configure 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 Sep 19 13:24:43 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Sep 2007 09:24:43 -0400 Subject: [Bug 296121] git-remote failed In-Reply-To: Message-ID: <200709191324.l8JDOhpS015417@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: git-remote failed https://bugzilla.redhat.com/show_bug.cgi?id=296121 ------- Additional Comments From jpo at di.uminho.pt 2007-09-19 09:24 EST ------- Marcela, Please reassign this to the rpm package as it fails to detect the perl(Error) requirement. $ rpm -qpR perl-Git-1.5.3.1-2.fc8.i386.rpm ... perl(:MODULE_COMPAT_5.8.8) perl(Exporter) perl(strict) ... Contents of perl-Git-1.5.3.1-2.fc8/usr/lib/perl5/vendor_perl/5.8.8/Git.pm ------------------------------------------------------------------------- Line 93 of Git.pm has a use Error qw(:try); statement inside a BEGIN block. Note: As a short term solution add a perl(Error) requirement to the perl-Git subpackpage of the git specfile. jpo -- Configure 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 Sep 19 23:21:25 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Sep 2007 19:21:25 -0400 Subject: [Bug 297121] New: Please Branch amavisd-new 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=297121 Summary: Please Branch amavisd-new for epel Product: Fedora Version: devel Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: amavisd-new AssignedTo: steve at silug.org ReportedBy: dennis at ausil.us QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Please branch and build amavisd-new 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 Thu Sep 20 00:11:15 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Sep 2007 20:11:15 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: Message-ID: <200709200011.l8K0BFub008667@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 steve at silug.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dennis at ausil.us ------- Additional Comments From steve at silug.org 2007-09-19 20:11 EST ------- *** Bug 297121 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 Sep 20 00:11:14 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Sep 2007 20:11:14 -0400 Subject: [Bug 297121] Please Branch amavisd-new for epel In-Reply-To: Message-ID: <200709200011.l8K0BEpD008634@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 Branch amavisd-new for epel https://bugzilla.redhat.com/show_bug.cgi?id=297121 steve at silug.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE ------- Additional Comments From steve at silug.org 2007-09-19 20:11 EST ------- *** This bug has been marked as a duplicate of 249079 *** -- Configure 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 Sep 20 12:24:22 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Sep 2007 08:24:22 -0400 Subject: [Bug 245592] Errno architecture i386-linux-thread-multi In-Reply-To: Message-ID: <200709201224.l8KCOMCX017615@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: Errno architecture i386-linux-thread-multi https://bugzilla.redhat.com/show_bug.cgi?id=245592 ------- Additional Comments From paul.goffin at dsl.pipex.com 2007-09-20 08:24 EST ------- Since the yum update mentioned in this bug, my system is pretty much hosed. The symptoms with CPAN are exactly the same as reported - there is plainly a clash with the architecture. As a result not only does CPAN not work for me but the RT installation this machine is actually used for is now down as apache & RT appear to be dependent on perl modules broken by the 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 Thu Sep 20 13:44:00 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Sep 2007 09:44:00 -0400 Subject: [Bug 245592] Errno architecture i386-linux-thread-multi In-Reply-To: Message-ID: <200709201344.l8KDi08I031149@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: Errno architecture i386-linux-thread-multi https://bugzilla.redhat.com/show_bug.cgi?id=245592 ------- Additional Comments From paul.goffin at dsl.pipex.com 2007-09-20 09:43 EST ------- FYI. I've found that editing the file: /usr/lib/perl5/site_perl/5.8.8/Errno.pm line 11. And changing line 11 so that the kernel version string matches the installed kernel I can get my Perl up and working again - CPAN works and my RT system is back on line. Obviously this is not a permanent fix but at least my site is back operational. -- Configure 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 Fri Sep 21 01:15:10 2007 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 20 Sep 2007 21:15:10 -0400 Subject: rpms/perl-Archive-Extract/devel .cvsignore, 1.8, 1.9 perl-Archive-Extract.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200709210115.l8L1FAd8016379@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Archive-Extract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16354 Modified Files: .cvsignore perl-Archive-Extract.spec sources Log Message: Update to 0.24. BR Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Archive-Extract/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 May 2007 21:37:17 -0000 1.8 +++ .cvsignore 21 Sep 2007 01:14:37 -0000 1.9 @@ -1 +1 @@ -Archive-Extract-0.22.tar.gz +Archive-Extract-0.24.tar.gz Index: perl-Archive-Extract.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Archive-Extract.spec 30 May 2007 21:37:17 -0000 1.8 +++ perl-Archive-Extract.spec 21 Sep 2007 01:14:37 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Archive-Extract -Version: 0.22 +Version: 0.24 Release: 1%{?dist} Summary: Generic archive extracting mechanism License: GPL or Artistic @@ -13,6 +13,7 @@ BuildRequires: perl(Locale::Maketext::Simple) BuildRequires: perl(Module::Load::Conditional) >= 0.04 BuildRequires: perl(Params::Check) >= 0.07 +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -48,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Thu Sep 20 2007 Steven Pritchard 0.24-1 +- Update to 0.24. +- BR Test::More. + * Wed May 30 2007 Steven Pritchard 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Archive-Extract/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 May 2007 21:37:17 -0000 1.8 +++ sources 21 Sep 2007 01:14:37 -0000 1.9 @@ -1 +1 @@ -a7e06d68f522383c726e986581eefd0d Archive-Extract-0.22.tar.gz +8dbdc264b6c52fbce859fab96928828e Archive-Extract-0.24.tar.gz From notting at fedoraproject.org Tue Sep 18 14:50:47 2007 From: notting at fedoraproject.org (Bill Nottingham) Date: Tue, 18 Sep 2007 10:50:47 -0400 Subject: rpms/perl-Finance-Quote/devel perl-Finance-Quote.spec,1.4,1.5 Message-ID: <200709181450.l8IEol0M013750@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/perl-Finance-Quote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13704 Modified Files: perl-Finance-Quote.spec Log Message: fix download url Index: perl-Finance-Quote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-Quote/devel/perl-Finance-Quote.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Finance-Quote.spec 3 Aug 2007 18:13:05 -0000 1.4 +++ perl-Finance-Quote.spec 18 Sep 2007 14:50:13 -0000 1.5 @@ -5,7 +5,7 @@ Group: Development/Libraries License: GPLv2+ URL: http://finance-quote.sourceforge.net/ -Source0: http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/Finance-Quote-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.net/finance-quote/Finance-Quote-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -43,8 +43,10 @@ %{perl_vendorlib}/Finance/ %{_mandir}/man3/*.3* - %changelog +* Tue Sep 18 2007 Bill Nottingham +- fix source download URL + * Fri Aug 3 2007 Bill Nottingham - tweak license tag From jima at fedoraproject.org Tue Sep 18 17:34:36 2007 From: jima at fedoraproject.org (Patrick Laughton) Date: Tue, 18 Sep 2007 13:34:36 -0400 Subject: rpms/perl-X11-Protocol/devel .cvsignore, 1.3, 1.4 perl-X11-Protocol.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200709181734.l8IHYaDD008409@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/pkgs/rpms/perl-X11-Protocol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8376 Modified Files: .cvsignore perl-X11-Protocol.spec sources Log Message: * Tue Sep 18 2007 Patrick "Jima" Laughton 0.56-1 - New upstream release (bugfix) - Added BR for perl(ExtUtils::MakeMaker) - License clarification - Minor spec cleanup, mainly to suppress rpmlint warnings Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-X11-Protocol/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 31 Mar 2006 18:07:02 -0000 1.3 +++ .cvsignore 18 Sep 2007 17:34:02 -0000 1.4 @@ -1 +1 @@ -X11-Protocol-0.55.tar.gz +X11-Protocol-0.56.tar.gz Index: perl-X11-Protocol.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-X11-Protocol/devel/perl-X11-Protocol.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-X11-Protocol.spec 15 Sep 2006 20:28:00 -0000 1.5 +++ perl-X11-Protocol.spec 18 Sep 2007 17:34:02 -0000 1.6 @@ -1,15 +1,16 @@ Name: perl-X11-Protocol -Version: 0.55 -Release: 5%{?dist} +Version: 0.56 +Release: 1%{?dist} Summary: X11-Protocol - Raw interface to X Window System servers Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/X11-Protocol/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-0.55.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/X11-Protocol-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -30,7 +31,7 @@ # Testing requires X - use "rpmbuild --with X" %if 0%{!?_with_X:1} %{__perl} -pi -e 'print "print \"Remaining tests require X\n\"; exit 0;" - if /Insert your test code below/;' test.pl + if /Insert your test code below/;' test.pl %endif perldoc -t perlartistic > Artistic @@ -69,6 +70,12 @@ %changelog +* Tue Sep 18 2007 Patrick "Jima" Laughton 0.56-1 +- New upstream release (bugfix) +- Added BR for perl(ExtUtils::MakeMaker) +- License clarification +- Minor spec cleanup, mainly to suppress rpmlint warnings + * Fri Sep 15 2006 Duncan Ferguson 0.55-5 - FC-6 rebuild requests Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-X11-Protocol/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Mar 2006 18:07:02 -0000 1.3 +++ sources 18 Sep 2007 17:34:02 -0000 1.4 @@ -1 +1 @@ -3d914cb8945105a8b96ec1497dee47e2 X11-Protocol-0.55.tar.gz +2260bad68d373b201b17c60d761e0f0a X11-Protocol-0.56.tar.gz From kevin at fedoraproject.org Wed Sep 19 03:57:46 2007 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 18 Sep 2007 23:57:46 -0400 Subject: rpms/perl-Test-Script - New directory Message-ID: <200709190357.l8J3vk3I022295@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Test-Script In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsO22266/rpms/perl-Test-Script Log Message: Directory /cvs/extras/rpms/perl-Test-Script added to the repository From kevin at fedoraproject.org Wed Sep 19 03:57:49 2007 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 18 Sep 2007 23:57:49 -0400 Subject: rpms/perl-Test-Script/devel - New directory Message-ID: <200709190357.l8J3vn2q022309@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Test-Script/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsO22266/rpms/perl-Test-Script/devel Log Message: Directory /cvs/extras/rpms/perl-Test-Script/devel added to the repository From kevin at fedoraproject.org Wed Sep 19 03:57:51 2007 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 18 Sep 2007 23:57:51 -0400 Subject: rpms/perl-Test-Script Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200709190357.l8J3vpAN022334@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Test-Script In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsO22266/rpms/perl-Test-Script Added Files: Makefile import.log Log Message: Setup of module perl-Test-Script --- NEW FILE Makefile --- # Top level Makefile for module perl-Test-Script 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 Wed Sep 19 03:57:53 2007 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 18 Sep 2007 23:57:53 -0400 Subject: rpms/perl-Test-Script/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200709190357.l8J3vrYp022350@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Test-Script/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsO22266/rpms/perl-Test-Script/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Test-Script --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Test-Script # $Id: Makefile,v 1.1 2007/09/19 03:57:51 kevin Exp $ NAME := perl-Test-Script 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 corsepiu at fedoraproject.org Wed Sep 19 04:07:24 2007 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 19 Sep 2007 00:07:24 -0400 Subject: rpms/perl-Test-Script/devel perl-Test-Script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200709190407.l8J47OdU028855@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28826 Modified Files: .cvsignore sources Added Files: perl-Test-Script.spec Log Message: Import. --- NEW FILE perl-Test-Script.spec --- Name: perl-Test-Script Version: 1.02 Release: 2%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Script/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution. %prep %setup -q -n Test-Script-%{version} # Broken permissions in tarball chmod -x Changes lib/Test/*pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 18 2007 Ralf Cors??pius - 1.02-2 - Reflect license tag changes. - BR: perl(Test::More). - Remove BR: perl. - Add chmod -x Changes lib/Test/*pm * Tue Aug 07 2007 Ralf Cors??pius - 1.02-1 - Specfile autogenerated by cpanspec 1.73. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Sep 2007 03:57:51 -0000 1.1 +++ .cvsignore 19 Sep 2007 04:06:50 -0000 1.2 @@ -0,0 +1 @@ +Test-Script-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Sep 2007 03:57:51 -0000 1.1 +++ sources 19 Sep 2007 04:06:50 -0000 1.2 @@ -0,0 +1 @@ +affeb47b8c7b9f1eb6ff346daa85784d Test-Script-1.02.tar.gz From corsepiu at fedoraproject.org Wed Sep 19 04:09:59 2007 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 19 Sep 2007 00:09:59 -0400 Subject: rpms/perl-Test-Script/F-7 perl-Test-Script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200709190409.l8J49xcI028944@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28923 Modified Files: .cvsignore sources Added Files: perl-Test-Script.spec Log Message: Import. --- NEW FILE perl-Test-Script.spec --- Name: perl-Test-Script Version: 1.02 Release: 2%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Script/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution. %prep %setup -q -n Test-Script-%{version} # Broken permissions in tarball chmod -x Changes lib/Test/*pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 18 2007 Ralf Cors??pius - 1.02-2 - Reflect license tag changes. - BR: perl(Test::More). - Remove BR: perl. - Add chmod -x Changes lib/Test/*pm * Tue Aug 07 2007 Ralf Cors??pius - 1.02-1 - Specfile autogenerated by cpanspec 1.73. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-7/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Sep 2007 03:57:51 -0000 1.1 +++ .cvsignore 19 Sep 2007 04:09:26 -0000 1.2 @@ -0,0 +1 @@ +Test-Script-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-7/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Sep 2007 03:57:51 -0000 1.1 +++ sources 19 Sep 2007 04:09:26 -0000 1.2 @@ -0,0 +1 @@ +affeb47b8c7b9f1eb6ff346daa85784d Test-Script-1.02.tar.gz From corsepiu at fedoraproject.org Wed Sep 19 04:11:18 2007 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 19 Sep 2007 00:11:18 -0400 Subject: rpms/perl-Test-Script/FC-6 perl-Test-Script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200709190411.l8J4BImf029038@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29012 Modified Files: .cvsignore sources Added Files: perl-Test-Script.spec Log Message: Import. --- NEW FILE perl-Test-Script.spec --- Name: perl-Test-Script Version: 1.02 Release: 2%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Script/ Source0: http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The intent of this module is to provide a series of basic tests for scripts in the bin directory of your Perl distribution. %prep %setup -q -n Test-Script-%{version} # Broken permissions in tarball chmod -x Changes lib/Test/*pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 18 2007 Ralf Cors??pius - 1.02-2 - Reflect license tag changes. - BR: perl(Test::More). - Remove BR: perl. - Add chmod -x Changes lib/Test/*pm * Tue Aug 07 2007 Ralf Cors??pius - 1.02-1 - Specfile autogenerated by cpanspec 1.73. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/FC-6/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Sep 2007 03:57:51 -0000 1.1 +++ .cvsignore 19 Sep 2007 04:10:46 -0000 1.2 @@ -0,0 +1 @@ +Test-Script-1.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/FC-6/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Sep 2007 03:57:51 -0000 1.1 +++ sources 19 Sep 2007 04:10:46 -0000 1.2 @@ -0,0 +1 @@ +affeb47b8c7b9f1eb6ff346daa85784d Test-Script-1.02.tar.gz From corsepiu at fedoraproject.org Wed Sep 19 12:32:17 2007 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 19 Sep 2007 08:32:17 -0400 Subject: rpms/perl-Test-Inline/devel .cvsignore, 1.3, 1.4 perl-Test-Inline.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200709191232.l8JCWHdR029162@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Inline/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29131 Modified Files: .cvsignore perl-Test-Inline.spec sources Log Message: * Wed Sep 19 2007 Ralf Cors??pius - 2.207-1 - Upstream update. - Disable AUTOMATED_TESTING. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Jan 2007 04:22:23 -0000 1.3 +++ .cvsignore 19 Sep 2007 12:31:45 -0000 1.4 @@ -1 +1 @@ -Test-Inline-2.201.tar.gz +Test-Inline-2.207.tar.gz Index: perl-Test-Inline.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/devel/perl-Test-Inline.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Inline.spec 18 Jan 2007 04:43:16 -0000 1.8 +++ perl-Test-Inline.spec 19 Sep 2007 12:31:45 -0000 1.9 @@ -1,8 +1,8 @@ Name: perl-Test-Inline -Version: 2.201 -Release: 2%{?dist} +Version: 2.207 +Release: 1%{?dist} Summary: Test::Inline Perl module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Inline/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Inline-%{version}.tar.gz @@ -16,7 +16,8 @@ BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(List::Util) >= 1.11 BuildRequires: perl(Getopt::Long) >= 2.34 -BuildRequires: perl(File::Remove) +BuildRequires: perl(File::chmod) +BuildRequires: perl(File::Remove) >= 0.34 BuildRequires: perl(File::Slurp) >= 9999.04 BuildRequires: perl(File::Find::Rule) >= 0.26 BuildRequires: perl(Config::Tiny) >= 2.00 @@ -26,6 +27,7 @@ BuildRequires: perl(File::Flat) >= 1.00 BuildRequires: perl(Pod::Tests) >= 0.18 BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Script) # RPM misses these deps Requires: perl(File::Flat) @@ -61,7 +63,9 @@ rm -rf $RPM_BUILD_ROOT %check -make test AUTOMATED_TESTING=1 +# Something is broken with AUTOMATED_TESTING +# make test AUTOMATED_TESTING=1 +make test %files %defattr(-,root,root,-) @@ -72,6 +76,16 @@ %{_mandir}/man3/* %changelog +* Wed Sep 19 2007 Ralf Cors??pius - 2.207-1 +- Upstream update. +- Disable AUTOMATED_TESTING. + +* Tue Aug 07 2007 Ralf Cors??pius - 2.205-1 +- Upstream update. + +* Tue Jul 10 2007 Ralf Cors??pius - 2.202-1 +- Upstream update. + * Wed Jan 18 2007 Ralf Cors??pius - 2.201-2 - BR: perl(File::Remove). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Jan 2007 04:22:23 -0000 1.3 +++ sources 19 Sep 2007 12:31:45 -0000 1.4 @@ -1 +1 @@ -6c6a444c2044f11776dab50ae0030121 Test-Inline-2.201.tar.gz +7530c2dee1d9547acd78dd4ca17ffbb3 Test-Inline-2.207.tar.gz From corsepiu at fedoraproject.org Thu Sep 20 02:02:33 2007 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 19 Sep 2007 22:02:33 -0400 Subject: rpms/perl-Test-Inline/F-7 .cvsignore, 1.3, 1.4 perl-Test-Inline.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200709200202.l8K22XFc010198@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Inline/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10087 Modified Files: .cvsignore perl-Test-Inline.spec sources Log Message: * Wed Sep 19 2007 Ralf Cors??pius - 2.207-1 - Upstream update. - Disable AUTOMATED_TESTING. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-7/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Jan 2007 04:22:23 -0000 1.3 +++ .cvsignore 20 Sep 2007 02:01:59 -0000 1.4 @@ -1 +1 @@ -Test-Inline-2.201.tar.gz +Test-Inline-2.207.tar.gz Index: perl-Test-Inline.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-7/perl-Test-Inline.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Inline.spec 18 Jan 2007 04:43:16 -0000 1.8 +++ perl-Test-Inline.spec 20 Sep 2007 02:01:59 -0000 1.9 @@ -1,8 +1,8 @@ Name: perl-Test-Inline -Version: 2.201 -Release: 2%{?dist} +Version: 2.207 +Release: 1%{?dist} Summary: Test::Inline Perl module -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Inline/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-Inline-%{version}.tar.gz @@ -16,7 +16,8 @@ BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(List::Util) >= 1.11 BuildRequires: perl(Getopt::Long) >= 2.34 -BuildRequires: perl(File::Remove) +BuildRequires: perl(File::chmod) +BuildRequires: perl(File::Remove) >= 0.34 BuildRequires: perl(File::Slurp) >= 9999.04 BuildRequires: perl(File::Find::Rule) >= 0.26 BuildRequires: perl(Config::Tiny) >= 2.00 @@ -26,6 +27,7 @@ BuildRequires: perl(File::Flat) >= 1.00 BuildRequires: perl(Pod::Tests) >= 0.18 BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Script) # RPM misses these deps Requires: perl(File::Flat) @@ -61,7 +63,9 @@ rm -rf $RPM_BUILD_ROOT %check -make test AUTOMATED_TESTING=1 +# Something is broken with AUTOMATED_TESTING +# make test AUTOMATED_TESTING=1 +make test %files %defattr(-,root,root,-) @@ -72,6 +76,16 @@ %{_mandir}/man3/* %changelog +* Wed Sep 19 2007 Ralf Cors??pius - 2.207-1 +- Upstream update. +- Disable AUTOMATED_TESTING. + +* Tue Aug 07 2007 Ralf Cors??pius - 2.205-1 +- Upstream update. + +* Tue Jul 10 2007 Ralf Cors??pius - 2.202-1 +- Upstream update. + * Wed Jan 18 2007 Ralf Cors??pius - 2.201-2 - BR: perl(File::Remove). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-7/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Jan 2007 04:22:23 -0000 1.3 +++ sources 20 Sep 2007 02:01:59 -0000 1.4 @@ -1 +1 @@ -6c6a444c2044f11776dab50ae0030121 Test-Inline-2.201.tar.gz +7530c2dee1d9547acd78dd4ca17ffbb3 Test-Inline-2.207.tar.gz From bugzilla at redhat.com Tue Sep 25 17:35:52 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Sep 2007 13:35:52 -0400 Subject: [Bug 305691] New: Please Branch 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=305691 Summary: Please Branch for EPEL Product: Fedora Version: devel Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Authen-SASL AssignedTo: jpo at di.uminho.pt ReportedBy: dennis at ausil.us QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: The only remaining blocker to amavisd-new being in EPEL is perl-Authen-SASL please branch and build 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 Tue Sep 25 17:41:02 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 25 Sep 2007 13:41:02 -0400 Subject: [Bug 305721] New: branch 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=305721 Summary: branch for EPEL Product: Fedora Version: devel Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-MLDBM AssignedTo: jpo at di.uminho.pt ReportedBy: dennis at ausil.us QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Please branch perl-MLDBM for EPEL perl-BerkleyDB requires its -- Configure 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 chris at chrisgrau.com Wed Sep 26 16:04:03 2007 From: chris at chrisgrau.com (Chris Grau) Date: Wed, 26 Sep 2007 09:04:03 -0700 Subject: Discussion on "dual-life" modules Message-ID: <20070926160403.GB13053@chrisgrau.com> http://use.perl.org/~Alias/journal/34546 I thought this might be interesting to the Fedora Perl packagers. Maybe someone has some insight they can share in the discussion on use Perl. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bugzilla at redhat.com Thu Sep 27 12:56:04 2007 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 27 Sep 2007 08:56:04 -0400 Subject: [Bug 249807] License issues with dependency on File::chmod In-Reply-To: Message-ID: <200709271256.l8RCu4FM023213@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: License issues with dependency on File::chmod https://bugzilla.redhat.com/show_bug.cgi?id=249807 Bug 249807 depends on bug 251128, which changed state. Bug 251128 Summary: Review Request: perl-Test-Script - Cross-platform basic tests for scripts https://bugzilla.redhat.com/show_bug.cgi?id=251128 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From jkeating at fedoraproject.org Mon Sep 24 17:36:54 2007 From: jkeating at fedoraproject.org (Jesse Keating) Date: Mon, 24 Sep 2007 13:36:54 -0400 Subject: rpms/perl-DBD-SQLite2/devel perl-DBD-SQLite2.spec,1.7,1.8 Message-ID: <200709241736.l8OHasFB015190@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/perl-DBD-SQLite2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15161 Modified Files: perl-DBD-SQLite2.spec Log Message: * Mon Sep 24 2007 Jesse Keating - 0.33-8 - Fall back to internal sqlite2, we don't ship sqlite2 in Fedora anymore. Index: perl-DBD-SQLite2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite2/devel/perl-DBD-SQLite2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-DBD-SQLite2.spec 24 Aug 2007 21:47:14 -0000 1.7 +++ perl-DBD-SQLite2.spec 24 Sep 2007 17:36:21 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite2 Version: 0.33 -Release: 7%{?dist}.1 +Release: 8%{?dist} Summary: Self Contained RDBMS in a DBI Driver (sqlite 2.x) Group: Development/Libraries License: GPL+ or Artistic @@ -10,7 +10,7 @@ Patch0: DBD-SQLite2-systemlibs.patch BuildRequires: perl(DBI), perl(Test::More) -BuildRequires: sqlite2-devel +#BuildRequires: sqlite2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -48,6 +48,9 @@ %changelog +* Mon Sep 24 2007 Jesse Keating - 0.33-8 +- Fall back to internal sqlite2, we don't ship sqlite2 in Fedora anymore. + * Fri Aug 24 2007 Tom "spot" Callaway 0.33-7 - license fix From notting at fedoraproject.org Wed Sep 26 15:53:50 2007 From: notting at fedoraproject.org (Bill Nottingham) Date: Wed, 26 Sep 2007 11:53:50 -0400 Subject: rpms/perl-Finance-Quote/devel perl-Finance-Quote.spec,1.5,1.6 Message-ID: <200709261553.l8QFrohV021014@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/perl-Finance-Quote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20996 Modified Files: perl-Finance-Quote.spec Log Message: add missing buildreq Index: perl-Finance-Quote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Finance-Quote/devel/perl-Finance-Quote.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Finance-Quote.spec 18 Sep 2007 14:50:13 -0000 1.5 +++ perl-Finance-Quote.spec 26 Sep 2007 15:53:18 -0000 1.6 @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(HTML::TableExtract) +BuildRequires: perl(HTML::TableExtract) perl(ExtUtils::MakeMaker) %description This module retrieves stock and mutual fund quotes from various exchanges @@ -44,6 +44,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Sep 26 2007 Bill Nottingham +- add perl(ExtUtils::MakeMaker) buildreq + * Tue Sep 18 2007 Bill Nottingham - fix source download URL From tmz at pobox.com Thu Sep 27 17:17:19 2007 From: tmz at pobox.com (Todd Zullinger) Date: Thu, 27 Sep 2007 13:17:19 -0400 Subject: cpan2rpm license Message-ID: <20070927171719.GB24718@psilocybe.teonanacatl.org> Hi Gavin, Looking over package license tags (for fun and profit), I noticed that cpan2rpm has been listed as "License: Artistic" for quite a while. I don't think this is correct now and I'm not sure if it ever was. Looking at: http://search.cpan.org/dist/cpan2rpm/cpan2rpm#LICENCE_AND_COPYRIGHT http://search.cpan.org/src/ECALDER/cpan2rpm-2.028/LICENSE http://search.cpan.org/src/ECALDER/cpan2rpm-2.028/cpan2rpm it seems the license is GPLv2+. If you concur, can you update the license tag? (There's no need to push an update for stable releases just for this fix, but it'd be nice to get it into cvs.) Thanks! -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't look for me in daylight where robots all assemble. You'll find me in my dark world, in my smoke-filled temple. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 542 bytes Desc: not available URL: From abompard at fedoraproject.org Thu Sep 27 18:06:31 2007 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 27 Sep 2007 14:06:31 -0400 Subject: rpms/perl-Jcode/devel perl-Jcode.spec,1.14,1.15 Message-ID: <200709271806.l8RI6Vbp013732@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/perl-Jcode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13612 Modified Files: perl-Jcode.spec Log Message: * Thu Sep 27 2007 Aurelien Bompard 2.06-5 - fix license (thanks Tom) Index: perl-Jcode.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/perl-Jcode.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Jcode.spec 26 Aug 2007 09:28:42 -0000 1.14 +++ perl-Jcode.spec 27 Sep 2007 18:05:57 -0000 1.15 @@ -1,10 +1,10 @@ Name: perl-Jcode Version: 2.06 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl extension interface for converting Japanese text -License: (GPL+ or Artistic) and (GPLv2+ or Artistic) +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Jcode/ Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.06.tar.gz @@ -51,6 +51,9 @@ %changelog +* Thu Sep 27 2007 Aurelien Bompard 2.06-5 +- fix license (thanks Tom) + * Sun Aug 26 2007 Aurelien Bompard 2.06-4 - fix license tag (like perl itself) From abompard at fedoraproject.org Thu Sep 27 18:08:53 2007 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 27 Sep 2007 14:08:53 -0400 Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec,1.10,1.11 Message-ID: <200709271808.l8RI8rtK013831@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/perl-Unicode-Map/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13810 Modified Files: perl-Unicode-Map.spec Log Message: * Thu Sep 27 2007 Aurelien Bompard 0.112-11 - fix license tag (thanks Tom) Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Unicode-Map.spec 26 Aug 2007 09:28:00 -0000 1.10 +++ perl-Unicode-Map.spec 27 Sep 2007 18:08:18 -0000 1.11 @@ -2,12 +2,12 @@ Name: perl-Unicode-Map Version: 0.112 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Perl module for mapping charsets from and to utf16 unicode Group: Development/Libraries -License: (GPL+ or Artistic) and (GPLv2+ or Artistic) +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Unicode-Map/ Source0: http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Unicode-Map-0.112.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -75,6 +75,9 @@ %changelog +* Thu Sep 27 2007 Aurelien Bompard 0.112-11 +- fix license tag (thanks Tom) + * Sun Aug 26 2007 Aurelien Bompard 0.112-10 - rebuild for BuildID - fix license tag (like perl itself) From abompard at fedoraproject.org Thu Sep 27 18:20:31 2007 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 27 Sep 2007 14:20:31 -0400 Subject: rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec,1.14,1.15 Message-ID: <200709271820.l8RIKVLL014727@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/perl-Unicode-Map8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14689 Modified Files: perl-Unicode-Map8.spec Log Message: * Thu Sep 27 2007 Aurelien Bompard 0.12-14 - fix license tag again (thanks Tom) Index: perl-Unicode-Map8.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Unicode-Map8.spec 26 Aug 2007 09:30:22 -0000 1.14 +++ perl-Unicode-Map8.spec 27 Sep 2007 18:19:58 -0000 1.15 @@ -2,12 +2,12 @@ Name: perl-Unicode-Map8 Version: 0.12 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Mapping table between 8-bit chars and Unicode for Perl Group: Development/Libraries -License: (GPL+ or Artistic) and (GPLv2+ or Artistic) +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Unicode-Map8/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz Patch0: perl-Unicode-Map8-0.12-declaration.patch @@ -66,6 +66,9 @@ %changelog +* Thu Sep 27 2007 Aurelien Bompard 0.12-14 +- fix license tag again (thanks Tom) + * Sun Aug 26 2007 Aurelien Bompard 0.12-13 - fix license tag (like perl itself) From abompard at fedoraproject.org Thu Sep 27 18:23:26 2007 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 27 Sep 2007 14:23:26 -0400 Subject: rpms/perl-Unicode-MapUTF8/devel perl-Unicode-MapUTF8.spec, 1.12, 1.13 Message-ID: <200709271823.l8RINQXj015111@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/perl-Unicode-MapUTF8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15020 Modified Files: perl-Unicode-MapUTF8.spec Log Message: * Thu Sep 27 2007 Aurelien Bompard 1.11-6 - fix license tag again (thanks Tom) Index: perl-Unicode-MapUTF8.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-MapUTF8/devel/perl-Unicode-MapUTF8.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Unicode-MapUTF8.spec 26 Aug 2007 09:31:25 -0000 1.12 +++ perl-Unicode-MapUTF8.spec 27 Sep 2007 18:22:53 -0000 1.13 @@ -2,12 +2,12 @@ Name: perl-Unicode-MapUTF8 Version: 1.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Conversions to and from arbitrary character sets and UTF8 Group: Development/Libraries -License: (GPL+ or Artistic) and (GPLv2+ or Artistic) +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Unicode-MapUTF8/ Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-1.11.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,6 +64,9 @@ %changelog +* Thu Sep 27 2007 Aurelien Bompard 1.11-6 +- fix license tag again (thanks Tom) + * Sun Aug 26 2007 Aurelien Bompard 1.11-5 - fix license tag (like perl itself) From abompard at fedoraproject.org Thu Sep 27 18:45:46 2007 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 27 Sep 2007 14:45:46 -0400 Subject: rpms/perl-Unicode-String/devel perl-Unicode-String.spec,1.11,1.12 Message-ID: <200709271845.l8RIjkhY016140@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/perl-Unicode-String/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16081 Modified Files: perl-Unicode-String.spec Log Message: * Thu Sep 27 2007 Aurelien Bompard 2.09-5 - fix license tag again (thanks Tom) Index: perl-Unicode-String.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-String/devel/perl-Unicode-String.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Unicode-String.spec 26 Aug 2007 09:32:23 -0000 1.11 +++ perl-Unicode-String.spec 27 Sep 2007 18:45:12 -0000 1.12 @@ -2,7 +2,7 @@ Name: perl-Unicode-String Version: 2.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl modules to handle various Unicode issues @@ -56,6 +56,9 @@ %changelog +* Thu Sep 27 2007 Aurelien Bompard 2.09-5 +- fix license tag again (thanks Tom) + * Sun Aug 26 2007 Aurelien Bompard 2.09-4 - fix license tag (like perl itself) From wtogami at fedoraproject.org Thu Sep 27 21:09:00 2007 From: wtogami at fedoraproject.org (Warren Togami) Date: Thu, 27 Sep 2007 17:09:00 -0400 Subject: rpms/perl-Net-Netmask/devel .cvsignore, 1.6, 1.7 perl-Net-Netmask.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200709272109.l8RL908b011532@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-Net-Netmask/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11492 Modified Files: .cvsignore perl-Net-Netmask.spec sources Log Message: 1.9015, update license tag Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 May 2006 18:56:14 -0000 1.6 +++ .cvsignore 27 Sep 2007 21:08:26 -0000 1.7 @@ -1 +1 @@ -Net-Netmask-1.9012.tar.gz +Net-Netmask-1.9015.tar.gz Index: perl-Net-Netmask.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/devel/perl-Net-Netmask.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Net-Netmask.spec 14 Sep 2006 15:30:43 -0000 1.11 +++ perl-Net-Netmask.spec 27 Sep 2007 21:08:26 -0000 1.12 @@ -1,17 +1,16 @@ Name: perl-Net-Netmask -Version: 1.9012 -Release: 3%{?dist} +Version: 1.9015 +Release: 1%{?dist} Summary: Perl module for manipulation and lookup of IP network blocks Group: Development/Libraries -License: Artistic +License: Copyright only URL: http://search.cpan.org/dist/Net-Netmask/ Source0: http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::Netmask parses and understands IPv4 CIDR blocks. It's built with @@ -52,6 +51,9 @@ %changelog +* Thu Sep 27 2007 Warren Togami - 1.9015-1 +- 1.9015, update license tag + * Thu Sep 14 2006 Warren Togami - 1.9012-3 - rebuild for FC6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 May 2006 18:56:14 -0000 1.6 +++ sources 27 Sep 2007 21:08:26 -0000 1.7 @@ -1 +1 @@ -3d81d214e0203863dbc170029f2d3502 Net-Netmask-1.9012.tar.gz +90298105cd17a5c2a4059297e09f1546 Net-Netmask-1.9015.tar.gz From wtogami at fedoraproject.org Thu Sep 27 21:23:12 2007 From: wtogami at fedoraproject.org (Warren Togami) Date: Thu, 27 Sep 2007 17:23:12 -0400 Subject: rpms/perl-Net-Netmask/devel perl-Net-Netmask.spec,1.12,1.13 Message-ID: <200709272123.l8RLNCwH012720@cvs-int.fedora.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-Net-Netmask/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12678 Modified Files: perl-Net-Netmask.spec Log Message: add buildreqs Index: perl-Net-Netmask.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/devel/perl-Net-Netmask.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Net-Netmask.spec 27 Sep 2007 21:08:26 -0000 1.12 +++ perl-Net-Netmask.spec 27 Sep 2007 21:22:39 -0000 1.13 @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) %description Net::Netmask parses and understands IPv4 CIDR blocks. It's built with From jcollie at fedoraproject.org Thu Sep 27 22:02:21 2007 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Thu, 27 Sep 2007 18:02:21 -0400 Subject: rpms/perl-Net-SNPP/devel perl-Net-SNPP.spec,1.1,1.2 Message-ID: <200709272202.l8RM2LUL022461@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22390 Modified Files: perl-Net-SNPP.spec Log Message: Update license tag. Index: perl-Net-SNPP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SNPP/devel/perl-Net-SNPP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Net-SNPP.spec 7 Dec 2006 12:43:34 -0000 1.1 +++ perl-Net-SNPP.spec 27 Sep 2007 22:01:45 -0000 1.2 @@ -4,7 +4,7 @@ Summary: Perl modules for the Simple Network Pager Protocol Group: Development/Libraries -License: Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Net-SNPP/ Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOBEYA/Net-SNPP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -45,6 +45,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-2 +- Update license tag. + * Thu Dec 7 2006 Jeffrey C. Ollie - 1.17-2 - Fix typo in summary From jcollie at fedoraproject.org Thu Sep 27 23:54:58 2007 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Thu, 27 Sep 2007 19:54:58 -0400 Subject: rpms/perl-Net-SNPP/devel perl-Net-SNPP.spec,1.2,1.3 Message-ID: <200709272354.l8RNswea000510@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv492 Modified Files: perl-Net-SNPP.spec Log Message: Fix BR. Index: perl-Net-SNPP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SNPP/devel/perl-Net-SNPP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-SNPP.spec 27 Sep 2007 22:01:45 -0000 1.2 +++ perl-Net-SNPP.spec 27 Sep 2007 23:54:25 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Net-SNPP Version: 1.17 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Perl modules for the Simple Network Pager Protocol Group: Development/Libraries @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,7 +46,10 @@ %{_mandir}/man3/*.3* %changelog -* Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-2 +* Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-4 +- Fix BR + +* Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-3 - Update license tag. * Thu Dec 7 2006 Jeffrey C. Ollie - 1.17-2 From jcollie at fedoraproject.org Fri Sep 28 02:30:11 2007 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Thu, 27 Sep 2007 22:30:11 -0400 Subject: rpms/perl-Net-SNPP/devel perl-Net-SNPP.spec,1.3,1.4 Message-ID: <200709280230.l8S2UBQU023765@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/perl-Net-SNPP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23666 Modified Files: perl-Net-SNPP.spec Log Message: More BR fixes. Index: perl-Net-SNPP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SNPP/devel/perl-Net-SNPP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-SNPP.spec 27 Sep 2007 23:54:25 -0000 1.3 +++ perl-Net-SNPP.spec 28 Sep 2007 02:29:34 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-SNPP Version: 1.17 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl modules for the Simple Network Pager Protocol Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -46,6 +47,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-5 +- More BR fixes. + * Thu Sep 27 2007 Jeffrey C. Ollie - 1.17-4 - Fix BR From xulchris at fedoraproject.org Sun Sep 30 14:44:15 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:44:15 -0400 Subject: rpms/perl-MP3-Info/F-7 .cvsignore, 1.4, 1.5 perl-MP3-Info.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200709301444.l8UEiFtZ026177@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25856/F-7 Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Sep 2007 18:43:47 -0000 1.4 +++ .cvsignore 30 Sep 2007 14:43:42 -0000 1.5 @@ -1 +1 @@ -MP3-Info-1.22.tar.gz +MP3-Info-1.23.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/perl-MP3-Info.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MP3-Info.spec 8 Sep 2007 19:03:05 -0000 1.8 +++ perl-MP3-Info.spec 30 Sep 2007 14:43:42 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.22 -Release: 3%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sun Sep 30 2007 Christopher Stone 1.23-1 +- Upstream sync + * Sat Sep 08 2007 Christopher Stone 1.22-3 - Add BuildRequires perl(Test::More) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2007 18:43:47 -0000 1.4 +++ sources 30 Sep 2007 14:43:42 -0000 1.5 @@ -1 +1 @@ -ed00c6821951d98c00a70bc02e6cb82f MP3-Info-1.22.tar.gz +fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz From xulchris at fedoraproject.org Sun Sep 30 14:44:19 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:44:19 -0400 Subject: rpms/perl-MP3-Info/FC-6 .cvsignore, 1.4, 1.5 perl-MP3-Info.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200709301444.l8UEiJod026182@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25856/FC-6 Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/FC-6/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Sep 2007 18:43:50 -0000 1.4 +++ .cvsignore 30 Sep 2007 14:43:45 -0000 1.5 @@ -1 +1 @@ -MP3-Info-1.22.tar.gz +MP3-Info-1.23.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/FC-6/perl-MP3-Info.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-MP3-Info.spec 8 Sep 2007 19:03:09 -0000 1.7 +++ perl-MP3-Info.spec 30 Sep 2007 14:43:45 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.22 -Release: 3%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sun Sep 30 2007 Christopher Stone 1.23-1 +- Upstream sync + * Sat Sep 08 2007 Christopher Stone 1.22-3 - Add BuildRequires perl(Test::More) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/FC-6/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2007 18:43:50 -0000 1.4 +++ sources 30 Sep 2007 14:43:45 -0000 1.5 @@ -1 +1 @@ -ed00c6821951d98c00a70bc02e6cb82f MP3-Info-1.22.tar.gz +fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz From xulchris at fedoraproject.org Sun Sep 30 14:44:21 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:44:21 -0400 Subject: rpms/perl-MP3-Info/devel .cvsignore, 1.4, 1.5 perl-MP3-Info.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200709301444.l8UEiLJP026187@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25856/devel Modified Files: .cvsignore perl-MP3-Info.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Sep 2007 18:43:53 -0000 1.4 +++ .cvsignore 30 Sep 2007 14:43:49 -0000 1.5 @@ -1 +1 @@ -MP3-Info-1.22.tar.gz +MP3-Info-1.23.tar.gz Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/perl-MP3-Info.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MP3-Info.spec 8 Sep 2007 19:03:13 -0000 1.8 +++ perl-MP3-Info.spec 30 Sep 2007 14:43:49 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-MP3-Info -Version: 1.22 -Release: 3%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sun Sep 30 2007 Christopher Stone 1.23-1 +- Upstream sync + * Sat Sep 08 2007 Christopher Stone 1.22-3 - Add BuildRequires perl(Test::More) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2007 18:43:53 -0000 1.4 +++ sources 30 Sep 2007 14:43:49 -0000 1.5 @@ -1 +1 @@ -ed00c6821951d98c00a70bc02e6cb82f MP3-Info-1.22.tar.gz +fd0b5e0d88ee01454180e3941ab11541 MP3-Info-1.23.tar.gz From xulchris at fedoraproject.org Sun Sep 30 14:47:14 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:47:14 -0400 Subject: rpms/perl-MP3-Info/F-7 perl-MP3-Info.spec,1.9,1.10 Message-ID: <200709301447.l8UElEFS026358@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26265/F-7 Modified Files: perl-MP3-Info.spec Log Message: fix license tag Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/F-7/perl-MP3-Info.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-MP3-Info.spec 30 Sep 2007 14:43:42 -0000 1.9 +++ perl-MP3-Info.spec 30 Sep 2007 14:46:42 -0000 1.10 @@ -4,7 +4,7 @@ Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries -License: Artistic or GPL +License: GPL+ or Artistic URL: http://search.cpan.org/dist/MP3-Info Source0: http://www.cpan.org/modules/by-module/MP3/MP3-Info-%{version}.tar.gz From xulchris at fedoraproject.org Sun Sep 30 14:47:17 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:47:17 -0400 Subject: rpms/perl-MP3-Info/FC-6 perl-MP3-Info.spec,1.8,1.9 Message-ID: <200709301447.l8UElH4Y026361@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/FC-6 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26265/FC-6 Modified Files: perl-MP3-Info.spec Log Message: fix license tag Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/FC-6/perl-MP3-Info.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MP3-Info.spec 30 Sep 2007 14:43:45 -0000 1.8 +++ perl-MP3-Info.spec 30 Sep 2007 14:46:44 -0000 1.9 @@ -4,7 +4,7 @@ Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries -License: Artistic or GPL +License: GPL+ or Artistic URL: http://search.cpan.org/dist/MP3-Info Source0: http://www.cpan.org/modules/by-module/MP3/MP3-Info-%{version}.tar.gz From xulchris at fedoraproject.org Sun Sep 30 14:47:20 2007 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sun, 30 Sep 2007 10:47:20 -0400 Subject: rpms/perl-MP3-Info/devel perl-MP3-Info.spec,1.9,1.10 Message-ID: <200709301447.l8UElKGm026364@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/perl-MP3-Info/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26265/devel Modified Files: perl-MP3-Info.spec Log Message: fix license tag Index: perl-MP3-Info.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MP3-Info/devel/perl-MP3-Info.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-MP3-Info.spec 30 Sep 2007 14:43:49 -0000 1.9 +++ perl-MP3-Info.spec 30 Sep 2007 14:46:47 -0000 1.10 @@ -4,7 +4,7 @@ Summary: Manipulate / fetch info from MP3 audio files Group: Development/Libraries -License: Artistic or GPL +License: GPL+ or Artistic URL: http://search.cpan.org/dist/MP3-Info Source0: http://www.cpan.org/modules/by-module/MP3/MP3-Info-%{version}.tar.gz