From cweyl at fedoraproject.org Sun Jun 1 17:35:16 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Jun 2008 17:35:16 GMT Subject: rpms/perl-Catalyst-View-TT/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806011735.m51HZG6f025308@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25223 Modified Files: .cvsignore sources Log Message: * Wed May 28 2008 Chris Weyl 0.27-1 - update to 0.27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Mar 2008 16:33:00 -0000 1.2 +++ .cvsignore 1 Jun 2008 17:34:19 -0000 1.3 @@ -1 +1 @@ -Catalyst-View-TT-0.26.tar.gz +Catalyst-View-TT-0.27.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Mar 2008 16:33:00 -0000 1.2 +++ sources 1 Jun 2008 17:34:19 -0000 1.3 @@ -1 +1 @@ -653f58f818a1b0b3d0ad28b62c13241b Catalyst-View-TT-0.26.tar.gz +fd3a94630bb5a4191182a2a03d0cd8b0 Catalyst-View-TT-0.27.tar.gz From kevin at fedoraproject.org Sun Jun 1 17:35:25 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 1 Jun 2008 17:35:25 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie - New directory Message-ID: <200806011735.m51HZPEv025347@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsD25280/rpms/perl-Catalyst-Plugin-Session-State-Cookie Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie added to the repository From kevin at fedoraproject.org Sun Jun 1 17:35:36 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 1 Jun 2008 17:35:36 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel - New directory Message-ID: <200806011735.m51HZaXm025379@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsD25280/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel added to the repository From kevin at fedoraproject.org Sun Jun 1 17:35:48 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 1 Jun 2008 17:35:48 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200806011735.m51HZmsx025439@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsD25280/rpms/perl-Catalyst-Plugin-Session-State-Cookie Added Files: Makefile import.log Log Message: Setup of module perl-Catalyst-Plugin-Session-State-Cookie --- NEW FILE Makefile --- # Top level Makefile for module perl-Catalyst-Plugin-Session-State-Cookie 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 Sun Jun 1 17:36:07 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 1 Jun 2008 17:36:07 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806011736.m51Ha7hM025460@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsD25280/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Catalyst-Plugin-Session-State-Cookie --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Catalyst-Plugin-Session-State-Cookie # $Id: Makefile,v 1.1 2008/06/01 17:35:48 kevin Exp $ NAME := perl-Catalyst-Plugin-Session-State-Cookie SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From bugzilla at redhat.com Sun Jun 1 17:49:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Jun 2008 13:49:32 -0400 Subject: [Bug 434038] perl-Math-Random-MT-Auto failed massrebuild attempt for GCC 4.3 In-Reply-To: Message-ID: <200806011749.m51HnW6b005621@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-Math-Random-MT-Auto failed massrebuild attempt for GCC 4.3 https://bugzilla.redhat.com/show_bug.cgi?id=434038 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |6.12 Resolution| |CURRENTRELEASE ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-14 01:23 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-01 13:49 EST ------- I believe this to be resolved, based on the update to 6.12 in F-9+... Please reopen if I'm mistaken :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Sun Jun 1 18:02:45 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Jun 2008 18:02:45 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel perl-Catalyst-Plugin-Session-State-Cookie.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806011802.m51I2jAB032641@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32594/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Session-State-Cookie.spec Log Message: initial commit --- NEW FILE perl-Catalyst-Plugin-Session-State-Cookie.spec --- Name: perl-Catalyst-Plugin-Session-State-Cookie Version: 0.09 Release: 1%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automatically picked up Requires: perl(Catalyst::Plugin::Session) >= 0.19 %description In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin provides a way to store the session ID on the client, through a cookie. %prep %setup -q -n Catalyst-Plugin-Session-State-Cookie-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` %{__perl_provides} $FOO EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu May 29 2008 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.74. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Jun 2008 17:35:48 -0000 1.1 +++ .cvsignore 1 Jun 2008 18:01:59 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Jun 2008 17:35:48 -0000 1.1 +++ sources 1 Jun 2008 18:01:59 -0000 1.2 @@ -0,0 +1 @@ +0eb184e081051ca284c2952ba6db59f7 Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz From cweyl at fedoraproject.org Sun Jun 1 18:07:12 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Jun 2008 18:07:12 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.1, 1.2 Message-ID: <200806011807.m51I7CAr000320@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32759 Modified Files: perl-Catalyst-Plugin-Session-State-Cookie.spec Log Message: release bump Index: perl-Catalyst-Plugin-Session-State-Cookie.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/perl-Catalyst-Plugin-Session-State-Cookie.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 1 Jun 2008 18:01:59 -0000 1.1 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 1 Jun 2008 18:06:28 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries @@ -70,5 +70,8 @@ %{_mandir}/man3/* %changelog +* Sun Jun 01 2008 Chris Weyl 0.09-2 +- bump + * Thu May 29 2008 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.74. From cweyl at fedoraproject.org Sun Jun 1 18:08:06 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Jun 2008 18:08:06 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-8 perl-Catalyst-Plugin-Session-State-Cookie.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806011808.m51I86Eq000426@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv392 Modified Files: sources Added Files: perl-Catalyst-Plugin-Session-State-Cookie.spec Log Message: pseudo-branch of perl-Catalyst-Plugin-Session-State-Cookie to F-8 --- NEW FILE perl-Catalyst-Plugin-Session-State-Cookie.spec --- Name: perl-Catalyst-Plugin-Session-State-Cookie Version: 0.09 Release: 2%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automatically picked up Requires: perl(Catalyst::Plugin::Session) >= 0.19 %description In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin provides a way to store the session ID on the client, through a cookie. %prep %setup -q -n Catalyst-Plugin-Session-State-Cookie-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` %{__perl_provides} $FOO EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jun 01 2008 Chris Weyl 0.09-2 - bump * Thu May 29 2008 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Jun 2008 17:35:48 -0000 1.1 +++ sources 1 Jun 2008 18:07:25 -0000 1.2 @@ -0,0 +1 @@ +0eb184e081051ca284c2952ba6db59f7 Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz From bugzilla at redhat.com Mon Jun 2 08:09:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 04:09:29 -0400 Subject: [Bug 198399] Package perl lacks IPv6 support In-Reply-To: Message-ID: <200806020809.m5289TeK031973@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: Package perl lacks IPv6 support https://bugzilla.redhat.com/show_bug.cgi?id=198399 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |UPSTREAM ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-13 22:12 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping ------- Additional Comments From mmaslano at redhat.com 2008-06-02 04:09 EST ------- Change in such essential package should be developed by upstream. -- Configure 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 mmaslano at fedoraproject.org Mon Jun 2 08:14:12 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 2 Jun 2008 08:14:12 GMT Subject: rpms/perl-DBD-SQLite/devel perl-DBD-SQLite.spec,1.20,1.21 Message-ID: <200806020814.m528ECF6023956@cvs-int.fedora.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-DBD-SQLite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23920 Modified Files: perl-DBD-SQLite.spec Log Message: Rebuild. Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-DBD-SQLite.spec 19 Mar 2008 08:40:26 -0000 1.20 +++ perl-DBD-SQLite.spec 2 Jun 2008 08:13:18 -0000 1.21 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.14 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -68,6 +68,8 @@ %changelog +* Mon Jun 2 2008 Marcela Maslanova 1.14-8 + * Wed Mar 19 2008 Chris Weyl 1.14-7 - reenable tests From mmaslano at fedoraproject.org Mon Jun 2 08:51:59 2008 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 2 Jun 2008 08:51:59 GMT Subject: rpms/perl-XML-XPath/devel perl-XML-XPath.spec,1.7,1.8 Message-ID: <200806020851.m528px30026209@cvs-int.fedora.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-XML-XPath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26117 Modified Files: perl-XML-XPath.spec Log Message: Change in check part. Index: perl-XML-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-XPath/devel/perl-XML-XPath.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-XML-XPath.spec 28 Feb 2008 13:16:11 -0000 1.7 +++ perl-XML-XPath.spec 2 Jun 2008 08:51:06 -0000 1.8 @@ -2,7 +2,7 @@ Name: perl-XML-XPath Version: 1.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: XPath parser and evaluator for Perl @@ -41,7 +41,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -58,6 +58,9 @@ %changelog +* Mon Jun 2 2008 Marcela Maslanova - 1.13-7 +- rebuild and remove ||: from check part + * Wed Feb 27 2008 Tom "spot" Callaway - 1.13-6 - Rebuild for perl 5.10 (again) From corsepiu at fedoraproject.org Mon Jun 2 09:10:17 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 09:10:17 GMT Subject: rpms/perl-Test-Inline/devel perl-Test-Inline.spec,1.11,1.12 Message-ID: <200806020910.m529AH55001263@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-serv1185/devel Modified Files: perl-Test-Inline.spec Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 - BR: perl(List::Utils) >= 1.19 Index: perl-Test-Inline.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/devel/perl-Test-Inline.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Test-Inline.spec 4 Mar 2008 18:21:59 -0000 1.11 +++ perl-Test-Inline.spec 2 Jun 2008 09:08:53 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Test-Inline Version: 2.208 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Test::Inline Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -14,9 +14,7 @@ BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::ClassAPI) >= 1.02 BuildRequires: perl(File::Spec) >= 0.80 -# FIXME: Fedora's List::Util is too old -# BuildRequires: perl(List::Util) >= 1.19 -BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(Getopt::Long) >= 2.34 BuildRequires: perl(File::chmod) >= 0.31 BuildRequires: perl(File::Remove) >= 0.37 @@ -79,6 +77,9 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 +- BR: perl(List::Utils) >= 1.19 + * Tue Mar 04 2008 Tom "spot" Callaway - 2.208-2 - rebuild for new perl From corsepiu at fedoraproject.org Mon Jun 2 09:10:18 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 09:10:18 GMT Subject: rpms/perl-Test-Inline/F-9 perl-Test-Inline.spec,1.11,1.12 Message-ID: <200806020910.m529AIup001268@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Inline/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1185/F-9 Modified Files: perl-Test-Inline.spec Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 - BR: perl(List::Utils) >= 1.19 Index: perl-Test-Inline.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-9/perl-Test-Inline.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Test-Inline.spec 4 Mar 2008 18:21:59 -0000 1.11 +++ perl-Test-Inline.spec 2 Jun 2008 09:09:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Test-Inline Version: 2.208 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Test::Inline Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -14,9 +14,7 @@ BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::ClassAPI) >= 1.02 BuildRequires: perl(File::Spec) >= 0.80 -# FIXME: Fedora's List::Util is too old -# BuildRequires: perl(List::Util) >= 1.19 -BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(Getopt::Long) >= 2.34 BuildRequires: perl(File::chmod) >= 0.31 BuildRequires: perl(File::Remove) >= 0.37 @@ -79,6 +77,9 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 +- BR: perl(List::Utils) >= 1.19 + * Tue Mar 04 2008 Tom "spot" Callaway - 2.208-2 - rebuild for new perl From corsepiu at fedoraproject.org Mon Jun 2 09:10:44 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 09:10:44 GMT Subject: rpms/perl-Test-Inline/F-8 .cvsignore, 1.4, 1.5 perl-Test-Inline.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200806020910.m529AiwP001286@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Inline/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1185/F-8 Modified Files: .cvsignore perl-Test-Inline.spec sources Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 - BR: perl(List::Utils) >= 1.19 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Sep 2007 12:31:45 -0000 1.4 +++ .cvsignore 2 Jun 2008 09:09:49 -0000 1.5 @@ -1 +1 @@ -Test-Inline-2.207.tar.gz +Test-Inline-2.208.tar.gz Index: perl-Test-Inline.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-8/perl-Test-Inline.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Test-Inline.spec 19 Sep 2007 12:31:45 -0000 1.9 +++ perl-Test-Inline.spec 2 Jun 2008 09:09:49 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Test-Inline -Version: 2.207 -Release: 1%{?dist} +Version: 2.208 +Release: 3%{?dist} Summary: Test::Inline Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -14,21 +14,24 @@ BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::ClassAPI) >= 1.02 BuildRequires: perl(File::Spec) >= 0.80 -BuildRequires: perl(List::Util) >= 1.11 +BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(Getopt::Long) >= 2.34 -BuildRequires: perl(File::chmod) -BuildRequires: perl(File::Remove) >= 0.34 +BuildRequires: perl(File::chmod) >= 0.31 +BuildRequires: perl(File::Remove) >= 0.37 BuildRequires: perl(File::Slurp) >= 9999.04 BuildRequires: perl(File::Find::Rule) >= 0.26 BuildRequires: perl(Config::Tiny) >= 2.00 -BuildRequires: perl(Params::Util) >= 0.05 +BuildRequires: perl(Params::Util) >= 0.21 BuildRequires: perl(Class::Autouse) >= 1.15 BuildRequires: perl(Algorithm::Dependency) >= 1.02 BuildRequires: perl(File::Flat) >= 1.00 BuildRequires: perl(Pod::Tests) >= 0.18 -BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Script) +# For improved tests +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) + # RPM misses these deps Requires: perl(File::Flat) Requires: perl(File::Find::Rule) @@ -63,9 +66,7 @@ rm -rf $RPM_BUILD_ROOT %check -# Something is broken with AUTOMATED_TESTING -# make test AUTOMATED_TESTING=1 -make test +make test AUTOMATED_TESTING=1 %files %defattr(-,root,root,-) @@ -76,6 +77,17 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 2.208-3 +- BR: perl(List::Utils) >= 1.19 + +* Tue Mar 04 2008 Tom "spot" Callaway - 2.208-2 +- rebuild for new perl + +* Wed Jan 02 2008 Ralf Cors??pius - 2.208-1 +- Upstream update. +- Update build deps. +- Re-enable AUTOMATED_TESTING. + * Wed Sep 19 2007 Ralf Cors??pius - 2.207-1 - Upstream update. - Disable AUTOMATED_TESTING. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Inline/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Sep 2007 12:31:45 -0000 1.4 +++ sources 2 Jun 2008 09:09:49 -0000 1.5 @@ -1 +1 @@ -7530c2dee1d9547acd78dd4ca17ffbb3 Test-Inline-2.207.tar.gz +9f608e40b0c65d54eb430748b52393cc Test-Inline-2.208.tar.gz From bugzilla at redhat.com Mon Jun 2 10:49:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 06:49:04 -0400 Subject: [Bug 449198] RFE: Please branch and build perl-Net-IP for EPEL-4 In-Reply-To: Message-ID: <200806021049.m52An41P000957@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: RFE: Please branch and build perl-Net-IP for EPEL-4 https://bugzilla.redhat.com/show_bug.cgi?id=449198 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|skasal at redhat.com |mmaslano at redhat.com Status|NEW |ASSIGNED ------- Additional Comments From mmaslano at redhat.com 2008-06-02 06:49 EST ------- Open ticket for branch in review #226271 You can commantain it in EPEL-4, if you want. -- Configure 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 corsepiu at fedoraproject.org Mon Jun 2 11:00:43 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 11:00:43 GMT Subject: rpms/perl-Params-Util/F-9 .cvsignore, 1.22, 1.23 perl-Params-Util.spec, 1.30, 1.31 sources, 1.22, 1.23 Message-ID: <200806021100.m52B0hfI012592@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12510/F-9 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). - Hack testsuite to accept Test::CPAN::Meta != 0.07. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2007 05:34:51 -0000 1.22 +++ .cvsignore 2 Jun 2008 10:59:57 -0000 1.23 @@ -1 +1 @@ -Params-Util-0.31.tar.gz +Params-Util-0.33.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/perl-Params-Util.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-Params-Util.spec 28 Feb 2008 13:00:01 -0000 1.30 +++ perl-Params-Util.spec 2 Jun 2008 10:59:57 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-Params-Util -Version: 0.31 -Release: 6%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,10 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 +%if 0%{?fedora} >= 9 +# FIXME: Not available for FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Params::Util provides a basic set of importable functions that @@ -28,6 +32,11 @@ %setup -q -n Params-Util-%{version} find -type f -exec chmod -x {} \; +%if "%{version}" == "0.33" +# Hack around 0.33 failing to find Test::CPAN::Meta +sed -i -e "s,\'Test::CPAN::Meta 0.07\',\'Test::CPAN::Meta\'," t/97_meta.t +%endif + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -52,6 +61,11 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 +- Upstream update. +- Conditionally BR: perl(Test::CPAN::Meta). +- Hack testsuite to accept Test::CPAN::Meta != 0.07. + * Thu Feb 28 2008 Tom "spot" Callaway - 0.31-6 - Rebuild normally, second pass Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-9/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 20 Nov 2007 05:34:51 -0000 1.22 +++ sources 2 Jun 2008 10:59:57 -0000 1.23 @@ -1 +1 @@ -985370df207e331ac8ad9976255f0fd3 Params-Util-0.31.tar.gz +afe29403e9a9e8ccc75b8bfec1206f8e Params-Util-0.33.tar.gz From corsepiu at fedoraproject.org Mon Jun 2 11:00:57 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 11:00:57 GMT Subject: rpms/perl-Params-Util/devel .cvsignore, 1.22, 1.23 perl-Params-Util.spec, 1.30, 1.31 sources, 1.22, 1.23 Message-ID: <200806021100.m52B0vbN012599@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12510/devel Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). - Hack testsuite to accept Test::CPAN::Meta != 0.07. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2007 05:34:51 -0000 1.22 +++ .cvsignore 2 Jun 2008 10:59:28 -0000 1.23 @@ -1 +1 @@ -Params-Util-0.31.tar.gz +Params-Util-0.33.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/perl-Params-Util.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-Params-Util.spec 28 Feb 2008 13:00:01 -0000 1.30 +++ perl-Params-Util.spec 2 Jun 2008 10:59:28 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-Params-Util -Version: 0.31 -Release: 6%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,10 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 +%if 0%{?fedora} >= 9 +# FIXME: Not available for FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Params::Util provides a basic set of importable functions that @@ -28,6 +32,11 @@ %setup -q -n Params-Util-%{version} find -type f -exec chmod -x {} \; +%if "%{version}" == "0.33" +# Hack around 0.33 failing to find Test::CPAN::Meta +sed -i -e "s,\'Test::CPAN::Meta 0.07\',\'Test::CPAN::Meta\'," t/97_meta.t +%endif + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -52,6 +61,11 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 +- Upstream update. +- Conditionally BR: perl(Test::CPAN::Meta). +- Hack testsuite to accept Test::CPAN::Meta != 0.07. + * Thu Feb 28 2008 Tom "spot" Callaway - 0.31-6 - Rebuild normally, second pass Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 20 Nov 2007 05:34:51 -0000 1.22 +++ sources 2 Jun 2008 10:59:28 -0000 1.23 @@ -1 +1 @@ -985370df207e331ac8ad9976255f0fd3 Params-Util-0.31.tar.gz +afe29403e9a9e8ccc75b8bfec1206f8e Params-Util-0.33.tar.gz From corsepiu at fedoraproject.org Mon Jun 2 11:01:02 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 2 Jun 2008 11:01:02 GMT Subject: rpms/perl-Params-Util/F-8 .cvsignore, 1.22, 1.23 perl-Params-Util.spec, 1.25, 1.26 sources, 1.22, 1.23 Message-ID: <200806021101.m52B12CV014634@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Util/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12510/F-8 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 - Upstream update. - Conditionally BR: perl(Test::CPAN::Meta). - Hack testsuite to accept Test::CPAN::Meta != 0.07. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-8/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2007 05:34:56 -0000 1.22 +++ .cvsignore 2 Jun 2008 11:00:14 -0000 1.23 @@ -1 +1 @@ -Params-Util-0.31.tar.gz +Params-Util-0.33.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-8/perl-Params-Util.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-Params-Util.spec 25 Nov 2007 14:07:04 -0000 1.25 +++ perl-Params-Util.spec 2 Jun 2008 11:00:14 -0000 1.26 @@ -1,6 +1,6 @@ Name: perl-Params-Util -Version: 0.31 -Release: 2%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,10 @@ # Required by the tests BuildRequires: perl(Test::Pod) >= 1.00 +%if 0%{?fedora} >= 9 +# FIXME: Not available for FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Params::Util provides a basic set of importable functions that @@ -28,6 +32,11 @@ %setup -q -n Params-Util-%{version} find -type f -exec chmod -x {} \; +%if "%{version}" == "0.33" +# Hack around 0.33 failing to find Test::CPAN::Meta +sed -i -e "s,\'Test::CPAN::Meta 0.07\',\'Test::CPAN::Meta\'," t/97_meta.t +%endif + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -52,6 +61,26 @@ %{_mandir}/man3/* %changelog +* Mon Jun 02 2008 Ralf Cors??pius - 0.33-1 +- Upstream update. +- Conditionally BR: perl(Test::CPAN::Meta). +- Hack testsuite to accept Test::CPAN::Meta != 0.07. + +* Thu Feb 28 2008 Tom "spot" Callaway - 0.31-6 +- Rebuild normally, second pass + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.31-5 +- Rebuild for perl 5.10 (again), first pass + +* Mon Jan 14 2008 Tom "spot" Callaway - 0.31-4 +- rebuild normally, second pass + +* Sat Jan 12 2008 Tom "spot" Callaway - 0.31-3.1 +- disable Test::MinimumVersion, tests for first pass + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.31-3 +- rebuild for new perl + * Sun Nov 25 2007 Ralf Cors??pius - 0.31-2 - Add BR: perl(Test::MinimumVersion). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Util/F-8/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 20 Nov 2007 05:34:56 -0000 1.22 +++ sources 2 Jun 2008 11:00:14 -0000 1.23 @@ -1 +1 @@ -985370df207e331ac8ad9976255f0fd3 Params-Util-0.31.tar.gz +afe29403e9a9e8ccc75b8bfec1206f8e Params-Util-0.33.tar.gz From bugzilla at redhat.com Mon Jun 2 12:34:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 08:34:39 -0400 Subject: [Bug 449362] New: No Fedora 9 version of perl-Net-Netmask 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=449362 Summary: No Fedora 9 version of perl-Net-Netmask Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Net-Netmask AssignedTo: wtogami at redhat.com ReportedBy: silfreed at silfreed.net QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com The version of perl-Net-Netmask that is in Fedora 9 is the Fedora 8 version; built for the wrong version of perl: perl-Net-Netmask-1.9015-1.fc8.noarch.rpm Please rebuild for Fedora 9. -- Configure 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 Jun 2 15:31:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 11:31:35 -0400 Subject: [Bug 447899] RFE: Please branch and build perl-DBD-XBase for EPEL-5 In-Reply-To: Message-ID: <200806021531.m52FVZ4R011439@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: RFE: Please branch and build perl-DBD-XBase for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447899 kanarip at kanarip.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From kanarip at kanarip.com 2008-06-02 11:31 EST ------- And landed in epel-testing, thanks. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 15:31:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 11:31:36 -0400 Subject: [Bug 447900] RFE: Please branch and build perl-SQL-Statement for EPEL-5 In-Reply-To: Message-ID: <200806021531.m52FVaKP011460@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: RFE: Please branch and build perl-SQL-Statement for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447900 Bug 447900 depends on bug 447899, which changed state. Bug 447899 Summary: RFE: Please branch and build perl-DBD-XBase for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447899 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |MODIFIED Status|MODIFIED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 16:28:25 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:28:25 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021628.m52GSPUS023576@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449405 -- Configure 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 Jun 2 16:28:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:28:24 -0400 Subject: [Bug 449405] New: FTBFS perl-Text-Kakasi-2.04-8.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449405 Summary: FTBFS perl-Text-Kakasi-2.04-8.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Text-Kakasi AssignedTo: tagoh at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Text-Kakasi-2.04-8.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 16:40:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:40:37 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021640.m52Geb9Z006431@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449419 -- Configure 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 Jun 2 16:40:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:40:36 -0400 Subject: [Bug 449419] New: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449419 Summary: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Log-Dispatch-FileRotate AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,rc040203 at freenet.de perl-Log-Dispatch-FileRotate-1.16-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 16:42:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:42:28 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021642.m52GgSI1026794@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449422 -- Configure 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 Jun 2 16:42:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:42:27 -0400 Subject: [Bug 449422] New: FTBFS perl-Unicode-String-2.09-8.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449422 Summary: FTBFS perl-Unicode-String-2.09-8.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Unicode-String AssignedTo: gauret at free.fr ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Unicode-String-2.09-8.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 16:54:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:54:12 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021654.m52GsCbv029074@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449434 -- Configure 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 Jun 2 16:54:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:54:11 -0400 Subject: [Bug 449434] New: FTBFS perl-Spreadsheet-WriteExcel-2.20-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449434 Summary: FTBFS perl-Spreadsheet-WriteExcel-2.20-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Spreadsheet-WriteExcel AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Spreadsheet-WriteExcel-2.20-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 16:53:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:53:01 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021653.m52Gr1Lv009081@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449433 -- Configure 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 Jun 2 16:53:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 12:53:01 -0400 Subject: [Bug 449433] New: FTBFS perl-DBD-SQLite-1.14-7.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449433 Summary: FTBFS perl-DBD-SQLite-1.14-7.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-DBD-SQLite AssignedTo: skasal at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com, steve at silug.org perl-DBD-SQLite-1.14-7.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 17:03:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 13:03:33 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021703.m52H3XaY031596@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449442 -- Configure 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 Jun 2 17:03:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 13:03:32 -0400 Subject: [Bug 449442] New: FTBFS perl-Class-MethodMaker-2.10-3.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449442 Summary: FTBFS perl-Class-MethodMaker-2.10-3.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Class-MethodMaker AssignedTo: dgregor at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Class-MethodMaker-2.10-3.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Mon Jun 2 19:08:25 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 2 Jun 2008 19:08:25 GMT Subject: rpms/perl-DBIx-Class - New directory Message-ID: <200806021908.m52J8PfR027373@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsq27338/rpms/perl-DBIx-Class Log Message: Directory /cvs/extras/rpms/perl-DBIx-Class added to the repository From kevin at fedoraproject.org Mon Jun 2 19:08:35 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 2 Jun 2008 19:08:35 GMT Subject: rpms/perl-DBIx-Class/devel - New directory Message-ID: <200806021908.m52J8Z6p027391@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsq27338/rpms/perl-DBIx-Class/devel Log Message: Directory /cvs/extras/rpms/perl-DBIx-Class/devel added to the repository From kevin at fedoraproject.org Mon Jun 2 19:08:49 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 2 Jun 2008 19:08:49 GMT Subject: rpms/perl-DBIx-Class Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200806021908.m52J8nDg027416@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsq27338/rpms/perl-DBIx-Class Added Files: Makefile import.log Log Message: Setup of module perl-DBIx-Class --- NEW FILE Makefile --- # Top level Makefile for module perl-DBIx-Class 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 Mon Jun 2 19:09:01 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 2 Jun 2008 19:09:01 GMT Subject: rpms/perl-DBIx-Class/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806021909.m52J91pS027440@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsq27338/rpms/perl-DBIx-Class/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DBIx-Class --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-DBIx-Class # $Id: Makefile,v 1.1 2008/06/02 19:08:49 kevin Exp $ NAME := perl-DBIx-Class SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From bugzilla at redhat.com Mon Jun 2 19:09:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:09:41 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021909.m52J9fnr024189@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449463 -- Configure 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 Jun 2 19:09:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:09:41 -0400 Subject: [Bug 449463] New: FTBFS perl-XML-XPath-1.13-6.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449463 Summary: FTBFS perl-XML-XPath-1.13-6.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-XML-XPath AssignedTo: skasal at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com perl-XML-XPath-1.13-6.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 19:17:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:17:22 -0400 Subject: [Bug 449198] RFE: Please branch and build perl-Net-IP for EPEL-4 In-Reply-To: Message-ID: <200806021917.m52JHM20026214@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: RFE: Please branch and build perl-Net-IP for EPEL-4 https://bugzilla.redhat.com/show_bug.cgi?id=449198 ------- Additional Comments From fedora at famillecollet.com 2008-06-02 15:17 EST ------- Thanks. I've ask for right in pkgdb. I will push/build it ASAP. -- Configure 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 Jun 2 19:15:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:15:01 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021915.m52JF1R3025556@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449469 -- Configure 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 Jun 2 19:15:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:15:00 -0400 Subject: [Bug 449469] New: FTBFS perl-Net-CUPS-0.55-4.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449469 Summary: FTBFS perl-Net-CUPS-0.55-4.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Net-CUPS AssignedTo: cweyl at alumni.drew.edu ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Net-CUPS-0.55-4.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Mon Jun 2 19:34:03 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 2 Jun 2008 19:34:03 GMT Subject: rpms/perl-DBIx-Class/devel fix_startup_check.patch, NONE, 1.1 perl-DBIx-Class.spec, NONE, 1.1 there_is_no_0.73.patch, NONE, 1.1 verbose.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806021934.m52JY35s028592@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28537/devel Modified Files: .cvsignore sources Added Files: fix_startup_check.patch perl-DBIx-Class.spec there_is_no_0.73.patch verbose.patch Log Message: initial commit fix_startup_check.patch: --- NEW FILE fix_startup_check.patch --- --- lib/DBIx/Class/StartupCheck.pm.orig 2008-01-11 14:18:03.729504216 -0800 +++ lib/DBIx/Class/StartupCheck.pm 2008-01-11 14:18:54.635512980 -0800 @@ -13,7 +13,7 @@ } sub _possibly_has_bad_overload_performance { - return $] < 5.008009 && ! _has_bug_34925(); + return $] < 5.008009 && _has_bug_34925(); } unless ($ENV{DBIC_NO_WARN_BAD_PERL}) { --- NEW FILE perl-DBIx-Class.spec --- Name: perl-DBIx-Class Version: 0.08010 Release: 5%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/DBIx-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## patches... Patch0: there_is_no_0.73.patch Patch2: fix_startup_check.patch # make tests skip a little more verbosely Patch3: verbose.patch # core BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scalar::Util) bUIldRequires: perl(Storable) BuildRequires: perl(Test::Builder) >= 0.32 ## Dependencies BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Grouped) >= 0.05002 BuildRequires: perl(Class::C3) >= 0.13 BuildRequires: perl(Class::C3::Componentised) # for CDBI-compat bits... BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Class::Trigger) BuildRequires: perl(Data::Page) >= 2 # see BZ#245699 -- requires patched version, not CPAN BuildRequires: perl(DBD::SQLite) >= 1.13 BuildRequires: perl(DBI) >= 1.4 BuildRequires: perl(DBIx::ContextualFetch) BuildRequires: perl(JSON::Any) BuildRequires: perl(Module::Find) BuildRequires: perl(Scope::Guard) >= 0.03 BuildRequires: perl(SQL::Abstract) >= 1.2 # darn RPM version compares... #BuildRequires: perl(SQL::Abstract::Limit) >= 0.101 BuildRequires: perl(SQL::Abstract::Limit) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(Text::CSV_XS) BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(SQL::Translator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Oracle) BuildRequires: perl(DBIx::ContextualFetch) # not picked up... Requires: perl(Class::Accessor::Grouped) >= 0.05002 Requires: perl(Class::C3::Componentised) Requires: perl(SQL::Abstract) >= 1.2 # not picked up automagically (yet)... Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 %description This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl- ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support. %prep %setup -q -n DBIx-Class-%{version} # correct version reqs in Makefile.PL %patch0 # don't complain; as near as I can tell this bug has been nixed in Fedora perl %patch2 # tell us why we're skipping, eh? %patch3 find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} + find . -type f -exec chmod -c -x {} + find t/ -type f -name '*.orig' -exec rm -v {} + # utf8 issues BAD='README ./lib/DBIx/Class/Storage/DBI/Replication.pm ./lib/DBIx/Class.pm' for i in $BAD ; do iconv -f iso8859-1 -t UTF-8 $i > foo mv foo $i done # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed \ -e '/perl(DBICVersion::Schema) = 1.0/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_provides %{_builddir}/DBIx-Class-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed \ -e '/perl(Time::Piece::MySQL)/d' \ -e '/perl(DBD::.*)/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_requires %{_builddir}/DBIx-Class-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note this test suite is noisy! make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/* %changelog * Wed Apr 09 2008 Chris Weyl 0.08010-5 - pod coverage testing NOT enabled; test currently "fails" - make tests skip a little more verbosely... - add a br of Class::Data::Inheritable for the CDBI-compat testing * Tue Apr 01 2008 Chris Weyl 0.08010-4 - drop unneeded patch1 - set explicit provides version to 0 :) * Wed Mar 19 2008 Chris Weyl 0.08010-3 - add perl(Test::Exception) as a br - revert patches to skip on DBD::SQLite < 1.13 * Tue Mar 18 2008 Chris Weyl 0.08010-2 - BR JSON -> JSON::Any - rework sqlite/tests patch to skip on DBD::SQLite < 1.15... 1.14 is in rawhide/f9, and frankly, doesn't quite pass muster *sigh* * Sun Mar 09 2008 Chris Weyl 0.08010-1 - update to 0.08010 * Wed Jan 16 2008 Chris Weyl 0.08008-3 - add additional BR's for optional tests * Fri Jan 11 2008 Chris Weyl 0.08008-2 - patch to work around certain tests as DBD::SQLite isn't going to 1.13 anytime soon (see RH#245699) * Tue Dec 04 2007 Chris Weyl 0.08008-1 - update to 0.08008 - correct provides filtering... * Tue Sep 18 2007 Chris Weyl 0.08007-1 - Specfile autogenerated by cpanspec 1.71. there_is_no_0.73.patch: --- NEW FILE there_is_no_0.73.patch --- --- Makefile.PL.orig 2007-10-18 21:24:19.780115911 -0700 +++ Makefile.PL 2007-10-18 21:57:59.878232747 -0700 @@ -23,7 +23,7 @@ requires 'Encode' => 0 if ($] <= 5.008000); -build_requires 'DBD::SQLite' => 1.13; -build_requires 'Test::Builder' => 0.33; +build_requires 'DBD::SQLite' => 1.12; +build_requires 'Test::Builder' => 0.32; install_script 'script/dbicadmin'; verbose.patch: --- NEW FILE verbose.patch --- --- t/86sqlt.t.orig 2008-04-09 18:38:26.386901609 -0700 +++ t/86sqlt.t 2008-04-09 18:38:42.825891026 -0700 @@ -6,7 +6,7 @@ use DBICTest; eval "use SQL::Translator"; -plan skip_all => 'SQL::Translator required' if $@; +plan skip_all => "SQL::Translator required: $@" if $@; my $schema = DBICTest->init_schema; --- t/94versioning.t.orig 2008-04-09 18:40:14.843894626 -0700 +++ t/94versioning.t 2008-04-09 18:40:29.297893113 -0700 @@ -7,7 +7,7 @@ BEGIN { eval "use DBD::SQLite; use SQL::Translator 0.09;"; plan $@ - ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09 for testing' ) + ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09 for testing: $@" ) : ( tests => 6 ); } --- t/cdbi-t/03-subclassing.t.orig 2008-04-09 19:04:38.142892256 -0700 +++ t/cdbi-t/03-subclassing.t 2008-04-09 19:05:00.557893935 -0700 @@ -8,11 +8,11 @@ BEGIN { eval "use DBIx::Class::CDBICompat;"; if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); + plan (skip_all => "Class::Trigger and DBIx::ContextualFetch required: $@"); next; } eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 6); + plan $@ ? (skip_all => "needs DBD::SQLite for testing: $@") : (tests => 6); } use lib 't/testlib'; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Jun 2008 19:08:49 -0000 1.1 +++ .cvsignore 2 Jun 2008 19:33:09 -0000 1.2 @@ -0,0 +1 @@ +DBIx-Class-0.08010.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Jun 2008 19:08:49 -0000 1.1 +++ sources 2 Jun 2008 19:33:09 -0000 1.2 @@ -0,0 +1 @@ +5b7eee3c1ddf6f865c816cde9e9bdf62 DBIx-Class-0.08010.tar.gz From bugzilla at redhat.com Mon Jun 2 19:26:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:26:01 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021926.m52JQ1Do028026@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449470 -- Configure 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 Jun 2 19:26:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:26:01 -0400 Subject: [Bug 449470] New: FTBFS perl-Gnome2-GConf-1.044-3.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449470 Summary: FTBFS perl-Gnome2-GConf-1.044-3.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Gnome2-GConf AssignedTo: cweyl at alumni.drew.edu ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Gnome2-GConf-1.044-3.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 19:46:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:46:03 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021946.m52Jk3qR032117@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449489 -- Configure 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 Jun 2 19:46:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:46:02 -0400 Subject: [Bug 449489] New: FTBFS perl-Text-Shellwords-1.08-4.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449489 Summary: FTBFS perl-Text-Shellwords-1.08-4.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Text-Shellwords AssignedTo: alexl at users.sourceforge.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Text-Shellwords-1.08-4.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Mon Jun 2 19:53:42 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 2 Jun 2008 19:53:42 GMT Subject: rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec,1.1,1.2 Message-ID: <200806021953.m52JrgOu029902@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29788 Modified Files: perl-DBIx-Class.spec Log Message: release bump Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DBIx-Class.spec 2 Jun 2008 19:33:09 -0000 1.1 +++ perl-DBIx-Class.spec 2 Jun 2008 19:52:59 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DBIx-Class Version: 0.08010 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries @@ -160,6 +160,9 @@ %changelog +* Mon Jun 02 2008 Chris Weyl 0.08010-6 +- bump + * Wed Apr 09 2008 Chris Weyl 0.08010-5 - pod coverage testing NOT enabled; test currently "fails" - make tests skip a little more verbosely... From cweyl at fedoraproject.org Mon Jun 2 19:54:32 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 2 Jun 2008 19:54:32 GMT Subject: rpms/perl-DBIx-Class/F-9 fix_startup_check.patch, NONE, 1.1 perl-DBIx-Class.spec, NONE, 1.1 there_is_no_0.73.patch, NONE, 1.1 verbose.patch, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806021954.m52JsWcj030057@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29958 Modified Files: sources Added Files: fix_startup_check.patch perl-DBIx-Class.spec there_is_no_0.73.patch verbose.patch Log Message: pseudo-branch of perl-DBIx-Class to F-9 fix_startup_check.patch: --- NEW FILE fix_startup_check.patch --- --- lib/DBIx/Class/StartupCheck.pm.orig 2008-01-11 14:18:03.729504216 -0800 +++ lib/DBIx/Class/StartupCheck.pm 2008-01-11 14:18:54.635512980 -0800 @@ -13,7 +13,7 @@ } sub _possibly_has_bad_overload_performance { - return $] < 5.008009 && ! _has_bug_34925(); + return $] < 5.008009 && _has_bug_34925(); } unless ($ENV{DBIC_NO_WARN_BAD_PERL}) { --- NEW FILE perl-DBIx-Class.spec --- Name: perl-DBIx-Class Version: 0.08010 Release: 6%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/DBIx-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## patches... Patch0: there_is_no_0.73.patch Patch2: fix_startup_check.patch # make tests skip a little more verbosely Patch3: verbose.patch # core BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scalar::Util) bUIldRequires: perl(Storable) BuildRequires: perl(Test::Builder) >= 0.32 ## Dependencies BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Grouped) >= 0.05002 BuildRequires: perl(Class::C3) >= 0.13 BuildRequires: perl(Class::C3::Componentised) # for CDBI-compat bits... BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Class::Trigger) BuildRequires: perl(Data::Page) >= 2 # see BZ#245699 -- requires patched version, not CPAN BuildRequires: perl(DBD::SQLite) >= 1.13 BuildRequires: perl(DBI) >= 1.4 BuildRequires: perl(DBIx::ContextualFetch) BuildRequires: perl(JSON::Any) BuildRequires: perl(Module::Find) BuildRequires: perl(Scope::Guard) >= 0.03 BuildRequires: perl(SQL::Abstract) >= 1.2 # darn RPM version compares... #BuildRequires: perl(SQL::Abstract::Limit) >= 0.101 BuildRequires: perl(SQL::Abstract::Limit) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(Text::CSV_XS) BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(SQL::Translator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Oracle) BuildRequires: perl(DBIx::ContextualFetch) # not picked up... Requires: perl(Class::Accessor::Grouped) >= 0.05002 Requires: perl(Class::C3::Componentised) Requires: perl(SQL::Abstract) >= 1.2 # not picked up automagically (yet)... Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 %description This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl- ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support. %prep %setup -q -n DBIx-Class-%{version} # correct version reqs in Makefile.PL %patch0 # don't complain; as near as I can tell this bug has been nixed in Fedora perl %patch2 # tell us why we're skipping, eh? %patch3 find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} + find . -type f -exec chmod -c -x {} + find t/ -type f -name '*.orig' -exec rm -v {} + # utf8 issues BAD='README ./lib/DBIx/Class/Storage/DBI/Replication.pm ./lib/DBIx/Class.pm' for i in $BAD ; do iconv -f iso8859-1 -t UTF-8 $i > foo mv foo $i done # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed \ -e '/perl(DBICVersion::Schema) = 1.0/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_provides %{_builddir}/DBIx-Class-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed \ -e '/perl(Time::Piece::MySQL)/d' \ -e '/perl(DBD::.*)/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_requires %{_builddir}/DBIx-Class-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note this test suite is noisy! make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/* %changelog * Mon Jun 02 2008 Chris Weyl 0.08010-6 - bump * Wed Apr 09 2008 Chris Weyl 0.08010-5 - pod coverage testing NOT enabled; test currently "fails" - make tests skip a little more verbosely... - add a br of Class::Data::Inheritable for the CDBI-compat testing * Tue Apr 01 2008 Chris Weyl 0.08010-4 - drop unneeded patch1 - set explicit provides version to 0 :) * Wed Mar 19 2008 Chris Weyl 0.08010-3 - add perl(Test::Exception) as a br - revert patches to skip on DBD::SQLite < 1.13 * Tue Mar 18 2008 Chris Weyl 0.08010-2 - BR JSON -> JSON::Any - rework sqlite/tests patch to skip on DBD::SQLite < 1.15... 1.14 is in rawhide/f9, and frankly, doesn't quite pass muster *sigh* * Sun Mar 09 2008 Chris Weyl 0.08010-1 - update to 0.08010 * Wed Jan 16 2008 Chris Weyl 0.08008-3 - add additional BR's for optional tests * Fri Jan 11 2008 Chris Weyl 0.08008-2 - patch to work around certain tests as DBD::SQLite isn't going to 1.13 anytime soon (see RH#245699) * Tue Dec 04 2007 Chris Weyl 0.08008-1 - update to 0.08008 - correct provides filtering... * Tue Sep 18 2007 Chris Weyl 0.08007-1 - Specfile autogenerated by cpanspec 1.71. there_is_no_0.73.patch: --- NEW FILE there_is_no_0.73.patch --- --- Makefile.PL.orig 2007-10-18 21:24:19.780115911 -0700 +++ Makefile.PL 2007-10-18 21:57:59.878232747 -0700 @@ -23,7 +23,7 @@ requires 'Encode' => 0 if ($] <= 5.008000); -build_requires 'DBD::SQLite' => 1.13; -build_requires 'Test::Builder' => 0.33; +build_requires 'DBD::SQLite' => 1.12; +build_requires 'Test::Builder' => 0.32; install_script 'script/dbicadmin'; verbose.patch: --- NEW FILE verbose.patch --- --- t/86sqlt.t.orig 2008-04-09 18:38:26.386901609 -0700 +++ t/86sqlt.t 2008-04-09 18:38:42.825891026 -0700 @@ -6,7 +6,7 @@ use DBICTest; eval "use SQL::Translator"; -plan skip_all => 'SQL::Translator required' if $@; +plan skip_all => "SQL::Translator required: $@" if $@; my $schema = DBICTest->init_schema; --- t/94versioning.t.orig 2008-04-09 18:40:14.843894626 -0700 +++ t/94versioning.t 2008-04-09 18:40:29.297893113 -0700 @@ -7,7 +7,7 @@ BEGIN { eval "use DBD::SQLite; use SQL::Translator 0.09;"; plan $@ - ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09 for testing' ) + ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09 for testing: $@" ) : ( tests => 6 ); } --- t/cdbi-t/03-subclassing.t.orig 2008-04-09 19:04:38.142892256 -0700 +++ t/cdbi-t/03-subclassing.t 2008-04-09 19:05:00.557893935 -0700 @@ -8,11 +8,11 @@ BEGIN { eval "use DBIx::Class::CDBICompat;"; if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); + plan (skip_all => "Class::Trigger and DBIx::ContextualFetch required: $@"); next; } eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 6); + plan $@ ? (skip_all => "needs DBD::SQLite for testing: $@") : (tests => 6); } use lib 't/testlib'; Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Jun 2008 19:08:49 -0000 1.1 +++ sources 2 Jun 2008 19:53:52 -0000 1.2 @@ -0,0 +1 @@ +5b7eee3c1ddf6f865c816cde9e9bdf62 DBIx-Class-0.08010.tar.gz From bugzilla at redhat.com Mon Jun 2 19:56:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:56:39 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806021956.m52JudPT001972@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449503 -- Configure 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 Jun 2 19:56:38 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 15:56:38 -0400 Subject: [Bug 449503] New: FTBFS perl-GD-SVG-0.28-4.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449503 Summary: FTBFS perl-GD-SVG-0.28-4.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-GD-SVG AssignedTo: alexl at users.sourceforge.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-GD-SVG-0.28-4.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:09:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:09:57 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022009.m52K9vH9020491@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449514 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Mon Jun 2 20:13:15 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 2 Jun 2008 20:13:15 GMT Subject: rpms/perl-DBIx-Class/F-8 fix_startup_check.patch, NONE, 1.1 perl-DBIx-Class.spec, NONE, 1.1 there_is_no_0.73.patch, NONE, 1.1 verbose.patch, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806022013.m52KDF51005498@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5406 Modified Files: sources Added Files: fix_startup_check.patch perl-DBIx-Class.spec there_is_no_0.73.patch verbose.patch Log Message: pseudo-branch of perl-DBIx-Class to F-8 fix_startup_check.patch: --- NEW FILE fix_startup_check.patch --- --- lib/DBIx/Class/StartupCheck.pm.orig 2008-01-11 14:18:03.729504216 -0800 +++ lib/DBIx/Class/StartupCheck.pm 2008-01-11 14:18:54.635512980 -0800 @@ -13,7 +13,7 @@ } sub _possibly_has_bad_overload_performance { - return $] < 5.008009 && ! _has_bug_34925(); + return $] < 5.008009 && _has_bug_34925(); } unless ($ENV{DBIC_NO_WARN_BAD_PERL}) { --- NEW FILE perl-DBIx-Class.spec --- Name: perl-DBIx-Class Version: 0.08010 Release: 6%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/DBIx-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## patches... Patch0: there_is_no_0.73.patch Patch2: fix_startup_check.patch # make tests skip a little more verbosely Patch3: verbose.patch # core BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scalar::Util) bUIldRequires: perl(Storable) BuildRequires: perl(Test::Builder) >= 0.32 ## Dependencies BuildRequires: perl(Carp::Clan) BuildRequires: perl(Class::Accessor::Grouped) >= 0.05002 BuildRequires: perl(Class::C3) >= 0.13 BuildRequires: perl(Class::C3::Componentised) # for CDBI-compat bits... BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Class::Trigger) BuildRequires: perl(Data::Page) >= 2 # see BZ#245699 -- requires patched version, not CPAN BuildRequires: perl(DBD::SQLite) >= 1.13 BuildRequires: perl(DBI) >= 1.4 BuildRequires: perl(DBIx::ContextualFetch) BuildRequires: perl(JSON::Any) BuildRequires: perl(Module::Find) BuildRequires: perl(Scope::Guard) >= 0.03 BuildRequires: perl(SQL::Abstract) >= 1.2 # darn RPM version compares... #BuildRequires: perl(SQL::Abstract::Limit) >= 0.101 BuildRequires: perl(SQL::Abstract::Limit) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(Text::CSV_XS) BuildRequires: perl(Test::Memory::Cycle) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(SQL::Translator) BuildRequires: perl(DateTime) BuildRequires: perl(DateTime::Format::Oracle) BuildRequires: perl(DBIx::ContextualFetch) # not picked up... Requires: perl(Class::Accessor::Grouped) >= 0.05002 Requires: perl(Class::C3::Componentised) Requires: perl(SQL::Abstract) >= 1.2 # not picked up automagically (yet)... Provides: perl(DBIx::Class::ClassResolver::PassThrough) = 0 Provides: perl(DBIx::Class::Storage::TxnScopeGuard) = 0 %description This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl- ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support. %prep %setup -q -n DBIx-Class-%{version} # correct version reqs in Makefile.PL %patch0 # don't complain; as near as I can tell this bug has been nixed in Fedora perl %patch2 # tell us why we're skipping, eh? %patch3 find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} + find . -type f -exec chmod -c -x {} + find t/ -type f -name '*.orig' -exec rm -v {} + # utf8 issues BAD='README ./lib/DBIx/Class/Storage/DBI/Replication.pm ./lib/DBIx/Class.pm' for i in $BAD ; do iconv -f iso8859-1 -t UTF-8 $i > foo mv foo $i done # Filter unwanted Provides: cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed \ -e '/perl(DBICVersion::Schema) = 1.0/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_provides %{_builddir}/DBIx-Class-%{version}/%{name}-prov chmod +x %{__perl_provides} # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed \ -e '/perl(Time::Piece::MySQL)/d' \ -e '/perl(DBD::.*)/d' \ -e '/perl(DBIC.*Test.*)/d' \ -e '/perl(My.*)/d' \ -e '/perl(DeletingFilm)/d' \ -e '/perl(.*Thing)/d' EOF %define __perl_requires %{_builddir}/DBIx-Class-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note this test suite is noisy! make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/* %changelog * Mon Jun 02 2008 Chris Weyl 0.08010-6 - bump * Wed Apr 09 2008 Chris Weyl 0.08010-5 - pod coverage testing NOT enabled; test currently "fails" - make tests skip a little more verbosely... - add a br of Class::Data::Inheritable for the CDBI-compat testing * Tue Apr 01 2008 Chris Weyl 0.08010-4 - drop unneeded patch1 - set explicit provides version to 0 :) * Wed Mar 19 2008 Chris Weyl 0.08010-3 - add perl(Test::Exception) as a br - revert patches to skip on DBD::SQLite < 1.13 * Tue Mar 18 2008 Chris Weyl 0.08010-2 - BR JSON -> JSON::Any - rework sqlite/tests patch to skip on DBD::SQLite < 1.15... 1.14 is in rawhide/f9, and frankly, doesn't quite pass muster *sigh* * Sun Mar 09 2008 Chris Weyl 0.08010-1 - update to 0.08010 * Wed Jan 16 2008 Chris Weyl 0.08008-3 - add additional BR's for optional tests * Fri Jan 11 2008 Chris Weyl 0.08008-2 - patch to work around certain tests as DBD::SQLite isn't going to 1.13 anytime soon (see RH#245699) * Tue Dec 04 2007 Chris Weyl 0.08008-1 - update to 0.08008 - correct provides filtering... * Tue Sep 18 2007 Chris Weyl 0.08007-1 - Specfile autogenerated by cpanspec 1.71. there_is_no_0.73.patch: --- NEW FILE there_is_no_0.73.patch --- --- Makefile.PL.orig 2007-10-18 21:24:19.780115911 -0700 +++ Makefile.PL 2007-10-18 21:57:59.878232747 -0700 @@ -23,7 +23,7 @@ requires 'Encode' => 0 if ($] <= 5.008000); -build_requires 'DBD::SQLite' => 1.13; -build_requires 'Test::Builder' => 0.33; +build_requires 'DBD::SQLite' => 1.12; +build_requires 'Test::Builder' => 0.32; install_script 'script/dbicadmin'; verbose.patch: --- NEW FILE verbose.patch --- --- t/86sqlt.t.orig 2008-04-09 18:38:26.386901609 -0700 +++ t/86sqlt.t 2008-04-09 18:38:42.825891026 -0700 @@ -6,7 +6,7 @@ use DBICTest; eval "use SQL::Translator"; -plan skip_all => 'SQL::Translator required' if $@; +plan skip_all => "SQL::Translator required: $@" if $@; my $schema = DBICTest->init_schema; --- t/94versioning.t.orig 2008-04-09 18:40:14.843894626 -0700 +++ t/94versioning.t 2008-04-09 18:40:29.297893113 -0700 @@ -7,7 +7,7 @@ BEGIN { eval "use DBD::SQLite; use SQL::Translator 0.09;"; plan $@ - ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09 for testing' ) + ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09 for testing: $@" ) : ( tests => 6 ); } --- t/cdbi-t/03-subclassing.t.orig 2008-04-09 19:04:38.142892256 -0700 +++ t/cdbi-t/03-subclassing.t 2008-04-09 19:05:00.557893935 -0700 @@ -8,11 +8,11 @@ BEGIN { eval "use DBIx::Class::CDBICompat;"; if ($@) { - plan (skip_all => 'Class::Trigger and DBIx::ContextualFetch required'); + plan (skip_all => "Class::Trigger and DBIx::ContextualFetch required: $@"); next; } eval "use DBD::SQLite"; - plan $@ ? (skip_all => 'needs DBD::SQLite for testing') : (tests => 6); + plan $@ ? (skip_all => "needs DBD::SQLite for testing: $@") : (tests => 6); } use lib 't/testlib'; Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Jun 2008 19:08:49 -0000 1.1 +++ sources 2 Jun 2008 20:12:16 -0000 1.2 @@ -0,0 +1 @@ +5b7eee3c1ddf6f865c816cde9e9bdf62 DBIx-Class-0.08010.tar.gz From bugzilla at redhat.com Mon Jun 2 20:21:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:21:30 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022021.m52KLUAM015470@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449528 -- Configure 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 Jun 2 20:21:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:21:30 -0400 Subject: [Bug 449528] New: FTBFS perl-Pod-POM-0.17-9.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449528 Summary: FTBFS perl-Pod-POM-0.17-9.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Pod-POM AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Pod-POM-0.17-9.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:29:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:29:27 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022029.m52KTR6H029573@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449541 -- Configure 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 Jun 2 20:30:58 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:30:58 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022030.m52KUwAZ030617@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449544 -- Configure 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 Jun 2 20:30:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:30:57 -0400 Subject: [Bug 449544] New: FTBFS perl-XML-LibXSLT-1.63-5.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449544 Summary: FTBFS perl-XML-LibXSLT-1.63-5.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-XML-LibXSLT AssignedTo: zing at fastmail.fm ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-XML-LibXSLT-1.63-5.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:29:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:29:27 -0400 Subject: [Bug 449541] New: FTBFS perl-Net-Server-0.97-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449541 Summary: FTBFS perl-Net-Server-0.97-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Net-Server AssignedTo: nicolas.mailhot at laposte.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Net-Server-0.97-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:09:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:09:57 -0400 Subject: [Bug 449514] New: FTBFS perl-Unicode-Map8-0.12-17.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449514 Summary: FTBFS perl-Unicode-Map8-0.12-17.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Unicode-Map8 AssignedTo: gauret at free.fr ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Unicode-Map8-0.12-17.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:45:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:45:21 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022045.m52KjLqB027494@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449558 -- Configure 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 Jun 2 20:45:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:45:20 -0400 Subject: [Bug 449558] New: FTBFS perl-MIME-Lite-3.01-6.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449558 Summary: FTBFS perl-MIME-Lite-3.01-6.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-MIME-Lite AssignedTo: mmcgrath at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-MIME-Lite-3.01-6.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 20:55:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:55:47 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022055.m52Ktls6008609@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449571 -- Configure 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 Jun 2 20:55:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 16:55:47 -0400 Subject: [Bug 449571] New: FTBFS perl-Graph-0.84-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449571 Summary: FTBFS perl-Graph-0.84-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Graph AssignedTo: alexl at users.sourceforge.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Graph-0.84-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 21:08:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 17:08:23 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022108.m52L8Nqu011739@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449579 -- Configure 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 Jun 2 21:08:22 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 17:08:22 -0400 Subject: [Bug 449579] New: FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 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=449579 Summary: FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Unicode-MapUTF8 AssignedTo: gauret at free.fr ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Unicode-MapUTF8-1.11-6.fc8.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 21:26:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 17:26:53 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022126.m52LQroK004175@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449596 -- Configure 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 Jun 2 21:26:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 17:26:53 -0400 Subject: [Bug 449596] New: FTBFS perl-OLE-Storage_Lite-0.15-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449596 Summary: FTBFS perl-OLE-Storage_Lite-0.15-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-OLE-Storage_Lite AssignedTo: tcallawa at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-OLE-Storage_Lite-0.15-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 21:52:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 17:52:02 -0400 Subject: [Bug 449541] FTBFS perl-Net-Server-0.97-2.fc9 In-Reply-To: Message-ID: <200806022152.m52Lq2BN010929@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Net-Server-0.97-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449541 nicolas.mailhot at laposte.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:29 EST ------- Created an attachment (id=307797) --> (https://bugzilla.redhat.com/attachment.cgi?id=307797&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:29 EST ------- Created an attachment (id=307799) --> (https://bugzilla.redhat.com/attachment.cgi?id=307799&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:29 EST ------- Created an attachment (id=307800) --> (https://bugzilla.redhat.com/attachment.cgi?id=307800&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:30 EST ------- Created an attachment (id=307801) --> (https://bugzilla.redhat.com/attachment.cgi?id=307801&action=view) build.log.bz2 build.log for x86_64 -- Configure 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 Jun 2 22:12:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:12:32 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022212.m52MCWFa014841@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449645 -- Configure 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 Jun 2 22:12:31 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:12:31 -0400 Subject: [Bug 449645] New: FTBFS perl-Time-modules-2006.0814-2.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449645 Summary: FTBFS perl-Time-modules-2006.0814-2.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Time-modules AssignedTo: kaboom at oobleck.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,xavier at bachelot.org perl-Time-modules-2006.0814-2.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 22:21:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:21:29 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022221.m52MLTM8016734@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449656 -- Configure 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 Jun 2 22:21:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:21:28 -0400 Subject: [Bug 449656] New: FTBFS perl-Net-Netmask-1.9015-1.fc8 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=449656 Summary: FTBFS perl-Net-Netmask-1.9015-1.fc8 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Net-Netmask AssignedTo: wtogami at redhat.com ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Net-Netmask-1.9015-1.fc8.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 22:26:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:26:01 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022226.m52MQ1r7029657@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449660 -- Configure 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 Jun 2 22:26:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:26:00 -0400 Subject: [Bug 449660] New: FTBFS perl-Unicode-Map-0.112-14.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449660 Summary: FTBFS perl-Unicode-Map-0.112-14.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-Unicode-Map AssignedTo: gauret at free.fr ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Unicode-Map-0.112-14.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 22:28:18 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:28:18 -0400 Subject: [Bug 440169] FTBFS: Fails To Build From Source Blocker In-Reply-To: Message-ID: <200806022228.m52MSIQs030249@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS: Fails To Build From Source Blocker Alias: FTBFS https://bugzilla.redhat.com/show_bug.cgi?id=440169 ftbfs at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449663 -- Configure 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 Jun 2 22:28:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:28:17 -0400 Subject: [Bug 449663] New: FTBFS perl-SVG-2.37-1.fc9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=449663 Summary: FTBFS perl-SVG-2.37-1.fc9 Product: Fedora Version: rawhide Platform: All URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock -results-core/ OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-SVG AssignedTo: alexl at users.sourceforge.net ReportedBy: ftbfs at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-SVG-2.37-1.fc9.src.rpm Failed To Build From Source against the rawhide tree. See http://fedoraproject.org/wiki/FTBFS for more information. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 2 22:32:24 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 18:32:24 -0400 Subject: [Bug 449645] FTBFS perl-Time-modules-2006.0814-2.fc9 In-Reply-To: Message-ID: <200806022232.m52MWOFh018832@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Time-modules-2006.0814-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449645 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |2006.0814-3.fc10 Resolution| |CURRENTRELEASE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:12 EST ------- Created an attachment (id=308096) --> (https://bugzilla.redhat.com/attachment.cgi?id=308096&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:13 EST ------- Created an attachment (id=308097) --> (https://bugzilla.redhat.com/attachment.cgi?id=308097&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:13 EST ------- Created an attachment (id=308098) --> (https://bugzilla.redhat.com/attachment.cgi?id=308098&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:13 EST ------- Created an attachment (id=308099) --> (https://bugzilla.redhat.com/attachment.cgi?id=308099&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From xavier at bachelot.org 2008-06-02 18:32 EST ------- Fixed. -- Configure 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 Jun 2 23:08:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 19:08:27 -0400 Subject: [Bug 449579] FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 In-Reply-To: Message-ID: <200806022308.m52N8RWd024825@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 https://bugzilla.redhat.com/show_bug.cgi?id=449579 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:08 EST ------- Created an attachment (id=307901) --> (https://bugzilla.redhat.com/attachment.cgi?id=307901&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:08 EST ------- Created an attachment (id=307902) --> (https://bugzilla.redhat.com/attachment.cgi?id=307902&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:09 EST ------- Created an attachment (id=307903) --> (https://bugzilla.redhat.com/attachment.cgi?id=307903&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:09 EST ------- Created an attachment (id=307904) --> (https://bugzilla.redhat.com/attachment.cgi?id=307904&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From paul at city-fan.org 2008-06-02 19:08 EST ------- This is fixed in CVS and just needs tagging and building. http://koji.fedoraproject.org/koji/taskinfo?taskID=641515 -- Configure 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 corsepiu at fedoraproject.org Tue Jun 3 03:21:20 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 3 Jun 2008 03:21:20 GMT Subject: rpms/perl-Log-Dispatch-FileRotate/devel perl-Log-Dispatch-FileRotate.spec, 1.5, 1.6 Message-ID: <200806030321.m533LKtn007232@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205 Modified Files: perl-Log-Dispatch-FileRotate.spec Log Message: * Tue Jun 03 2008 Ralf Cors??pius - 1.16-3 - Use %%check in comments to work-around rpm bogusly parsing %check in comments (BZ 449419). Index: perl-Log-Dispatch-FileRotate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel/perl-Log-Dispatch-FileRotate.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Log-Dispatch-FileRotate.spec 2 Feb 2008 19:25:59 -0000 1.5 +++ perl-Log-Dispatch-FileRotate.spec 3 Jun 2008 03:20:33 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Log-Dispatch-FileRotate Version: 1.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Log to files that archive/rotate themselves Group: Development/Libraries @@ -13,7 +13,7 @@ BuildRequires: perl(Date::Manip) BuildRequires: perl(Log::Dispatch) BuildRequires: perl(ExtUtils::MakeMaker) -# See comment in the %check section +# See comment in the %%check section # BuildRequires: perl(Log::Log4perl) >= 0.23 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -58,6 +58,10 @@ %changelog +* Tue Jun 03 2008 Ralf Cors??pius - 1.16-3 +- Use %%%%check in comments to work-around rpm bogusly parsing + %%check in comments (BZ 449419). + * Sat Feb 2 2008 Tom "spot" Callaway - 1.16-2 - rebuild for new perl From bugzilla at redhat.com Tue Jun 3 03:26:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 2 Jun 2008 23:26:57 -0400 Subject: [Bug 449419] FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 In-Reply-To: Message-ID: <200806030326.m533QvVs019252@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449419 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:40 EST ------- Created an attachment (id=307435) --> (https://bugzilla.redhat.com/attachment.cgi?id=307435&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:41 EST ------- Created an attachment (id=307436) --> (https://bugzilla.redhat.com/attachment.cgi?id=307436&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:41 EST ------- Created an attachment (id=307437) --> (https://bugzilla.redhat.com/attachment.cgi?id=307437&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:41 EST ------- Created an attachment (id=307438) --> (https://bugzilla.redhat.com/attachment.cgi?id=307438&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From rc040203 at freenet.de 2008-06-02 23:26 EST ------- Caused by a regression in rpm: https://bugzilla.redhat.com/show_bug.cgi?id=449717 -- Configure 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 Jun 3 04:11:28 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 00:11:28 -0400 Subject: [Bug 449419] FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 In-Reply-To: Message-ID: <200806030411.m534BSJV019910@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449419 matt_domsch at dell.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449717 Status|CLOSED |ASSIGNED Keywords| |Reopened Resolution|RAWHIDE | ------- Additional Comments From matt_domsch at dell.com 2008-06-03 00:11 EST ------- reopening, but adding dep on bug 449717. That way the ftbfs tools won't open a new bug for you before that one is fixed. When 449717 is closed, then please close this bug as well. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From remi at fedoraproject.org Tue Jun 3 04:23:51 2008 From: remi at fedoraproject.org (Remi Collet) Date: Tue, 3 Jun 2008 04:23:51 GMT Subject: rpms/perl-Net-IP/EL-4 perl-Net-IP-1.25-bz197425.patch, NONE, 1.1 perl-Net-IP.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200806030423.m534Npgv016645@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/perl-Net-IP/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16586 Modified Files: perl-Net-IP.spec sources Added Files: perl-Net-IP-1.25-bz197425.patch Log Message: initial EL4 import perl-Net-IP-1.25-bz197425.patch: --- NEW FILE perl-Net-IP-1.25-bz197425.patch --- --- Net-IP-1.25/IP.pm.bz197425 2006-05-22 12:46:40.000000000 -0400 +++ Net-IP-1.25/IP.pm 2006-07-05 15:20:26.000000000 -0400 @@ -410,7 +410,7 @@ my $int = ip_bintoint($self->binip()); - if (!$int) { + if (ref($int) ne "Math::BigInt") { $self->{error} = $ERROR; $self->{errno} = $ERRNO; return; Index: perl-Net-IP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-IP/EL-4/perl-Net-IP.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Net-IP.spec 6 Jun 2005 18:51:14 -0000 1.5 +++ perl-Net-IP.spec 3 Jun 2008 04:23:00 -0000 1.6 @@ -1,20 +1,21 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Net-IP -Version: 1.23 -Release: 1 -Epoch: 0 +Version: 1.25 +# Must be <=2 (don't break EPEL4 -> RHEL5 update) +Release: 1%{?dist} Summary: Perl module for manipulation of IPv4 and IPv6 addresses Group: Development/Libraries -License: GPL or Artistic +# Some ambiguity here, see http://rt.cpan.org/Ticket/Display.html?id=28689 +License: MIT URL: http://search.cpan.org/dist/Net-IP/ -Source: http://www.cpan.org/modules/by-module/Net/Net-IP-%{version}.tar.gz +Source: ftp://cpan.org/pub/CPAN/authors/id/M/MA/MANU/Net-IP-%{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)) +BuildRequires: perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +Patch0: perl-Net-IP-1.25-bz197425.patch %description This is the Net::IP module for Perl, designed to allow easy @@ -27,7 +28,7 @@ %prep %setup -q -n Net-IP-%{version} - +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -38,12 +39,15 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : -make test +%check +# These tests fail on ppc builders because of: +# http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114 +# Re-enable this when the upstream bug is resolved. +# make test %clean @@ -60,14 +64,59 @@ %changelog -* Mon Jun 6 2005 Ville Skytt?? - 0:1.23-1 +* Tue Jun 03 2008 Remi Collet -1.25-1.el4 +- latest version from rawhide spec to EPEL4 +- keep evr < 1.25-2.fc6 (in RHEL 5.1) + +* Fri Feb 1 2008 Tom "spot" Callaway - 1.25-7 +- disable tests due to upstream bug 50114 + +* Fri Feb 1 2008 Tom "spot" Callaway - 1.25-6 +- Work around http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114 + +* Thu Jan 31 2008 Tom "spot" Callaway - 1.25-5 +- rebuild for new perl + +* Sun Aug 12 2007 Ville Skytt?? - 1.25-4 +- BuildRequire perl(ExtUtils::MakeMaker) +- License: MIT + +* Sun Feb 04 2007 Robin Norwood - 1.25-3 +- Resolves: bz#226271 +- Incorporate some fixes to the spec file from Ville: + +* Wed Jul 05 2006 Jason Vas Dias - 1.25-2 +- fix bug 197925 - make intip handle zero-valued IP addresses + +* Mon Jun 05 2006 Jason Vas Dias - 1.25-1 +- upgrade to 1.25 + +* Fri Feb 03 2006 Jason Vas Dias - 1.24-2.2 +- rebuild for new perl-5.8.8 + +* Fri Dec 16 2005 Jesse Keating +- rebuilt for new gcc + +* Fri Dec 16 2005 Jesse Keating +- rebuilt for new gcj + +* Mon Oct 31 2005 Warren Togami - 1.24-2 +- import into FC5 because perl-Net-DNS needs it + +* Wed Oct 19 2005 Ville Skytt?? - 1.24-1 +- 1.24. + +* Mon Jun 6 2005 Ville Skytt?? - 1.23-3 - 1.23, patches applied upstream. - Improve description. -* Sun May 29 2005 Ville Skytt?? - 0:1.22-1 +* Sun May 29 2005 Ville Skytt?? - 1.22-2 - 1.22, include test case for rt.cpan.org #7528 patch. - Patch to mute stdout noise from ip_reverse(). +* Fri Apr 7 2005 Michael Schwendt - 1.21-2 +- rebuilt + * Thu Dec 2 2004 Ville Skytt?? - 0:1.21-1 - Update to 1.21. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-IP/EL-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Jun 2005 18:51:14 -0000 1.5 +++ sources 3 Jun 2008 04:23:00 -0000 1.6 @@ -1 +1 @@ -8a879191792eaeb9b6f7816a271bde2a Net-IP-1.23.tar.gz +a49c0b02a9b793ff60191cdafc0c202e Net-IP-1.25.tar.gz From bugzilla at redhat.com Tue Jun 3 04:36:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 00:36:20 -0400 Subject: [Bug 449198] RFE: Please branch and build perl-Net-IP for EPEL-4 In-Reply-To: Message-ID: <200806030436.m534aKNm024136@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: RFE: Please branch and build perl-Net-IP for EPEL-4 https://bugzilla.redhat.com/show_bug.cgi?id=449198 ------- Additional Comments From fedora at famillecollet.com 2008-06-03 00:36 EST ------- Build done. http://buildsys.fedoraproject.org/logs/fedora-4-epel/39151-perl-Net-IP-1.25-1.el4/ Thanks again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 3 05:09:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 01:09:52 -0400 Subject: [Bug 449419] FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 In-Reply-To: Message-ID: <200806030509.m5359qa3003926@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449419 ------- Additional Comments From rc040203 at freenet.de 2008-06-03 01:09 EST ------- (In reply to comment #6) > reopening, but adding dep on bug 449717. That way the ftbfs tools won't open a > new bug for you before that one is fixed. When 449717 is closed, then please > close this bug as well. WTH? This bug (449419) is fixed by removing the issue triggering this bug from the rpm.spec - The bug that triggers it (449717), is still open. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 3 05:26:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 01:26:46 -0400 Subject: [Bug 449419] FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 In-Reply-To: Message-ID: <200806030526.m535QkKp032712@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Log-Dispatch-FileRotate-1.16-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449419 rc040203 at freenet.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC|fedora-perl-devel- | |list at redhat.com, | |rc040203 at freenet.de | AssignedTo|tcallawa at redhat.com |rc040203 at freenet.de -- Configure 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 Jun 3 07:20:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 03:20:12 -0400 Subject: [Bug 449198] RFE: Please branch and build perl-Net-IP for EPEL-4 In-Reply-To: Message-ID: <200806030720.m537KClF026465@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: RFE: Please branch and build perl-Net-IP for EPEL-4 https://bugzilla.redhat.com/show_bug.cgi?id=449198 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |perl-Net-IP-1.25-1.el4 Resolution| |CURRENTRELEASE ------- Additional Comments From mmaslano at redhat.com 2008-06-03 03:20 EST ------- I gave you watchcommits and commits permission. -- Configure 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 Matt_Domsch at dell.com Mon Jun 2 13:57:39 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Mon, 2 Jun 2008 08:57:39 -0500 Subject: Fedora x86_64 rawhide rebuild in mock status 2008-06-01 Message-ID: <20080602085739.A5900@humbolt.us.dell.com> Fedora Rawhide-in-Mock Build Results for x86_64 based on rawhide as of 01-June-2008. Bugs will be automatically filed for each of the failures below, if there is not already a bug that (recursively) blocks the master FTBFS bug. If your package fails due to a bug in another package, be sure there is a bug filed against the other package, and add that bug number to your package bug's "Depends on" list. Don't just close your package's bug. Once the dependent bug is fixed and your package build properly again, you can close your package's bug. There is a proposal before FESCo to remove packages that Fail To Build >From Source (FTBFS)[1] from the distribution, if the package owner has no bug comments indicating it will be fixed in a reasonable amount of time before the next major release. This would take place immediately following the Alpha release[2]. Please comment on the thread on fedora-devel-list[3], or come to the FESCo meeting next Thursday[4], if you have concerns. [1] http://fedoraproject.org/wiki/FTBFS [2] http://fedoraproject.org/wiki/Schedule (shows F9 presently, extrapolate for F10) [3] https://www.redhat.com/archives/fedora-devel-list/2008-May/msg02369.html [4] http://fedoraproject.org/wiki/Development/SteeringCommittee/Meetings Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 5747 Number failed to build: 340 Number expected to fail due to ExclusiveArch or ExcludeArch: 35 Leaving: 305 (there may be some duplicates if rawhide has 2 versions of a package) Of those expected to have worked... Without a bug filed: 206 ---------------------------------- amanda-2.5.2p1-10.fc9 (build/make) rbrich ardour-2.4.1-1.fc9 (build/make) green,jwrdegoede astromenace-1.2-8.fc9 (build/make) limb axis-1.2.1-3jpp.8.fc9 (build/make) pcheung basket-1.0.2-5.fc9 (build/make) abompard beagle-0.3.7-5.fc10 (build/make) drago01,drago01,psytux blam-1.8.3-13.fc9 (build/make) alexlan,sindrepb bmpx-0.40.13-11.fc9 (build/make) akahl boo-0.8.1.2865-4.fc9 (build/make) pfj brltty-3.9-2.2.fc9 (build/make) kasal cdcollect-0.6.0-5.fc9 (build/make) sharkcz cernlib-2006-29.fc9 (build/make) pertusus cernlib-g77-2006-29.fc9 (build/make) pertusus compat-db-4.5.20-5.fc9 (build/make) jnovy compat-erlang-R10B-11.9.fc9 (build/make) gemi condor-7.0.0-8.fc9 (build/make) matt contacts-0.8-3.fc10 (build/make) jkeating cpio-2.9-7.fc9 (build/make) ovasik cvs-1.11.22-13.fc9 (build/make) jmoskovc db4-4.6.21-5.fc9 (build/make) jnovy dmraid-1.0.0.rc14-6.fc9 (build/make) lvm-team,agk,mornfall,bmr,mbroz,mauelsha,dwysocha dosfstools-2.11-9.fc9 (build/make) kasal dxpc-3.9.1-0.3.b1.fc9 (build/make) guthrie ekg2-0.2-0.1.rc1.fc10 (build/make) rathann elektra-0.6.10-6.fc9 (build/make) pertusus,kwizart epiphany-2.22.1.1-1.fc9 (build/make) gecko-maint erlang-R12B-1.1.fc9 (build/make) gemi evolution-brutus-1.2.11-2.fc9 (build/make) bpepple,colding evolution-remove-duplicates-0.0.3-3.fc9 (build/make) salimma evolution-zimbra-0.1.0-5.fc9 (build/make) mbarnes,mmahut expect-5.43.0-13.fc9 (build/make) vcrhonek fakechroot-2.5-13.fc9 (build/make) athimm fakeroot-1.6.4-16.fc9 (build/make) athimm Falcon-0.8.8-3.fc9 (build/make) salimma firewalk-5.0-2.fc9 (build/make) sindrepb fontmatrix-0.4.2-1.fc9 (build/make) pnemade fonttools-2.0-0.11.20060223cvs.fc7 (build/make) roozbeh,fonts-sig f-spot-0.4.3.1-1.fc10 (build/make) orphan fusion-icon-0.1.0-0.2.5e2dc9git.fc9 (build/make) karlik galeon-2.0.5-1.fc9 (build/make) denis gauche-0.8.13-1.fc9 (build/make) gemi gauche-gl-0.4.4-3.fc9 (build/make) gemi gauche-gtk-0.4.1-17.fc9 (build/make) gemi gbrainy-0.61-5.fc9 (build/make) sereinit gcombust-0.1.55-13 (build/make) thias geronimo-specs-1.0-1.M2.2jpp.12 (build/make) fnasser ghc-6.8.2-2.fc9 (build/make) bos,petersen,ynemoy gl-117-1.3.2-4.fc7 (build/make) steve glib-1.2.10-29.fc9 (build/make) rdieter gnome-applet-timer-2.0.1-1.fc9 (build/make) cwickert gnome-do-0.4.2.0-1.fc10 (build/make) sindrepb,sindrepb gnome-subtitles-0.8-2.fc10 (build/make) belegdol gnome-themes-2.23.1-1.fc10 (build/make) mclasen gnupg2-2.0.9-1.fc9 (build/make) rdieter,nalin gnu-smalltalk-3.0.1-3.fc9 (build/make) s4504kr,laxathom gpgme-1.1.6-3.fc9 (build/make) rdieter gphoto2-2.4.0-10.fc9 (build/make) jnovy graphviz-2.16.1-0.5.fc9 (build/make) jima gridengine-6.1u4-1.fc10 (build/make) orion gstreamer-plugins-good-0.10.8-1.fc10 (build/make) ajax gtk+-1.2.10-61.fc9 (build/make) rdieter gtkglext-1.2.0-6.fc9 (build/make) corsepiu gtkmozembedmm-1.4.2.cvs20060817-17.fc9 (build/make) hguemar gtk-sharp-1.0.10-12.fc7 (build/make) pfj gtksourceview-sharp-2.0-25.fc7 (build/make) pfj guilt-0.30-1.fc8 (build/make) sandeen hedgewars-0.9.3-1.fc10 (build/make) jwrdegoede HelixPlayer-1.0.9-2.fc9 (build/make) abompard hesiod-3.1.0-10 (build/make) nalin iksemel-1.3-4.fc9 (build/make) jcollie Inventor-2.1.5-31.fc9 (build/make) corsepiu javasqlite-20080420-1.fc10 (build/make) scop jed-0.99.18-7.fc9 (build/make) notting jgroups-2.2.9.2-3jpp.2 (build/make) dbhole junitperf-1.9.1-2jpp.1.fc7 (build/make) mwringe kdebluetooth-1.0-0.41.beta8.fc9 (build/make) gilboa,scop kickpim-0.5.3-14.fc9 (build/make) rdieter kismet-0.0.2007.10.R1-3.fc9 (build/make) ensc kleansweep-0.2.9-7.fc9 (build/make) chitlesh ktechlab-0.3.69-5.fc8 (build/make) chitlesh LabPlot-1.5.1.6-6.fc9 (build/make) chitlesh,chitlesh,tnorth ladspa-1.12-9.fc9 (build/make) thomasvs lat-1.2.3-3.fc9 (build/make) pghmcfc lib765-0.4.1-3.fc9 (build/make) lucilanga,pfj libapreq2-2.09-0.15.rc2.fc9 (build/make) bojan libfwbuilder-2.1.16-2.fc9 (build/make) ertzing libgii-1.0.2-6.fc9 (build/make) kwizart libidn-0.6.14-7 (build/make) jorton libitl-0.6.4-4.fc9 (build/make) izhar libjpeg-6b-41.fc9 (build/make) tgl libnet10-1.0.2a-14.fc9 (build/make) pertusus libopensync-0.36-2.fc9 (build/make) awjb libopensync-plugin-google-calendar-0.35-2.fc9 (build/make) awjb libopensync-plugin-kdepim-0.35-2.fc9 (build/make) awjb libsigsegv-2.4-6.fc9 (build/make) rdieter libstroke-0.5.1-17.fc9 (build/make) chitlesh libzzub-0.2.3-12.fc9 (build/make) akahl,mtasaka linux-atm-2.5.0-5 (build/make) dwmw2 log4net-1.2.10-4.fc9 (build/make) snecker mercurial-1.0-4.fc9 (build/make) nbecker,ausil,mmcgrath,nbecker mesa-7.1-0.31.fc9 (build/make) ajax,ajax mod_suphp-0.6.3-1.fc9 (build/make) ixs monodevelop-0.19-6.fc9 (build/make) pfj mono-ndoc-1.3.1-2.fc10 (build/make) spot mono-nunit22-2.2.10-3.fc10 (build/make) spot mono-sharpcvslib-0.35-2.fc10 (build/make) spot muine-0.8.8-9.fc9 (build/make) sindrepb muine-scrobbler-0.1.8-5.fc9 (build/make) sindrepb mx-2.0.6-3 (build/make) misa MyPasswordSafe-0.6.7-4.20061216.fc9 (build/make) ertzing mysql-connector-java-3.1.12-5.fc9 (build/make) ifoox nant-0.85-21.fc9 (build/make) pfj nautilus-open-terminal-0.9-2.fc9 (build/make) pfrields nautilus-search-tool-0.2.2-3.fc9 (build/make) pfrields nco-3.9.3-1.fc9 (build/make) edhill,pertusus nethack-vultures-2.1.0-10.fc8 (build/make) meme ngspice-17-14.fc9 (build/make) chitlesh ntfs-config-1.0-0.6.rc5.fc9 (build/make) laxathom ntl-5.4.2-2.fc9 (build/make) rdieter ocaml-SDL-0.7.2-12.fc10 (build/make) rjones oooqs2-1.0-3.fc6 (build/make) ausil openoffice.org-voikko-2.2-4.fc9 (build/make) vpv openssl-0.9.8g-9.fc10 (build/make) tmraz pam_abl-0.2.3-4.fc9 (build/make) adalloz,tmraz pan-0.132-2.fc8 (build/make) adalloz,mpeters pdfedit-0.3.2-4.fc9 (build/make) bjohnson perl-5.10.0-24.fc10 (build/make) mmaslano,spot,corsepiu,rnorwood,kasal perl-Class-MethodMaker-2.10-3.fc9 (build/make) dgregor,perl-sig perl-Crypt-Simple-0.06-5.fc9 (needs_perl_ExtUtils_MakeMaker) allisson perl-CSS-1.08-2.fc10 (build/make) terjeros perl-DBD-SQLite-1.14-7.fc9 (build/make) kasal,perl-sig,steve,rnorwood,mmaslano perl-GD-SVG-0.28-4.fc9 (build/make) alexlan,perl-sig perl-Gnome2-GConf-1.044-3.fc9 (build/make) cweyl,perl-sig perl-Graph-0.84-2.fc9 (build/make) alexlan,perl-sig perl-Log-Dispatch-FileRotate-1.16-2.fc9 (build/make) spot,perl-sig,corsepiu perl-MIME-Lite-3.01-6.fc9 (build/make) mmcgrath,perl-sig perl-mogilefs-server-2.17-5.fc9 (build/make) ruben perl-Net-CUPS-0.55-4.fc9 (build/make) cweyl,perl-sig perl-Net-Netmask-1.9015-1.fc8 (build/make) wtogami,perl-sig perl-Net-Packet-3.25-3.fc9 (build/make) sindrepb perl-Net-Server-0.97-2.fc9 (build/make) nim,perl-sig perl-Net-Write-1.00-3.fc9 (build/make) sindrepb perl-OLE-Storage_Lite-0.15-2.fc9 (build/make) spot,perl-sig perl-Pod-POM-0.17-9.fc9 (build/make) spot,perl-sig perl-Spreadsheet-WriteExcel-2.20-2.fc9 (build/make) spot,perl-sig perl-SVG-2.37-1.fc9 (build/make) alexlan,perl-sig perl-Text-CharWidth-0.04-4.fc9 (build/make) athimm perl-Text-Kakasi-2.04-8.fc9 (build/make) tagoh,perl-sig perl-Text-Shellwords-1.08-4.fc9 (build/make) alexlan,perl-sig perl-Text-WrapI18N-0.06-3.fc9 (build/make) athimm perl-Time-modules-2006.0814-2.fc9 (build/make) kaboom,perl-sig,xavierb perl-Unicode-Map-0.112-14.fc9 (build/make) abompard,perl-sig perl-Unicode-Map8-0.12-17.fc9 (build/make) abompard,perl-sig perl-Unicode-MapUTF8-1.11-6.fc8 (build/make) abompard,perl-sig perl-Unicode-String-2.09-8.fc9 (build/make) abompard,perl-sig perl-XML-LibXSLT-1.63-5.fc9 (build/make) shishz,perl-sig perl-XML-XPath-1.13-6.fc9 (build/make) kasal,perl-sig,rnorwood,mmaslano piklab-0.15.0-1.fc9 (build/make) chitlesh,dionysos plplot-5.9.0-1.fc9 (build/make) orion powerman-1.0.32-5.fc9 (build/make) jwilson powerpc-utils-papr-1.0.4-3.fc9 (build/make) dwmw2,rrakus psacct-6.3.2-50.fc9 (build/make) varekova python-imaging-1.1.6-9.fc9 (build/make) jamatos,jgranado python-xlrd-0.6.1-5.fc9 (build/make) ondrejj,jafo qcad-2.0.5.0-8.fc9 (build/make) gemi qgis-0.9.1-5.fc9 (build/make) silfreed,rezso qmmp-0.1.5-2.fc9 (build/make) kvolny,jwrdegoede qof-0.7.5-2.fc9 (build/make) limb qscintilla-2.2-1.fc10 (build/make) rdieter rapidsvn-0.9.6-1.fc9 (build/make) timj repoman-0.9-3.fc8 (build/make) dcantrel,clumens ricci-0.13.0-3.fc9 (build/make) rmccabe rkward-0.5.0b-2.fc10 (build/make) pingou R-Matrix-0.999375-4.fc9 (build/make) tmoertel ruby-1.8.6.114-1.fc9 (build/make) tagoh ruby-gnome2-0.16.0-28.fc9 (build/make) allisson samba-3.2.0-1.pre3.10.fc10 (build/make) simo,gd scim-tomoe-0.6.0-2.fc8 (build/make) ryo,petersen selinux-policy-3.3.1-45.fc10 (build/make) dwalsh,jkubin slrn-0.9.8.1pl1-8.20070716cvs.fc9 (build/make) mlichvar smarteiffel-2.3-2.fc9 (build/make) gemi sudo-1.6.9p13-6.fc10 (build/make) pvrabec,kzak sugar-toolkit-0.81.3-1.gitfcc468a323.fc10 (build/make) mpg,tomeu,erikos svnmailer-1.0.8-3.fc7 (build/make) mfleming synaptics-0.14.6-7.fc9 (build/make) krh syslinux-3.61-2.fc9 (build/make) pjones taglib-sharp-2.0.3.0-4.fc10 (build/make) spot taskjuggler-2.4.1-1.fc10 (build/make) ovasik tclchecker-1.4-4.20061030cvs.fc9 (build/make) wart tcldebugger-1.4-6.20061030cvs.fc9 (build/make) wart tcpdump-3.9.8-4.fc9 (build/make) mlichvar tomboy-0.10.1-2.fc9 (build/make) rstrode tomcat5-5.5.26-1jpp.2.fc9 (build/make) devrim,devrim vtk-5.0.4-21.fc9 (build/make) athimm,orion wlassistant-0.5.7-7.fc9 (build/make) spot xbase-2.0.0-11.fc9 (build/make) spot xemacs-21.5.28-6.fc9 (build/make) scop xemacs-packages-extra-20070427-1.fc8 (build/make) scop xen-3.2.0-10.fc9 (build/make) xen-maint,berrange xfce4-mailwatch-plugin-1.0.1-8.fc9 (build/make) cwickert xfce4-verve-plugin-0.3.5-4.fc9 (build/make) cwickert,kevin xlhtml-0.5-8.fc9 (build/make) abompard xml-commons-resolver-1.1-1jpp.12 (build/make) fnasser xmms-cdread-0.14-13.fc9 (build/make) jsoeterb xscorch-0.2.0-12.fc8 (build/make) mgarski xsupplicant-1.2.8-6.fc9.2 (build/make) spot With bugs filed: 99 ---------------------------------- aiksaurus-1.2.1-15.fc6 ['440795 NEW'] (build/make) uwog astyle-1.21-6.fc8 ['440797 NEW'] (build/make) addutko,mtasaka aterm-1.0.1-2.fc9 ['440779 ASSIGNED'] (build/make) awjb bacula-2.0.3-13.fc9 ['440905 NEW'] (build/make) ixs,mmcgrath banshee-0.99.2-2.fc10 ['448365 ASSIGNED'] (build/make) nigelj,spot bes-3.5.3-3.fc9 ['440807 NEW'] (build/make) pertusus bitbake-1.8.8-1.fc8 ['440562 NEW'] (build/make) ixs blobby-0.6-0.7.a.fc8 ['440725 NEW'] (build/make) abompard brutus-keyring-0.9.0-6.fc8 ['440809 NEW'] (build/make) bpepple,colding callweaver-1.2-0.4.rc5.20071230.fc9 ['440927 NEW'] (build/make) dwmw2 camstream-0.26.3-12.fc8 ['440878 NEW'] (build/make) nomis80 conexusmm-0.5.0-3.fc7 ['440847 NEW'] (build/make) rvinyard coolkey-1.1.0-6.fc9 ['440753 NEW'] (build/make) rrelyea,jmagne crystal-clear-20050622-6.fc8 ['440851 NEW'] (build/make) chitlesh dap-freeform_handler-3.7.7-2.fc9 ['440885 NEW'] (build/make) pertusus dap-hdf4_handler-3.7.7-3.fc9 ['440714 NEW'] (build/make) pertusus dar-2.3.6-3.fc9 ['440746 NEW'] (build/make) xris djvulibre-3.5.20-2.fc9 ['440910 NEW'] (build/make) thias fish-1.23.0-2.fc9 ['440724 NEW'] (build/make) ascii,oliver fluxstyle-1.0.1-2.fc7 ['440757 NEW'] (build/make) errr fontypython-0.2.0-6.fc7 ['440756 ASSIGNED'] (build/make) cr33dog,fonts-sig freeipmi-0.5.1-3.fc9 ['440875 NEW'] (build/make) pknirsch fwbuilder-2.1.16-2.fc9 ['440846 NEW'] (build/make) ertzing gazpacho-0.7.2-2.fc8 ['440859 NEW'] (build/make) icon gdmap-0.7.5-6.fc6 ['440889 NEW'] (build/make) splinux gnome-applet-tvn24-0.2.8-3.fc9 ['440715 NEW'] (build/make) orphan gnome-specimen-0.3-1.fc8 ['440868 NEW'] (build/make) splinux gprolog-1.3.0-12.fc9 ['440945 NEW'] (build/make) s4504kr gpsim-0.22.0-5.fc8 ['440835 NEW'] (build/make) dionysos gresistor-0.0.1-11.fc8 ['440866 NEW'] (build/make) chitlesh gstm-1.2-6.fc7 ['440719 NEW'] (build/make) splinux gtk2hs-0.9.12.1-8.fc9 ['440493 NEW'] (build/make) bos,petersen gwget-0.99-5.fc9 ['440744 NEW'] (build/make) cwickert ht2html-2.0-5.fc6 ['440916 NEW'] (build/make) ifoox itpp-4.0.0-2.fc9 ['440939 NEW'] (build/make) edhill jabbin-2.0-0.6.beta2a.fc9 ['440730 NEW'] (build/make) kurzawa kazehakase-0.5.4-4.fc9 ['402641 NEW'] (build/make) mtasaka klear-0.7.0-1.svn113.fc9 ['440755 NEW'] (build/make) trasher koffice-langpack-1.6.3-1.fc8 ['440758 ASSIGNED'] (build/make) awjb kphotobymail-0.4.1-1.fc7 ['440873 ASSIGNED'] (build/make) kushal lam-7.1.2-11.fc9 ['440926 NEW'] (build/make) dledford libdap-3.7.10-2.fc9 ['440854 NEW'] (build/make) pertusus libFoundation-1.1.3-11.fc9 ['440564 NEW'] (build/make) athimm libgtksourceviewmm-0.3.1-1.fc8 ['440877 NEW'] (build/make) splinux libnc-dap-3.7.0-9.fc9 ['440768 NEW'] (build/make) pertusus lilypond-2.10.33-1.fc8 ['440826 NEW'] (build/make) qspencer lineakd-0.9-5.fc6 ['440774 NEW'] (build/make) xris lineak-defaultplugin-0.9-2.fc6 ['440821 NEW'] (build/make) xris lineak-xosdplugin-0.9-2.fc6 ['440929 NEW'] (build/make) xris linpsk-0.9-3.fc9 ['440778 NEW'] (build/make) bjensen,sindrepb,sconklin lostirc-0.4.6-3.fc8 ['440921 NEW'] (build/make) splinux,splinux mbuffer-20070502-1.fc7 ['440836 ASSIGNED'] (build/make) adalloz mimetic-0.9.3-2.fc8 ['440838 NEW'] (build/make) ensc moto4lin-0.3-6.fc7 ['440713 NEW'] (build/make) jafo mtd-utils-1.1.0-2.fc8 ['440845 NEW'] (build/make) dwmw2,jwboyer multiget-1.1.4-7.fc8 ['440801 ASSIGNED'] (build/make) orphan,mtasaka mx4j-3.0.1-6jpp.4 ['440731 NEW'] (build/make) fnasser mysql-gui-tools-5.0r12-5.fc9 ['440734 NEW'] (build/make) ausil oggconvert-0.3.0-14.fc9 ['440943 NEW'] (build/make) ngompa orpie-1.4.3-5.fc6 ['440823 NEW'] (build/make) xris pcmanx-gtk2-0.3.5-9.336svn.fc7 ['440745 NEW'] (open_missing_mode) leo pdsh-2.11-6.fc9 ['440811 NEW'] (build/make) kg6fnk pekwm-0.1.5-5.fc7 ['440883 NEW'] (build/make) errr petitboot-0.0.1-7.fc8 ['440853 NEW'] (build/make) dwmw2,jwboyer pic2aa-0.2.1-3.fc9 ['440764 NEW'] (build/make) kurzawa plague-0.4.4.1-4.fc7 ['440874 NEW'] (build/make) dcbw plotmm-0.1.2-6.fc9 ['440563 NEW'] (build/make) hguemar proftpd-1.3.1-3.fc9 ['440729 NEW'] (build/make) thias python-dialog-2.7-7.fc8 ['440819 NEW'] (build/make) abompard python-durus-3.5-3.fc7 ['440781 NEW'] (build/make) shahms python-memcached-1.39-1.fc8 ['440931 NEW'] (build/make) jafo python-pydns-2.3.0-5.fc7 ['440912 NEW'] (build/make) jafo python-pyspf-2.0.3-1.fc8 ['440793 NEW'] (build/make) jafo python-reportlab-2.1-2.fc9 ['440827 NEW'] (build/make) bpepple python-simpletal-4.1-5.fc7 ['440930 NEW'] (build/make) shahms python-tpg-3.1.0-4.fc7 ['440763 NEW'] (build/make) shahms python-urljr-1.0.1-1.fc7 ['440901 NEW'] (build/make) jcollie pyzor-0.4.0-11.fc7 ['440790 NEW'] (build/make) ixs qa-assistant-0.4.90.5-2.fc6 ['440914 ASSIGNED'] (build/make) toshio qca-1.0-10.fc9 ['440850 NEW'] (build/make) abompard qca-tls-1.0-13.fc9 ['440909 NEW'] (build/make) abompard qgo-1.5.4r2-1.fc9 ['440728 NEW'] (build/make) kaboom qps-1.9.19-0.2.b.fc7 ['440904 NEW'] (build/make) makghosh qsynth-0.2.5-7.fc9 ['440736 NEW'] (build/make) nando qtiplot-0.9-8.fc9 ['440844 NEW'] (build/make) frankb QuantLib-0.9.0-5.fc9 ['440934 NEW'] (build/make) spot ruby-bdb-0.6.0-1.fc7 ['440882 NEW'] (build/make) errr rudeconfig-5.0.5-1.fc7 ['440848 NEW'] (build/make) homeless rxvt-unicode-9.02-2.fc9 ['440789 ASSIGNED'] (build/make) awjb sblim-wbemcli-1.5.1-5.fc7 ['440893 NEW'] (build/make) hamzy scim-skk-0.5.2-8.fc6 ['440863 NEW'] (build/make) ryo scribus-1.3.4-5.fc9 ['440766 ASSIGNED'] (build/make) awjb seq24-0.8.7-8.fc8 ['440363 ASSIGNED'] (build/make) green showimg-0.9.5-16.fc9 ['440890 NEW'] (build/make) abompard sos-1.8-1.fc8 ['440839 NEW'] (build/make) navid straw-0.27-12.fc9 ['440806 ASSIGNED'] (build/make) subhodip supertux-0.3.1-1.fc9 ['440816 NEW'] (build/make) steve trousers-0.3.1-5.fc9 ['440733 NEW'] (build/make) key,ejratl yoltia-0.22.1-2.fc9 ['440935 NEW'] (build/make) kurzawa ---------------------------------- Packages by owner: abompard: HelixPlayer,basket,blobby,perl-Unicode-Map,perl-Unicode-Map8,perl-Unicode-MapUTF8,perl-Unicode-String,python-dialog,qca,qca-tls,showimg,xlhtml adalloz: mbuffer,pam_abl,pan addutko: astyle agk: dmraid ajax: gstreamer-plugins-good,mesa,mesa akahl: bmpx,libzzub alexlan: blam,perl-GD-SVG,perl-Graph,perl-SVG,perl-Text-Shellwords allisson: perl-Crypt-Simple,ruby-gnome2 ascii: fish athimm: fakechroot,fakeroot,libFoundation,perl-Text-CharWidth,perl-Text-WrapI18N,vtk ausil: mercurial,mysql-gui-tools,oooqs2 awjb: aterm,koffice-langpack,libopensync,libopensync-plugin-google-calendar,libopensync-plugin-kdepim,rxvt-unicode,scribus belegdol: gnome-subtitles berrange: xen bjensen: linpsk bjohnson: pdfedit bmr: dmraid bojan: libapreq2 bos: ghc,gtk2hs bpepple: brutus-keyring,evolution-brutus,python-reportlab chitlesh: LabPlot,LabPlot,crystal-clear,gresistor,kleansweep,ktechlab,libstroke,ngspice,piklab clumens: repoman colding: brutus-keyring,evolution-brutus corsepiu: Inventor,gtkglext,perl,perl-Log-Dispatch-FileRotate cr33dog: fontypython cweyl: perl-Gnome2-GConf,perl-Net-CUPS cwickert: gnome-applet-timer,gwget,xfce4-mailwatch-plugin,xfce4-verve-plugin dbhole: jgroups dcantrel: repoman dcbw: plague denis: galeon devrim: tomcat5,tomcat5 dgregor: perl-Class-MethodMaker dionysos: gpsim,piklab dledford: lam drago01: beagle,beagle dwalsh: selinux-policy dwmw2: callweaver,linux-atm,mtd-utils,petitboot,powerpc-utils-papr dwysocha: dmraid edhill: itpp,nco ejratl: trousers ensc: kismet,mimetic erikos: sugar-toolkit errr: fluxstyle,pekwm,ruby-bdb ertzing: MyPasswordSafe,fwbuilder,libfwbuilder fnasser: geronimo-specs,mx4j,xml-commons-resolver fonts-sig: fonttools,fontypython frankb: qtiplot gd: samba gecko-maint: epiphany gemi: compat-erlang,erlang,gauche,gauche-gl,gauche-gtk,qcad,smarteiffel gilboa: kdebluetooth green: ardour,seq24 guthrie: dxpc hamzy: sblim-wbemcli hguemar: gtkmozembedmm,plotmm homeless: rudeconfig icon: gazpacho ifoox: ht2html,mysql-connector-java ixs: bacula,bitbake,mod_suphp,pyzor izhar: libitl jafo: moto4lin,python-memcached,python-pydns,python-pyspf,python-xlrd jamatos: python-imaging jcollie: iksemel,python-urljr jgranado: python-imaging jima: graphviz jkeating: contacts jkubin: selinux-policy jmagne: coolkey jmoskovc: cvs jnovy: compat-db,db4,gphoto2 jorton: libidn jsoeterb: xmms-cdread jwboyer: mtd-utils,petitboot jwilson: powerman jwrdegoede: ardour,hedgewars,qmmp kaboom: perl-Time-modules,qgo karlik: fusion-icon kasal: brltty,dosfstools,perl,perl-DBD-SQLite,perl-XML-XPath kevin: xfce4-verve-plugin key: trousers kg6fnk: pdsh krh: synaptics kurzawa: jabbin,pic2aa,yoltia kushal: kphotobymail kvolny: qmmp kwizart: elektra,libgii kzak: sudo laxathom: gnu-smalltalk,ntfs-config leo: pcmanx-gtk2 limb: astromenace,qof lucilanga: lib765 lvm-team: dmraid makghosh: qps matt: condor mauelsha: dmraid mbarnes: evolution-zimbra mbroz: dmraid mclasen: gnome-themes meme: nethack-vultures mfleming: svnmailer mgarski: xscorch misa: mx mlichvar: slrn,tcpdump mmahut: evolution-zimbra mmaslano: perl,perl-DBD-SQLite,perl-XML-XPath mmcgrath: bacula,mercurial,perl-MIME-Lite mornfall: dmraid mpeters: pan mpg: sugar-toolkit mtasaka: astyle,kazehakase,libzzub,multiget mwringe: junitperf nalin: gnupg2,hesiod nando: qsynth navid: sos nbecker: mercurial,mercurial ngompa: oggconvert nigelj: banshee nim: perl-Net-Server nomis80: camstream notting: jed oliver: fish ondrejj: python-xlrd orion: gridengine,plplot,vtk orphan: f-spot,gnome-applet-tvn24,multiget ovasik: cpio,taskjuggler pcheung: axis perl-sig: perl-Class-MethodMaker,perl-DBD-SQLite,perl-GD-SVG,perl-Gnome2-GConf,perl-Graph,perl-Log-Dispatch-FileRotate,perl-MIME-Lite,perl-Net-CUPS,perl-Net-Netmask,perl-Net-Server,perl-OLE-Storage_Lite,perl-Pod-POM,perl-SVG,perl-Spreadsheet-WriteExcel,perl-Text-Kakasi,perl-Text-Shellwords,perl-Time-modules,perl-Unicode-Map,perl-Unicode-Map8,perl-Unicode-MapUTF8,perl-Unicode-String,perl-XML-LibXSLT,perl-XML-XPath pertusus: bes,cernlib,cernlib-g77,dap-freeform_handler,dap-hdf4_handler,elektra,libdap,libnc-dap,libnet10,nco petersen: ghc,gtk2hs,scim-tomoe pfj: boo,gtk-sharp,gtksourceview-sharp,lib765,monodevelop,nant pfrields: nautilus-open-terminal,nautilus-search-tool pghmcfc: lat pingou: rkward pjones: syslinux pknirsch: freeipmi pnemade: fontmatrix psytux: beagle pvrabec: sudo qspencer: lilypond rathann: ekg2 rbrich: amanda rdieter: glib,gnupg2,gpgme,gtk+,kickpim,libsigsegv,ntl,qscintilla rezso: qgis rjones: ocaml-SDL rmccabe: ricci rnorwood: perl,perl-DBD-SQLite,perl-XML-XPath roozbeh: fonttools rrakus: powerpc-utils-papr rrelyea: coolkey rstrode: tomboy ruben: perl-mogilefs-server rvinyard: conexusmm ryo: scim-skk,scim-tomoe s4504kr: gnu-smalltalk,gprolog salimma: Falcon,evolution-remove-duplicates sandeen: guilt sconklin: linpsk scop: javasqlite,kdebluetooth,xemacs,xemacs-packages-extra sereinit: gbrainy shahms: python-durus,python-simpletal,python-tpg sharkcz: cdcollect shishz: perl-XML-LibXSLT silfreed: qgis simo: samba sindrepb: blam,firewalk,gnome-do,gnome-do,linpsk,muine,muine-scrobbler,perl-Net-Packet,perl-Net-Write snecker: log4net splinux: gdmap,gnome-specimen,gstm,libgtksourceviewmm,lostirc,lostirc spot: QuantLib,banshee,mono-ndoc,mono-nunit22,mono-sharpcvslib,perl,perl-Log-Dispatch-FileRotate,perl-OLE-Storage_Lite,perl-Pod-POM,perl-Spreadsheet-WriteExcel,taglib-sharp,wlassistant,xbase,xsupplicant steve: gl-117,perl-DBD-SQLite,supertux subhodip: straw tagoh: perl-Text-Kakasi,ruby terjeros: perl-CSS tgl: libjpeg thias: djvulibre,gcombust,proftpd thomasvs: ladspa timj: rapidsvn tmoertel: R-Matrix tmraz: openssl,pam_abl tnorth: LabPlot tomeu: sugar-toolkit toshio: qa-assistant trasher: klear uwog: aiksaurus varekova: psacct vcrhonek: expect vpv: openoffice.org-voikko wart: tclchecker,tcldebugger wtogami: perl-Net-Netmask xavierb: perl-Time-modules xen-maint: xen xris: dar,lineak-defaultplugin,lineak-xosdplugin,lineakd,orpie ynemoy: ghc -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From Matt_Domsch at dell.com Mon Jun 2 13:58:38 2008 From: Matt_Domsch at dell.com (Matt Domsch) Date: Mon, 2 Jun 2008 08:58:38 -0500 Subject: Fedora i386 rawhide rebuild in mock status 2008-06-01 Message-ID: <20080602085838.A5948@humbolt.us.dell.com> Fedora Rawhide-in-Mock Build Results for i386 based on rawhide as of 01-June-2008. Bugs will be automatically filed for each of the failures below, if there is not already a bug that (recursively) blocks the master FTBFS bug. If your package fails due to a bug in another package, be sure there is a bug filed against the other package, and add that bug number to your package bug's "Depends on" list. Don't just close your package's bug. Once the dependent bug is fixed and your package build properly again, you can close your package's bug. There is a proposal before FESCo to remove packages that Fail To Build >From Source (FTBFS)[1] from the distribution, if the package owner has no bug comments indicating it will be fixed in a reasonable amount of time before the next major release. This would take place immediately following the Alpha release[2]. Please comment on the thread on fedora-devel-list[3], or come to the FESCo meeting next Thursday[4], if you have concerns. [1] http://fedoraproject.org/wiki/FTBFS [2] http://fedoraproject.org/wiki/Schedule (shows F9 presently, extrapolate for F10) [3] https://www.redhat.com/archives/fedora-devel-list/2008-May/msg02369.html [4] http://fedoraproject.org/wiki/Development/SteeringCommittee/Meetings Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Total packages: 5748 Number failed to build: 278 Number expected to fail due to ExclusiveArch or ExcludeArch: 12 Leaving: 266 (there may be some duplicates if rawhide has 2 versions of a package) Of those expected to have worked... Without a bug filed: 169 ---------------------------------- amanda-2.5.2p1-10.fc9 (build/make) rbrich ardour-2.4.1-1.fc9 (build/make) green,jwrdegoede astromenace-1.2-8.fc9 (build/make) limb basket-1.0.2-5.fc9 (build/make) abompard beagle-0.3.7-5.fc10 (build/make) drago01,drago01,psytux blam-1.8.3-13.fc9 (build/make) alexlan,sindrepb bmpx-0.40.13-11.fc9 (build/make) akahl brltty-3.9-2.2.fc9 (build/make) kasal cernlib-2006-29.fc9 (build/make) pertusus cernlib-g77-2006-29.fc9 (build/make) pertusus clisp-2.43-5.fc9 (build/make) gemi,green compat-db-4.5.20-5.fc9 (build/make) jnovy compat-erlang-R10B-11.9.fc9 (build/make) gemi condor-7.0.0-8.fc9 (build/make) matt cpio-2.9-7.fc9 (build/make) ovasik db4-4.6.21-5.fc9 (build/make) jnovy dmraid-1.0.0.rc14-6.fc9 (build/make) lvm-team,agk,mornfall,bmr,mbroz,mauelsha,dwysocha dosfstools-2.11-9.fc9 (build/make) kasal dxpc-3.9.1-0.3.b1.fc9 (build/make) guthrie eclipse-subclipse-1.2.4-9.fc9 (build/make) robmv ekg2-0.2-0.1.rc1.fc10 (build/make) rathann elektra-0.6.10-6.fc9 (build/make) pertusus,kwizart epiphany-2.22.1.1-1.fc9 (build/make) gecko-maint erlang-R12B-1.1.fc9 (build/make) gemi evolution-brutus-1.2.11-2.fc9 (build/make) bpepple,colding evolution-remove-duplicates-0.0.3-3.fc9 (build/make) salimma evolution-zimbra-0.1.0-5.fc9 (build/make) mbarnes,mmahut fakechroot-2.5-13.fc9 (build/make) athimm fakeroot-1.6.4-16.fc9 (build/make) athimm Falcon-0.8.8-3.fc9 (build/make) salimma fontmatrix-0.4.2-1.fc9 (build/make) pnemade fonttools-2.0-0.11.20060223cvs.fc7 (build/make) roozbeh,fonts-sig fusion-icon-0.1.0-0.2.5e2dc9git.fc9 (build/make) karlik galeon-2.0.5-1.fc9 (build/make) denis ghc-6.8.2-2.fc9 (build/make) bos,petersen,ynemoy gl-117-1.3.2-4.fc7 (build/make) steve glib-1.2.10-29.fc9 (build/make) rdieter gnome-applet-timer-2.0.1-1.fc9 (build/make) cwickert gnome-themes-2.23.1-1.fc10 (build/make) mclasen gnupg2-2.0.9-1.fc9 (build/make) rdieter,nalin gnu-smalltalk-3.0.1-3.fc9 (build/make) s4504kr,laxathom gpgme-1.1.6-3.fc9 (build/make) rdieter gphoto2-2.4.0-10.fc9 (build/make) jnovy graphviz-2.16.1-0.5.fc9 (build/make) jima gstreamer-plugins-good-0.10.8-1.fc10 (build/make) ajax gtk+-1.2.10-61.fc9 (build/make) rdieter gtkglext-1.2.0-6.fc9 (build/make) corsepiu gtkmozembedmm-1.4.2.cvs20060817-17.fc9 (build/make) hguemar gtk-sharp-1.0.10-12.fc7 (build/make) pfj guilt-0.30-1.fc8 (build/make) sandeen HelixPlayer-1.0.9-2.fc9 (build/make) abompard iksemel-1.3-4.fc9 (build/make) jcollie Inventor-2.1.5-31.fc9 (build/make) corsepiu jed-0.99.18-7.fc9 (build/make) notting jgroups-2.2.9.2-3jpp.2 (build/make) dbhole kdebluetooth-1.0-0.41.beta8.fc9 (build/make) gilboa,scop kickpim-0.5.3-14.fc9 (build/make) rdieter kismet-0.0.2007.10.R1-3.fc9 (build/make) ensc kleansweep-0.2.9-7.fc9 (build/make) chitlesh ktechlab-0.3.69-5.fc8 (build/make) chitlesh LabPlot-1.5.1.6-6.fc9 (build/make) chitlesh,chitlesh,tnorth ladspa-1.12-9.fc9 (build/make) thomasvs libapreq2-2.09-0.15.rc2.fc9 (build/make) bojan libfwbuilder-2.1.16-2.fc9 (build/make) ertzing libidn-0.6.14-7 (build/make) jorton libitl-0.6.4-4.fc9 (build/make) izhar libjpeg-6b-41.fc9 (build/make) tgl libopensync-0.36-2.fc9 (build/make) awjb libopensync-plugin-google-calendar-0.35-2.fc9 (build/make) awjb libopensync-plugin-kdepim-0.35-2.fc9 (build/make) awjb libsigsegv-2.4-6.fc9 (build/make) rdieter libzzub-0.2.3-12.fc9 (build/make) akahl,mtasaka linux-atm-2.5.0-5 (build/make) dwmw2 lrmi-0.10-4.fc9 (build/make) kevin mercurial-1.0-4.fc9 (build/make) nbecker,ausil,mmcgrath,nbecker mesa-7.1-0.31.fc9 (build/make) ajax,ajax mod_suphp-0.6.3-1.fc9 (build/make) ixs monodevelop-0.19-6.fc9 (build/make) pfj mosml-2.01-11.fc9 (build/make) gemi muine-scrobbler-0.1.8-5.fc9 (build/make) sindrepb mx-2.0.6-3 (build/make) misa MyPasswordSafe-0.6.7-4.20061216.fc9 (build/make) ertzing nant-0.85-21.fc9 (build/make) pfj nautilus-open-terminal-0.9-2.fc9 (build/make) pfrields nautilus-search-tool-0.2.2-3.fc9 (build/make) pfrields nco-3.9.3-1.fc9 (build/make) edhill,pertusus nethack-vultures-2.1.0-10.fc8 (build/make) meme ngspice-17-14.fc9 (build/make) chitlesh ntfs-config-1.0-0.6.rc5.fc9 (build/make) laxathom ntl-5.4.2-2.fc9 (build/make) rdieter ocaml-SDL-0.7.2-12.fc10 (build/make) rjones oooqs2-1.0-3.fc6 (build/make) ausil openoffice.org-voikko-2.2-4.fc9 (build/make) vpv pam_abl-0.2.3-4.fc9 (build/make) adalloz,tmraz pan-0.132-2.fc8 (build/make) adalloz,mpeters pdfedit-0.3.2-4.fc9 (build/make) bjohnson perl-5.10.0-24.fc10 (build/make) mmaslano,spot,corsepiu,rnorwood,kasal perl-Class-MethodMaker-2.10-3.fc9 (build/make) dgregor,perl-sig perl-Crypt-Simple-0.06-5.fc9 (needs_perl_ExtUtils_MakeMaker) allisson perl-CSS-1.08-2.fc10 (build/make) terjeros perl-DBD-SQLite-1.14-7.fc9 (build/make) kasal,perl-sig,steve,rnorwood,mmaslano perl-GD-SVG-0.28-4.fc9 (build/make) alexlan,perl-sig perl-Gnome2-GConf-1.044-3.fc9 (build/make) cweyl,perl-sig perl-Graph-0.84-2.fc9 (build/make) alexlan,perl-sig perl-Log-Dispatch-FileRotate-1.16-2.fc9 (build/make) spot,perl-sig,corsepiu perl-MIME-Lite-3.01-6.fc9 (build/make) mmcgrath,perl-sig perl-Net-CUPS-0.55-4.fc9 (build/make) cweyl,perl-sig perl-Net-Netmask-1.9015-1.fc8 (build/make) wtogami,perl-sig perl-Net-Packet-3.25-3.fc9 (build/make) sindrepb perl-Net-Server-0.97-2.fc9 (build/make) nim,perl-sig perl-Net-Write-1.00-3.fc9 (build/make) sindrepb perl-OLE-Storage_Lite-0.15-2.fc9 (build/make) spot,perl-sig perl-Pod-POM-0.17-9.fc9 (build/make) spot,perl-sig perl-Spreadsheet-WriteExcel-2.20-2.fc9 (build/make) spot,perl-sig perl-SVG-2.37-1.fc9 (build/make) alexlan,perl-sig perl-Text-CharWidth-0.04-4.fc9 (build/make) athimm perl-Text-Kakasi-2.04-8.fc9 (build/make) tagoh,perl-sig perl-Text-Shellwords-1.08-4.fc9 (build/make) alexlan,perl-sig perl-Text-WrapI18N-0.06-3.fc9 (build/make) athimm perl-Time-modules-2006.0814-2.fc9 (build/make) kaboom,perl-sig,xavierb perl-Unicode-Map-0.112-14.fc9 (build/make) abompard,perl-sig perl-Unicode-Map8-0.12-17.fc9 (build/make) abompard,perl-sig perl-Unicode-MapUTF8-1.11-6.fc8 (build/make) abompard,perl-sig perl-Unicode-String-2.09-8.fc9 (build/make) abompard,perl-sig perl-XML-LibXSLT-1.63-5.fc9 (build/make) shishz,perl-sig perl-XML-XPath-1.13-6.fc9 (build/make) kasal,perl-sig,rnorwood,mmaslano piklab-0.15.0-1.fc9 (build/make) chitlesh,dionysos plplot-5.9.0-1.fc9 (build/make) orion powerman-1.0.32-5.fc9 (build/make) jwilson powerpc-utils-papr-1.0.4-3.fc9 (build/make) dwmw2,rrakus psacct-6.3.2-50.fc9 (build/make) varekova python-imaging-1.1.6-9.fc9 (build/make) jamatos,jgranado python-xlrd-0.6.1-5.fc9 (build/make) ondrejj,jafo qcad-2.0.5.0-8.fc9 (build/make) gemi qgis-0.9.1-5.fc9 (build/make) silfreed,rezso qmmp-0.1.5-2.fc9 (build/make) kvolny,jwrdegoede qof-0.7.5-2.fc9 (build/make) limb qscintilla-2.2-1.fc10 (build/make) rdieter rapidsvn-0.9.6-1.fc9 (build/make) timj repoman-0.9-3.fc8 (build/make) dcantrel,clumens ricci-0.13.0-3.fc9 (build/make) rmccabe rkward-0.5.0b-2.fc10 (build/make) pingou R-Matrix-0.999375-4.fc9 (build/make) tmoertel ruby-1.8.6.114-1.fc9 (build/make) tagoh ruby-gnome2-0.16.0-28.fc9 (build/make) allisson samba-3.2.0-1.pre3.10.fc10 (build/make) simo,gd scim-tomoe-0.6.0-2.fc8 (build/make) ryo,petersen selinux-policy-3.3.1-45.fc10 (build/make) dwalsh,jkubin slrn-0.9.8.1pl1-8.20070716cvs.fc9 (build/make) mlichvar smarteiffel-2.3-2.fc9 (build/make) gemi sudo-1.6.9p13-6.fc10 (build/make) pvrabec,kzak sugar-toolkit-0.81.3-1.gitfcc468a323.fc10 (build/make) mpg,tomeu,erikos svnmailer-1.0.8-3.fc7 (build/make) mfleming synaptics-0.14.6-7.fc9 (build/make) krh syslinux-3.61-2.fc9 (build/make) pjones taglib-sharp-2.0.3.0-4.fc10 (build/make) spot taskjuggler-2.4.1-1.fc10 (build/make) ovasik tclchecker-1.4-4.20061030cvs.fc9 (build/make) wart tcldebugger-1.4-6.20061030cvs.fc9 (build/make) wart vtk-5.0.4-21.fc9 (build/make) athimm,orion wlassistant-0.5.7-7.fc9 (build/make) spot xemacs-21.5.28-6.fc9 (build/make) scop xemacs-packages-extra-20070427-1.fc8 (build/make) scop xen-3.2.0-10.fc9 (build/make) xen-maint,berrange xfce4-mailwatch-plugin-1.0.1-8.fc9 (build/make) cwickert xfce4-verve-plugin-0.3.5-4.fc9 (build/make) cwickert,kevin xml-commons-resolver-1.1-1jpp.12 (build/make) fnasser xsupplicant-1.2.8-6.fc9.2 (build/make) spot zhcon-0.2.6-8.fc9 (build/make) zhu With bugs filed: 97 ---------------------------------- aiksaurus-1.2.1-15.fc6 ['440795 NEW'] (build/make) uwog astyle-1.21-6.fc8 ['440797 NEW'] (build/make) addutko,mtasaka aterm-1.0.1-2.fc9 ['440779 ASSIGNED'] (build/make) awjb bacula-2.0.3-13.fc9 ['440905 NEW'] (build/make) ixs,mmcgrath banshee-0.99.2-2.fc10 ['448365 ASSIGNED'] (build/make) nigelj,spot bes-3.5.3-3.fc9 ['440807 NEW'] (build/make) pertusus bitbake-1.8.8-1.fc8 ['440562 NEW'] (build/make) ixs blobby-0.6-0.7.a.fc8 ['440725 NEW'] (build/make) abompard brutus-keyring-0.9.0-6.fc8 ['440809 NEW'] (build/make) bpepple,colding callweaver-1.2-0.4.rc5.20071230.fc9 ['440927 NEW'] (build/make) dwmw2 camstream-0.26.3-12.fc8 ['440878 NEW'] (build/make) nomis80 conexusmm-0.5.0-3.fc7 ['440847 NEW'] (build/make) rvinyard coolkey-1.1.0-6.fc9 ['440753 NEW'] (build/make) rrelyea,jmagne crystal-clear-20050622-6.fc8 ['440851 NEW'] (build/make) chitlesh dap-freeform_handler-3.7.7-2.fc9 ['440885 NEW'] (build/make) pertusus dap-hdf4_handler-3.7.7-3.fc9 ['440714 NEW'] (build/make) pertusus dar-2.3.6-3.fc9 ['440746 NEW'] (build/make) xris djvulibre-3.5.20-2.fc9 ['440910 NEW'] (build/make) thias fish-1.23.0-2.fc9 ['440724 NEW'] (build/make) ascii,oliver fluxstyle-1.0.1-2.fc7 ['440757 NEW'] (build/make) errr fontypython-0.2.0-6.fc7 ['440756 ASSIGNED'] (build/make) cr33dog,fonts-sig freeipmi-0.5.1-3.fc9 ['440875 NEW'] (build/make) pknirsch fwbuilder-2.1.16-2.fc9 ['440846 NEW'] (build/make) ertzing gazpacho-0.7.2-2.fc8 ['440859 NEW'] (build/make) icon gcl-2.6.7-18.fc9 ['440913 NEW'] (build/make) gemi,green gdmap-0.7.5-6.fc6 ['440889 NEW'] (build/make) splinux gnome-applet-tvn24-0.2.8-3.fc9 ['440715 NEW'] (build/make) orphan gpsim-0.22.0-5.fc8 ['440835 NEW'] (build/make) dionysos gresistor-0.0.1-11.fc8 ['440866 NEW'] (build/make) chitlesh gstm-1.2-6.fc7 ['440719 NEW'] (build/make) splinux gtk2hs-0.9.12.1-8.fc9 ['440493 NEW'] (build/make) bos,petersen gwget-0.99-5.fc9 ['440744 NEW'] (build/make) cwickert ht2html-2.0-5.fc6 ['440916 NEW'] (build/make) ifoox itpp-4.0.0-2.fc9 ['440939 NEW'] (build/make) edhill jabbin-2.0-0.6.beta2a.fc9 ['440730 NEW'] (build/make) kurzawa kazehakase-0.5.4-4.fc9 ['402641 NEW'] (build/make) mtasaka klear-0.7.0-1.svn113.fc9 ['440755 NEW'] (build/make) trasher koffice-langpack-1.6.3-1.fc8 ['440758 ASSIGNED'] (build/make) awjb kphotobymail-0.4.1-1.fc7 ['440873 ASSIGNED'] (build/make) kushal lam-7.1.2-11.fc9 ['440926 NEW'] (build/make) dledford libdap-3.7.10-2.fc9 ['440854 NEW'] (build/make) pertusus libFoundation-1.1.3-11.fc9 ['440564 NEW'] (build/make) athimm libgtksourceviewmm-0.3.1-1.fc8 ['440877 NEW'] (build/make) splinux libnc-dap-3.7.0-9.fc9 ['440768 NEW'] (build/make) pertusus lilypond-2.10.33-1.fc8 ['440826 NEW'] (build/make) qspencer lineakd-0.9-5.fc6 ['440774 NEW'] (build/make) xris lineak-defaultplugin-0.9-2.fc6 ['440821 NEW'] (build/make) xris lineak-xosdplugin-0.9-2.fc6 ['440929 NEW'] (build/make) xris linpsk-0.9-3.fc9 ['440778 NEW'] (build/make) bjensen,sindrepb,sconklin lostirc-0.4.6-3.fc8 ['440921 NEW'] (build/make) splinux,splinux mbuffer-20070502-1.fc7 ['440836 ASSIGNED'] (build/make) adalloz mimetic-0.9.3-2.fc8 ['440838 NEW'] (build/make) ensc moto4lin-0.3-6.fc7 ['440713 NEW'] (build/make) jafo mtd-utils-1.1.0-2.fc8 ['440845 NEW'] (build/make) dwmw2,jwboyer multiget-1.1.4-7.fc8 ['440801 ASSIGNED'] (build/make) orphan,mtasaka mx4j-3.0.1-6jpp.4 ['440731 NEW'] (build/make) fnasser mysql-gui-tools-5.0r12-5.fc9 ['440734 NEW'] (build/make) ausil oggconvert-0.3.0-14.fc9 ['440943 NEW'] (build/make) ngompa orpie-1.4.3-5.fc6 ['440823 NEW'] (build/make) xris pcmanx-gtk2-0.3.5-9.336svn.fc7 ['440745 NEW'] (open_missing_mode) leo pdsh-2.11-6.fc9 ['440811 NEW'] (build/make) kg6fnk pekwm-0.1.5-5.fc7 ['440883 NEW'] (build/make) errr petitboot-0.0.1-7.fc8 ['440853 NEW'] (build/make) dwmw2,jwboyer pic2aa-0.2.1-3.fc9 ['440764 NEW'] (build/make) kurzawa plague-0.4.4.1-4.fc7 ['440874 NEW'] (build/make) dcbw plotmm-0.1.2-6.fc9 ['440563 NEW'] (build/make) hguemar proftpd-1.3.1-3.fc9 ['440729 NEW'] (build/make) thias python-dialog-2.7-7.fc8 ['440819 NEW'] (build/make) abompard python-durus-3.5-3.fc7 ['440781 NEW'] (build/make) shahms python-memcached-1.39-1.fc8 ['440931 NEW'] (build/make) jafo python-pydns-2.3.0-5.fc7 ['440912 NEW'] (build/make) jafo python-pyspf-2.0.3-1.fc8 ['440793 NEW'] (build/make) jafo python-simpletal-4.1-5.fc7 ['440930 NEW'] (build/make) shahms python-tpg-3.1.0-4.fc7 ['440763 NEW'] (build/make) shahms python-urljr-1.0.1-1.fc7 ['440901 NEW'] (build/make) jcollie pyzor-0.4.0-11.fc7 ['440790 NEW'] (build/make) ixs qa-assistant-0.4.90.5-2.fc6 ['440914 ASSIGNED'] (build/make) toshio qca-1.0-10.fc9 ['440850 NEW'] (build/make) abompard qca-tls-1.0-13.fc9 ['440909 NEW'] (build/make) abompard qgo-1.5.4r2-1.fc9 ['440728 NEW'] (build/make) kaboom qps-1.9.19-0.2.b.fc7 ['440904 NEW'] (build/make) makghosh qsynth-0.2.5-7.fc9 ['440736 NEW'] (build/make) nando qtiplot-0.9-8.fc9 ['440844 NEW'] (build/make) frankb ruby-bdb-0.6.0-1.fc7 ['440882 NEW'] (build/make) errr rudeconfig-5.0.5-1.fc7 ['440848 NEW'] (build/make) homeless rxvt-unicode-9.02-2.fc9 ['440789 ASSIGNED'] (build/make) awjb sblim-wbemcli-1.5.1-5.fc7 ['440893 NEW'] (build/make) hamzy scim-skk-0.5.2-8.fc6 ['440863 NEW'] (build/make) ryo scribus-1.3.4-5.fc9 ['440766 ASSIGNED'] (build/make) awjb seq24-0.8.7-8.fc8 ['440363 ASSIGNED'] (build/make) green showimg-0.9.5-16.fc9 ['440890 NEW'] (build/make) abompard sos-1.8-1.fc8 ['440839 NEW'] (build/make) navid straw-0.27-12.fc9 ['440806 ASSIGNED'] (build/make) subhodip supertux-0.3.1-1.fc9 ['440816 NEW'] (build/make) steve trousers-0.3.1-5.fc9 ['440733 NEW'] (build/make) key,ejratl wine-0.9.58-1.fc9 ['440951 ON_QA'] (build/make) awjb yoltia-0.22.1-2.fc9 ['440935 NEW'] (build/make) kurzawa ---------------------------------- Packages by owner: abompard: HelixPlayer,basket,blobby,perl-Unicode-Map,perl-Unicode-Map8,perl-Unicode-MapUTF8,perl-Unicode-String,python-dialog,qca,qca-tls,showimg adalloz: mbuffer,pam_abl,pan addutko: astyle agk: dmraid ajax: gstreamer-plugins-good,mesa,mesa akahl: bmpx,libzzub alexlan: blam,perl-GD-SVG,perl-Graph,perl-SVG,perl-Text-Shellwords allisson: perl-Crypt-Simple,ruby-gnome2 ascii: fish athimm: fakechroot,fakeroot,libFoundation,perl-Text-CharWidth,perl-Text-WrapI18N,vtk ausil: mercurial,mysql-gui-tools,oooqs2 awjb: aterm,koffice-langpack,libopensync,libopensync-plugin-google-calendar,libopensync-plugin-kdepim,rxvt-unicode,scribus,wine berrange: xen bjensen: linpsk bjohnson: pdfedit bmr: dmraid bojan: libapreq2 bos: ghc,gtk2hs bpepple: brutus-keyring,evolution-brutus chitlesh: LabPlot,LabPlot,crystal-clear,gresistor,kleansweep,ktechlab,ngspice,piklab clumens: repoman colding: brutus-keyring,evolution-brutus corsepiu: Inventor,gtkglext,perl,perl-Log-Dispatch-FileRotate cr33dog: fontypython cweyl: perl-Gnome2-GConf,perl-Net-CUPS cwickert: gnome-applet-timer,gwget,xfce4-mailwatch-plugin,xfce4-verve-plugin dbhole: jgroups dcantrel: repoman dcbw: plague denis: galeon dgregor: perl-Class-MethodMaker dionysos: gpsim,piklab dledford: lam drago01: beagle,beagle dwalsh: selinux-policy dwmw2: callweaver,linux-atm,mtd-utils,petitboot,powerpc-utils-papr dwysocha: dmraid edhill: itpp,nco ejratl: trousers ensc: kismet,mimetic erikos: sugar-toolkit errr: fluxstyle,pekwm,ruby-bdb ertzing: MyPasswordSafe,fwbuilder,libfwbuilder fnasser: mx4j,xml-commons-resolver fonts-sig: fonttools,fontypython frankb: qtiplot gd: samba gecko-maint: epiphany gemi: clisp,compat-erlang,erlang,gcl,mosml,qcad,smarteiffel gilboa: kdebluetooth green: ardour,clisp,gcl,seq24 guthrie: dxpc hamzy: sblim-wbemcli hguemar: gtkmozembedmm,plotmm homeless: rudeconfig icon: gazpacho ifoox: ht2html ixs: bacula,bitbake,mod_suphp,pyzor izhar: libitl jafo: moto4lin,python-memcached,python-pydns,python-pyspf,python-xlrd jamatos: python-imaging jcollie: iksemel,python-urljr jgranado: python-imaging jima: graphviz jkubin: selinux-policy jmagne: coolkey jnovy: compat-db,db4,gphoto2 jorton: libidn jwboyer: mtd-utils,petitboot jwilson: powerman jwrdegoede: ardour,qmmp kaboom: perl-Time-modules,qgo karlik: fusion-icon kasal: brltty,dosfstools,perl,perl-DBD-SQLite,perl-XML-XPath kevin: lrmi,xfce4-verve-plugin key: trousers kg6fnk: pdsh krh: synaptics kurzawa: jabbin,pic2aa,yoltia kushal: kphotobymail kvolny: qmmp kwizart: elektra kzak: sudo laxathom: gnu-smalltalk,ntfs-config leo: pcmanx-gtk2 limb: astromenace,qof lvm-team: dmraid makghosh: qps matt: condor mauelsha: dmraid mbarnes: evolution-zimbra mbroz: dmraid mclasen: gnome-themes meme: nethack-vultures mfleming: svnmailer misa: mx mlichvar: slrn mmahut: evolution-zimbra mmaslano: perl,perl-DBD-SQLite,perl-XML-XPath mmcgrath: bacula,mercurial,perl-MIME-Lite mornfall: dmraid mpeters: pan mpg: sugar-toolkit mtasaka: astyle,kazehakase,libzzub,multiget nalin: gnupg2 nando: qsynth navid: sos nbecker: mercurial,mercurial ngompa: oggconvert nigelj: banshee nim: perl-Net-Server nomis80: camstream notting: jed oliver: fish ondrejj: python-xlrd orion: plplot,vtk orphan: gnome-applet-tvn24,multiget ovasik: cpio,taskjuggler perl-sig: perl-Class-MethodMaker,perl-DBD-SQLite,perl-GD-SVG,perl-Gnome2-GConf,perl-Graph,perl-Log-Dispatch-FileRotate,perl-MIME-Lite,perl-Net-CUPS,perl-Net-Netmask,perl-Net-Server,perl-OLE-Storage_Lite,perl-Pod-POM,perl-SVG,perl-Spreadsheet-WriteExcel,perl-Text-Kakasi,perl-Text-Shellwords,perl-Time-modules,perl-Unicode-Map,perl-Unicode-Map8,perl-Unicode-MapUTF8,perl-Unicode-String,perl-XML-LibXSLT,perl-XML-XPath pertusus: bes,cernlib,cernlib-g77,dap-freeform_handler,dap-hdf4_handler,elektra,libdap,libnc-dap,nco petersen: ghc,gtk2hs,scim-tomoe pfj: gtk-sharp,monodevelop,nant pfrields: nautilus-open-terminal,nautilus-search-tool pingou: rkward pjones: syslinux pknirsch: freeipmi pnemade: fontmatrix psytux: beagle pvrabec: sudo qspencer: lilypond rathann: ekg2 rbrich: amanda rdieter: glib,gnupg2,gpgme,gtk+,kickpim,libsigsegv,ntl,qscintilla rezso: qgis rjones: ocaml-SDL rmccabe: ricci rnorwood: perl,perl-DBD-SQLite,perl-XML-XPath robmv: eclipse-subclipse roozbeh: fonttools rrakus: powerpc-utils-papr rrelyea: coolkey rvinyard: conexusmm ryo: scim-skk,scim-tomoe s4504kr: gnu-smalltalk salimma: Falcon,evolution-remove-duplicates sandeen: guilt sconklin: linpsk scop: kdebluetooth,xemacs,xemacs-packages-extra shahms: python-durus,python-simpletal,python-tpg shishz: perl-XML-LibXSLT silfreed: qgis simo: samba sindrepb: blam,linpsk,muine-scrobbler,perl-Net-Packet,perl-Net-Write splinux: gdmap,gstm,libgtksourceviewmm,lostirc,lostirc spot: banshee,perl,perl-Log-Dispatch-FileRotate,perl-OLE-Storage_Lite,perl-Pod-POM,perl-Spreadsheet-WriteExcel,taglib-sharp,wlassistant,xsupplicant steve: gl-117,perl-DBD-SQLite,supertux subhodip: straw tagoh: perl-Text-Kakasi,ruby terjeros: perl-CSS tgl: libjpeg thias: djvulibre,proftpd thomasvs: ladspa timj: rapidsvn tmoertel: R-Matrix tmraz: pam_abl tnorth: LabPlot tomeu: sugar-toolkit toshio: qa-assistant trasher: klear uwog: aiksaurus varekova: psacct vpv: openoffice.org-voikko wart: tclchecker,tcldebugger wtogami: perl-Net-Netmask xavierb: perl-Time-modules xen-maint: xen xris: dar,lineak-defaultplugin,lineak-xosdplugin,lineakd,orpie ynemoy: ghc zhu: zhcon -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com & www.dell.com/linux From nim at fedoraproject.org Mon Jun 2 21:28:06 2008 From: nim at fedoraproject.org (Nicolas Mailhot) Date: Mon, 2 Jun 2008 21:28:06 GMT Subject: rpms/perl-Net-Server/devel perl-Net-Server.spec,1.19,1.20 Message-ID: <200806022128.m52LS6aT016912@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/rpms/perl-Net-Server/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16861/devel Modified Files: perl-Net-Server.spec Log Message: make closer to the current perl template Index: perl-Net-Server.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Server/devel/perl-Net-Server.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-Net-Server.spec 7 Mar 2008 02:12:37 -0000 1.19 +++ perl-Net-Server.spec 2 Jun 2008 21:27:07 -0000 1.20 @@ -2,7 +2,7 @@ Name: perl-%{rname} Version: 0.97 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible, general Perl server engine Group: Development/Libraries @@ -41,11 +41,11 @@ make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name 'perllocal.pod' -exec rm -f {} ';' find %{buildroot} -type f -name '.*' -exec rm -f {} ';' -find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+rwX,go-rwx %{buildroot}/* -%check || : +%check make test @@ -65,6 +65,10 @@ %changelog +* Mon Jun 02 2009 Nicolas Mailhot +- 0.97-3 +??? remove old %%check Dag leftover rpmbuild does not like anymore + * Thu Mar 06 2008 Tom "spot" Callaway - 0.97-2 Rebuild for new perl From bugzilla at redhat.com Tue Jun 3 12:47:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 08:47:07 -0400 Subject: [Bug 449405] FTBFS perl-Text-Kakasi-2.04-8.fc9 In-Reply-To: Message-ID: <200806031247.m53Cl7NH021363@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Text-Kakasi-2.04-8.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449405 tagoh at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:28 EST ------- Created an attachment (id=307391) --> (https://bugzilla.redhat.com/attachment.cgi?id=307391&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:28 EST ------- Created an attachment (id=307392) --> (https://bugzilla.redhat.com/attachment.cgi?id=307392&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:29 EST ------- Created an attachment (id=307393) --> (https://bugzilla.redhat.com/attachment.cgi?id=307393&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:29 EST ------- Created an attachment (id=307394) --> (https://bugzilla.redhat.com/attachment.cgi?id=307394&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tagoh at redhat.com 2008-06-03 08:47 EST ------- Fixed in 2.04-9.fc10. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From xavierb at fedoraproject.org Tue Jun 3 15:36:14 2008 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Tue, 3 Jun 2008 15:36:14 GMT Subject: rpms/perl-Text-CSV_XS/EL-5 perl-Text-CSV_XS.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200806031536.m53FaEWQ014997@cvs-int.fedora.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14903 Modified Files: perl-Text-CSV_XS.spec sources Log Message: sync EL-4 and EL-5 branches Index: perl-Text-CSV_XS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5/perl-Text-CSV_XS.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Text-CSV_XS.spec 7 Sep 2006 14:53:40 -0000 1.5 +++ perl-Text-CSV_XS.spec 3 Jun 2008 15:35:06 -0000 1.6 @@ -1,14 +1,16 @@ Name: perl-Text-CSV_XS -Version: 0.23 +Version: 0.30 Release: 5%{?dist} Summary: Comma-separated values manipulation routines Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Text-CSV_XS/ -Source0: http://www.cpan.org/authors/id/J/JW/JWIED/Text-CSV_XS-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -19,6 +21,7 @@ %prep %setup -q -n Text-CSV_XS-%{version} +chmod -c a-x examples/* %build @@ -31,7 +34,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -45,13 +48,35 @@ %files %defattr(-,root,root,-) -%doc ChangeLog README +%doc ChangeLog README examples/ %{perl_vendorarch}/Text/ %{perl_vendorarch}/auto/Text/ %{_mandir}/man3/*.3pm* %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.30-5 +- Rebuild for perl 5.10 (again) + +* Tue Feb 19 2008 Fedora Release Engineering - 0.30-4 +- Autorebuild for GCC 4.3 + +* Sat Feb 2 2008 Tom "spot" Callaway - 0.30-3 +- rebuild for new perl + +* Wed Aug 29 2007 Fedora Release Engineering - 0.30-2 +- Rebuild for selinux ppc32 issue. + +* Sat Jun 23 2007 Jose Pedro Oliveira - 0.30-1 +- Update to 0.30. + +* Sat Jun 16 2007 Jose Pedro Oliveira - 0.29-1 +- Update to 0.29. + +* Sat Jun 16 2007 Jose Pedro Oliveira - 0.27-1 +- Update to 0.27. +- New upstream maintainer. + * Thu Sep 7 2006 Jose Pedro Oliveira - 0.23-5 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-CSV_XS/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jan 2006 17:23:10 -0000 1.2 +++ sources 3 Jun 2008 15:35:06 -0000 1.3 @@ -1 +1 @@ -936eca163a09e92353565ad37ee7a4fa Text-CSV_XS-0.23.tar.gz +33e1562283bcacddd6dadcc5a73e522d Text-CSV_XS-0.30.tar.gz From bugzilla at redhat.com Tue Jun 3 15:45:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Jun 2008 11:45:14 -0400 Subject: [Bug 441646] RFE: perl-Text-CSV_XS for EPEL In-Reply-To: Message-ID: <200806031545.m53FjE0K027146@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: RFE: perl-Text-CSV_XS for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=441646 xavier at bachelot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From xavier at bachelot.org 2008-06-03 11:45 EST ------- Built for EL-4 and EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From rc040203 at freenet.de Wed Jun 4 06:20:07 2008 From: rc040203 at freenet.de (Ralf Corsepius) Date: Wed, 04 Jun 2008 08:20:07 +0200 Subject: rpm spec syntax change? (was Re: Fedora i386 rawhide rebuild in mock status 2008-06-01) In-Reply-To: References: <20080602085838.A5948@humbolt.us.dell.com> Message-ID: <1212560408.3589.56.camel@beck.corsepiu.local> On Tue, 2008-06-03 at 22:55 -0700, Alex Lancaster wrote: > >>>>> "MD" == Matt Domsch writes: > > MD> Fedora Rawhide-in-Mock Build Results for i386 based on rawhide as > MD> of 01-June-2008. > > [...] > > MD> Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ > > Some of these are my Perl packages: > > perl-GD-SVG-0.28-4.fc9 (build/make) alexlan,perl-sig > perl-Graph-0.84-2.fc9 (build/make) alexlan,perl-sig > perl-SVG-2.37-1.fc9 (build/make) alexlan,perl-sig > perl-Text-Shellwords-1.08-4.fc9 (build/make) alexlan,perl-sig > > All of these builds fail during %check: > > Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.54169 > + umask 022 > + cd /builddir/build/BUILD > + cd GD-SVG-0.28 > + unset DISPLAY > /var/tmp/rpm-tmp.54169: line 26: syntax error near unexpected token `||' > > because of the following construct in the .spec file: > > %check || : > make test > > Was there a change made in rpm that makes builds fail with this > syntax? I didn't see any announcement and, at least at one point in > time, I seem to recall that this was a legal and sometimes recommended > form. (Although I should note that I did inherit the original .spec > files from an earlier contributor). > > I assume that the solution is to just drop the "|| :" part? Cf.: https://bugzilla.redhat.com/show_bug.cgi?id=449717 Ralf From bugzilla at redhat.com Wed Jun 4 07:21:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Jun 2008 03:21:34 -0400 Subject: [Bug 449663] FTBFS perl-SVG-2.37-1.fc9 In-Reply-To: Message-ID: <200806040721.m547LYvO030850@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-SVG-2.37-1.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449663 alexl at users.sourceforge.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |2.44-1.fc10 Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:28 EST ------- Created an attachment (id=308153) --> (https://bugzilla.redhat.com/attachment.cgi?id=308153&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:28 EST ------- Created an attachment (id=308154) --> (https://bugzilla.redhat.com/attachment.cgi?id=308154&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:28 EST ------- Created an attachment (id=308155) --> (https://bugzilla.redhat.com/attachment.cgi?id=308155&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:29 EST ------- Created an attachment (id=308156) --> (https://bugzilla.redhat.com/attachment.cgi?id=308156&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From alexl at users.sourceforge.net 2008-06-04 03:21 EST ------- Fixed in rawhide: http://koji.fedoraproject.org/koji/taskinfo?taskID=644559 -- Configure 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 Jun 4 07:28:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Jun 2008 03:28:39 -0400 Subject: [Bug 449489] FTBFS perl-Text-Shellwords-1.08-4.fc9 In-Reply-To: Message-ID: <200806040728.m547SdKY032096@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Text-Shellwords-1.08-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449489 alexl at users.sourceforge.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |1.08-5.fc10 Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:46 EST ------- Created an attachment (id=307658) --> (https://bugzilla.redhat.com/attachment.cgi?id=307658&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:46 EST ------- Created an attachment (id=307659) --> (https://bugzilla.redhat.com/attachment.cgi?id=307659&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:46 EST ------- Created an attachment (id=307660) --> (https://bugzilla.redhat.com/attachment.cgi?id=307660&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:46 EST ------- Created an attachment (id=307661) --> (https://bugzilla.redhat.com/attachment.cgi?id=307661&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From alexl at users.sourceforge.net 2008-06-04 03:28 EST ------- Fixed in perl-Text-Shellwords-1.08-5.fc10 http://koji.fedoraproject.org/koji/buildinfo?buildID=51557 -- Configure 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 Jun 4 07:35:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Jun 2008 03:35:44 -0400 Subject: [Bug 449503] FTBFS perl-GD-SVG-0.28-4.fc9 In-Reply-To: Message-ID: <200806040735.m547Zi55001197@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-GD-SVG-0.28-4.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449503 alexl at users.sourceforge.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |0.28-5.fc10 Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:57 EST ------- Created an attachment (id=307699) --> (https://bugzilla.redhat.com/attachment.cgi?id=307699&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:57 EST ------- Created an attachment (id=307700) --> (https://bugzilla.redhat.com/attachment.cgi?id=307700&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:57 EST ------- Created an attachment (id=307701) --> (https://bugzilla.redhat.com/attachment.cgi?id=307701&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:02 EST ------- Created an attachment (id=307704) --> (https://bugzilla.redhat.com/attachment.cgi?id=307704&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From alexl at users.sourceforge.net 2008-06-04 03:35 EST ------- Fixed in perl-GD-SVG-0.28-5.fc10: http://koji.fedoraproject.org/koji/buildinfo?buildID=51558 -- Configure 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 Jun 4 07:41:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Jun 2008 03:41:49 -0400 Subject: [Bug 449571] FTBFS perl-Graph-0.84-2.fc9 In-Reply-To: Message-ID: <200806040741.m547fn6C009016@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Graph-0.84-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449571 alexl at users.sourceforge.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |0.84-3.fc10 Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:56 EST ------- Created an attachment (id=307875) --> (https://bugzilla.redhat.com/attachment.cgi?id=307875&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:56 EST ------- Created an attachment (id=307876) --> (https://bugzilla.redhat.com/attachment.cgi?id=307876&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:56 EST ------- Created an attachment (id=307877) --> (https://bugzilla.redhat.com/attachment.cgi?id=307877&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:56 EST ------- Created an attachment (id=307878) --> (https://bugzilla.redhat.com/attachment.cgi?id=307878&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From alexl at users.sourceforge.net 2008-06-04 03:41 EST ------- Fixed in perl-Graph-0.84-3.fc10: http://koji.fedoraproject.org/koji/buildinfo?buildID=51560 -- Configure 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 Jun 4 10:37:47 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Jun 2008 06:37:47 -0400 Subject: [Bug 449930] New: Upgrade to upstream 0.710.05 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=449930 Summary: Upgrade to upstream 0.710.05 Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: high Component: perl-SOAP-Lite AssignedTo: mmcgrath at redhat.com ReportedBy: lsmid at redhat.com QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Current version does not work for XMLRPC calls. Not sure about SOAP. Version-Release number of selected component (if applicable): perl-SOAP-Lite-0.68-6.fc9.noarch How reproducible: Always Steps to Reproduce: use XMLRPC::Lite; my $rpc = new XMLRPC::Lite( $database_url ); my $call = $rpc->call('bugzilla.runQuery', $querydata); Actual results: Can't use string as an ARRAY ref while "strict refs" in use at re_eval at Expected results: Result of the call. Additional info: Upgrading to upstream 0.710.05 from CPAN fixed the problem. -- Configure 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 tagoh at fedoraproject.org Tue Jun 3 12:31:45 2008 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Tue, 3 Jun 2008 12:31:45 GMT Subject: rpms/perl-Text-Kakasi/devel perl-Text-Kakasi.spec,1.9,1.10 Message-ID: <200806031231.m53CVjG7021541@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/perl-Text-Kakasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21505 Modified Files: perl-Text-Kakasi.spec Log Message: * Tue Jun 3 2008 Akira TAGOH - 2.04-9 - Fix FTFBS. (#449405) Index: perl-Text-Kakasi.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Kakasi/devel/perl-Text-Kakasi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Text-Kakasi.spec 7 Mar 2008 02:18:58 -0000 1.9 +++ perl-Text-Kakasi.spec 3 Jun 2008 12:30:59 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Text-Kakasi Version: 2.04 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Kakasi library module for perl Group: Development/Libraries @@ -44,7 +44,7 @@ iconv -f euc-jp -t utf-8 < "$file" > "${file}_" mv -f "${file}_" "$file" -%check || : +%check make test %clean @@ -60,6 +60,9 @@ %changelog +* Tue Jun 3 2008 Akira TAGOH - 2.04-9 +- Fix FTFBS. (#449405) + * Thu Mar 06 2008 Tom "spot" Callaway - 2.04-8 Rebuild for new perl From tagoh at fedoraproject.org Tue Jun 3 12:42:15 2008 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Tue, 3 Jun 2008 12:42:15 GMT Subject: rpms/perl-Text-Kakasi/devel perl-Text-Kakasi.spec,1.10,1.11 Message-ID: <200806031242.m53CgFaN021816@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/perl-Text-Kakasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21772 Modified Files: perl-Text-Kakasi.spec Log Message: Index: perl-Text-Kakasi.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Kakasi/devel/perl-Text-Kakasi.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Text-Kakasi.spec 3 Jun 2008 12:30:59 -0000 1.10 +++ perl-Text-Kakasi.spec 3 Jun 2008 12:41:30 -0000 1.11 @@ -30,7 +30,7 @@ %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +make OPTIMIZE="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT From alexl at users.sourceforge.net Wed Jun 4 05:55:00 2008 From: alexl at users.sourceforge.net (Alex Lancaster) Date: Tue, 03 Jun 2008 22:55:00 -0700 Subject: rpm spec syntax change? (was Re: Fedora i386 rawhide rebuild in mock status 2008-06-01) In-Reply-To: <20080602085838.A5948@humbolt.us.dell.com> (Matt Domsch's message of "Mon\, 2 Jun 2008 08\:58\:38 -0500") References: <20080602085838.A5948@humbolt.us.dell.com> Message-ID: >>>>> "MD" == Matt Domsch writes: MD> Fedora Rawhide-in-Mock Build Results for i386 based on rawhide as MD> of 01-June-2008. [...] MD> Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/ Some of these are my Perl packages: perl-GD-SVG-0.28-4.fc9 (build/make) alexlan,perl-sig perl-Graph-0.84-2.fc9 (build/make) alexlan,perl-sig perl-SVG-2.37-1.fc9 (build/make) alexlan,perl-sig perl-Text-Shellwords-1.08-4.fc9 (build/make) alexlan,perl-sig All of these builds fail during %check: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.54169 + umask 022 + cd /builddir/build/BUILD + cd GD-SVG-0.28 + unset DISPLAY /var/tmp/rpm-tmp.54169: line 26: syntax error near unexpected token `||' because of the following construct in the .spec file: %check || : make test Was there a change made in rpm that makes builds fail with this syntax? I didn't see any announcement and, at least at one point in time, I seem to recall that this was a legal and sometimes recommended form. (Although I should note that I did inherit the original .spec files from an earlier contributor). I assume that the solution is to just drop the "|| :" part? Alex From alexlan at fedoraproject.org Wed Jun 4 07:10:53 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:10:53 GMT Subject: rpms/perl-SVG/devel sources, 1.7, 1.8 perl-SVG.spec, 1.9, 1.10 .cvsignore, 1.6, 1.7 Message-ID: <200806040710.m547Arxc022283@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22246 Modified Files: sources perl-SVG.spec .cvsignore Log Message: * Tue Jun 3 2008 Alex Lancaster - 2.44-1 - Update to latest upstream (2.44) - Fix spec file syntax (#449663) - Add BR: perl(Test::More) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Mar 2008 06:26:42 -0000 1.7 +++ sources 4 Jun 2008 07:10:05 -0000 1.8 @@ -1 +1 @@ -7babe9f362ba5b12834291fb67b3aea9 SVG-2.37.tar.gz +697aab04d7edf71bfb761d399b943165 SVG-2.44.tar.gz Index: perl-SVG.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/devel/perl-SVG.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-SVG.spec 19 Mar 2008 06:26:42 -0000 1.9 +++ perl-SVG.spec 4 Jun 2008 07:10:05 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-SVG -Version: 2.37 +Version: 2.44 Release: 1%{?dist} Summary: An extension to generate stand-alone or inline SGV Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,7 +56,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -71,6 +72,11 @@ %changelog +* Tue Jun 3 2008 Alex Lancaster - 2.44-1 +- Update to latest upstream (2.44) +- Fix spec file syntax (#449663) +- Add BR: perl(Test::More) + * Tue Mar 18 2008 Alex Lancaster - 2.37-1 - New upstream release (2.37) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Mar 2008 06:26:42 -0000 1.6 +++ .cvsignore 4 Jun 2008 07:10:05 -0000 1.7 @@ -1 +1 @@ -SVG-2.37.tar.gz +SVG-2.44.tar.gz From alexlan at fedoraproject.org Wed Jun 4 07:14:35 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:14:35 GMT Subject: rpms/perl-SVG/F-9 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <200806040714.m547EZPM022426@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22379 Modified Files: .cvsignore perl-SVG.spec sources Log Message: - Update to latest upstream (2.44) - Fix spec file syntax (#449663) - Add BR: perl(Test::More) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Mar 2008 06:26:42 -0000 1.6 +++ .cvsignore 4 Jun 2008 07:13:35 -0000 1.7 @@ -1 +1 @@ -SVG-2.37.tar.gz +SVG-2.44.tar.gz Index: perl-SVG.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-9/perl-SVG.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-SVG.spec 19 Mar 2008 06:26:42 -0000 1.9 +++ perl-SVG.spec 4 Jun 2008 07:13:35 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-SVG -Version: 2.37 +Version: 2.44 Release: 1%{?dist} Summary: An extension to generate stand-alone or inline SGV Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,7 +56,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -71,6 +72,11 @@ %changelog +* Tue Jun 3 2008 Alex Lancaster - 2.44-1 +- Update to latest upstream (2.44) +- Fix spec file syntax (#449663) +- Add BR: perl(Test::More) + * Tue Mar 18 2008 Alex Lancaster - 2.37-1 - New upstream release (2.37) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-9/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Mar 2008 06:26:42 -0000 1.7 +++ sources 4 Jun 2008 07:13:35 -0000 1.8 @@ -1 +1 @@ -7babe9f362ba5b12834291fb67b3aea9 SVG-2.37.tar.gz +697aab04d7edf71bfb761d399b943165 SVG-2.44.tar.gz From alexlan at fedoraproject.org Wed Jun 4 07:20:35 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:20:35 GMT Subject: rpms/perl-Text-Shellwords/devel perl-Text-Shellwords.spec,1.6,1.7 Message-ID: <200806040720.m547KZ7P022580@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Text-Shellwords/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22552 Modified Files: perl-Text-Shellwords.spec Log Message: - Remove old check construct that prevents F-10+ build (#449489) Index: perl-Text-Shellwords.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Shellwords/devel/perl-Text-Shellwords.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Text-Shellwords.spec 4 Mar 2008 05:30:32 -0000 1.6 +++ perl-Text-Shellwords.spec 4 Jun 2008 07:19:42 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Text-Shellwords Version: 1.08 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A thin wrapper around the shellwords.pl package Group: Development/Libraries @@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -62,6 +62,9 @@ %changelog +* Wed Jun 4 2008 Alex Lancaster - 1.08-5 +- Remove old check construct that prevents F-10+ build (#449489) + * Tue Mar 04 2008 Tom "spot" Callaway 1.08-4 - rebuild for new perl From alexlan at fedoraproject.org Wed Jun 4 07:25:25 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:25:25 GMT Subject: rpms/perl-SVG/F-7 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200806040725.m547PPNx022779@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22725/F-7 Modified Files: .cvsignore perl-SVG.spec sources Log Message: - Update to latest upstream (2.44) - Fix spec file syntax (#449663) - Add BR: perl(Test::More) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-7/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Mar 2008 06:34:04 -0000 1.6 +++ .cvsignore 4 Jun 2008 07:24:31 -0000 1.7 @@ -1 +1 @@ -SVG-2.37.tar.gz +SVG-2.44.tar.gz Index: perl-SVG.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-7/perl-SVG.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-SVG.spec 19 Mar 2008 06:34:04 -0000 1.7 +++ perl-SVG.spec 4 Jun 2008 07:24:31 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-SVG -Version: 2.37 +Version: 2.44 Release: 1%{?dist} Summary: An extension to generate stand-alone or inline SGV Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,7 +56,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -71,6 +72,11 @@ %changelog +* Tue Jun 3 2008 Alex Lancaster - 2.44-1 +- Update to latest upstream (2.44) +- Fix spec file syntax (#449663) +- Add BR: perl(Test::More) + * Tue Mar 18 2008 Alex Lancaster - 2.37-1 - New upstream release (2.37) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-7/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Mar 2008 06:34:04 -0000 1.7 +++ sources 4 Jun 2008 07:24:31 -0000 1.8 @@ -1 +1 @@ -7babe9f362ba5b12834291fb67b3aea9 SVG-2.37.tar.gz +697aab04d7edf71bfb761d399b943165 SVG-2.44.tar.gz From alexlan at fedoraproject.org Wed Jun 4 07:25:52 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:25:52 GMT Subject: rpms/perl-SVG/F-8 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200806040725.m547Pqhv022791@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22725/F-8 Modified Files: .cvsignore perl-SVG.spec sources Log Message: - Update to latest upstream (2.44) - Fix spec file syntax (#449663) - Add BR: perl(Test::More) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-8/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Mar 2008 06:33:49 -0000 1.6 +++ .cvsignore 4 Jun 2008 07:24:55 -0000 1.7 @@ -1 +1 @@ -SVG-2.37.tar.gz +SVG-2.44.tar.gz Index: perl-SVG.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-8/perl-SVG.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-SVG.spec 19 Mar 2008 06:33:49 -0000 1.8 +++ perl-SVG.spec 4 Jun 2008 07:24:55 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-SVG -Version: 2.37 +Version: 2.44 Release: 1%{?dist} Summary: An extension to generate stand-alone or inline SGV Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,7 +56,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -71,6 +72,11 @@ %changelog +* Tue Jun 3 2008 Alex Lancaster - 2.44-1 +- Update to latest upstream (2.44) +- Fix spec file syntax (#449663) +- Add BR: perl(Test::More) + * Tue Mar 18 2008 Alex Lancaster - 2.37-1 - New upstream release (2.37) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG/F-8/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 19 Mar 2008 06:33:49 -0000 1.7 +++ sources 4 Jun 2008 07:24:55 -0000 1.8 @@ -1 +1 @@ -7babe9f362ba5b12834291fb67b3aea9 SVG-2.37.tar.gz +697aab04d7edf71bfb761d399b943165 SVG-2.44.tar.gz From alexlan at fedoraproject.org Wed Jun 4 07:28:21 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:28:21 GMT Subject: rpms/perl-GD-SVG/devel perl-GD-SVG.spec,1.7,1.8 Message-ID: <200806040728.m547SLTD022864@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-GD-SVG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22836 Modified Files: perl-GD-SVG.spec Log Message: - Remove old check construct that prevents build in F-10+ (#449503) Index: perl-GD-SVG.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GD-SVG/devel/perl-GD-SVG.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-GD-SVG.spec 8 Feb 2008 18:28:24 -0000 1.7 +++ perl-GD-SVG.spec 4 Jun 2008 07:27:36 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-GD-SVG Version: 0.28 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GD::SVG enables SVG output from scripts written using GD Group: Development/Libraries @@ -41,7 +41,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -57,6 +57,9 @@ %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.28-5 +- Remove old check construct that prevents build in F-10+ (#449503) + * Fri Feb 08 2008 Tom "spot" Callaway 0.28-4 - rebuild for new perl From alexlan at fedoraproject.org Wed Jun 4 07:35:24 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:35:24 GMT Subject: rpms/perl-Graph/devel perl-Graph.spec,1.9,1.10 Message-ID: <200806040735.m547ZOXB023205@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Graph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23123 Modified Files: perl-Graph.spec Log Message: Remove old check construct that prevents build in F-10+ (#449571) Index: perl-Graph.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Graph/devel/perl-Graph.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Graph.spec 8 Feb 2008 18:19:20 -0000 1.9 +++ perl-Graph.spec 4 Jun 2008 07:34:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Graph Version: 0.84 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl module for dealing with graphs, the abstract data structures Group: Development/Libraries @@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -%check || : +%check make test @@ -62,6 +62,9 @@ %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.84-3 +- Remove old check construct that prevents build in F-10+ (#449571) + * Fri Feb 08 2008 Tom "spot" Callaway 0.84-2 - rebuild for new perl From alexlan at fedoraproject.org Wed Jun 4 07:49:53 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:49:53 GMT Subject: rpms/perl-Convert-Binary-C/devel sources, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.9, 1.10 .cvsignore, 1.4, 1.5 Message-ID: <200806040749.m547nrZ9023676@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-Convert-Binary-C/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23637 Modified Files: sources perl-Convert-Binary-C.spec .cvsignore Log Message: Update to latest upstream (0.71) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jan 2008 10:09:17 -0000 1.4 +++ sources 4 Jun 2008 07:49:03 -0000 1.5 @@ -1 +1 @@ -990b9a31519111bf88e77b464854caf9 Convert-Binary-C-0.70.tar.gz +b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/perl-Convert-Binary-C.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Convert-Binary-C.spec 4 Mar 2008 03:53:44 -0000 1.9 +++ perl-Convert-Binary-C.spec 4 Jun 2008 07:49:03 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Convert-Binary-C -Version: 0.70 -Release: 5%{?dist} +Version: 0.71 +Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.71-1 +- Update to latest upstream (0.71) + * Mon Mar 3 2008 Tom "spot" Callaway - 0.70-5 - rebuild for new perl (again) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jan 2008 10:09:17 -0000 1.4 +++ .cvsignore 4 Jun 2008 07:49:03 -0000 1.5 @@ -1 +1 @@ -Convert-Binary-C-0.70.tar.gz +Convert-Binary-C-0.71.tar.gz From alexlan at fedoraproject.org Wed Jun 4 07:59:28 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 07:59:28 GMT Subject: rpms/perl-XML-XPathEngine/devel sources, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.4, 1.5 .cvsignore, 1.2, 1.3 Message-ID: <200806040759.m547xSm4024072@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24039 Modified Files: sources perl-XML-XPathEngine.spec .cvsignore Log Message: Update to latest upstream (0.11) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:48:05 -0000 1.2 +++ sources 4 Jun 2008 07:58:34 -0000 1.3 @@ -1 +1 @@ -225f53d420d4fca50cd9d18b877780d6 XML-XPathEngine-0.08.tar.gz +63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/perl-XML-XPathEngine.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-XML-XPathEngine.spec 2 Mar 2008 15:52:09 -0000 1.4 +++ perl-XML-XPathEngine.spec 4 Jun 2008 07:58:34 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.08 -Release: 4%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.11-1 +- Update to latest upstream (0.11) + * Wed Feb 27 2008 Tom "spot" Callaway - 0.08-4 - Rebuild for perl 5.10 (again) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:48:05 -0000 1.2 +++ .cvsignore 4 Jun 2008 07:58:34 -0000 1.3 @@ -1 +1 @@ -XML-XPathEngine-0.08.tar.gz +XML-XPathEngine-0.11.tar.gz From alexlan at fedoraproject.org Wed Jun 4 09:32:01 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 09:32:01 GMT Subject: rpms/perl-XML-DOM-XPath/devel sources, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.3, 1.4 .cvsignore, 1.2, 1.3 Message-ID: <200806040932.m549W13D007152@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-DOM-XPath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7107 Modified Files: sources perl-XML-DOM-XPath.spec .cvsignore Log Message: - Update to latest upstream (0.14) - Bump minimum BR for perl(XML::XPathEngine) to 0.10 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:56:33 -0000 1.2 +++ sources 4 Jun 2008 09:31:12 -0000 1.3 @@ -1 +1 @@ -276b4863d2886df313f849b329b9e090 XML-DOM-XPath-0.13.tar.gz +51a40df96c2f92829e1a4f84782fa75e XML-DOM-XPath-0.14.tar.gz Index: perl-XML-DOM-XPath.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/perl-XML-DOM-XPath.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-XML-DOM-XPath.spec 4 Mar 2008 05:29:22 -0000 1.3 +++ perl-XML-DOM-XPath.spec 4 Jun 2008 09:31:12 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-XML-DOM-XPath -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Perl extension to add XPath support to XML::DOM, using XML::XPath engine License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::DOM) -BuildRequires: perl(XML::XPathEngine) >= 0.04 +BuildRequires: perl(XML::XPathEngine) >= 0.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.14-1 +- Update to latest upstream (0.14) +- Bump minimum BR for perl(XML::XPathEngine) to 0.10 + * Tue Mar 04 2008 Tom "spot" Callaway 0.13-3 - rebuild for new perl Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:56:33 -0000 1.2 +++ .cvsignore 4 Jun 2008 09:31:12 -0000 1.3 @@ -1 +1 @@ -XML-DOM-XPath-0.13.tar.gz +XML-DOM-XPath-0.14.tar.gz From alexlan at fedoraproject.org Wed Jun 4 09:42:31 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 09:42:31 GMT Subject: rpms/perl-XML-XPathEngine/F-9 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200806040942.m549gVJ9007571@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7522 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: Update to latest upstream (0.11) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:48:05 -0000 1.2 +++ .cvsignore 4 Jun 2008 09:41:47 -0000 1.3 @@ -1 +1 @@ -XML-XPathEngine-0.08.tar.gz +XML-XPathEngine-0.11.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/perl-XML-XPathEngine.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-XML-XPathEngine.spec 2 Mar 2008 15:52:09 -0000 1.4 +++ perl-XML-XPathEngine.spec 4 Jun 2008 09:41:47 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.08 -Release: 4%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.11-1 +- Update to latest upstream (0.11) + * Wed Feb 27 2008 Tom "spot" Callaway - 0.08-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:48:05 -0000 1.2 +++ sources 4 Jun 2008 09:41:47 -0000 1.3 @@ -1 +1 @@ -225f53d420d4fca50cd9d18b877780d6 XML-XPathEngine-0.08.tar.gz +63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz From alexlan at fedoraproject.org Wed Jun 4 09:44:27 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 09:44:27 GMT Subject: rpms/perl-XML-XPathEngine/F-8 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806040944.m549iRGN007667@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7632 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: Update to latest upstream (0.11) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:48:05 -0000 1.2 +++ .cvsignore 4 Jun 2008 09:43:29 -0000 1.3 @@ -1 +1 @@ -XML-XPathEngine-0.08.tar.gz +XML-XPathEngine-0.11.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/perl-XML-XPathEngine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-XML-XPathEngine.spec 4 Sep 2007 10:02:58 -0000 1.2 +++ perl-XML-XPathEngine.spec 4 Jun 2008 09:43:29 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.08 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,15 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.11-1 +- Update to latest upstream (0.11) + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.08-4 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway 0.08-3 +- rebuild for new perl + * Tue Sep 04 2007 Alex Lancaster 0.08-2 - Clarified license terms: GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:48:05 -0000 1.2 +++ sources 4 Jun 2008 09:43:29 -0000 1.3 @@ -1 +1 @@ -225f53d420d4fca50cd9d18b877780d6 XML-XPathEngine-0.08.tar.gz +63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz From alexlan at fedoraproject.org Wed Jun 4 09:45:54 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Wed, 4 Jun 2008 09:45:54 GMT Subject: rpms/perl-XML-XPathEngine/F-7 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806040945.m549jsl6007738@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7699 Modified Files: .cvsignore perl-XML-XPathEngine.spec sources Log Message: Update to latest upstream (0.11) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:48:05 -0000 1.2 +++ .cvsignore 4 Jun 2008 09:45:07 -0000 1.3 @@ -1 +1 @@ -XML-XPathEngine-0.08.tar.gz +XML-XPathEngine-0.11.tar.gz Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/perl-XML-XPathEngine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-XML-XPathEngine.spec 4 Sep 2007 10:13:05 -0000 1.2 +++ perl-XML-XPathEngine.spec 4 Jun 2008 09:45:07 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.08 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,15 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.11-1 +- Update to latest upstream (0.11) + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.08-4 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway 0.08-3 +- rebuild for new perl + * Tue Sep 04 2007 Alex Lancaster 0.08-2 - Clarified license terms: GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:48:05 -0000 1.2 +++ sources 4 Jun 2008 09:45:07 -0000 1.3 @@ -1 +1 @@ -225f53d420d4fca50cd9d18b877780d6 XML-XPathEngine-0.08.tar.gz +63c1f458501174eeb3025506426fd27c XML-XPathEngine-0.11.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:39:40 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:39:40 GMT Subject: rpms/perl-Convert-Binary-C/F-8 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200806050039.m550de1e018711@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-8 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Log Message: Update to latest upstream (0.71) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jan 2008 10:19:03 -0000 1.4 +++ .cvsignore 5 Jun 2008 00:38:53 -0000 1.5 @@ -1 +1 @@ -Convert-Binary-C-0.70.tar.gz +Convert-Binary-C-0.71.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/perl-Convert-Binary-C.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Convert-Binary-C.spec 6 Jan 2008 10:19:03 -0000 1.5 +++ perl-Convert-Binary-C.spec 5 Jun 2008 00:38:53 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Convert-Binary-C -Version: 0.70 +Version: 0.71 Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic @@ -54,6 +54,22 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.71-1 +- Update to latest upstream (0.71) + +* Mon Mar 3 2008 Tom "spot" Callaway - 0.70-5 +- rebuild for new perl (again) + +* Sat Feb 23 2008 Alex Lancaster - 0.70-4 +- Bump release to fix koji problem that prevented tagging the previous + (correct) build. + +* Mon Feb 18 2008 Fedora Release Engineering - 0.70-3 +- Autorebuild for GCC 4.3 + +* Fri Feb 8 2008 Tom "spot" Callaway - 0.70-2 +- rebuild for new perl + * Sun Jan 6 2008 Alex Lancaster - 0.70-1 - Update to latest upstream (0.70) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jan 2008 10:19:03 -0000 1.4 +++ sources 5 Jun 2008 00:38:53 -0000 1.5 @@ -1 +1 @@ -990b9a31519111bf88e77b464854caf9 Convert-Binary-C-0.70.tar.gz +b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:39:53 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:39:53 GMT Subject: rpms/perl-Convert-Binary-C/F-7 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200806050039.m550drR9018732@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-7 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Log Message: Update to latest upstream (0.71) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jan 2008 10:19:14 -0000 1.4 +++ .cvsignore 5 Jun 2008 00:38:39 -0000 1.5 @@ -1 +1 @@ -Convert-Binary-C-0.70.tar.gz +Convert-Binary-C-0.71.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/perl-Convert-Binary-C.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Convert-Binary-C.spec 6 Jan 2008 10:19:14 -0000 1.5 +++ perl-Convert-Binary-C.spec 5 Jun 2008 00:38:39 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Convert-Binary-C -Version: 0.70 +Version: 0.71 Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic @@ -54,6 +54,22 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.71-1 +- Update to latest upstream (0.71) + +* Mon Mar 3 2008 Tom "spot" Callaway - 0.70-5 +- rebuild for new perl (again) + +* Sat Feb 23 2008 Alex Lancaster - 0.70-4 +- Bump release to fix koji problem that prevented tagging the previous + (correct) build. + +* Mon Feb 18 2008 Fedora Release Engineering - 0.70-3 +- Autorebuild for GCC 4.3 + +* Fri Feb 8 2008 Tom "spot" Callaway - 0.70-2 +- rebuild for new perl + * Sun Jan 6 2008 Alex Lancaster - 0.70-1 - Update to latest upstream (0.70) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jan 2008 10:19:14 -0000 1.4 +++ sources 5 Jun 2008 00:38:39 -0000 1.5 @@ -1 +1 @@ -990b9a31519111bf88e77b464854caf9 Convert-Binary-C-0.70.tar.gz +b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:39:56 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:39:56 GMT Subject: rpms/perl-Convert-Binary-C/F-9 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200806050039.m550duS2018743@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-9 Modified Files: .cvsignore perl-Convert-Binary-C.spec sources Log Message: Update to latest upstream (0.71) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jan 2008 10:09:17 -0000 1.4 +++ .cvsignore 5 Jun 2008 00:39:10 -0000 1.5 @@ -1 +1 @@ -Convert-Binary-C-0.70.tar.gz +Convert-Binary-C-0.71.tar.gz Index: perl-Convert-Binary-C.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/perl-Convert-Binary-C.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Convert-Binary-C.spec 4 Mar 2008 03:53:44 -0000 1.9 +++ perl-Convert-Binary-C.spec 5 Jun 2008 00:39:10 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Convert-Binary-C -Version: 0.70 -Release: 5%{?dist} +Version: 0.71 +Release: 1%{?dist} Summary: Binary data conversion using C types License: GPL+ or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.71-1 +- Update to latest upstream (0.71) + * Mon Mar 3 2008 Tom "spot" Callaway - 0.70-5 - rebuild for new perl (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jan 2008 10:09:17 -0000 1.4 +++ sources 5 Jun 2008 00:39:10 -0000 1.5 @@ -1 +1 @@ -990b9a31519111bf88e77b464854caf9 Convert-Binary-C-0.70.tar.gz +b2c0958f1424c4b9e4a7cd4a4f8ef0bf Convert-Binary-C-0.71.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:45:21 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:45:21 GMT Subject: rpms/perl-XML-DOM-XPath/F-9 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806050045.m550jLiU019088@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19058 Modified Files: .cvsignore perl-XML-DOM-XPath.spec sources Log Message: - Update to latest upstream (0.14) - Bump minimum BR for perl(XML::XPathEngine) to 0.10 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:56:33 -0000 1.2 +++ .cvsignore 5 Jun 2008 00:44:35 -0000 1.3 @@ -1 +1 @@ -XML-DOM-XPath-0.13.tar.gz +XML-DOM-XPath-0.14.tar.gz Index: perl-XML-DOM-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/perl-XML-DOM-XPath.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-XML-DOM-XPath.spec 4 Mar 2008 05:29:22 -0000 1.3 +++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:44:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-XML-DOM-XPath -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Perl extension to add XPath support to XML::DOM, using XML::XPath engine License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::DOM) -BuildRequires: perl(XML::XPathEngine) >= 0.04 +BuildRequires: perl(XML::XPathEngine) >= 0.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,6 +49,10 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.14-1 +- Update to latest upstream (0.14) +- Bump minimum BR for perl(XML::XPathEngine) to 0.10 + * Tue Mar 04 2008 Tom "spot" Callaway 0.13-3 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:56:33 -0000 1.2 +++ sources 5 Jun 2008 00:44:35 -0000 1.3 @@ -1 +1 @@ -276b4863d2886df313f849b329b9e090 XML-DOM-XPath-0.13.tar.gz +51a40df96c2f92829e1a4f84782fa75e XML-DOM-XPath-0.14.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:57:41 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:57:41 GMT Subject: rpms/perl-XML-DOM-XPath/F-7 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806050057.m550vfYf019685@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/F-7 Modified Files: .cvsignore perl-XML-DOM-XPath.spec sources Log Message: Update to latest upstream (0.14). Bump version of XML-XPathEngine BuildRequired. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:56:33 -0000 1.2 +++ .cvsignore 5 Jun 2008 00:56:56 -0000 1.3 @@ -1 +1 @@ -XML-DOM-XPath-0.13.tar.gz +XML-DOM-XPath-0.14.tar.gz Index: perl-XML-DOM-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/perl-XML-DOM-XPath.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-XML-DOM-XPath.spec 4 Sep 2007 10:07:35 -0000 1.2 +++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:56:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-XML-DOM-XPath -Version: 0.13 -Release: 2%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Perl extension to add XPath support to XML::DOM, using XML::XPath engine License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::DOM) -BuildRequires: perl(XML::XPathEngine) >= 0.04 +BuildRequires: perl(XML::XPathEngine) >= 0.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,6 +49,13 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.14-1 +- Update to latest upstream (0.14) +- Bump minimum BR for perl(XML::XPathEngine) to 0.10 + +* Tue Mar 04 2008 Tom "spot" Callaway 0.13-3 +- rebuild for new perl + * Tue Sep 04 2007 Alex Lancaster 0.13-2 - Clarified license terms: GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:56:33 -0000 1.2 +++ sources 5 Jun 2008 00:56:56 -0000 1.3 @@ -1 +1 @@ -276b4863d2886df313f849b329b9e090 XML-DOM-XPath-0.13.tar.gz +51a40df96c2f92829e1a4f84782fa75e XML-DOM-XPath-0.14.tar.gz From alexlan at fedoraproject.org Thu Jun 5 00:57:56 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Thu, 5 Jun 2008 00:57:56 GMT Subject: rpms/perl-XML-DOM-XPath/F-8 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806050057.m550vuOs019707@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/F-8 Modified Files: .cvsignore perl-XML-DOM-XPath.spec sources Log Message: Update to latest upstream (0.14). Bump version of XML-XPathEngine BuildRequired. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Mar 2007 01:56:33 -0000 1.2 +++ .cvsignore 5 Jun 2008 00:57:11 -0000 1.3 @@ -1 +1 @@ -XML-DOM-XPath-0.13.tar.gz +XML-DOM-XPath-0.14.tar.gz Index: perl-XML-DOM-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/perl-XML-DOM-XPath.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-XML-DOM-XPath.spec 4 Sep 2007 10:00:41 -0000 1.2 +++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:57:11 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-XML-DOM-XPath -Version: 0.13 -Release: 2%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Perl extension to add XPath support to XML::DOM, using XML::XPath engine License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::DOM) -BuildRequires: perl(XML::XPathEngine) >= 0.04 +BuildRequires: perl(XML::XPathEngine) >= 0.10 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -49,6 +49,13 @@ %{_mandir}/man3/* %changelog +* Wed Jun 4 2008 Alex Lancaster - 0.14-1 +- Update to latest upstream (0.14) +- Bump minimum BR for perl(XML::XPathEngine) to 0.10 + +* Tue Mar 04 2008 Tom "spot" Callaway 0.13-3 +- rebuild for new perl + * Tue Sep 04 2007 Alex Lancaster 0.13-2 - Clarified license terms: GPL+ or Artistic Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Mar 2007 01:56:33 -0000 1.2 +++ sources 5 Jun 2008 00:57:11 -0000 1.3 @@ -1 +1 @@ -276b4863d2886df313f849b329b9e090 XML-DOM-XPath-0.13.tar.gz +51a40df96c2f92829e1a4f84782fa75e XML-DOM-XPath-0.14.tar.gz From kwizart at gmail.com Thu Jun 5 09:58:29 2008 From: kwizart at gmail.com (Nicolas Chauvet) Date: Thu, 05 Jun 2008 11:58:29 +0200 Subject: perl-devel is installed by some package - "filter requires" needed ? Message-ID: <4847B8C5.3090301@gmail.com> Hi! I was surprised to have perl-devel installed as a dependency when I was testing a new perl package recently introducted. The test was made on F8 x86_64, but others packages might be affected. Unless I'm wrong, and the perl-devel dependency are really needed. Theses packages shouldn't have it as a dependency: Lastest build of - Still requires: mod_perl (unsure?) - perl(ExtUtils::MakeMaker) perl-Tk - perl(ExtUtils::MakeMaker) perl-Gtk2 - perl(Test::More) perl-Glib - perl(ExtUtils::MakeMaker) perl-Curses - perl(ExtUtils::testlib) I think it would be fine to have them fixed for devel and then in branch , so a new version could eventually provides a fixed package. Now I just wonder if we can assume that: Unless the package itself is a perl(Test:: or perl(ExtUtils:: , it shouldn't Requires either perl(Test:: or perl(ExtUtils:: Maybe We could have a warning if such dependencies are detected ? Either appearing in build.log or as a rpmlint test ? So we could check why this dependency are extracted at source. Nicolas (kwizart) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: perl-devel-required-by-packages.txt URL: From abompard at fedoraproject.org Thu Jun 5 16:05:28 2008 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 5 Jun 2008 16:05:28 GMT Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec,1.14,1.15 Message-ID: <200806051605.m55G5S6V030098@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-serv30005 Modified Files: perl-Unicode-Map.spec Log Message: test building without BR perl-devel Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Unicode-Map.spec 4 Mar 2008 04:24:29 -0000 1.14 +++ perl-Unicode-Map.spec 5 Jun 2008 16:04:14 -0000 1.15 @@ -12,7 +12,7 @@ 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) -BuildRequires: perl-devel +BuildRequires: perl(ExtUtils::MakeMaker) %description This module converts strings from and to 2-byte Unicode UCS2 From abompard at fedoraproject.org Thu Jun 5 18:10:57 2008 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 5 Jun 2008 18:10:57 GMT Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec,1.15,1.16 Message-ID: <200806051810.m55IAvWO016283@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-serv16127 Modified Files: perl-Unicode-Map.spec Log Message: fix check tag Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Unicode-Map.spec 5 Jun 2008 16:04:14 -0000 1.15 +++ perl-Unicode-Map.spec 5 Jun 2008 18:10:05 -0000 1.16 @@ -57,7 +57,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test From abompard at fedoraproject.org Thu Jun 5 18:21:07 2008 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 5 Jun 2008 18:21:07 GMT Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec,1.16,1.17 Message-ID: <200806051821.m55IL7oi016957@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-serv16839 Modified Files: perl-Unicode-Map.spec Log Message: new rpm release Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Unicode-Map.spec 5 Jun 2008 18:10:05 -0000 1.16 +++ perl-Unicode-Map.spec 5 Jun 2008 18:19:49 -0000 1.17 @@ -2,7 +2,7 @@ Name: perl-Unicode-Map Version: 0.112 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Perl module for mapping charsets from and to utf16 unicode @@ -75,6 +75,9 @@ %changelog +* Thu Jun 05 2008 Aurelien Bompard 0.112-15 +- fix build + * Mon Mar 3 2008 Tom "spot" Callaway 0.112-14 - rebuild for new perl (again) From abompard at fedoraproject.org Thu Jun 5 18:26:32 2008 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 5 Jun 2008 18:26:32 GMT Subject: rpms/perl-Unicode-String/devel perl-Unicode-String.spec,1.15,1.16 Message-ID: <200806051826.m55IQWwY017226@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-serv17184 Modified Files: perl-Unicode-String.spec Log Message: * Thu Jun 05 2008 Aurelien Bompard 2.09-9 - fix build Index: perl-Unicode-String.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-String/devel/perl-Unicode-String.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Unicode-String.spec 2 Mar 2008 15:51:48 -0000 1.15 +++ perl-Unicode-String.spec 5 Jun 2008 18:25:36 -0000 1.16 @@ -2,7 +2,7 @@ Name: perl-Unicode-String Version: 2.09 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Perl modules to handle various Unicode issues @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(MIME::Base64) -BuildRequires: perl-devel, perl(MIME::Base64) +BuildRequires: perl(ExtUtils::MakeMaker), perl(MIME::Base64) %description %{summary}. @@ -39,7 +39,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -56,6 +56,9 @@ %changelog +* Thu Jun 05 2008 Aurelien Bompard 2.09-9 +- fix build + * Wed Feb 27 2008 Tom "spot" Callaway - 2.09-8 - Rebuild for perl 5.10 (again) From abompard at fedoraproject.org Thu Jun 5 18:29:39 2008 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Thu, 5 Jun 2008 18:29:39 GMT Subject: rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec,1.18,1.19 Message-ID: <200806051829.m55ITdP8017536@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-serv17464 Modified Files: perl-Unicode-Map8.spec Log Message: * Thu Jun 05 2008 Aurelien Bompard 0.12-18 - fix build Index: perl-Unicode-Map8.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Unicode-Map8.spec 2 Mar 2008 15:51:55 -0000 1.18 +++ perl-Unicode-Map8.spec 5 Jun 2008 18:28:36 -0000 1.19 @@ -2,7 +2,7 @@ Name: perl-Unicode-Map8 Version: 0.12 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Mapping table between 8-bit chars and Unicode for Perl @@ -14,7 +14,7 @@ Patch1: perl-Unicode-Map8-0.12-type.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl-devel, perl(Unicode::String) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Unicode::String) %description @@ -48,7 +48,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -66,6 +66,9 @@ %changelog +* Thu Jun 05 2008 Aurelien Bompard 0.12-18 +- fix build + * Wed Feb 27 2008 Tom "spot" Callaway - 0.12-17 - Rebuild for perl 5.10 (again) From bugzilla at redhat.com Thu Jun 5 19:11:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Jun 2008 15:11:41 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200806051911.m55JBf5k019192@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: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 ------- Additional Comments From updates at fedoraproject.org 2008-06-05 15:11 EST ------- perl-Net-Netmask-1.9015-2.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Thu Jun 5 19:33:38 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 5 Jun 2008 19:33:38 GMT Subject: rpms/perl-Mail-Box/devel .cvsignore, 1.3, 1.4 perl-Mail-Box.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200806051933.m55JXcx4027261@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27070 Modified Files: .cvsignore perl-Mail-Box.spec sources Log Message: update to 2.082 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Aug 2007 16:24:57 -0000 1.3 +++ .cvsignore 5 Jun 2008 19:32:34 -0000 1.4 @@ -1,2 +1 @@ -Mail-Box-2.070.tar.gz -Mail-Box-2.073.tar.gz +Mail-Box-2.082.tar.gz Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/perl-Mail-Box.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Mail-Box.spec 4 Mar 2008 00:48:37 -0000 1.6 +++ perl-Mail-Box.spec 5 Jun 2008 19:32:34 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Mail-Box -Version: 2.073 -Release: 5%{?dist} +Version: 2.082 +Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries License: GPL+ or Artistic @@ -18,6 +18,8 @@ BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) BuildRequires: perl(Time::Zone), perl(Email::Simple) BuildRequires: perl(Email::Abstract) +# When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests. +# BuildRequires: perl(TAP::Harness) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -63,7 +65,9 @@ recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Message::Field.3pm iso-8859-1 %check -make test +# We now need perl(TAP::Harness) to run the tests, which is coming but is not +# here just yet. +# make test %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +79,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Jun 5 2008 Tom "spot" Callaway - 2.082-1 +- update to 2.082 + * Mon Mar 3 2008 Tom "spot" Callaway - 2.073-5 - Rebuild second pass, tests enabled Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Aug 2007 16:24:57 -0000 1.3 +++ sources 5 Jun 2008 19:32:34 -0000 1.4 @@ -1,2 +1 @@ -f6b0da296a582e06880f93f166f57bb7 Mail-Box-2.070.tar.gz -b8811e618cd57b0c343e0426889989c0 Mail-Box-2.073.tar.gz +94a40a9d49bf03744efaeb240e53c49f Mail-Box-2.082.tar.gz From spot at fedoraproject.org Thu Jun 5 21:21:25 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 5 Jun 2008 21:21:25 GMT Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.9, 1.10 perl-Spreadsheet-WriteExcel.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <200806052121.m55LLPXU013526@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13490 Modified Files: .cvsignore perl-Spreadsheet-WriteExcel.spec sources Log Message: update to 2.21, fix FTBFS Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Nov 2007 20:50:35 -0000 1.9 +++ .cvsignore 5 Jun 2008 21:20:38 -0000 1.10 @@ -1 +1 @@ -Spreadsheet-WriteExcel-2.20.tar.gz +Spreadsheet-WriteExcel-2.21.tar.gz Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Spreadsheet-WriteExcel.spec 8 Feb 2008 18:36:08 -0000 1.14 +++ perl-Spreadsheet-WriteExcel.spec 5 Jun 2008 21:20:38 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Spreadsheet-WriteExcel -Version: 2.20 -Release: 2%{?dist} +Version: 2.21 +Release: 1%{?dist} Summary: Write formatted text and numbers to a cross-platform Excel binary file Group: Development/Libraries @@ -48,7 +48,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test %clean @@ -63,6 +63,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Jun 5 2008 Tom "spot" Callaway 2.21-1 +- update to 2.21 + * Fri Feb 8 2008 Tom "spot" Callaway 2.20-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Nov 2007 20:50:35 -0000 1.9 +++ sources 5 Jun 2008 21:20:38 -0000 1.10 @@ -1 +1 @@ -671b1bb9f0c31816c19c6564b9bda7d8 Spreadsheet-WriteExcel-2.20.tar.gz +0de7d8f827a2da9b1c77b1c15043836e Spreadsheet-WriteExcel-2.21.tar.gz From spot at fedoraproject.org Thu Jun 5 21:25:33 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 5 Jun 2008 21:25:33 GMT Subject: rpms/perl-Pod-POM/devel perl-Pod-POM.spec,1.7,1.8 Message-ID: <200806052125.m55LPXRa013787@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Pod-POM/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13743 Modified Files: perl-Pod-POM.spec Log Message: fix FTBFS Index: perl-Pod-POM.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-POM/devel/perl-Pod-POM.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Pod-POM.spec 28 Feb 2008 13:10:08 -0000 1.7 +++ perl-Pod-POM.spec 5 Jun 2008 21:24:28 -0000 1.8 @@ -2,7 +2,7 @@ Name: perl-Pod-POM Version: 0.17 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Object-oriented interface to Perl POD documents @@ -44,7 +44,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check # http://rt.cpan.org/NoAuth/Bug.html?id=3910 PERL_HASH_SEED=0 make test @@ -63,6 +63,9 @@ %changelog +* Thu Jun 5 2008 Tom "spot" Callaway - 0.17-10 +- fix FTBFS + * Wed Feb 27 2008 Tom "spot" Callaway - 0.17-9 - Rebuild for perl 5.10 (again) From spot at fedoraproject.org Thu Jun 5 21:29:35 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 5 Jun 2008 21:29:35 GMT Subject: rpms/perl-OLE-Storage_Lite/devel .cvsignore, 1.3, 1.4 perl-OLE-Storage_Lite.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200806052129.m55LTZJ0014014@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13974 Modified Files: .cvsignore perl-OLE-Storage_Lite.spec sources Log Message: update to 0.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Dec 2007 21:21:34 -0000 1.3 +++ .cvsignore 5 Jun 2008 21:28:44 -0000 1.4 @@ -1 +1 @@ -OLE-Storage_Lite-0.15.tar.gz +OLE-Storage_Lite-0.17.tar.gz Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-OLE-Storage_Lite.spec 6 Feb 2008 02:25:00 -0000 1.10 +++ perl-OLE-Storage_Lite.spec 5 Jun 2008 21:28:44 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-OLE-Storage_Lite -Version: 0.15 -Release: 2%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Simple Class for OLE document interface Group: Development/Libraries License: GPL+ or Artistic @@ -30,7 +30,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test %clean @@ -43,6 +43,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Jun 5 2008 Tom "spot" Callaway 0.17-1 +- update to 0.17 + * Tue Feb 5 2008 Tom "spot" Callaway 0.15-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Dec 2007 21:21:34 -0000 1.3 +++ sources 5 Jun 2008 21:28:44 -0000 1.4 @@ -1 +1 @@ -e05b68eef5317fda75afc9d442057daf OLE-Storage_Lite-0.15.tar.gz +17be532d743fc0a014f7d06aea33ea63 OLE-Storage_Lite-0.17.tar.gz From bugzilla at redhat.com Thu Jun 5 21:33:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Jun 2008 17:33:34 -0400 Subject: [Bug 449528] FTBFS perl-Pod-POM-0.17-9.fc9 In-Reply-To: Message-ID: <200806052133.m55LXYvv012358@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Pod-POM-0.17-9.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449528 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:21 EST ------- Created an attachment (id=307769) --> (https://bugzilla.redhat.com/attachment.cgi?id=307769&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:22 EST ------- Created an attachment (id=307770) --> (https://bugzilla.redhat.com/attachment.cgi?id=307770&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:22 EST ------- Created an attachment (id=307771) --> (https://bugzilla.redhat.com/attachment.cgi?id=307771&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:22 EST ------- Created an attachment (id=307772) --> (https://bugzilla.redhat.com/attachment.cgi?id=307772&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tcallawa at redhat.com 2008-06-05 17:33 EST ------- Fixed in rawhide. http://koji.fedoraproject.org/koji/buildinfo?buildID=51822 -- Configure 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 Jun 5 21:30:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Jun 2008 17:30:23 -0400 Subject: [Bug 449434] FTBFS perl-Spreadsheet-WriteExcel-2.20-2.fc9 In-Reply-To: Message-ID: <200806052130.m55LUNn5012133@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Spreadsheet-WriteExcel-2.20-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449434 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:54 EST ------- Created an attachment (id=307484) --> (https://bugzilla.redhat.com/attachment.cgi?id=307484&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:54 EST ------- Created an attachment (id=307485) --> (https://bugzilla.redhat.com/attachment.cgi?id=307485&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:54 EST ------- Created an attachment (id=307486) --> (https://bugzilla.redhat.com/attachment.cgi?id=307486&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:55 EST ------- Created an attachment (id=307487) --> (https://bugzilla.redhat.com/attachment.cgi?id=307487&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tcallawa at redhat.com 2008-06-05 17:30 EST ------- Fixed in rawhide. http://koji.fedoraproject.org/koji/buildinfo?buildID=51821 -- Configure 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 Jun 5 21:42:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Jun 2008 17:42:40 -0400 Subject: [Bug 449596] FTBFS perl-OLE-Storage_Lite-0.15-2.fc9 In-Reply-To: Message-ID: <200806052142.m55LgeUB013897@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-OLE-Storage_Lite-0.15-2.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449596 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:27 EST ------- Created an attachment (id=307948) --> (https://bugzilla.redhat.com/attachment.cgi?id=307948&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:27 EST ------- Created an attachment (id=307949) --> (https://bugzilla.redhat.com/attachment.cgi?id=307949&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:27 EST ------- Created an attachment (id=307950) --> (https://bugzilla.redhat.com/attachment.cgi?id=307950&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 17:27 EST ------- Created an attachment (id=307951) --> (https://bugzilla.redhat.com/attachment.cgi?id=307951&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From tcallawa at redhat.com 2008-06-05 17:42 EST ------- Fixed in rawhide. http://koji.fedoraproject.org/koji/buildinfo?buildID=51823 -- Configure 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 Jun 6 07:52:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 6 Jun 2008 03:52:35 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200806060752.m567qZFw017888@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: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 ------- Additional Comments From updates at fedoraproject.org 2008-06-06 03:52 EST ------- perl-Net-Netmask-1.9015-2.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From silfreed at fedoraproject.org Thu Jun 5 19:06:09 2008 From: silfreed at fedoraproject.org (Douglas E. Warner) Date: Thu, 5 Jun 2008 19:06:09 GMT Subject: rpms/perl-Net-Netmask/F-9 perl-Net-Netmask.spec,1.13,1.14 Message-ID: <200806051906.m55J690X025572@cvs-int.fedora.redhat.com> Author: silfreed Update of /cvs/pkgs/rpms/perl-Net-Netmask/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25510 Modified Files: perl-Net-Netmask.spec Log Message: * Thu Jun 06 2008 Douglas E. Warner - 1.9015-2 - rebuild for F9 Index: perl-Net-Netmask.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/F-9/perl-Net-Netmask.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Net-Netmask.spec 27 Sep 2007 21:22:39 -0000 1.13 +++ perl-Net-Netmask.spec 5 Jun 2008 19:05:09 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Net-Netmask Version: 1.9015 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for manipulation and lookup of IP network blocks Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Thu Jun 06 2008 Douglas E. Warner - 1.9015-2 +- rebuild for F9 + * Thu Sep 27 2007 Warren Togami - 1.9015-1 - 1.9015, update license tag From pghmcfc at fedoraproject.org Fri Jun 6 13:24:28 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 6 Jun 2008 13:24:28 GMT Subject: rpms/perl-Math-GMP/devel perl-Math-GMP.spec,1.10,1.11 Message-ID: <200806061324.m56DOSYN012046@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-GMP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11971 Modified Files: perl-Math-GMP.spec Log Message: Apply 64-bit testsuite-fixing patch on sparc64 too Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Math-GMP.spec 25 Mar 2008 14:17:38 -0000 1.10 +++ perl-Math-GMP.spec 6 Jun 2008 13:22:53 -0000 1.11 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP Version: 2.04 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -19,7 +19,7 @@ %prep %setup -q -n Math-GMP-%{version} -%ifarch x86_64 ppc64 ia64 +%ifarch x86_64 ppc64 ia64 sparc64 %patch0 -p0 %endif @@ -49,6 +49,9 @@ %{_mandir}/man3/Math::GMP.3pm* %changelog +* Fri Jun 6 2008 Paul Howarth 2.04-10 +- Apply 64-bit testsuite-fixing patch on sparc64 too + * Tue Mar 25 2008 Paul Howarth 2.04-9 - Apply 64-bit testsuite-fixing patch on ia64 too (#436649) From pghmcfc at fedoraproject.org Fri Jun 6 14:12:18 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 6 Jun 2008 14:12:18 GMT Subject: rpms/perl-Math-GMP/F-9 perl-Math-GMP.spec,1.10,1.11 Message-ID: <200806061412.m56ECIfX023705@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-GMP/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23601 Modified Files: perl-Math-GMP.spec Log Message: Apply 64-bit testsuite-fixing patch on sparc64 too Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/F-9/perl-Math-GMP.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Math-GMP.spec 25 Mar 2008 14:17:38 -0000 1.10 +++ perl-Math-GMP.spec 6 Jun 2008 14:11:28 -0000 1.11 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP Version: 2.04 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -19,7 +19,7 @@ %prep %setup -q -n Math-GMP-%{version} -%ifarch x86_64 ppc64 ia64 +%ifarch x86_64 ppc64 ia64 sparc64 %patch0 -p0 %endif @@ -49,6 +49,9 @@ %{_mandir}/man3/Math::GMP.3pm* %changelog +* Fri Jun 6 2008 Paul Howarth 2.04-10 +- Apply 64-bit testsuite-fixing patch on sparc64 too + * Tue Mar 25 2008 Paul Howarth 2.04-9 - Apply 64-bit testsuite-fixing patch on ia64 too (#436649) From bugzilla at redhat.com Sat Jun 7 11:12:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Jun 2008 07:12:08 -0400 Subject: [Bug 450384] New: Request for perl-Email-Valid in EPEL Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=450384 Summary: Request for perl-Email-Valid in EPEL Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Email-Valid AssignedTo: tcallawa at redhat.com ReportedBy: johan-fedora at deds.nl QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Would you be willing to build perl-Email-Valid for the EPEL 5 release? Additional info: I use perl-Email-Valid in a few scripts. After migrating a box from Fedora to a RHEL clone I found that perl-Email-Valid is not (yet) available in EPEL. Rebuilding the latest source rpm with mock for EPEL 4 and 5 works without a problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Sat Jun 7 17:06:15 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Jun 2008 17:06:15 GMT Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-9 perl-Catalyst-Plugin-Session-State-Cookie.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806071706.m57H6F5D028125@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28089 Modified Files: sources Added Files: perl-Catalyst-Plugin-Session-State-Cookie.spec Log Message: pseudo-branch of perl-Catalyst-Plugin-Session-State-Cookie to F-9 --- NEW FILE perl-Catalyst-Plugin-Session-State-Cookie.spec --- Name: perl-Catalyst-Plugin-Session-State-Cookie Version: 0.09 Release: 2%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automatically picked up Requires: perl(Catalyst::Plugin::Session) >= 0.19 %description In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin provides a way to store the session ID on the client, through a cookie. %prep %setup -q -n Catalyst-Plugin-Session-State-Cookie-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` %{__perl_provides} $FOO EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Session-State-Cookie-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jun 01 2008 Chris Weyl 0.09-2 - bump * Thu May 29 2008 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.74. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Jun 2008 17:35:48 -0000 1.1 +++ sources 7 Jun 2008 17:05:30 -0000 1.2 @@ -0,0 +1 @@ +0eb184e081051ca284c2952ba6db59f7 Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz From bugzilla at redhat.com Sat Jun 7 21:59:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Jun 2008 17:59:13 -0400 Subject: [Bug 450013] Review Request: testopia - bugzilla extended to add test case management In-Reply-To: Message-ID: <200806072159.m57LxDJ0013633@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: testopia - bugzilla extended to add test case management https://bugzilla.redhat.com/show_bug.cgi?id=450013 jonstanley at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |450412 -- Configure 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 Sat Jun 7 21:59:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Jun 2008 17:59:13 -0400 Subject: [Bug 450412] New: please build in EL-5 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=450412 Summary: please build in EL-5 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-JSON AssignedTo: cweyl at alumni.drew.edu ReportedBy: jonstanley at gmail.com QAContact: extras-qa at fedoraproject.org CC: bpeck at redhat.com,dmalcolm at redhat.com,fedora-perl-devel- list at redhat.com,jlaska at redhat.com,poelstra at redhat.com If you could branch this module for EL-5, it's required for Testopia, which is currently under review. I'd be happy to be co-maintainer for EPEL if you'd like, it builds fine as is in F9. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From iburrell at fedoraproject.org Fri Jun 6 22:54:15 2008 From: iburrell at fedoraproject.org (Ian Burrell) Date: Fri, 6 Jun 2008 22:54:15 GMT Subject: rpms/perl-File-chdir/F-8 .cvsignore, 1.2, 1.3 perl-File-chdir.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806062254.m56MsFox011305@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-File-chdir/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11256 Modified Files: .cvsignore perl-File-chdir.spec sources Log Message: Merge from devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-chdir/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jun 2006 05:49:13 -0000 1.2 +++ .cvsignore 6 Jun 2008 22:53:24 -0000 1.3 @@ -1 +1 @@ -File-chdir-0.06.tar.gz +File-chdir-0.09.tar.gz Index: perl-File-chdir.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-chdir/F-8/perl-File-chdir.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-File-chdir.spec 16 Aug 2007 16:56:15 -0000 1.2 +++ perl-File-chdir.spec 6 Jun 2008 22:53:24 -0000 1.3 @@ -1,8 +1,8 @@ Name: perl-File-chdir -Version: 0.06 -Release: 3%{?dist} +Version: 0.09 +Release: 2%{?dist} Summary: A more sensible way to change directories -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-chdir/ Source0: http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz @@ -48,6 +48,12 @@ %{_mandir}/man3/* %changelog +* Wed Mar 5 2008 Tom "spot" Callaway - 0.09-2 +- rebuild for new perl + +* Thu Jan 17 2008 Ian Burrell - 0.09-1 +- Update to 0.09 + * Thu Aug 16 2007 Ian M. Burrell - 0.06-3 - Fix BuildRequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-chdir/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Jun 2006 05:49:13 -0000 1.2 +++ sources 6 Jun 2008 22:53:24 -0000 1.3 @@ -1 +1 @@ -41a4661789f6de97fb632e4560d37864 File-chdir-0.06.tar.gz +3682a18cfdc5589e7a14e497162f2dc7 File-chdir-0.09.tar.gz From szabgab at gmail.com Mon Jun 9 10:15:43 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Mon, 9 Jun 2008 13:15:43 +0300 Subject: YAPC::NA - Fedora - CPANTS Message-ID: Hi Steven, I see you are going to give a talk about Fedora and Perl on YAPC::NA. http://conferences.mongueurs.net/yn2008/talk/1080 You might know that I am occasionally working on CPANTS and I have just managed to add some information received from Debian See my explanation here: http://www.szabgab.com/blog/2008/06/1212827982.html They provide a file that contains the list of all the CPAN distros repackaged by Debian with some extra info. The information they provide is - Name of the debian package - Name of the CPAN distribution - Version number of the CPAN distribution - Number of bugs reported in Debian - Number of patches applied in Debian It would be great if during YAPC or even before that we could work out some way to get similar information from Fedora so I can integrate it into CPANTS. regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html From bugzilla at redhat.com Mon Jun 9 14:58:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 10:58:20 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806091458.m59EwKEJ004414@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-09 10:58 EST ------- In reply to comment #3 > Note: No COMPAT_5.8.* Note that I mentioned third party modules, that supposedly do not have the perl(:MODULE_COMPAT_5.x) require. But I see no reason why they should use vedor_perl/5.8.x, not just vendor_perl, so I agree with you that my argument was void. > How do other distros handle site_perl? A very quick look: I visited random debian machine, with perl 5.8.4, observing: @INC: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . Note: /usr/*/perl/5.8 is a symlink to the corresponding /usr/*/perl/5.8.4 . I understand that only partially. Unlike Fedora, the site_perl modules do not override the vendor-supplied ones. But there are those /usr/local/*/perl/5.8.4 special directories so that users have a way to override vendor-supplied perl modules, if there is a real need. But many aspects of this setup elude me: - Why are the modules divided into lib and share, even for /usr/*/perl/5.8, which is populated by the perl-base package? Does that mean that the *.pm under /usr/lib, though text files, are architecture dependent? - Why is /usr/*/perl5 before the corresponding perl-base-populated directories? Does that imply that a module package can override modules provided by the core perl package? Is that desirable? Since I'm puzzled, I can't get much from observing the Debian setup. It looks inspiring to put site_perl near the end of @INC; but the request to provide a site hook to override our modules would probably come immediately and I'm not sure the change is worth all the hassle... -- Configure 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 Jun 9 15:56:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 11:56:53 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806091556.m59Furi0015685@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-09 11:56 EST ------- Add comment #4: Debian has its own opinion, which seems to differ substatially from Perl upstream. OTOH, Fedora is very close to upstream defaults; if you run ./Configure with prefix=/usr, vendorprefix=/usr, siteprefix=/usr/local, you get a setup very close to what we have. -- Configure 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 Jun 9 16:01:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 12:01:48 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806091601.m59G1mwe024883@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-09 12:01 EST ------- Created an attachment (id=308702) --> (https://bugzilla.redhat.com/attachment.cgi?id=308702&action=view) typo fix First, there is an obvious typo---a misplaced %endif comments out several arguments to ./Configure on all 32-bit platforms, which couldn't have been intentional. This is what the attached patch fixes. -- Configure 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 Jun 9 16:06:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 12:06:37 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806091606.m59G6bVb025945@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-09 12:06 EST ------- More about site* defines in ./Configure, see also comment #5. Why do we define siteprefix=/usr and then redefine sitelib and sitearch as if siteprefix were /usr/local? Wouldn't it be better to set siteprefix=/usr/local? Yes, perl would then know that man pages can be also found under /usr/local/share/man/man[13], but there is nothing wrong about it, right? -- Configure 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 Jun 9 18:05:52 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 9 Jun 2008 18:05:52 GMT Subject: rpms/perl-YAML-Syck/devel .cvsignore, 1.10, 1.11 perl-YAML-Syck.spec, 1.14, 1.15 sources, 1.10, 1.11 Message-ID: <200806091805.m59I5q9P011305@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-serv11268 Modified Files: .cvsignore perl-YAML-Syck.spec sources Log Message: Update to 1.05. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 20 Feb 2008 16:40:50 -0000 1.10 +++ .cvsignore 9 Jun 2008 18:04:59 -0000 1.11 @@ -1 +1 @@ -YAML-Syck-1.04.tar.gz +YAML-Syck-1.05.tar.gz Index: perl-YAML-Syck.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/perl-YAML-Syck.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-YAML-Syck.spec 3 Mar 2008 21:07:58 -0000 1.14 +++ perl-YAML-Syck.spec 9 Jun 2008 18:04:59 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-YAML-Syck -Version: 1.04 -Release: 2%{?dist} +Version: 1.05 +Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: MIT Group: Development/Libraries @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Mon Jun 09 2008 Steven Pritchard 1.05-1 +- Update to 1.05. + * Mon Mar 3 2008 Tom "spot" Callaway 1.04-2 - rebuild for new perl (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-YAML-Syck/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 20 Feb 2008 16:40:50 -0000 1.10 +++ sources 9 Jun 2008 18:04:59 -0000 1.11 @@ -1 +1 @@ -5908048221d85c9d0829a9aa505d9fc6 YAML-Syck-1.04.tar.gz +f74aaf6f275eb922bbf58cdb2cb02895 YAML-Syck-1.05.tar.gz From bugzilla at redhat.com Tue Jun 10 01:14:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 21:14:00 -0400 Subject: [Bug 235553] perl.ppc64 @INC problem, perl.ppc conflicts In-Reply-To: Message-ID: <200806100114.m5A1E06m002682@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.ppc64 @INC problem, perl.ppc conflicts https://bugzilla.redhat.com/show_bug.cgi?id=235553 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |9 bugzilla at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dwmw2 at redhat.com | ------- Additional Comments From fedora-triage-list at redhat.com 2008-05-13 22:44 EST ------- Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 03:10:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 23:10:42 -0400 Subject: [Bug 447505] Wrong path to the font directory in API.pm. In-Reply-To: Message-ID: <200806100310.m5A3Agok025735@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: Wrong path to the font directory in API.pm. https://bugzilla.redhat.com/show_bug.cgi?id=447505 ------- Additional Comments From updates at fedoraproject.org 2008-06-09 23:10 EST ------- perl-PDF-API2-0.69-5.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 03:10:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 23:10:44 -0400 Subject: [Bug 447505] Wrong path to the font directory in API.pm. In-Reply-To: Message-ID: <200806100310.m5A3AiK3025762@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: Wrong path to the font directory in API.pm. https://bugzilla.redhat.com/show_bug.cgi?id=447505 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |0.69-5.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 03:11:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 23:11:03 -0400 Subject: [Bug 447505] Wrong path to the font directory in API.pm. In-Reply-To: Message-ID: <200806100311.m5A3B3Vb019647@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: Wrong path to the font directory in API.pm. https://bugzilla.redhat.com/show_bug.cgi?id=447505 ------- Additional Comments From updates at fedoraproject.org 2008-06-09 23:11 EST ------- perl-PDF-API2-0.69-5.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 Tue Jun 10 03:13:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Jun 2008 23:13:35 -0400 Subject: [Bug 447505] Wrong path to the font directory in API.pm. In-Reply-To: Message-ID: <200806100313.m5A3DZHu020128@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: Wrong path to the font directory in API.pm. https://bugzilla.redhat.com/show_bug.cgi?id=447505 ------- Additional Comments From updates at fedoraproject.org 2008-06-09 23:13 EST ------- perl-PDF-API2-0.69-5.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 07:17:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 03:17:34 -0400 Subject: [Bug 450648] New: RFE: branch for FC8 and FC9 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=450648 Summary: RFE: branch for FC8 and FC9 Product: Fedora Version: 8 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Test-CPAN-Meta AssignedTo: steve at silug.org ReportedBy: rc040203 at freenet.de QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Description of problem: Please branch this package for FC8 and FC9. Due to lack of this package for FC8 and FC9, I am increasingly forced to clutter my perl-module specs with conditionals. -- Configure 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 corsepiu at fedoraproject.org Tue Jun 10 07:29:46 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 07:29:46 GMT Subject: rpms/perl-Class-Inspector/F-9 .cvsignore, 1.9, 1.10 perl-Class-Inspector.spec, 1.18, 1.19 sources, 1.9, 1.10 Message-ID: <200806100729.m5A7TkNc018636@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18470/F-9 Modified Files: .cvsignore perl-Class-Inspector.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 11 Mar 2008 04:29:41 -0000 1.9 +++ .cvsignore 10 Jun 2008 07:27:29 -0000 1.10 @@ -1 +1 @@ -Class-Inspector-1.22.tar.gz +Class-Inspector-1.23.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/perl-Class-Inspector.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Class-Inspector.spec 11 Mar 2008 04:29:41 -0000 1.18 +++ perl-Class-Inspector.spec 10 Jun 2008 07:27:29 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Class-Inspector -Version: 1.22 +Version: 1.23 Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic @@ -17,6 +17,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} < 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + %description Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't @@ -51,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.22-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Mar 2008 04:29:41 -0000 1.9 +++ sources 10 Jun 2008 07:27:29 -0000 1.10 @@ -1 +1 @@ -74d1c6f817d859baab5999c53278887b Class-Inspector-1.22.tar.gz +28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 07:29:59 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 07:29:59 GMT Subject: rpms/perl-Class-Inspector/devel .cvsignore, 1.9, 1.10 perl-Class-Inspector.spec, 1.18, 1.19 sources, 1.9, 1.10 Message-ID: <200806100729.m5A7Tx69018647@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18470/devel Modified Files: .cvsignore perl-Class-Inspector.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 11 Mar 2008 04:29:41 -0000 1.9 +++ .cvsignore 10 Jun 2008 07:25:49 -0000 1.10 @@ -1 +1 @@ -Class-Inspector-1.22.tar.gz +Class-Inspector-1.23.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/perl-Class-Inspector.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Class-Inspector.spec 11 Mar 2008 04:29:41 -0000 1.18 +++ perl-Class-Inspector.spec 10 Jun 2008 07:25:49 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Class-Inspector -Version: 1.22 +Version: 1.23 Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic @@ -17,6 +17,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} < 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + %description Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't @@ -51,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.22-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Mar 2008 04:29:41 -0000 1.9 +++ sources 10 Jun 2008 07:25:49 -0000 1.10 @@ -1 +1 @@ -74d1c6f817d859baab5999c53278887b Class-Inspector-1.22.tar.gz +28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 07:30:01 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 07:30:01 GMT Subject: rpms/perl-Class-Inspector/F-8 .cvsignore, 1.9, 1.10 perl-Class-Inspector.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <200806100730.m5A7U1cY018652@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18470/F-8 Modified Files: .cvsignore perl-Class-Inspector.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-8/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 11 Mar 2008 05:20:32 -0000 1.9 +++ .cvsignore 10 Jun 2008 07:28:46 -0000 1.10 @@ -1 +1 @@ -Class-Inspector-1.22.tar.gz +Class-Inspector-1.23.tar.gz Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-8/perl-Class-Inspector.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Class-Inspector.spec 11 Mar 2008 05:20:32 -0000 1.14 +++ perl-Class-Inspector.spec 10 Jun 2008 07:28:46 -0000 1.15 @@ -1,5 +1,5 @@ Name: perl-Class-Inspector -Version: 1.22 +Version: 1.23 Release: 1%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic @@ -17,6 +17,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} < 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + %description Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't @@ -51,12 +56,27 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.23-1 +- Upstream update. + * Tue Mar 11 2008 Ralf Cors??pius - 1.22-1 - Upstream update. +* Thu Feb 28 2008 Tom "spot" Callaway - 1.20-3 +- Rebuild normally, second pass + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.20-2 +- Rebuild for perl 5.10 (again), first pass + * Thu Feb 14 2008 Ralf Cors??pius - 1.20-1 - Upstream update. +* Mon Jan 14 2008 Tom "spot" Callaway 1.18-3 +- rebuild normally, second pass + +* Sun Jan 13 2008 Tom "spot" Callaway 1.18-2.1 +- rebuild for new perl, first pass, disable TMV, tests + * Sun Nov 25 2007 Ralf Cors??pius - 1.18-2 - Add BR: perl(Test::MinimumVersion). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-8/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 11 Mar 2008 05:20:32 -0000 1.9 +++ sources 10 Jun 2008 07:28:46 -0000 1.10 @@ -1 +1 @@ -74d1c6f817d859baab5999c53278887b Class-Inspector-1.22.tar.gz +28e1e697f5e8d838d62159966aac8a5d Class-Inspector-1.23.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:05:24 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:05:24 GMT Subject: rpms/perl-File-Remove/devel .cvsignore, 1.10, 1.11 perl-File-Remove.spec, 1.23, 1.24 sources, 1.10, 1.11 Message-ID: <200806100805.m5A85OvB026657@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Remove/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26466/devel Modified Files: .cvsignore perl-File-Remove.spec sources Log Message: * Tue Jun 10 2008 Ralf Corsepius - 1.41-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Mar 2008 13:54:24 -0000 1.10 +++ .cvsignore 10 Jun 2008 08:04:04 -0000 1.11 @@ -1 +1 @@ -File-Remove-1.40.tar.gz +File-Remove-1.41.tar.gz Index: perl-File-Remove.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/devel/perl-File-Remove.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-File-Remove.spec 13 Mar 2008 13:54:24 -0000 1.23 +++ perl-File-Remove.spec 10 Jun 2008 08:04:04 -0000 1.24 @@ -1,5 +1,5 @@ Name: perl-File-Remove -Version: 1.40 +Version: 1.41 Release: 1%{?dist} Summary: Convenience module for removing files and directories License: GPL+ or Artistic @@ -20,6 +20,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + BuildArch: noarch %description @@ -52,6 +57,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Corsepius - 1.41-1 +- Upstream update. + * Thu Mar 13 2008 Ralf Corsepius - 1.40-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Mar 2008 13:54:24 -0000 1.10 +++ sources 10 Jun 2008 08:04:04 -0000 1.11 @@ -1 +1 @@ -1f3baab00b0d260d3efa28da4ac146fc File-Remove-1.40.tar.gz +fcb36b5116156820d8f763150b73a5a6 File-Remove-1.41.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:05:47 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:05:47 GMT Subject: rpms/perl-File-Remove/F-8 .cvsignore, 1.10, 1.11 perl-File-Remove.spec, 1.18, 1.19 sources, 1.10, 1.11 Message-ID: <200806100805.m5A85lrl026691@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Remove/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26466/F-8 Modified Files: .cvsignore perl-File-Remove.spec sources Log Message: * Tue Jun 10 2008 Ralf Corsepius - 1.41-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-8/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Mar 2008 14:14:20 -0000 1.10 +++ .cvsignore 10 Jun 2008 08:04:48 -0000 1.11 @@ -1 +1 @@ -File-Remove-1.40.tar.gz +File-Remove-1.41.tar.gz Index: perl-File-Remove.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-8/perl-File-Remove.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-File-Remove.spec 13 Mar 2008 14:14:20 -0000 1.18 +++ perl-File-Remove.spec 10 Jun 2008 08:04:48 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-File-Remove -Version: 1.40 +Version: 1.41 Release: 1%{?dist} Summary: Convenience module for removing files and directories License: GPL+ or Artistic @@ -20,6 +20,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + BuildArch: noarch %description @@ -52,9 +57,27 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Corsepius - 1.41-1 +- Upstream update. + * Thu Mar 13 2008 Ralf Corsepius - 1.40-1 - Upstream update. +* Thu Feb 28 2008 Tom "spot" Callaway - 0.39-7 +- Rebuild normally, second pass + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.39-6 +- Rebuild for perl 5.10 (again), first pass + +* Mon Jan 14 2008 Tom "spot" Callaway - 0.39-5 +- rebuild normally, second pass + +* Sun Jan 13 2008 Tom "spot" Callaway - 0.39-4.1 +- rebuild, first pass, without TMV, tests + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.39-4 +- rebuild for new perl + * Sun Nov 25 2007 Ralf Cors??pius - 0.39-3 - Really BR: perl(Test::MinimumVersion). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-8/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Mar 2008 14:14:20 -0000 1.10 +++ sources 10 Jun 2008 08:04:48 -0000 1.11 @@ -1 +1 @@ -1f3baab00b0d260d3efa28da4ac146fc File-Remove-1.40.tar.gz +fcb36b5116156820d8f763150b73a5a6 File-Remove-1.41.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:05:47 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:05:47 GMT Subject: rpms/perl-File-Remove/F-9 .cvsignore, 1.10, 1.11 perl-File-Remove.spec, 1.23, 1.24 sources, 1.10, 1.11 Message-ID: <200806100805.m5A85lh2026694@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Remove/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26466/F-9 Modified Files: .cvsignore perl-File-Remove.spec sources Log Message: * Tue Jun 10 2008 Ralf Corsepius - 1.41-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-9/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Mar 2008 13:54:24 -0000 1.10 +++ .cvsignore 10 Jun 2008 08:04:24 -0000 1.11 @@ -1 +1 @@ -File-Remove-1.40.tar.gz +File-Remove-1.41.tar.gz Index: perl-File-Remove.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-9/perl-File-Remove.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-File-Remove.spec 13 Mar 2008 13:54:24 -0000 1.23 +++ perl-File-Remove.spec 10 Jun 2008 08:04:24 -0000 1.24 @@ -1,5 +1,5 @@ Name: perl-File-Remove -Version: 1.40 +Version: 1.41 Release: 1%{?dist} Summary: Convenience module for removing files and directories License: GPL+ or Artistic @@ -20,6 +20,11 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in FC < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif + BuildArch: noarch %description @@ -52,6 +57,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Corsepius - 1.41-1 +- Upstream update. + * Thu Mar 13 2008 Ralf Corsepius - 1.40-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Remove/F-9/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Mar 2008 13:54:24 -0000 1.10 +++ sources 10 Jun 2008 08:04:24 -0000 1.11 @@ -1 +1 @@ -1f3baab00b0d260d3efa28da4ac146fc File-Remove-1.40.tar.gz +fcb36b5116156820d8f763150b73a5a6 File-Remove-1.41.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:03:40 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:03:40 GMT Subject: rpms/perl-Class-Inspector/F-9 perl-Class-Inspector.spec,1.19,1.20 Message-ID: <200806100803.m5A83e9X026441@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26290/F-9 Modified Files: perl-Class-Inspector.spec Log Message: Fix conditional to BR: perl(Test::CPAN::Meta). Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-9/perl-Class-Inspector.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-Class-Inspector.spec 10 Jun 2008 07:27:29 -0000 1.19 +++ perl-Class-Inspector.spec 10 Jun 2008 08:02:19 -0000 1.20 @@ -17,7 +17,7 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} < 10 +%if 0%{?fedora} >= 10 # FIXME: Missing in FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 %endif From corsepiu at fedoraproject.org Tue Jun 10 08:04:01 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:04:01 GMT Subject: rpms/perl-Class-Inspector/F-8 perl-Class-Inspector.spec,1.15,1.16 Message-ID: <200806100804.m5A841ar026462@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26290/F-8 Modified Files: perl-Class-Inspector.spec Log Message: Fix conditional to BR: perl(Test::CPAN::Meta). Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/F-8/perl-Class-Inspector.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Class-Inspector.spec 10 Jun 2008 07:28:46 -0000 1.15 +++ perl-Class-Inspector.spec 10 Jun 2008 08:03:10 -0000 1.16 @@ -17,7 +17,7 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} < 10 +%if 0%{?fedora} >= 10 # FIXME: Missing in FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 %endif From corsepiu at fedoraproject.org Tue Jun 10 08:03:48 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:03:48 GMT Subject: rpms/perl-Class-Inspector/devel perl-Class-Inspector.spec, 1.19, 1.20 Message-ID: <200806100803.m5A83mNN026453@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-Inspector/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26290/devel Modified Files: perl-Class-Inspector.spec Log Message: Fix conditional to BR: perl(Test::CPAN::Meta). Index: perl-Class-Inspector.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/perl-Class-Inspector.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-Class-Inspector.spec 10 Jun 2008 07:25:49 -0000 1.19 +++ perl-Class-Inspector.spec 10 Jun 2008 08:01:57 -0000 1.20 @@ -17,7 +17,7 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} < 10 +%if 0%{?fedora} >= 10 # FIXME: Missing in FC < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 %endif From corsepiu at fedoraproject.org Tue Jun 10 08:28:05 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:28:05 GMT Subject: rpms/perl-File-Find-Rule-Perl/F-9 .cvsignore, 1.2, 1.3 perl-File-Find-Rule-Perl.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806100828.m5A8S5Sp027806@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27707/F-9 Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2007 22:55:58 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:27:07 -0000 1.3 @@ -1 +1 @@ -File-Find-Rule-Perl-0.03.tar.gz +File-Find-Rule-Perl-1.04.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-File-Find-Rule-Perl.spec 27 Feb 2008 21:45:46 -0000 1.3 +++ perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:27:07 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 0.03 -Release: 3%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,11 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in Fedora < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Common rules for searching for Perl things. @@ -48,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.03-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2007 22:55:58 -0000 1.2 +++ sources 10 Jun 2008 08:27:07 -0000 1.3 @@ -1 +1 @@ -a5fda6d6bc952336c2ef6275120a1df6 File-Find-Rule-Perl-0.03.tar.gz +ab66b7829320ead71ee0b09e13726d26 File-Find-Rule-Perl-1.04.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:28:07 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:28:07 GMT Subject: rpms/perl-File-Find-Rule-Perl/devel .cvsignore, 1.2, 1.3 perl-File-Find-Rule-Perl.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806100828.m5A8S7cw027817@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27707/devel Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2007 22:55:58 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:26:52 -0000 1.3 @@ -1 +1 @@ -File-Find-Rule-Perl-0.03.tar.gz +File-Find-Rule-Perl-1.04.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-File-Find-Rule-Perl.spec 27 Feb 2008 21:45:46 -0000 1.3 +++ perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:26:52 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl -Version: 0.03 -Release: 3%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,11 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in Fedora < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Common rules for searching for Perl things. @@ -48,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.03-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2007 22:55:58 -0000 1.2 +++ sources 10 Jun 2008 08:26:52 -0000 1.3 @@ -1 +1 @@ -a5fda6d6bc952336c2ef6275120a1df6 File-Find-Rule-Perl-0.03.tar.gz +ab66b7829320ead71ee0b09e13726d26 File-Find-Rule-Perl-1.04.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:28:19 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:28:19 GMT Subject: rpms/perl-File-Find-Rule-Perl/F-8 .cvsignore, 1.2, 1.3 perl-File-Find-Rule-Perl.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200806100828.m5A8SJeF027832@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27707/F-8 Modified Files: .cvsignore perl-File-Find-Rule-Perl.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Nov 2007 23:05:59 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:27:35 -0000 1.3 @@ -1 +1 @@ -File-Find-Rule-Perl-0.03.tar.gz +File-Find-Rule-Perl-1.04.tar.gz Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Find-Rule-Perl.spec 21 Nov 2007 23:05:59 -0000 1.1 +++ perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:27:35 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-File-Find-Rule-Perl -Version: 0.03 +Version: 1.04 Release: 1%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic @@ -17,6 +17,11 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::MinimumVersion) >= 0.007 +%if 0%{?fedora} >= 10 +# FIXME: Missing in Fedora < 10 +BuildRequires: perl(Test::CPAN::Meta) >= 0.07 +%endif %description Common rules for searching for Perl things. @@ -48,5 +53,14 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 +- Upstream update. + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.03-3 +- Rebuild for perl 5.10 (again) + +* Fri Jan 11 2008 Tom "spot" Callaway - 0.03-2 +- rebuild for new perl + * Mon Nov 19 2007 Ralf Cors??pius - 0.03-1 - Initial version. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Nov 2007 23:05:59 -0000 1.2 +++ sources 10 Jun 2008 08:27:35 -0000 1.3 @@ -1 +1 @@ -a5fda6d6bc952336c2ef6275120a1df6 File-Find-Rule-Perl-0.03.tar.gz +ab66b7829320ead71ee0b09e13726d26 File-Find-Rule-Perl-1.04.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:42:33 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:42:33 GMT Subject: rpms/perl-Font-AFM/F-9 .cvsignore, 1.2, 1.3 perl-Font-AFM.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200806100842.m5A8gXCB028603@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Font-AFM/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28481/F-9 Modified Files: .cvsignore perl-Font-AFM.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Aug 2005 10:57:45 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:41:10 -0000 1.3 @@ -1 +1 @@ -Font-AFM-1.19.tar.gz +Font-AFM-1.20.tar.gz Index: perl-Font-AFM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-9/perl-Font-AFM.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Font-AFM.spec 28 Feb 2008 13:06:44 -0000 1.8 +++ perl-Font-AFM.spec 10 Jun 2008 08:41:10 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Font-AFM -Version: 1.19 -Release: 7%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Perl interface to Adobe Font Metrics files Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/Font* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.19-7 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Aug 2005 10:57:45 -0000 1.2 +++ sources 10 Jun 2008 08:41:10 -0000 1.3 @@ -1 +1 @@ -f72a12a20656c41b29a79c985bd231c9 Font-AFM-1.19.tar.gz +b14ecf4dc4edbd63940aa354eb13c499 Font-AFM-1.20.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:42:40 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:42:40 GMT Subject: rpms/perl-Font-AFM/F-8 .cvsignore, 1.2, 1.3 perl-Font-AFM.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200806100842.m5A8getf028615@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Font-AFM/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28481/F-8 Modified Files: .cvsignore perl-Font-AFM.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Aug 2005 10:57:45 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:41:33 -0000 1.3 @@ -1 +1 @@ -Font-AFM-1.19.tar.gz +Font-AFM-1.20.tar.gz Index: perl-Font-AFM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-8/perl-Font-AFM.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Font-AFM.spec 31 Aug 2007 11:06:03 -0000 1.6 +++ perl-Font-AFM.spec 10 Jun 2008 08:41:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Font-AFM -Version: 1.19 -Release: 5%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Perl interface to Adobe Font Metrics files Group: Development/Libraries @@ -52,6 +52,15 @@ %{_mandir}/man3/Font* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.19-7 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway - 1.19-6 +- rebuild for new perl + * Fri Aug 31 2007 Ralf Cors??pius - 1.19-5 - BR: perl(ExtUtils::MakeMaker). - Update license tag. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Aug 2005 10:57:45 -0000 1.2 +++ sources 10 Jun 2008 08:41:33 -0000 1.3 @@ -1 +1 @@ -f72a12a20656c41b29a79c985bd231c9 Font-AFM-1.19.tar.gz +b14ecf4dc4edbd63940aa354eb13c499 Font-AFM-1.20.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 08:42:39 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 08:42:39 GMT Subject: rpms/perl-Font-AFM/devel .cvsignore, 1.2, 1.3 perl-Font-AFM.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200806100842.m5A8gdTu028610@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Font-AFM/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28481/devel Modified Files: .cvsignore perl-Font-AFM.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Aug 2005 10:57:45 -0000 1.2 +++ .cvsignore 10 Jun 2008 08:40:50 -0000 1.3 @@ -1 +1 @@ -Font-AFM-1.19.tar.gz +Font-AFM-1.20.tar.gz Index: perl-Font-AFM.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/devel/perl-Font-AFM.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Font-AFM.spec 28 Feb 2008 13:06:44 -0000 1.8 +++ perl-Font-AFM.spec 10 Jun 2008 08:40:50 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Font-AFM -Version: 1.19 -Release: 7%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Perl interface to Adobe Font Metrics files Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/Font* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 1.20-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.19-7 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Font-AFM/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Aug 2005 10:57:45 -0000 1.2 +++ sources 10 Jun 2008 08:40:50 -0000 1.3 @@ -1 +1 @@ -f72a12a20656c41b29a79c985bd231c9 Font-AFM-1.19.tar.gz +b14ecf4dc4edbd63940aa354eb13c499 Font-AFM-1.20.tar.gz From bugzilla at redhat.com Tue Jun 10 11:04:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 07:04:39 -0400 Subject: [Bug 449433] FTBFS perl-DBD-SQLite-1.14-7.fc9 In-Reply-To: Message-ID: <200806101104.m5AB4dqJ010543@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-DBD-SQLite-1.14-7.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449433 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmatilai at redhat.com ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:53 EST ------- Created an attachment (id=307479) --> (https://bugzilla.redhat.com/attachment.cgi?id=307479&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:53 EST ------- Created an attachment (id=307480) --> (https://bugzilla.redhat.com/attachment.cgi?id=307480&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:53 EST ------- Created an attachment (id=307482) --> (https://bugzilla.redhat.com/attachment.cgi?id=307482&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:53 EST ------- Created an attachment (id=307483) --> (https://bugzilla.redhat.com/attachment.cgi?id=307483&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From mmaslano at redhat.com 2008-06-10 07:04 EST ------- Could it be problem of sqlite? The build was ok with sqlite-3.5.6, but it failed with 3.5.8. Thoughts? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 11:21:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 07:21:44 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806101121.m5ABLiLx014057@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |449956 nThis| | -- Configure 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 corsepiu at fedoraproject.org Tue Jun 10 12:43:04 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 12:43:04 GMT Subject: rpms/perl-Params-Validate/F-9 .cvsignore, 1.12, 1.13 perl-Params-Validate.spec, 1.20, 1.21 sources, 1.12, 1.13 Message-ID: <200806101243.m5ACh42T031041@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Validate/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30827/F-9 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 - Upstream update. - Conditionally activate IS_MAINTAINER tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-9/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Nov 2007 06:23:21 -0000 1.12 +++ .cvsignore 10 Jun 2008 12:41:39 -0000 1.13 @@ -1 +1 @@ -Params-Validate-0.89.tar.gz +Params-Validate-0.91.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-9/perl-Params-Validate.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Params-Validate.spec 28 Feb 2008 13:02:17 -0000 1.20 +++ perl-Params-Validate.spec 10 Jun 2008 12:41:39 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.89 -Release: 4%{?dist} +Version: 0.91 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Validate/ @@ -16,6 +16,13 @@ BuildRequires: perl(Readonly) BuildRequires: perl(Readonly::XS) +# Not available in Fedora +# BuildRequires: perl(Test::Kwalitee) + +# For improved tests +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) + %description The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest @@ -44,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT %check +%if "%{version}" > "0.91" +# pod-coverage is too broken +make test IS_MAINTAINER=1 +%else make test +%endif %files %defattr(-,root,root,-) @@ -55,6 +67,10 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 +- Upstream update. +- Conditionally activate IS_MAINTAINER tests. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.89-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-9/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Nov 2007 06:23:21 -0000 1.12 +++ sources 10 Jun 2008 12:41:39 -0000 1.13 @@ -1 +1 @@ -b53ff2b9595623aaa4f98d8b31a5a1c2 Params-Validate-0.89.tar.gz +22c5467a1d4673374a1b7b2dbcfd473e Params-Validate-0.91.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 12:43:08 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 12:43:08 GMT Subject: rpms/perl-Params-Validate/devel .cvsignore, 1.12, 1.13 perl-Params-Validate.spec, 1.20, 1.21 sources, 1.12, 1.13 Message-ID: <200806101243.m5ACh8GT031051@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Validate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30827/devel Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 - Upstream update. - Conditionally activate IS_MAINTAINER tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Nov 2007 06:23:21 -0000 1.12 +++ .cvsignore 10 Jun 2008 12:40:55 -0000 1.13 @@ -1 +1 @@ -Params-Validate-0.89.tar.gz +Params-Validate-0.91.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/devel/perl-Params-Validate.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-Params-Validate.spec 28 Feb 2008 13:02:17 -0000 1.20 +++ perl-Params-Validate.spec 10 Jun 2008 12:40:55 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.89 -Release: 4%{?dist} +Version: 0.91 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Validate/ @@ -16,6 +16,13 @@ BuildRequires: perl(Readonly) BuildRequires: perl(Readonly::XS) +# Not available in Fedora +# BuildRequires: perl(Test::Kwalitee) + +# For improved tests +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) + %description The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest @@ -44,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT %check +%if "%{version}" > "0.91" +# pod-coverage is too broken +make test IS_MAINTAINER=1 +%else make test +%endif %files %defattr(-,root,root,-) @@ -55,6 +67,10 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 +- Upstream update. +- Conditionally activate IS_MAINTAINER tests. + * Wed Feb 27 2008 Tom "spot" Callaway - 0.89-4 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Nov 2007 06:23:21 -0000 1.12 +++ sources 10 Jun 2008 12:40:55 -0000 1.13 @@ -1 +1 @@ -b53ff2b9595623aaa4f98d8b31a5a1c2 Params-Validate-0.89.tar.gz +22c5467a1d4673374a1b7b2dbcfd473e Params-Validate-0.91.tar.gz From corsepiu at fedoraproject.org Tue Jun 10 12:43:31 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 10 Jun 2008 12:43:31 GMT Subject: rpms/perl-Params-Validate/F-8 .cvsignore, 1.12, 1.13 perl-Params-Validate.spec, 1.17, 1.18 sources, 1.12, 1.13 Message-ID: <200806101243.m5AChVRn031061@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Params-Validate/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30827/F-8 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 - Upstream update. - Conditionally activate IS_MAINTAINER tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-8/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Nov 2007 06:23:26 -0000 1.12 +++ .cvsignore 10 Jun 2008 12:42:34 -0000 1.13 @@ -1 +1 @@ -Params-Validate-0.89.tar.gz +Params-Validate-0.91.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-8/perl-Params-Validate.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Params-Validate.spec 13 Nov 2007 06:23:26 -0000 1.17 +++ perl-Params-Validate.spec 10 Jun 2008 12:42:34 -0000 1.18 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.89 +Version: 0.91 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,13 @@ BuildRequires: perl(Readonly) BuildRequires: perl(Readonly::XS) +# Not available in Fedora +# BuildRequires: perl(Test::Kwalitee) + +# For improved tests +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(Test::Pod) + %description The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest @@ -44,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT %check +%if "%{version}" > "0.91" +# pod-coverage is too broken +make test IS_MAINTAINER=1 +%else make test +%endif %files %defattr(-,root,root,-) @@ -55,6 +67,19 @@ %{_mandir}/man3/* %changelog +* Tue Jun 10 2008 Ralf Cors??pius - 0.91-1 +- Upstream update. +- Conditionally activate IS_MAINTAINER tests. + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.89-4 +- Rebuild for perl 5.10 (again) + +* Sun Feb 10 2008 Ralf Cors??pius - 0.89-3 +- Rebuild for gcc43. + +* Tue Jan 15 2008 Tom "spot" Callaway - 0.89-2 +- rebuild for new perl + * Tue Nov 13 2007 Ralf Cors??pius - 0.89-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Params-Validate/F-8/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Nov 2007 06:23:26 -0000 1.12 +++ sources 10 Jun 2008 12:42:34 -0000 1.13 @@ -1 +1 @@ -b53ff2b9595623aaa4f98d8b31a5a1c2 Params-Validate-0.89.tar.gz +22c5467a1d4673374a1b7b2dbcfd473e Params-Validate-0.91.tar.gz From bugzilla at redhat.com Tue Jun 10 13:50:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 09:50:53 -0400 Subject: [Bug 450693] perl-File-Slurp branch for EPEL In-Reply-To: Message-ID: <200806101350.m5ADoraR012378@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-File-Slurp branch for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=450693 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 10 13:50:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 09:50:26 -0400 Subject: [Bug 450693] New: perl-File-Slurp 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=450693 Summary: perl-File-Slurp branch for EPEL Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-File-Slurp AssignedTo: rc040203 at freenet.de ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com,lxtnow at gmail.com Package Change Request ====================== Package Name: perl-File-Slurp New Branches: EL-5 Owner of new branches: lkundrak cvsextras commits for new branches: yes The Fedora maintainer (corsepiu) does not participate in EPEL: http://fedoraproject.org/wiki/EPEL/ContributorStatusNo -- Configure 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 Jun 10 17:12:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2008 13:12:53 -0400 Subject: [Bug 450693] perl-File-Slurp branch for EPEL In-Reply-To: Message-ID: <200806101712.m5AHCrFV016104@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-File-Slurp branch for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=450693 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-10 13:12 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 steve at silug.org Tue Jun 10 19:23:17 2008 From: steve at silug.org (Steven Pritchard) Date: Tue, 10 Jun 2008 14:23:17 -0500 Subject: YAPC::NA - Fedora - CPANTS In-Reply-To: References: Message-ID: <20080610192317.GA18082@osiris.silug.org> On Mon, Jun 09, 2008 at 01:15:43PM +0300, Gabor Szabo wrote: > I see you are going to give a talk about Fedora and Perl on YAPC::NA. > http://conferences.mongueurs.net/yn2008/talk/1080 > > You might know that I am occasionally working on CPANTS and I have > just managed to add some information received from Debian > > See my explanation here: > http://www.szabgab.com/blog/2008/06/1212827982.html > > They provide a file that contains the list of all the CPAN distros > repackaged by Debian with some extra info. > The information they provide is > > - Name of the debian package > - Name of the CPAN distribution > - Version number of the CPAN distribution > - Number of bugs reported in Debian > - Number of patches applied in Debian > > It would be great if during YAPC or even before that > we could work out some way to get similar information > from Fedora so I can integrate it into CPANTS. I'd be happy to talk with you at YAPC. I'm driving up on Sunday morning/afternoon (it's a 5-hour drive or so for me), so any time after that would be fine. Maybe a packaging BoF or something would be useful? Steve -- Steven Pritchard - K&S Pritchard Enterprises, Inc. Email: steve at kspei.com http://www.kspei.com/ Phone: (618)624-4440 Mobile: (618)567-7320 From szabgab at gmail.com Wed Jun 11 02:09:41 2008 From: szabgab at gmail.com (Gabor Szabo) Date: Wed, 11 Jun 2008 05:09:41 +0300 Subject: YAPC::NA - Fedora - CPANTS In-Reply-To: <20080610192317.GA18082@osiris.silug.org> References: <20080610192317.GA18082@osiris.silug.org> Message-ID: On Tue, Jun 10, 2008 at 10:23 PM, Steven Pritchard wrote: > I'd be happy to talk with you at YAPC. I'm driving up on Sunday > morning/afternoon (it's a 5-hour drive or so for me), so any time after > that would be fine. I am arriving Sunday afternoon and after checking in the dorms I am going to the Pre-Conference dinner. > Maybe a packaging BoF or something would be useful? I think I'll try to piggyback a CPANTS BOF on the CPAN Testers BOF. A packaging BOF might be also interesting. Maybe you can try to organize it. http://conferences.mongueurs.net/yn2008/wiki Gabor From bugzilla at redhat.com Wed Jun 11 04:39:43 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 00:39:43 -0400 Subject: [Bug 450648] RFE: branch for FC8 and FC9 In-Reply-To: Message-ID: <200806110439.m5B4dhMX016551@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: RFE: branch for FC8 and FC9 https://bugzilla.redhat.com/show_bug.cgi?id=450648 ------- Additional Comments From updates at fedoraproject.org 2008-06-11 00:39 EST ------- perl-Test-CPAN-Meta-0.10-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jun 11 04:39:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 00:39:45 -0400 Subject: [Bug 450648] RFE: branch for FC8 and FC9 In-Reply-To: Message-ID: <200806110439.m5B4djsO016576@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: RFE: branch for FC8 and FC9 https://bugzilla.redhat.com/show_bug.cgi?id=450648 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |0.10-1.fc8 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jun 11 05:23:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 01:23:48 -0400 Subject: [Bug 448082] perl-XML-TreeBuilder files installed outside @INC paths In-Reply-To: Message-ID: <200806110523.m5B5NmOw016988@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-TreeBuilder files installed outside @INC paths https://bugzilla.redhat.com/show_bug.cgi?id=448082 jfearn at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |3.09-10 Resolution| |CURRENTRELEASE ------- Additional Comments From jfearn at redhat.com 2008-06-11 01:23 EST ------- perl-XML-TreeBuilder-3.09-10.fc9 works for me on x86_64. -- Configure 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 Jun 11 14:23:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 10:23:42 -0400 Subject: [Bug 449514] FTBFS perl-Unicode-Map8-0.12-17.fc9 In-Reply-To: Message-ID: <200806111423.m5BENgv5017233@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Unicode-Map8-0.12-17.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449514 gauret at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:10 EST ------- Created an attachment (id=307727) --> (https://bugzilla.redhat.com/attachment.cgi?id=307727&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:10 EST ------- Created an attachment (id=307728) --> (https://bugzilla.redhat.com/attachment.cgi?id=307728&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:10 EST ------- Created an attachment (id=307729) --> (https://bugzilla.redhat.com/attachment.cgi?id=307729&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:10 EST ------- Created an attachment (id=307730) --> (https://bugzilla.redhat.com/attachment.cgi?id=307730&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From gauret at free.fr 2008-06-11 10:23 EST ------- Fixed -- Configure 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 Jun 11 14:24:30 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 10:24:30 -0400 Subject: [Bug 449422] FTBFS perl-Unicode-String-2.09-8.fc9 In-Reply-To: Message-ID: <200806111424.m5BEOUDd017402@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Unicode-String-2.09-8.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449422 gauret at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:42 EST ------- Created an attachment (id=307441) --> (https://bugzilla.redhat.com/attachment.cgi?id=307441&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:43 EST ------- Created an attachment (id=307442) --> (https://bugzilla.redhat.com/attachment.cgi?id=307442&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:43 EST ------- Created an attachment (id=307443) --> (https://bugzilla.redhat.com/attachment.cgi?id=307443&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 12:43 EST ------- Created an attachment (id=307444) --> (https://bugzilla.redhat.com/attachment.cgi?id=307444&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From gauret at free.fr 2008-06-11 10:24 EST ------- Fixed -- Configure 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 Jun 11 14:52:32 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 10:52:32 -0400 Subject: [Bug 449579] FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 In-Reply-To: Message-ID: <200806111452.m5BEqWAA023638@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Unicode-MapUTF8-1.11-6.fc8 https://bugzilla.redhat.com/show_bug.cgi?id=449579 gauret at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From gauret at free.fr 2008-06-11 10:52 EST ------- Done, thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jun 11 15:01:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 11:01:00 -0400 Subject: [Bug 449660] FTBFS perl-Unicode-Map-0.112-14.fc9 In-Reply-To: Message-ID: <200806111501.m5BF10H2025520@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-Unicode-Map-0.112-14.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449660 gauret at free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:26 EST ------- Created an attachment (id=308145) --> (https://bugzilla.redhat.com/attachment.cgi?id=308145&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:26 EST ------- Created an attachment (id=308146) --> (https://bugzilla.redhat.com/attachment.cgi?id=308146&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:26 EST ------- Created an attachment (id=308147) --> (https://bugzilla.redhat.com/attachment.cgi?id=308147&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 18:26 EST ------- Created an attachment (id=308148) --> (https://bugzilla.redhat.com/attachment.cgi?id=308148&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From gauret at free.fr 2008-06-11 11:00 EST ------- Fixed. -- Configure 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 Wed Jun 11 18:43:41 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Wed, 11 Jun 2008 18:43:41 -0000 Subject: Broken dependencies in EPEL - 2008-06-11 Message-ID: <20080611184341.19233.25089@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Wed Jun 11 18:49:18 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Wed, 11 Jun 2008 18:49:18 -0000 Subject: Broken dependencies in EPEL - 2008-06-11 Message-ID: <20080611184918.19290.48148@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Wed Jun 11 18:54:04 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Wed, 11 Jun 2008 18:54:04 -0000 Subject: Broken dependencies in EPEL - 2008-06-11 Message-ID: <20080611185404.19345.76222@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From bugzilla at redhat.com Thu Jun 12 03:41:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2008 23:41:48 -0400 Subject: [Bug 450693] perl-File-Slurp branch for EPEL In-Reply-To: Message-ID: <200806120341.m5C3fmME009786@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-File-Slurp branch for EPEL https://bugzilla.redhat.com/show_bug.cgi?id=450693 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-11 23:41 EST ------- Imported and built. Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 10:26:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 06:26:19 -0400 Subject: [Bug 430357] gcc reports double-free in testing code using Test::Class In-Reply-To: Message-ID: <200806121026.m5CAQJIh016405@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: gcc reports double-free in testing code using Test::Class https://bugzilla.redhat.com/show_bug.cgi?id=430357 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel- | |list at redhat.com AssignedTo|mmaslano at redhat.com |steve at silug.org Component|perl |perl-Test-Class ------- Additional Comments From mmaslano at redhat.com 2008-06-12 06:26 EST ------- It's really long reproducer ;-) I suggest upgrade on the latest Test-Class and try again or ask on the cpan, if they are familiar with those problems. http://search.cpan.org/~adie/Test-Class-0.30/lib/Test/Class.pm -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 11:35:56 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 07:35:56 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806121135.m5CBZutD021306@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From updates at fedoraproject.org 2008-06-12 07:35 EST ------- perl-5.10.0-26.fc9 has been submitted as an update for Fedora 9 -- Configure 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 Jun 12 11:58:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 07:58:14 -0400 Subject: [Bug 449463] FTBFS perl-XML-XPath-1.13-6.fc9 In-Reply-To: Message-ID: <200806121158.m5CBwEAN025920@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-XML-XPath-1.13-6.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449463 skasal at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:10 EST ------- Created an attachment (id=307556) --> (https://bugzilla.redhat.com/attachment.cgi?id=307556&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:10 EST ------- Created an attachment (id=307557) --> (https://bugzilla.redhat.com/attachment.cgi?id=307557&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:10 EST ------- Created an attachment (id=307558) --> (https://bugzilla.redhat.com/attachment.cgi?id=307558&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 15:10 EST ------- Created an attachment (id=307559) --> (https://bugzilla.redhat.com/attachment.cgi?id=307559&action=view) build.log.bz2 build.log for x86_64 ------- Additional Comments From skasal at redhat.com 2008-06-12 07:58 EST ------- The logs show the build choked on %check || :, which has been removed from the spec file. -- Configure 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 Jun 12 12:52:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 08:52:14 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806121252.m5CCqEpN010756@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: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 jh.redhat at plonk.de changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7 |8 ------- Additional Comments From jh.redhat at plonk.de 2008-06-12 08:52 EST ------- This is still true for cpan2rpm-2.028-2.fc8.1.noarch. Will there be no cpan2rpm in F9? Or is this rpm not maintained any more? -- Configure 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 Jun 12 13:38:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 09:38:29 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806121338.m5CDcTOT019609@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From paul at city-fan.org 2008-06-12 09:38 EST ------- So, to be clear, the updated package is only going to have 5.10.0 directories in @INC, and drop the legacy ones, right? If so, the next step should probably be to raise bugs on all packages that currently install into 5.8.8 directories (which are already broken on x86_64 and will soon be broken on i386 too), and also any that miss a dep on perl(:MODULE_COMPAT_5.x) and hence may be missed by a dependency checker during the next upgrade cycle. Should we use this bug as a tracker for these new bugs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 13:57:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 09:57:12 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806121357.m5CDvCnP017821@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 ------- Additional Comments From mmaslano at redhat.com 2008-06-12 09:57 EST ------- At least there are always fedora-perl-devel members ;-) As I see in F-9 there is different problem: [root at caladan ~]# 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.45_3.tar.gz Tarball found - not fetching Metadata retrieval Tarball extraction: [/usr/src/redhat/SOURCES/Net-SIP-0.45_3.tar.gz] Generating spec file SPEC: /usr/src/redhat/SPECS/Net-SIP.spec Generating package Signing package (pass phrase required) error: You must set "%_gpg_name" in your macro file Pass phrase check failed RPM build failed [1] at /usr/bin/cpan2rpm line 1049. -- Done -- Also the rebuild wasn't needed for F-9, because this package has the latest release. Its inherited as is into F-9 and rawhide. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 14:14:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:14:15 -0400 Subject: [Bug 447900] RFE: Please branch and build perl-SQL-Statement for EPEL-5 In-Reply-To: Message-ID: <200806121414.m5CEEFj6027764@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: RFE: Please branch and build perl-SQL-Statement for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447900 kanarip at kanarip.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? ------- Additional Comments From kanarip at kanarip.com 2008-06-12 10:14 EST ------- Package Change Request ====================== Package Name: perl-SQL-Statement New Branches: EL-5 Updated EPEL Owners: kanarip No response from original maintainer (not via email, not in this bug, for the past couple of weeks) -- Configure 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 Jun 12 14:17:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:17:05 -0400 Subject: [Bug 430357] gcc reports double-free in testing code using Test::Class In-Reply-To: Message-ID: <200806121417.m5CEH5V8028763@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: gcc reports double-free in testing code using Test::Class https://bugzilla.redhat.com/show_bug.cgi?id=430357 ------- Additional Comments From steve at silug.org 2008-06-12 10:17 EST ------- Have you tried this on Fedora 9 (with perl 5.10.0)? For that matter, Test::Class 0.30 is in rawhide. It should install on F9 with no issues, if you wanted to test that too. -- Configure 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 Jun 12 14:18:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:18:45 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806121418.m5CEIjoF028921@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: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 ------- Additional Comments From jh.redhat at plonk.de 2008-06-12 10:18 EST ------- (In reply to comment #3) > At least there are always fedora-perl-devel members ;-) > > As I see in F-9 there is different problem: > [root at caladan ~]# 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.45_3.tar.gz > Tarball found - not fetching > Metadata retrieval > Tarball extraction: [/usr/src/redhat/SOURCES/Net-SIP-0.45_3.tar.gz] > Generating spec file > SPEC: /usr/src/redhat/SPECS/Net-SIP.spec > Generating package > Signing package (pass phrase required) > error: You must set "%_gpg_name" in your macro file AFAIR, this also happened in F8. Just use --no-sign to skip the signing (or create the key and specify it in your ~/.rpmmacros). > Also the rebuild wasn't needed for F-9, because this package has the latest > release. Its inherited as is into F-9 and rawhide. Didn't see it in the F9 repos. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 14:23:17 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:23:17 -0400 Subject: [Bug 447901] RFE: Please branch and build perl-DBD-AnyData for EPEL-5 In-Reply-To: Message-ID: <200806121423.m5CENHcU023827@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: RFE: Please branch and build perl-DBD-AnyData for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447901 Bug 447901 depends on bug 447900, which changed state. Bug 447900 Summary: RFE: Please branch and build perl-SQL-Statement for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447900 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE -- Configure 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 Jun 12 14:23:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:23:15 -0400 Subject: [Bug 447900] RFE: Please branch and build perl-SQL-Statement for EPEL-5 In-Reply-To: Message-ID: <200806121423.m5CENFG8023760@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: RFE: Please branch and build perl-SQL-Statement for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447900 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE ------- Additional Comments From mmaslano at redhat.com 2008-06-12 10:23 EST ------- Sorry for so long response. Please next time file this request into package review. *** This bug has been marked as a duplicate of 175896 *** -- Configure 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 Jun 12 14:29:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:29:37 -0400 Subject: [Bug 447900] RFE: Please branch and build perl-SQL-Statement for EPEL-5 In-Reply-To: Message-ID: <200806121429.m5CETbIu031257@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: RFE: Please branch and build perl-SQL-Statement for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447900 kanarip at kanarip.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? | ------- Additional Comments From kanarip at kanarip.com 2008-06-12 10:29 EST ------- Thanks, removing cvs request flag -- Configure 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 Jun 12 14:31:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 10:31:04 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806121431.m5CEV4BE025696@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 ------- Additional Comments From mmaslano at redhat.com 2008-06-12 10:31 EST ------- Are you looking into directory Everything? f.e. there it is http://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/9/Everything/i386/os/Packages/ -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Thu Jun 12 16:14:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 12:14:07 -0400 Subject: [Bug 447901] RFE: Please branch and build perl-DBD-AnyData for EPEL-5 In-Reply-To: Message-ID: <200806121614.m5CGE7oA013650@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: RFE: Please branch and build perl-DBD-AnyData for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447901 kanarip at kanarip.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Flag| |needinfo?(tcallawa at redhat.co | |m) ------- Additional Comments From kanarip at kanarip.com 2008-06-12 12:14 EST ------- Hey Tom, perl-SQL-Statement is built: http://buildsys.fedoraproject.org/logs/fedora-5-epel/39217-perl-SQL-Statement-1.15-4.el5/noarch/ Thanks in advance! (the next three or so deps in the chain are yours; I hope I'm not causing you too much trouble) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Thu Jun 12 16:44:49 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Thu, 12 Jun 2008 16:44:49 GMT Subject: rpms/perl-DBD-AnyData/EL-5 perl-DBD-AnyData.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806121644.m5CGin5F004498@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-DBD-AnyData/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4458 Modified Files: perl-DBD-AnyData.spec sources Log Message: bring to current Index: perl-DBD-AnyData.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-AnyData/EL-5/perl-DBD-AnyData.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-DBD-AnyData.spec 24 Aug 2007 21:28:37 -0000 1.3 +++ perl-DBD-AnyData.spec 12 Jun 2008 16:43:54 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-DBD-AnyData -Version: 0.08 +Version: 0.09 Release: 3%{?dist} Summary: DBI access to XML, CSV and other formats Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(DBI), perl(SQL::Statement), perl(DBD::File), perl(AnyData) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,6 +46,16 @@ %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 0.09-3 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway 0.09-2 +- rebuild for new perl + +* Fri Aug 24 2007 Tom "spot" Callaway 0.09-1 +- bump to 0.09 +- license fix + * Fri Sep 15 2006 Tom "spot" Callaway 0.08-3 - bump for fc6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-AnyData/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Apr 2006 23:04:32 -0000 1.2 +++ sources 12 Jun 2008 16:43:54 -0000 1.3 @@ -1 +1 @@ -3434afdade1e2c9d79e85eca4bd8df17 DBD-AnyData-0.08.tar.gz +32e8c7300c6917247e70afc85b947308 DBD-AnyData-0.09.tar.gz From steve at fedoraproject.org Thu Jun 12 18:21:52 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 12 Jun 2008 18:21:52 GMT Subject: rpms/cpanspec/devel cpanspec.spec,1.23,1.24 Message-ID: <200806121821.m5CILqo5023522@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23476 Modified Files: cpanspec.spec Log Message: Require rpm-build. Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/cpanspec.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- cpanspec.spec 6 May 2008 02:26:07 -0000 1.23 +++ cpanspec.spec 12 Jun 2008 18:20:53 -0000 1.24 @@ -1,6 +1,6 @@ Name: cpanspec Version: 1.75 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic Group: Development/Tools @@ -12,6 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: /usr/bin/curl Requires: /usr/bin/repoquery +Requires: rpm-build %description cpanspec generates spec files (and, optionally, source or even binary @@ -52,6 +53,9 @@ %{_mandir}/man1/* %changelog +* Thu Jun 12 2008 Steven Pritchard 1.75-2 +- Require rpm-build. + * Mon May 05 2008 Steven Pritchard 1.75-1 - Update to 1.75 (which really fixes BZ#437804). - Require curl instead of wget (BZ#438245). From bugzilla at redhat.com Fri Jun 13 02:18:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2008 22:18:35 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806130218.m5D2IZZm027978@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA ------- Additional Comments From updates at fedoraproject.org 2008-06-12 22:18 EST ------- perl-5.10.0-26.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-5256 -- Configure 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 Jun 13 04:24:12 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 00:24:12 -0400 Subject: [Bug 450412] please build in EL-5 In-Reply-To: Message-ID: <200806130424.m5D4OCVA019409@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: please build in EL-5 https://bugzilla.redhat.com/show_bug.cgi?id=450412 ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-13 00:24 EST ------- Would you mind owning it in EPEL? I have no problem requesting a branch with you as the owner :) -- Configure 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 Jun 13 05:47:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 01:47:55 -0400 Subject: [Bug 450412] please build in EL-5 In-Reply-To: Message-ID: <200806130547.m5D5ltwi032750@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: please build in EL-5 https://bugzilla.redhat.com/show_bug.cgi?id=450412 ------- Additional Comments From jonstanley at gmail.com 2008-06-13 01:47 EST ------- That's fine. My FAS ID is jstanley for the branch request. -- Configure 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 Jun 13 06:30:00 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 02:30:00 -0400 Subject: [Bug 450412] please build in EL-5 In-Reply-To: Message-ID: <200806130630.m5D6U0RE015837@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 in EL-5 https://bugzilla.redhat.com/show_bug.cgi?id=450412 ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-13 02:30 EST ------- Branch request at bug 237041. -- Configure 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 Jun 13 09:19:41 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 05:19:41 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806130919.m5D9JfkS004746@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coldfusionpc at yahoo.com ------- Additional Comments From mmaslano at redhat.com 2008-06-13 05:19 EST ------- *** Bug 449956 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 Fri Jun 13 10:27:52 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 06:27:52 -0400 Subject: [Bug 432950] perl-Test-Harness package is missing several key elements In-Reply-To: Message-ID: <200806131027.m5DARqoR016577@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: perl-Test-Harness package is missing several key elements https://bugzilla.redhat.com/show_bug.cgi?id=432950 mmaslano at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |DUPLICATE ------- Additional Comments From mmaslano at redhat.com 2008-06-13 06:27 EST ------- *** This bug has been marked as a duplicate of 451078 *** -- Configure 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 Jun 13 17:31:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 13:31:07 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806131731.m5DHV7Is007628@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: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 steve at silug.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steve at silug.org ------- Additional Comments From steve at silug.org 2008-06-13 13:31 EST ------- May I suggest trying cpanspec instead of cpan2rpm? It is definitely maintained, and it's likely to work better anyway. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 17:46:09 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 13:46:09 -0400 Subject: [Bug 450412] please build in EL-5 In-Reply-To: Message-ID: <200806131746.m5DHk9mu010581@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 in EL-5 https://bugzilla.redhat.com/show_bug.cgi?id=450412 cweyl at alumni.drew.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WORKSFORME ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-13 13:46 EST ------- Branched! Enjoy :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Fri Jun 13 17:54:11 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Jun 2008 17:54:11 GMT Subject: rpms/perl-Class-DBI/EL-5 perl-Class-DBI.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200806131754.m5DHsBir006920@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-DBI/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6890/EL-5 Modified Files: perl-Class-DBI.spec sources Log Message: sync up EL-5 Index: perl-Class-DBI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI/EL-5/perl-Class-DBI.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Class-DBI.spec 24 Aug 2007 19:44:25 -0000 1.6 +++ perl-Class-DBI.spec 13 Jun 2008 17:53:20 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Class-DBI -Version: 3.0.16 -Release: 2%{?dist} +Version: 3.0.17 +Release: 3%{?dist} Summary: Simple Database Abstraction Group: Development/Libraries License: GPL+ or Artistic @@ -51,6 +51,15 @@ %changelog +* Wed Feb 27 2008 Tom "spot" Callaway - 3.0.17-3 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway 3.0.17-2 +- rebuild for new perl + +* Wed Nov 28 2007 Tom "spot" Callaway 3.0.17-1 +- bump to 3.0.17 + * Fri Aug 24 2007 Tom "spot" Callaway 3.0.16-2 - license fix Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-DBI/EL-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 17 Jan 2007 23:59:22 -0000 1.5 +++ sources 13 Jun 2008 17:53:20 -0000 1.6 @@ -1 +1 @@ -20e376abeb6b2df1242d9caa67d3c085 Class-DBI-v3.0.16.tar.gz +df59962bab98a0d31bf1d04d7270831b Class-DBI-v3.0.17.tar.gz From bugzilla at redhat.com Fri Jun 13 20:08:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:08:42 -0400 Subject: [Bug 447902] RFE: Please branch and build perl-SQL-Abstract-Limit for EPEL-5 In-Reply-To: Message-ID: <200806132008.m5DK8gS6029589@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: RFE: Please branch and build perl-SQL-Abstract-Limit for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447902 Bug 447902 depends on bug 447901, which changed state. Bug 447901 Summary: RFE: Please branch and build perl-DBD-AnyData for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447901 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Status|NEEDINFO |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:08:40 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:08:40 -0400 Subject: [Bug 447901] RFE: Please branch and build perl-DBD-AnyData for EPEL-5 In-Reply-To: Message-ID: <200806132008.m5DK8eSW029569@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: RFE: Please branch and build perl-DBD-AnyData for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447901 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |CLOSED Resolution| |NEXTRELEASE Flag|needinfo?(tcallawa at redhat.co| |m) | ------- Additional Comments From tcallawa at redhat.com 2008-06-13 16:08 EST ------- Built for EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:09:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:09:19 -0400 Subject: [Bug 447908] RFE: Please branch and build perl-Class-DBI for EPEL-5 In-Reply-To: Message-ID: <200806132009.m5DK9JwL008537@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: RFE: Please branch and build perl-Class-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447908 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From tcallawa at redhat.com 2008-06-13 16:09 EST ------- Built for EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:09:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:09:20 -0400 Subject: [Bug 447904] RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 In-Reply-To: Message-ID: <200806132009.m5DK9Kv9008557@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: RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447904 Bug 447904 depends on bug 447908, which changed state. Bug 447908 Summary: RFE: Please branch and build perl-Class-DBI for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447908 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:10:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:10:06 -0400 Subject: [Bug 447902] RFE: Please branch and build perl-SQL-Abstract-Limit for EPEL-5 In-Reply-To: Message-ID: <200806132010.m5DKA6vv030211@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: RFE: Please branch and build perl-SQL-Abstract-Limit for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447902 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From tcallawa at redhat.com 2008-06-13 16:10 EST ------- Built for EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:10:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:10:07 -0400 Subject: [Bug 447904] RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 In-Reply-To: Message-ID: <200806132010.m5DKA70o030233@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: RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447904 Bug 447904 depends on bug 447902, which changed state. Bug 447902 Summary: RFE: Please branch and build perl-SQL-Abstract-Limit for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447902 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:16:34 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:16:34 -0400 Subject: [Bug 447904] RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 In-Reply-To: Message-ID: <200806132016.m5DKGYkA031322@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: RFE: Please branch and build perl-Class-DBI-AbstractSearch for EPEL-5 https://bugzilla.redhat.com/show_bug.cgi?id=447904 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From tcallawa at redhat.com 2008-06-13 16:16 EST ------- Built for EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Fri Jun 13 20:23:01 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2008 16:23:01 -0400 Subject: [Bug 450384] Request for perl-Email-Valid in EPEL In-Reply-To: Message-ID: <200806132023.m5DKN1P1011230@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: Request for perl-Email-Valid in EPEL https://bugzilla.redhat.com/show_bug.cgi?id=450384 tcallawa at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From tcallawa at redhat.com 2008-06-13 16:23 EST ------- Built in EL-5. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From spot at fedoraproject.org Fri Jun 13 20:33:11 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Jun 2008 20:33:11 GMT Subject: rpms/perl-Devel-Cover/F-9 perl-Devel-Cover.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200806132033.m5DKXBLD001388@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Devel-Cover/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1137/F-9 Modified Files: perl-Devel-Cover.spec sources Log Message: update to 0.64 Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/F-9/perl-Devel-Cover.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Devel-Cover.spec 7 Mar 2008 01:59:30 -0000 1.12 +++ perl-Devel-Cover.spec 13 Jun 2008 20:31:46 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.63 -Release: 3%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -65,8 +65,11 @@ %changelog +* Fri Jun 13 2008 Tom "spot" Callaway - 0.64-1 +- update to 0.64 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.63-3 -Rebuild for new perl +- Rebuild for new perl * Tue Feb 19 2008 Fedora Release Engineering - 0.63-2 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/F-9/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Nov 2007 19:05:13 -0000 1.9 +++ sources 13 Jun 2008 20:31:46 -0000 1.10 @@ -1 +1 @@ -9ca1c12b1406989d22a9da15468ff80a Devel-Cover-0.63.tar.gz +6d90f2eb1eb64f27f2289be6f51d2d02 Devel-Cover-0.64.tar.gz From spot at fedoraproject.org Fri Jun 13 20:33:16 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Jun 2008 20:33:16 GMT Subject: rpms/perl-Devel-Cover/F-8 perl-Devel-Cover.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200806132033.m5DKXGev001392@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Devel-Cover/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1137/F-8 Modified Files: perl-Devel-Cover.spec sources Log Message: update to 0.64 Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/F-8/perl-Devel-Cover.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Devel-Cover.spec 15 Oct 2007 19:37:59 -0000 1.9 +++ perl-Devel-Cover.spec 13 Jun 2008 20:31:25 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.61 -Release: 1%{?dist}.1 +Version: 0.64 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -65,6 +65,18 @@ %changelog +* Fri Jun 13 2008 Tom "spot" Callaway - 0.64-1 +- update to 0.64 + +* Thu Mar 06 2008 Tom "spot" Callaway - 0.63-3 +- Rebuild for new perl + +* Tue Feb 19 2008 Fedora Release Engineering - 0.63-2 +- Autorebuild for GCC 4.3 + +* Wed Nov 28 2007 Tom "spot" Callaway - 0.63-1 +- 0.63 + * Mon Oct 15 2007 Tom "spot" Callaway - 0.61-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/F-8/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 11 Jan 2007 14:38:55 -0000 1.8 +++ sources 13 Jun 2008 20:31:25 -0000 1.9 @@ -1 +1 @@ -43386d7aff054c079120108054b88155 Devel-Cover-0.61.tar.gz +6d90f2eb1eb64f27f2289be6f51d2d02 Devel-Cover-0.64.tar.gz From spot at fedoraproject.org Fri Jun 13 20:33:26 2008 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Jun 2008 20:33:26 GMT Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.9, 1.10 perl-Devel-Cover.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200806132033.m5DKXQq8001407@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1137/devel Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: update to 0.64 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Nov 2007 19:05:13 -0000 1.9 +++ .cvsignore 13 Jun 2008 20:32:11 -0000 1.10 @@ -1 +1 @@ -Devel-Cover-0.63.tar.gz +Devel-Cover-0.64.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Devel-Cover.spec 7 Mar 2008 01:59:30 -0000 1.12 +++ perl-Devel-Cover.spec 13 Jun 2008 20:32:11 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.63 -Release: 3%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -65,8 +65,11 @@ %changelog +* Fri Jun 13 2008 Tom "spot" Callaway - 0.64-1 +- update to 0.64 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.63-3 -Rebuild for new perl +- Rebuild for new perl * Tue Feb 19 2008 Fedora Release Engineering - 0.63-2 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Nov 2007 19:05:13 -0000 1.9 +++ sources 13 Jun 2008 20:32:11 -0000 1.10 @@ -1 +1 @@ -9ca1c12b1406989d22a9da15468ff80a Devel-Cover-0.63.tar.gz +6d90f2eb1eb64f27f2289be6f51d2d02 Devel-Cover-0.64.tar.gz From alexlan at fedoraproject.org Sat Jun 14 12:15:17 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sat, 14 Jun 2008 12:15:17 GMT Subject: rpms/perl-SVG-Graph/devel .cvsignore, 1.2, 1.3 perl-SVG-Graph.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806141215.m5ECFHRg006133@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG-Graph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6084 Modified Files: .cvsignore perl-SVG-Graph.spec sources Log Message: * Sat Jun 14 2008 Alex Lancaster - 0.02-1 - New upstream (0.02) - Licensing terms clarified: Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Apr 2007 11:27:13 -0000 1.2 +++ .cvsignore 14 Jun 2008 12:14:32 -0000 1.3 @@ -1 +1 @@ -SVG-Graph-0.01.tar.gz +SVG-Graph-0.02.tar.gz Index: perl-SVG-Graph.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/devel/perl-SVG-Graph.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-SVG-Graph.spec 8 Feb 2008 18:31:46 -0000 1.2 +++ perl-SVG-Graph.spec 14 Jun 2008 12:14:32 -0000 1.3 @@ -1,8 +1,8 @@ Name: perl-SVG-Graph -Version: 0.01 -Release: 7%{?dist} +Version: 0.02 +Release: 1%{?dist} Summary: Visualize your data in Scalable Vector Graphics (SVG) format -License: Artistic +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/SVG-Graph/ Source0: http://www.cpan.org/modules/by-module/SVG/SVG-Graph-%{version}.tar.gz @@ -58,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Jun 14 2008 Alex Lancaster - 0.02-1 +- New upstream (0.02) +- Licensing terms clarified: Artistic 2.0 + * Fri Feb 08 2008 Tom "spot" Callaway 0.01-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Apr 2007 11:27:13 -0000 1.2 +++ sources 14 Jun 2008 12:14:32 -0000 1.3 @@ -1 +1 @@ -3fbf3ae9aa6ea33fd548e63dd926ee2b SVG-Graph-0.01.tar.gz +e922f0b323056ecf306eb8085db283f5 SVG-Graph-0.02.tar.gz From alexlan at fedoraproject.org Sat Jun 14 12:20:34 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sat, 14 Jun 2008 12:20:34 GMT Subject: rpms/perl-SVG-Graph/F-8 .cvsignore, 1.2, 1.3 perl-SVG-Graph.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200806141220.m5ECKYOF006399@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG-Graph/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6313/F-8 Modified Files: .cvsignore perl-SVG-Graph.spec sources Log Message: - New upstream (0.02) - Licensing terms clarified: Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Apr 2007 11:27:13 -0000 1.2 +++ .cvsignore 14 Jun 2008 12:19:41 -0000 1.3 @@ -1 +1 @@ -SVG-Graph-0.01.tar.gz +SVG-Graph-0.02.tar.gz Index: perl-SVG-Graph.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-8/perl-SVG-Graph.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVG-Graph.spec 9 Apr 2007 11:27:13 -0000 1.1 +++ perl-SVG-Graph.spec 14 Jun 2008 12:19:41 -0000 1.2 @@ -1,8 +1,8 @@ Name: perl-SVG-Graph -Version: 0.01 -Release: 6%{?dist} +Version: 0.02 +Release: 1%{?dist} Summary: Visualize your data in Scalable Vector Graphics (SVG) format -License: Artistic +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/SVG-Graph/ Source0: http://www.cpan.org/modules/by-module/SVG/SVG-Graph-%{version}.tar.gz @@ -58,6 +58,13 @@ %{_mandir}/man3/* %changelog +* Sat Jun 14 2008 Alex Lancaster - 0.02-1 +- New upstream (0.02) +- Licensing terms clarified: Artistic 2.0 + +* Fri Feb 08 2008 Tom "spot" Callaway 0.01-7 +- rebuild for new perl + * Sat Apr 07 2007 Alex Lancaster 0.01-6 - Fixes BR for perl(Tree::DAG_Node) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Apr 2007 11:27:13 -0000 1.2 +++ sources 14 Jun 2008 12:19:41 -0000 1.3 @@ -1 +1 @@ -3fbf3ae9aa6ea33fd548e63dd926ee2b SVG-Graph-0.01.tar.gz +e922f0b323056ecf306eb8085db283f5 SVG-Graph-0.02.tar.gz From alexlan at fedoraproject.org Sat Jun 14 12:20:48 2008 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sat, 14 Jun 2008 12:20:48 GMT Subject: rpms/perl-SVG-Graph/F-9 .cvsignore, 1.2, 1.3 perl-SVG-Graph.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806141220.m5ECKmYB006408@cvs-int.fedora.redhat.com> Author: alexlan Update of /cvs/extras/rpms/perl-SVG-Graph/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6313/F-9 Modified Files: .cvsignore perl-SVG-Graph.spec sources Log Message: - New upstream (0.02) - Licensing terms clarified: Artistic 2.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Apr 2007 11:27:13 -0000 1.2 +++ .cvsignore 14 Jun 2008 12:20:04 -0000 1.3 @@ -1 +1 @@ -SVG-Graph-0.01.tar.gz +SVG-Graph-0.02.tar.gz Index: perl-SVG-Graph.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-9/perl-SVG-Graph.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-SVG-Graph.spec 8 Feb 2008 18:31:46 -0000 1.2 +++ perl-SVG-Graph.spec 14 Jun 2008 12:20:04 -0000 1.3 @@ -1,8 +1,8 @@ Name: perl-SVG-Graph -Version: 0.01 -Release: 7%{?dist} +Version: 0.02 +Release: 1%{?dist} Summary: Visualize your data in Scalable Vector Graphics (SVG) format -License: Artistic +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/SVG-Graph/ Source0: http://www.cpan.org/modules/by-module/SVG/SVG-Graph-%{version}.tar.gz @@ -58,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Jun 14 2008 Alex Lancaster - 0.02-1 +- New upstream (0.02) +- Licensing terms clarified: Artistic 2.0 + * Fri Feb 08 2008 Tom "spot" Callaway 0.01-7 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SVG-Graph/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Apr 2007 11:27:13 -0000 1.2 +++ sources 14 Jun 2008 12:20:04 -0000 1.3 @@ -1 +1 @@ -3fbf3ae9aa6ea33fd548e63dd926ee2b SVG-Graph-0.01.tar.gz +e922f0b323056ecf306eb8085db283f5 SVG-Graph-0.02.tar.gz From buildsys at fedoraproject.org Sun Jun 15 12:26:21 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 15 Jun 2008 12:26:21 -0000 Subject: Broken dependencies in EPEL - 2008-06-15 Message-ID: <20080615122621.23456.81472@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: perl-MailTools - 1.77-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Date::Parse) perl(Date::Format) package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: perl-Email-Date - 1.102-3.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Date::Parse) package: perl-Mail-Box - 2.073-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Date::Parse) package: rt3 - 3.6.5-3.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Date::Format) From bugzilla at redhat.com Sun Jun 15 12:29:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:29:06 -0400 Subject: [Bug 451534] EPEL branch for perl-JSON-XS In-Reply-To: Message-ID: <200806151229.m5FCT6t2016713@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-JSON-XS https://bugzilla.redhat.com/show_bug.cgi?id=451534 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cweyl at alumni.drew.edu |lkundrak at v3.sk Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:28:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:28:02 -0400 Subject: [Bug 451534] New: EPEL branch for perl-JSON-XS 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=451534 Summary: EPEL branch for perl-JSON-XS Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-JSON-XS AssignedTo: cweyl at alumni.drew.edu ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Package Change Request ====================== Package Name: perl-JSON-XS New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (cweyl) did not respond to mails since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. However, since he's been idle for 19 days on IRC it might be that he's away for some longer time (such as vacation). In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:27:59 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:27:59 -0400 Subject: [Bug 451533] New: EPEL branch for perl-CSS-Tiny 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=451533 Summary: EPEL branch for perl-CSS-Tiny Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-CSS-Tiny AssignedTo: cweyl at alumni.drew.edu ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Package Change Request ====================== Package Name: perl-CSS-Tiny New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (cweyl) did not respond to mails since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. However, since he's been idle for 19 days on IRC it might be that he's away for some longer time (such as vacation). In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:29:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:29:13 -0400 Subject: [Bug 451533] EPEL branch for perl-CSS-Tiny In-Reply-To: Message-ID: <200806151229.m5FCTDK1027714@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-CSS-Tiny https://bugzilla.redhat.com/show_bug.cgi?id=451533 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cweyl at alumni.drew.edu |lkundrak at v3.sk Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:28:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:28:55 -0400 Subject: [Bug 451535] EPEL branch for perl-Contextual-Return In-Reply-To: Message-ID: <200806151228.m5FCStLa027684@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Contextual-Return https://bugzilla.redhat.com/show_bug.cgi?id=451535 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cweyl at alumni.drew.edu |lkundrak at v3.sk Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:28:04 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:28:04 -0400 Subject: [Bug 451535] New: EPEL branch for perl-Contextual-Return 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=451535 Summary: EPEL branch for perl-Contextual-Return Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Contextual-Return AssignedTo: cweyl at alumni.drew.edu ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com Package Change Request ====================== Package Name: perl-Contextual-Return New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (cweyl) did not respond to mails since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. However, since he's been idle for 19 days on IRC it might be that he's away for some longer time (such as vacation). In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:37:50 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:37:50 -0400 Subject: [Bug 451538] New: EPEL branch for perl-IO-Compress-Bzip2 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=451538 Summary: EPEL branch for perl-IO-Compress-Bzip2 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-IO-Compress-Bzip2 AssignedTo: lkundrak at v3.sk ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com Package Change Request ====================== Package Name: perl-IO-Compress-Bzip2 New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (kasal) did not respond to mail since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:37:46 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:37:46 -0400 Subject: [Bug 451536] New: EPEL branch for perl-IO-Compress-Base 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=451536 Summary: EPEL branch for perl-IO-Compress-Base Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-IO-Compress-Base AssignedTo: lkundrak at v3.sk ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com Package Change Request ====================== Package Name: perl-IO-Compress-Base New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (kasal) did not respond to mail since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:37:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:37:48 -0400 Subject: [Bug 451537] New: EPEL branch for perl-Compress-Raw-Bzip2 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=451537 Summary: EPEL branch for perl-Compress-Raw-Bzip2 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Compress-Raw-Bzip2 AssignedTo: lkundrak at v3.sk ReportedBy: lkundrak at v3.sk QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel- list at redhat.com,mmaslano at redhat.com,rnorwood at redhat.com Package Change Request ====================== Package Name: perl-Compress-Raw-Bzip2 New Branches: EL-5 Owner of new branches: lkundrak cvs_extras commits to new branches: yes The Fedora maintainer (kasal) did not respond to mail since 09 Jun 2008, therefore he did not show interest in maintaining the package in EPEL. In case he shows interest in the package, I'll hand it to him happily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:42:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:42:37 -0400 Subject: [Bug 451536] EPEL branch for perl-IO-Compress-Base In-Reply-To: Message-ID: <200806151242.m5FCgbXJ018973@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Base https://bugzilla.redhat.com/show_bug.cgi?id=451536 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:42:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:42:42 -0400 Subject: [Bug 451537] EPEL branch for perl-Compress-Raw-Bzip2 In-Reply-To: Message-ID: <200806151242.m5FCggua019001@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Compress-Raw-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451537 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 12:42:48 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 08:42:48 -0400 Subject: [Bug 451538] EPEL branch for perl-IO-Compress-Bzip2 In-Reply-To: Message-ID: <200806151242.m5FCgmhJ019029@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451538 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 15 18:44:23 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2008 14:44:23 -0400 Subject: [Bug 451534] EPEL branch for perl-JSON-XS In-Reply-To: Message-ID: <200806151844.m5FIiNl0008174@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-JSON-XS https://bugzilla.redhat.com/show_bug.cgi?id=451534 ------- Additional Comments From cweyl at alumni.drew.edu 2008-06-15 14:44 EST ------- Sorry about that, I have this bad habit of just idling on my desktop in irc. :) You're welcome to EPEL branches, though I generally thought CVS branch requests were to take place in the review 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 buildsys at fedoraproject.org Sun Jun 15 12:21:06 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 15 Jun 2008 12:21:06 -0000 Subject: Broken dependencies in EPEL - 2008-06-15 Message-ID: <20080615122106.23309.76465@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: perl-Apache-DBI - 1.07-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(DBI) perl(Carp) perl(Digest::MD5) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Digest::SHA1) package: perl-GnuPG-Interface - 0.33-10.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(vars) perl(Fcntl) perl(Carp) perl(Fatal) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(AutoLoader) perl(Class::Struct) perl(English) perl(IO::Handle) package: perl-FreezeThaw - 0.43-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl >= 0:5.002 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Time-Piece - 1.09-2.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Time::Local) perl(integer) perl(Carp) perl(constant) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl(overload) libc.so.6(GLIBC_2.4) perl(UNIVERSAL) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Time-Piece-MySQL - 0.05-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-DateTime-Format-Mail - 0.30-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Readonly - 1.03-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.005 perl(Exporter) package: perl-Readonly-XS - 1.04-7.el5.1.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(warnings) perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Sub-Identify - 0.02-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(B) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Sub-Install - 0.924-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Sub-Name - 0.03-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(base) perl(warnings) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Math-Base85 - 0.2-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(constant) perl(Math::BigInt) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Net-IPv4Addr - 0.10-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Getopt::Long) /usr/bin/perl perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Net-IPv6Addr - 0.2-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(strict) package: perl-XML-TreeBuilder - 3.09-9.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(XML::Parser) perl(Carp) perl(strict) perl >= 1:5 package: perl-DBD-SQLite - 1.14-2.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(DBI) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Error - 1:0.17010-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 package: perl-ExtUtils-CBuilder - 0.18-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(File::Basename) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl(File::Path) perl(File::Spec) perl(Text::ParseWords) package: perl-ExtUtils-ParseXS - 2.18-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(File::Basename) perl(Cwd) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl >= 0:5.006 perl(Exporter) perl(Symbol) package: perl-GD - 2.35-2.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(AutoLoader) libc.so.6(GLIBC_2.1) rtld(GNU_HASH) libc.so.6(GLIBC_2.4) perl(Exporter) perl(Symbol) perl(Math::Trig) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(FileHandle) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) perl(DynaLoader) /usr/bin/perl libm.so.6 libc.so.6(GLIBC_2.3.4) libc.so.6 perl >= 0:5.004 package: perl-GDGraph - 1:1.44-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(constant) package: perl-GDTextUtil - 0.86-8.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(Cwd) /bin/sh perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Pod-Coverage - 0.18-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(constant) perl(B) /usr/bin/perl perl(Pod::Parser) perl(vars) perl(Pod::Find) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(lib) package: perl-Pod-Escapes - 1.04-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl >= 1:5 package: perl-Pod-Simple - 3.04-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.005 perl(File::Basename) perl(File::Spec) perl(Symbol) perl >= 1:5 perl(Encode) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(Getopt::Long) perl(Carp) perl(Cwd) perl >= 0:5.008 perl(Config) perl(UNIVERSAL) perl(Text::Wrap) >= 0:98.112902 package: perl-Test-Pod - 1.26-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Test::Builder) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-Test-Pod-Coverage - 1.08-3.1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Text-Template - 1.44-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl >= 0:5.004 package: perl-pmtools - 1.01-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(FindBin) /usr/bin/perl perl(Getopt::Std) perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(Config) package: perl-GO-TermFinder - 0.82-2.el5.i386 from fedora-epel-5-i386 unresolved deps: libm.so.6(GLIBC_2.0) perl(diagnostics) perl(CGI) perl(Exporter) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(warnings) libc.so.6(GLIBC_2.0) rtld(GNU_HASH) libc.so.6(GLIBC_2.1.3) perl(DynaLoader) perl(Storable) perl(base) libm.so.6 perl(IO::File) libc.so.6 package: perl-Net-Server - 0.96-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(POSIX) perl(vars) perl(Fcntl) perl(IO::Select) perl(:MODULE_COMPAT_5.8.8) perl(IO::Socket::UNIX) perl(strict) perl(Socket) perl(FileHandle) perl(IO::Socket) perl(Carp) perl(lib) perl(Exporter) perl(IO::Handle) perl(base) /usr/bin/perl package: perltidy - 20070801-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Getopt::Long) /usr/bin/perl perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) perl(Exporter) perl >= 0:5.004 perl(File::Basename) package: perl-Crypt-PasswdMD5 - 1.3-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Digest::MD5) perl >= 0:5.000 perl(:MODULE_COMPAT_5.8.8) perl(Exporter) package: perl-Date-Pcalc - 1.2-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-MIME-Lite - 3.01-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(FileHandle) /usr/bin/perl perl(vars) perl(Getopt::Std) perl(Carp) perl(Net::SMTP) perl(Net::Config) perl(Sys::Hostname) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-SOAP-Lite - 0.68-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(IO::Select) perl(constant) perl(Net::FTP) perl(Exporter) perl(Net::POP3) /bin/env perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(IO::Socket) perl(Test) perl(Carp) /usr/bin/env perl(IO::Handle) perl(IO::File) perl(Data::Dumper) perl >= 0:5.004 package: perl-Finance-Quote - 1.13-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.005 perl(CGI) perl(Crypt::SSLeay) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(warnings) perl(HTML::Parser) perl(Exporter) perl(Data::Dumper) perl >= 0:5.004 package: perl-HTML-TableExtract - 2.10-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Parser) perl(HTML::Entities) package: perl-Boulder - 1.30-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(Fcntl) perl(constant) perl(CGI) perl(Symbol) perl(DB_File) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(IO::Socket) perl(Carp) perl(Exporter) perl(XML::Parser) perl >= 0:5.004 package: perl-Device-SerialPort - 1.002-3.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(Carp) perl(warnings) perl(POSIX) perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(IO::Handle) package: perl-HTML-Table - 2.05-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Net-IP-CMatch - 0.02-4.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(warnings) libc.so.6 perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl >= 0:5.006001 perl(Exporter) libc.so.6(GLIBC_2.1.3) package: perl-Net-Patricia - 1.014-3.el5.i386 from fedora-epel-5-i386 unresolved deps: libnsl.so.1 perl(vars) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(Socket) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-String-Approx - 3.26-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(integer) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-DOM - 1.44-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(XML::Parser) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(overload) perl(Exporter) package: perl-XML-RegExp - 0.03-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) package: perl-Convert-BinHex - 1.119-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(FileHandle) perl(vars) perl(integer) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-IO-stringy - 2.110-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(FileHandle) perl >= 0:5.005 /usr/bin/perl perl(vars) perl(Carp) perl >= 0:5.002 perl(Symbol) perl(overload) perl(strict) perl(IO::File) perl(Exporter) perl >= 0:5.004 perl(IO::Handle) package: perl-MIME-tools - 5.420-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(MIME::Base64) >= 0:2.04 perl(vars) perl(MIME::Base64) perl(File::Spec) perl(lib) perl >= 0:5.001 perl(Symbol) perl(Getopt::Std) perl >= 0:5.002 perl(MIME::QuotedPrint) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(FileHandle) perl(Benchmark) perl(Carp) perl(IPC::Open2) perl(File::Path) perl(Exporter) /usr/bin/perl perl(Config) perl(IO::File) perl(Data::Dumper) perl >= 0:5.004 package: perl-MailTools - 1.77-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(AutoLoader) perl >= 0:5.002 perl(Date::Parse) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Date::Format) perl(Carp) perl(Net::SMTP) perl(Exporter) perl(IO::Handle) perl(POSIX) perl(Config) package: perl-Math-MatrixReal - 2.03-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Math-Symbolic - 0.510-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(constant) perl >= 0:5.006 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(warnings) perl(Exporter) perl >= 0:5.004 perl(base) perl(Data::Dumper) perl(Memoize) package: perl-Net-LibIDN - 0.10-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(Exporter) perl(AutoLoader) perl(warnings) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Carp) perl(Errno) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Razor-Agent - 2.84-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(IO::Select) libc.so.6(GLIBC_2.3) perl(File::Spec) rtld(GNU_HASH) perl(lib) perl(Getopt::Long) libc.so.6(GLIBC_2.4) perl(File::Copy) perl(Exporter) perl(Digest::SHA1) perl(Net::DNS) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(AutoLoader) perl(Sys::Syslog) perl(MIME::QuotedPrint) perl(vars) perl(IO::Socket) libc.so.6(GLIBC_2.0) perl(Time::HiRes) perl(Errno) libc.so.6(GLIBC_2.1.3) perl(Data::Dumper) perl(DynaLoader) perl(base) /usr/bin/perl perl(POSIX) perl(IO::File) libc.so.6 package: perl-AppConfig - 1.64-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(constant) perl >= 0:5.005 perl(vars) perl(Getopt::Long) >= 0:2.17 perl(POSIX) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-B-Keywords - 1.06-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Class-Inspector - 1.17-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Config-Tiny - 2.10-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.004 perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Data-OptList - 0.101-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(List::Util) package: perl-Devel-Cycle - 1.07-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(Exporter) package: perl-Email-Address - 1.888-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Email-MIME - 1.859-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Email-MIME-ContentType - 1.012-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Encodings - 1.310-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(MIME::QuotedPrint) perl(MIME::Base64) package: perl-Email-MIME-Modifier - 1.441-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MessageID - 1.35-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Simple - 1.999-1.1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl >= 0:5.00503 perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-Find-Rule - 0.30-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(Carp) perl(Cwd) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(File::Spec::Functions) perl(File::Spec) package: perl-File-HomeDir - 0.62-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl >= 0:5.005 perl(Carp) perl(Cwd) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-Remove - 0.38-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(constant) perl(File::Spec) perl(File::Glob) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Path) package: perl-File-Which - 0.05-2.el5.noarch from fedora-epel-5-i386 unresolved deps: /usr/bin/perl perl(Getopt::Std) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Font-AFM - 1.19-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-GDGraph3d - 0.63-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Data::Dumper) package: perl-HTML-Format - 2.04-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 1:5 perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(UNIVERSAL) package: perl-Hook-LexWrap - 0.20-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.006 perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(overload) package: perl-Image-Base - 1.07-7.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Image-Info - 1.25-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/share/X11/rgb.txt perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(Config) perl(overload) perl(Exporter) package: perl-Image-Size - 3.01-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(Compress::Zlib) perl(Getopt::Std) perl(AutoLoader) perl(Cwd) perl(Symbol) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(Exporter) perl(Image::Magick) perl >= 1:5.6.0 package: perl-Image-Xbm - 1.08-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Image-Xpm - 1.09-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-List-MoreUtils - 0.22-2.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.00503 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Number-Compare - 0.01-8.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-PPI - 1.118-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Path) perl(List::Util) perl(base) perl(Scalar::Util) perl(Digest::MD5) perl(Storable) perl(File::Spec) perl(strict) perl(Carp) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(overload) perl(vars) package: perl-Package-Generator - 0.100-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-PadWalker - 1.2-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl >= 0:5.008 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Params-Util - 0.25-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) package: perl-Params-Validate - 0.88-3.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(warnings) perl(Scalar::Util) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl(Attribute::Handlers) perl(attributes) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Perl-Critic - 1.05-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(File::Spec) perl(English) perl(File::Spec::Unix) perl(Scalar::Util) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(overload) perl(Pod::Usage) perl(Getopt::Long) perl(Pod::PlainText) perl(Carp) perl(warnings) perl(charnames) perl(File::Path) perl(List::Util) perl(base) /usr/bin/perl perl(strict) package: perl-Pod-Spell - 1.01-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(constant) /usr/bin/perl perl(Pod::Parser) perl(vars) perl(integer) perl(Carp) perl(Text::Wrap) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(locale) perl >= 1:5 package: perl-String-Format - 1.14-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Sub-Exporter - 0.975-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-TeX-Hyphen - 0.140-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-ClassAPI - 1.04-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(Test::More) perl(strict) package: perl-Test-Differences - 0.47-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Manifest - 1.22-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(File::Spec::Functions) package: perl-Test-Memory-Cycle - 1.04-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-Object - 0.07-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(Carp) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(Test::More) perl(strict) perl(Exporter) package: perl-Test-Perl-Critic - 1.01-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Test::Builder) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(English) package: perl-Test-Spelling - 0.11-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Test::Builder) perl(Carp) perl(warnings) perl(File::Temp) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Test-SubCalls - 1.06-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Test-Taint - 1.04-4.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(overload) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Text-Glob - 0.08-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Text-CSV_XS - 0.30-5.el5.i386 from fedora-epel-testing-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-XPath - 1.13-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) perl(overload) perl(vars) perl(Exporter) perl(XML::Parser) /usr/bin/perl perl(IO::File) package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(POSIX) perl >= 0:5.005 gzip /bin/sh /bin/sh perl(vars) perl(Compress::Zlib) perl(Digest::MD5) perl(re) perl(File::Basename) /usr/bin/ar /usr/sbin/tmpwatch perl(DBI) bzip2 perl(strict) perl(DBD::mysql) perl(Net::DNS) perl(IO::Socket) perl(Mail::SpamAssassin) perl(Carp) cpio perl(Time::HiRes) perl(Errno) perl(Exporter) /bin/bash perl(subs) perl(warnings) perl(Compress::Zlib) >= 0:1.35 /usr/bin/perl perl(Fcntl) perl(Archive::Zip) file perl(IO::File) package: perl-Affix-Infix2Postfix - 0.03-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(AutoLoader) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Algorithm-Diff - 1.1902-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Apache-LogRegex - 1.4-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Apache-Session - 1.86-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Fcntl) perl(constant) perl(MIME::Base64) perl(Symbol) perl(CGI::Cookie) perl(DBI) perl(DB_File) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IPC::SysV) perl(IPC::Semaphore) perl(vars) perl(Digest::MD5) perl(Storable) perl(Config) package: perl-BerkeleyDB - 0.32-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) /usr/bin/perl perl(Exporter) perl(AutoLoader) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(UNIVERSAL) libc.so.6(GLIBC_2.3.4) perl(strict) perl(IO::File) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-CPAN-DistnameInfo - 0.06-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Cache-Mmap - 0.09-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(constant) perl(vars) perl(Fcntl) perl(integer) perl(Carp) perl(IO::Seekable) libc.so.6(GLIBC_2.0) perl(Symbol) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) perl(Storable) package: perl-Class-Container - 0.12-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Singleton - 1.03-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.004 perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Convert-TNEF - 0.17-7.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(integer) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) package: perl-Crypt-DES - 2.05-3.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) libc.so.6 perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) perl(DynaLoader) package: perl-DateTime - 1:0.41-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl >= 0:5.005 perl(constant) perl(File::Spec) rtld(GNU_HASH) perl(Time::Local) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(overload) perl(warnings) perl(vars) perl(Carp) libc.so.6(GLIBC_2.1.3) perl(base) perl(strict) perl(integer) libc.so.6 package: perl-DateTime-Format-W3CDTF - 0.04-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Devel-Leak - 0.03-4.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl >= 0:5.005 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Exception-Class - 1.23-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl >= 0:5.005 perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-ReadBackwards - 1.04-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Fcntl) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-HTML-Mason - 1:1.39-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(constant) perl(File::Spec) perl(File::Glob) perl(CGI) perl >= 0:5.006 /etc/httpd/conf.d perl(Getopt::Std) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(bytes) perl(vars) perl(Getopt::Long) perl(warnings) perl(Cwd) perl(mod_perl2) perl(File::Path) perl(Exporter) perl(base) /usr/bin/perl perl(Test::Builder) perl(strict) perl(IO::File) perl(Data::Dumper) perl(HTML::Entities) package: perl-HTTP-BrowserDetect - 0.98-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-IO-All - 0.36-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Fcntl) perl(IO::Dir) perl(File::Spec) perl(Symbol) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(overload) perl(IO::Socket) perl(Carp) perl(warnings) perl(POSIX) perl(IO::File) package: perl-IPC-ShareLite - 0.09-9.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(Exporter) perl(AutoLoader) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) perl(subs) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Image-Math-Constrain - 1.01-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Mail-SPF-Query - 1.999.1-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Net::DNS) perl(warnings) perl(Sys::Hostname) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Module-Build - 0.2807-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(File::Copy) perl(Text::ParseWords) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(ExtUtils::Install) perl(overload) perl(ExtUtils::MakeMaker) perl(vars) perl(Getopt::Long) perl(Carp) perl(Cwd) perl(File::Path) perl(File::Spec) /usr/bin/perl perl(strict) perl(Config) perl(IO::File) perl(Data::Dumper) perl(File::Compare) package: perl-Module-Info - 0.31-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(B) perl(Getopt::Long) /usr/bin/perl perl(vars) perl(Carp) perl(warnings) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(Config) perl >= 0:5.004 package: perl-Module-Pluggable - 3.60-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(File::Basename) perl(Carp) perl(base) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(Data::Dumper) perl(File::Spec::Functions) package: perl-Net-CIDR-Lite - 0.20-2.1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Net-DNS-Resolver-Programmable - 0.003-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(warnings) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Net::DNS::Packet) package: perl-Spiffy - 0.30-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(Exporter) package: perl-String-ShellQuote - 1.03-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Base - 0.53-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(warnings) perl >= 0:5.006001 perl(Test::More) package: perl-Test-Deep - 0.100-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(vars) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl(Data::Dumper) package: perl-Test-NoWarnings - 0.083-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Test::Builder) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Output - 0.10-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-Portability-Files - 0.05-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(Test::Builder) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(Exporter) perl(ExtUtils::Manifest) package: perl-Test-Prereq - 1.033-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(CPAN) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(Test::More) perl(ExtUtils::MakeMaker) package: perl-Test-Tester - 0.104-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl(Exporter) package: perl-Text-Autoformat - 1.13-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Text::Tabs) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl(Data::Dumper) perl(utf8) package: perl-Text-Diff - 0.35-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(utf8) package: perl-Text-Reform - 1.11-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(POSIX) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Unix-Syslog - 0.100-9.el5.1.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(AutoLoader) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-XQL - 0.68-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) /usr/bin/perl perl(vars) perl(Getopt::Std) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) perl(overload) perl(fields) package: perl-YAML - 0.66-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) /usr/bin/perl perl(constant) perl(strict) perl(Term::ReadLine) perl(:MODULE_COMPAT_5.8.8) perl >= 0:5.006001 perl(overload) perl(Data::Dumper) package: perl-YAML-Syck - 0.98-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Exporter) perl(constant) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) perl >= 0:5.00307 libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-YAML-Tiny - 1.04-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-AnyData - 0.10-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(Fcntl) perl(constant) perl(CGI) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Find) perl(vars) perl(Exporter) perl(IO::File) perl(Data::Dumper) package: perl-CGI-Simple - 0.077-7.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 package: perl-CGI-Untaint - 1.26-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-CGI-Untaint-date - 1.00-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Cache-Cache - 1.05-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Spec) perl(Digest::SHA1) perl(Exporter) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(File::Path) perl(File::Spec::Functions) perl(Storable) package: perl-Class-Accessor - 0.31-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.00502 package: perl-Class-Accessor-Chained - 0.01-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-DBI - 3.0.17-3.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(base) perl(vars) perl(File::Temp) perl(Storable) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(List::Util) perl(strict) perl >= 0:5.006 package: perl-Class-DBI-AbstractSearch - 0.07-3.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Class-Data-Inheritable - 0.06-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Trigger - 0.12-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Whitehole - 0.04-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 1:5 package: perl-Clone - 0.27-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Exporter) perl(Carp) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(AutoLoader) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-DBD-AnyData - 0.09-3.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Data::Dumper) package: perl-DBIx-ContextualFetch - 1.03-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(DBI) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Abstract - 2.132-4.el5.2.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Email-Date - 1.102-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Time::Local) perl(Date::Parse) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Attachment-Stripper - 1.313-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Creator - 1.453-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Reply - 1.201-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Send - 2.185-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl >= 0:5.005 perl(Net::NNTP) perl(Scalar::Util) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Email-Simple-Creator - 1.420-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Valid - 0.179-2.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(vars) perl(Carp) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) package: perl-Exporter-Lite - 0.02-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl >= 0:5.004 package: perl-File-MMagic-XS - 0.09002-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Geography-Countries - 1.4-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-HTML-Tree - 1:3.23-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(integer) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Parser) perl(Exporter) perl(HTML::Entities) perl >= 1:5 package: perl-Ima-DBI - 0.35-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(DBI) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Image-ExifTool - 6.94-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl >= 0:5.002 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Exporter) /usr/bin/perl perl >= 0:5.004 package: perl-Lingua-EN-Inflect - 1.89-4.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(Env) package: perl-Lingua-EN-Inflect-Number - 1.1-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(Exporter) package: perl-MIME-Types - 1.20-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) package: perl-Mail-Box - 2.073-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Copy) perl(IO::Socket) perl(List::Util) perl(base) perl(filetest) perl(integer) perl(Scalar::Util) perl(Sys::Hostname) perl(MIME::QuotedPrint) perl(Digest::MD5) perl(Net::SMTP) perl(Errno) perl(Storable) perl(File::Basename) perl(File::Spec) perl(MIME::Base64) perl(Encode) perl(Date::Parse) perl(strict) perl(utf8) perl(Mail::SpamAssassin) perl(Carp) perl(warnings) perl(IO::Handle) perl >= 0:5.007003 perl(Fcntl) perl(:MODULE_COMPAT_5.8.8) perl(Socket) perl(overload) perl(vars) perl(POSIX) perl(IO::File) package: perl-Mail-IMAPClient - 2.2.9-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(IO::Socket) perl(Fcntl) perl(Carp) perl(constant) perl(Socket) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::Select) perl(overload) perl(Errno) perl(IO::File) perl(Exporter) package: perl-Mail-Transport-Dbx - 0.07-3.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(Exporter) perl(AutoLoader) perl >= 0:5.00503 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Module-CoreList - 2.11-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Pod::Usage) perl(Getopt::Long) /usr/bin/perl perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Module-Install - 0.67-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(File::Copy) perl(FindBin) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Find) perl(ExtUtils::MakeMaker) perl(vars) perl(Cwd) perl(File::Path) perl(File::Spec) perl(Config) perl >= 0:5.004 package: perl-Net-Domain-TLD - 1.65-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(base) perl(Carp) perl(warnings) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Storable) package: perl-OLE-Storage_Lite - 0.14-9.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Fcntl) perl(Math::BigInt) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) perl(Exporter) perl(IO::Handle) package: perl-Object-Realize-Later - 0.16-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Pod-POM - 0.17-6.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(constant) perl(base) /usr/bin/perl perl(Getopt::Std) perl(Text::Wrap) perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 perl(File::Basename) package: perl-Return-Value - 1.302-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-SQL-Abstract - 1.22-2.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-SQL-Abstract-Limit - 0.12-4.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(base) perl(Carp) perl(warnings) perl(DBI::Const::GetInfoType) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Spreadsheet-WriteExcel - 2.18-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Date::Calc) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(autouse) perl(FileHandle) perl(Pod::Usage) perl(Getopt::Long) perl(Exporter) /usr/bin/perl perl(Carp) package: perl-Taint-Runtime - 0.03-1.el5.1.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) perl(XSLoader) /usr/bin/perl perl(Benchmark) libc.so.6 perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) package: perl-Template-Toolkit - 2.18-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(File::Basename) perl(constant) perl(File::Spec) rtld(GNU_HASH) perl(CGI) libc.so.6(GLIBC_2.4) perl(File::Copy) perl(Exporter) perl(Text::ParseWords) perl(locale) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(overload) perl(vars) perl(Cwd) perl(warnings) libc.so.6(GLIBC_2.0) perl(File::Path) libc.so.6(GLIBC_2.1.3) perl(Data::Dumper) perl(base) /usr/bin/perl perl(POSIX) perl(Text::Wrap) libc.so.6(GLIBC_2.3.4) libc.so.6 package: perl-Test-MockModule - 0.05-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Tie-DBI - 1.02-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(DBI) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-UNIVERSAL-exports - 0.05-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-UNIVERSAL-moniker - 0.08-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) package: perl-UNIVERSAL-require - 0.11-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-User-Identity - 0.91-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(base) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(List::Util) package: perl-XML-RSS - 1.31-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(XML::Parser) perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Entities) package: perl-version - 1:0.7203-1.el5.i386 from fedora-epel-5-i386 unresolved deps: perl(vars) /usr/bin/perl perl >= 0:5.005_03 perl >= 0:5.005_04 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-IO-Multiplex - 1.08-5.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(FileHandle) perl(Tie::Handle) perl(vars) perl(Fcntl) perl(Carp) perl(POSIX) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Socket) perl(IO::Handle) package: perl-Net-Netmask - 1.9012-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Module-Versions-Report - 1.03-1.el5.1.noarch from fedora-epel-5-i386 unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl >= 1:5 package: perl-Time-modules - 2003.1126-4.el5.1.noarch from fedora-epel-5-i386 unresolved deps: perl(vars) perl(integer) perl(Carp) perl >= 0:5.002 perl >= 0:5.000 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: rt3 - 3.6.5-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(CGI::Fast) perl(Locale::Maketext) >= 0:1.04 perl(MIME::QuotedPrint) perl(Cwd) perl(File::Path) perl(base) /usr/bin/perl perl(Data::Dumper) perl(HTML::Entities) perl(Scalar::Util) perl(File::Temp) perl(bytes) perl(Getopt::Long) perl(Digest::MD5) perl(I18N::LangTags::List) perl(mod_perl2) perl(Storable) perl(File::Basename) perl(CGI::Cookie) perl(constant) perl(File::Spec) perl(MIME::Base64) perl(Time::Local) perl(Encode) perl(strict) perl(Date::Format) perl(Mail::SpamAssassin) perl(Carp) perl(warnings) perl(Time::HiRes) perl(lib) perl(Term::ReadLine) /bin/sh perl(File::Glob) perl(CGI) perl(Text::ParseWords) /bin/rm perl(:MODULE_COMPAT_5.8.8) perl(vars) perl(Exporter) perl(File::Spec::Unix) package: rt3-mailgate - 3.6.5-3.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Pod::Usage) perl(Getopt::Long) /usr/bin/perl perl(warnings) perl(constant) perl(strict) From buildsys at fedoraproject.org Sun Jun 15 12:34:03 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 15 Jun 2008 12:34:03 -0000 Subject: Broken dependencies in EPEL - 2008-06-15 Message-ID: <20080615123403.23504.26037@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: perl-Apache-DBI - 1.07-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(DBI) perl(Carp) perl(Digest::MD5) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Digest::SHA1) package: perl-GnuPG-Interface - 0.33-10.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(vars) perl(Fcntl) perl(Carp) perl(Fatal) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(AutoLoader) perl(Class::Struct) perl(English) perl(IO::Handle) package: perl-FreezeThaw - 0.43-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl >= 0:5.002 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Time-Piece - 1.09-2.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Time::Local) perl(integer) perl(Carp) perl(constant) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl(overload) libc.so.6(GLIBC_2.4) perl(UNIVERSAL) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Time-Piece-MySQL - 0.05-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-DateTime-Format-Mail - 0.30-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Readonly - 1.03-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.005 perl(Exporter) package: perl-Readonly-XS - 1.04-7.el5.1.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(warnings) libc.so.6(GLIBC_2.0) perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Sub-Identify - 0.02-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(B) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Sub-Install - 0.924-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Sub-Name - 0.03-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(base) perl(warnings) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Math-Base85 - 0.2-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(constant) perl(Math::BigInt) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Net-IPv4Addr - 0.10-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Getopt::Long) /usr/bin/perl perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Net-IPv6Addr - 0.2-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(strict) package: perl-XML-TreeBuilder - 3.09-9.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(XML::Parser) perl(Carp) perl(strict) perl >= 1:5 package: perl-DBD-SQLite - 1.14-2.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(DBI) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Error - 1:0.17010-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 package: perl-ExtUtils-CBuilder - 0.18-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(File::Basename) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl(File::Path) perl(File::Spec) perl(Text::ParseWords) package: perl-ExtUtils-ParseXS - 2.18-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(File::Basename) perl(Cwd) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl >= 0:5.006 perl(Exporter) perl(Symbol) package: perl-GD - 2.35-2.el5.ppc from fedora-epel-5-ppc unresolved deps: libpng12.so.0 perl(vars) perl(AutoLoader) libc.so.6(GLIBC_2.1) rtld(GNU_HASH) libc.so.6(GLIBC_2.4) perl(Exporter) perl(Symbol) perl(Math::Trig) libX11.so.6 libgd.so.2 perl(:MODULE_COMPAT_5.8.8) perl(strict) gd >= 0:2.0.28 perl(FileHandle) libfontconfig.so.1 libz.so.1 perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) perl(DynaLoader) libXpm.so.4 /usr/bin/perl libfreetype.so.6 libm.so.6 libjpeg.so.62 libc.so.6 perl >= 0:5.004 package: perl-GDGraph - 1:1.44-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(constant) package: perl-GDTextUtil - 0.86-8.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) fontconfig perl(Carp) perl(Cwd) /bin/sh perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Pod-Coverage - 0.18-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(constant) perl(B) /usr/bin/perl perl(Pod::Parser) perl(vars) perl(Pod::Find) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(lib) package: perl-Pod-Escapes - 1.04-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl >= 1:5 package: perl-Pod-Simple - 3.04-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.005 perl(File::Basename) perl(File::Spec) perl(Symbol) perl >= 1:5 perl(Encode) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(Getopt::Long) perl(Carp) perl(Cwd) perl >= 0:5.008 perl(Config) perl(UNIVERSAL) perl(Text::Wrap) >= 0:98.112902 package: perl-Test-Pod - 1.26-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Test::Builder) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-Test-Pod-Coverage - 1.08-3.1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Text-Template - 1.44-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl >= 0:5.004 package: perl-pmtools - 1.01-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(FindBin) /usr/bin/perl perl(Getopt::Std) perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(Config) package: perl-GO-TermFinder - 0.82-2.el5.ppc from fedora-epel-5-ppc unresolved deps: libstdc++.so.6(CXXABI_1.3) libm.so.6(GLIBC_2.0) perl(diagnostics) perl(CGI) libgcc_s.so.1 perl(Exporter) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(warnings) libstdc++.so.6 libc.so.6(GLIBC_2.0) rtld(GNU_HASH) libc.so.6(GLIBC_2.1.3) perl(DynaLoader) perl(Storable) perl(base) libgcc_s.so.1(GCC_3.0) libstdc++.so.6(GLIBCXX_3.4) libm.so.6 perl(IO::File) libc.so.6 package: perl-Net-Server - 0.96-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(POSIX) perl(vars) perl(Fcntl) perl(IO::Select) perl(:MODULE_COMPAT_5.8.8) perl(IO::Socket::UNIX) perl(strict) perl(Socket) perl(FileHandle) perl(IO::Socket) perl(Carp) perl(lib) perl(Exporter) perl(IO::Handle) perl(base) /usr/bin/perl package: perltidy - 20070801-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Getopt::Long) /usr/bin/perl perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) perl(Exporter) perl >= 0:5.004 perl(File::Basename) package: perl-Crypt-PasswdMD5 - 1.3-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Digest::MD5) perl >= 0:5.000 perl(:MODULE_COMPAT_5.8.8) perl(Exporter) package: perl-Date-Pcalc - 1.2-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-MIME-Lite - 3.01-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(FileHandle) /usr/bin/perl perl(vars) perl(Getopt::Std) perl(Carp) perl(Net::SMTP) perl(Net::Config) perl(Sys::Hostname) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-SOAP-Lite - 0.68-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(IO::Select) perl(constant) perl(Net::FTP) perl(Exporter) perl(Net::POP3) /bin/env perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(IO::Socket) perl(Test) perl(Carp) /usr/bin/env perl(IO::Handle) perl(IO::File) perl(Data::Dumper) perl >= 0:5.004 package: perl-Finance-Quote - 1.13-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.005 perl(CGI) perl(Crypt::SSLeay) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(warnings) perl(HTML::Parser) perl(Exporter) perl(Data::Dumper) perl >= 0:5.004 package: perl-HTML-TableExtract - 2.10-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Parser) perl(HTML::Entities) package: perl-Boulder - 1.30-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(Fcntl) perl(constant) perl(CGI) perl(Symbol) perl(DB_File) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(vars) perl(IO::Socket) perl(Carp) perl(Exporter) perl(XML::Parser) perl >= 0:5.004 package: perl-Device-SerialPort - 1.002-3.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(Carp) perl(warnings) perl(POSIX) libc.so.6(GLIBC_2.0) perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(IO::Handle) package: perl-HTML-Table - 2.05-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Net-IP-CMatch - 0.02-4.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(warnings) libc.so.6 libc.so.6(GLIBC_2.0) perl(XSLoader) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl >= 0:5.006001 perl(Exporter) libc.so.6(GLIBC_2.1.3) package: perl-Net-Patricia - 1.014-3.el5.ppc from fedora-epel-5-ppc unresolved deps: libnsl.so.1 perl(vars) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(Socket) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-String-Approx - 3.26-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(integer) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-DOM - 1.44-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(XML::Parser) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(overload) perl(Exporter) package: perl-XML-RegExp - 0.03-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) package: perl-Convert-BinHex - 1.119-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(FileHandle) perl(vars) perl(integer) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-IO-stringy - 2.110-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(FileHandle) perl >= 0:5.005 /usr/bin/perl perl(vars) perl(Carp) perl >= 0:5.002 perl(Symbol) perl(overload) perl(strict) perl(IO::File) perl(Exporter) perl >= 0:5.004 perl(IO::Handle) package: perl-MIME-tools - 5.420-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(MIME::Base64) >= 0:2.04 perl(vars) perl(MIME::Base64) perl(File::Spec) perl(lib) perl >= 0:5.001 perl(Symbol) perl(Getopt::Std) perl >= 0:5.002 perl(MIME::QuotedPrint) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(FileHandle) perl(Benchmark) perl(Carp) perl(IPC::Open2) perl(File::Path) perl(Exporter) /usr/bin/perl perl(Config) perl(IO::File) perl(Data::Dumper) perl >= 0:5.004 package: perl-MailTools - 1.77-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(AutoLoader) perl >= 0:5.002 perl(Date::Parse) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Date::Format) perl(Carp) perl(Net::SMTP) perl(Exporter) perl(IO::Handle) perl(POSIX) perl(Config) package: perl-Math-MatrixReal - 2.03-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Math-Symbolic - 0.510-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(constant) perl >= 0:5.006 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(warnings) perl(Exporter) perl >= 0:5.004 perl(base) perl(Data::Dumper) perl(Memoize) package: perl-Net-LibIDN - 0.10-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(Exporter) perl(AutoLoader) perl(warnings) libc.so.6(GLIBC_2.0) libidn.so.11 perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Carp) perl(Errno) perl >= 0:5.006 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Razor-Agent - 2.84-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(IO::Select) libc.so.6(GLIBC_2.3) perl(File::Spec) rtld(GNU_HASH) perl(lib) perl(Getopt::Long) libc.so.6(GLIBC_2.4) perl(File::Copy) perl(Exporter) perl(Digest::SHA1) perl(Net::DNS) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(AutoLoader) perl(Sys::Syslog) perl(MIME::QuotedPrint) perl(vars) perl(IO::Socket) libc.so.6(GLIBC_2.0) perl(Time::HiRes) perl(Errno) libc.so.6(GLIBC_2.1.3) perl(Data::Dumper) perl(DynaLoader) perl(base) /usr/bin/perl perl(POSIX) perl(IO::File) libc.so.6 package: perl-AppConfig - 1.64-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(constant) perl >= 0:5.005 perl(vars) perl(Getopt::Long) >= 0:2.17 perl(POSIX) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.004 package: perl-B-Keywords - 1.06-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Class-Inspector - 1.17-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Config-Tiny - 2.10-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.004 perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Data-OptList - 0.101-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(List::Util) package: perl-Devel-Cycle - 1.07-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(Exporter) package: perl-Email-Address - 1.888-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Email-MIME - 1.859-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Email-MIME-ContentType - 1.012-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Encodings - 1.310-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(MIME::QuotedPrint) perl(MIME::Base64) package: perl-Email-MIME-Modifier - 1.441-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MessageID - 1.35-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Simple - 1.999-1.1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl >= 0:5.00503 perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-Find-Rule - 0.30-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(Carp) perl(Cwd) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(File::Spec::Functions) perl(File::Spec) package: perl-File-HomeDir - 0.62-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl >= 0:5.005 perl(Carp) perl(Cwd) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-Remove - 0.38-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(constant) perl(File::Spec) perl(File::Glob) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Path) package: perl-File-Which - 0.05-2.el5.noarch from fedora-epel-5-ppc unresolved deps: /usr/bin/perl perl(Getopt::Std) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Font-AFM - 1.19-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-GDGraph3d - 0.63-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Data::Dumper) package: perl-HTML-Format - 2.04-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 1:5 perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Carp) perl(UNIVERSAL) package: perl-Hook-LexWrap - 0.20-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.006 perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(overload) package: perl-Image-Base - 1.07-7.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Image-Info - 1.25-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/share/X11/rgb.txt perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(Config) perl(overload) perl(Exporter) package: perl-Image-Size - 3.01-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(Compress::Zlib) perl(Getopt::Std) perl(AutoLoader) perl(Cwd) perl(Symbol) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(Exporter) perl(Image::Magick) perl >= 1:5.6.0 package: perl-Image-Xbm - 1.08-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Image-Xpm - 1.09-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-List-MoreUtils - 0.22-2.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.00503 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Number-Compare - 0.01-8.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-PPI - 1.118-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Path) perl(List::Util) perl(base) perl(Scalar::Util) perl(Digest::MD5) perl(Storable) perl(File::Spec) perl(strict) perl(Carp) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(overload) perl(vars) package: perl-Package-Generator - 0.100-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-PadWalker - 1.2-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl >= 0:5.008 libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Params-Util - 0.25-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) package: perl-Params-Validate - 0.88-3.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(warnings) perl(Scalar::Util) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) perl(Attribute::Handlers) perl(attributes) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Perl-Critic - 1.05-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(File::Spec) perl(English) perl(File::Spec::Unix) perl(Scalar::Util) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(overload) perl(Pod::Usage) perl(Getopt::Long) perl(Pod::PlainText) perl(Carp) perl(warnings) perl(charnames) perl(File::Path) perl(List::Util) perl(base) /usr/bin/perl perl(strict) package: perl-Pod-Spell - 1.01-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(constant) /usr/bin/perl perl(Pod::Parser) perl(vars) perl(integer) perl(Carp) perl(Text::Wrap) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(locale) perl >= 1:5 package: perl-String-Format - 1.14-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Sub-Exporter - 0.975-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-TeX-Hyphen - 0.140-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-ClassAPI - 1.04-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(Test::More) perl(strict) package: perl-Test-Differences - 0.47-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Manifest - 1.22-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(File::Spec::Functions) package: perl-Test-Memory-Cycle - 1.04-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-Object - 0.07-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(Carp) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(Test::More) perl(strict) perl(Exporter) package: perl-Test-Perl-Critic - 1.01-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Test::Builder) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(English) package: perl-Test-Spelling - 0.11-1.el5.noarch from fedora-epel-5-ppc unresolved deps: aspell perl(Test::Builder) perl(Carp) perl(warnings) perl(File::Temp) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Test-SubCalls - 1.06-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Test-Taint - 1.04-4.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(warnings) perl(Scalar::Util) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(overload) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Text-Glob - 0.08-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Text-CSV_XS - 0.30-5.el5.ppc from fedora-epel-testing-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-XPath - 1.13-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) perl(overload) perl(vars) perl(Exporter) perl(XML::Parser) /usr/bin/perl perl(IO::File) package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(POSIX) perl >= 0:5.005 gzip /bin/sh /bin/sh perl(vars) perl(Compress::Zlib) perl(Digest::MD5) perl(re) perl(File::Basename) /usr/bin/ar /usr/sbin/tmpwatch perl(DBI) bzip2 perl(strict) perl(DBD::mysql) perl(Net::DNS) perl(IO::Socket) perl(Mail::SpamAssassin) perl(Carp) cpio perl(Time::HiRes) perl(Errno) perl(Exporter) /bin/bash perl(subs) perl(warnings) perl(Compress::Zlib) >= 0:1.35 /usr/bin/perl perl(Fcntl) perl(Archive::Zip) file perl(IO::File) package: perl-Affix-Infix2Postfix - 0.03-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(AutoLoader) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Algorithm-Diff - 1.1902-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Apache-LogRegex - 1.4-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Apache-Session - 1.86-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Fcntl) perl(constant) perl(MIME::Base64) perl(Symbol) perl(CGI::Cookie) perl(DBI) perl(DB_File) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IPC::SysV) perl(IPC::Semaphore) perl(vars) perl(Digest::MD5) perl(Storable) perl(Config) package: perl-BerkeleyDB - 0.32-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) /usr/bin/perl perl(Exporter) perl(AutoLoader) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libdb-4.3.so perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(UNIVERSAL) libc.so.6(GLIBC_2.3.4) perl(strict) libc.so.6(GLIBC_2.4) perl(IO::File) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-CPAN-DistnameInfo - 0.06-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Cache-Mmap - 0.09-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(constant) perl(vars) perl(Fcntl) perl(integer) perl(Carp) perl(IO::Seekable) libc.so.6(GLIBC_2.0) perl(Symbol) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) perl(Storable) package: perl-Class-Container - 0.12-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Singleton - 1.03-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.004 perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Convert-TNEF - 0.17-7.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(integer) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) package: perl-Crypt-DES - 2.05-3.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-DateTime - 1:0.41-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl >= 0:5.005 perl(constant) perl(File::Spec) rtld(GNU_HASH) perl(Time::Local) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(overload) perl(warnings) perl(vars) perl(Carp) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) perl(base) perl(strict) perl(integer) libc.so.6 package: perl-DateTime-Format-W3CDTF - 0.04-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Devel-Leak - 0.03-4.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl >= 0:5.005 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Exception-Class - 1.23-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl >= 0:5.005 perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-File-ReadBackwards - 1.04-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Fcntl) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-HTML-Mason - 1:1.39-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(constant) perl(File::Spec) perl(File::Glob) perl(CGI) perl >= 0:5.006 /etc/httpd/conf.d perl(Getopt::Std) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(bytes) perl(vars) perl(Getopt::Long) perl(warnings) perl(Cwd) perl(mod_perl2) perl(File::Path) perl(Exporter) perl(base) /usr/bin/perl perl(Test::Builder) perl(strict) perl(IO::File) perl(Data::Dumper) perl(HTML::Entities) package: perl-HTTP-BrowserDetect - 0.98-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-IO-All - 0.36-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Fcntl) perl(IO::Dir) perl(File::Spec) perl(Symbol) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(overload) perl(IO::Socket) perl(Carp) perl(warnings) perl(POSIX) perl(IO::File) package: perl-IPC-ShareLite - 0.09-9.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Exporter) perl(AutoLoader) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) perl(subs) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Carp) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Image-Math-Constrain - 1.01-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) package: perl-Mail-SPF-Query - 1.999.1-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Net::DNS) perl(warnings) perl(Sys::Hostname) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Module-Build - 0.2807-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(File::Copy) perl(Text::ParseWords) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(ExtUtils::Install) perl(overload) perl(ExtUtils::MakeMaker) perl(vars) perl(Getopt::Long) perl(Carp) perl(Cwd) perl(File::Path) perl(File::Spec) /usr/bin/perl perl(strict) perl(Config) perl(IO::File) perl(Data::Dumper) perl(File::Compare) package: perl-Module-Info - 0.31-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(B) perl(Getopt::Long) /usr/bin/perl perl(vars) perl(Carp) perl(warnings) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(Config) perl >= 0:5.004 package: perl-Module-Pluggable - 3.60-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(File::Basename) perl(Carp) perl(base) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(Data::Dumper) perl(File::Spec::Functions) package: perl-Net-CIDR-Lite - 0.20-2.1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Net-DNS-Resolver-Programmable - 0.003-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(warnings) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Net::DNS::Packet) package: perl-Spiffy - 0.30-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006001 perl(Exporter) package: perl-String-ShellQuote - 1.03-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Base - 0.53-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(strict) perl(:MODULE_COMPAT_5.8.8) perl(warnings) perl >= 0:5.006001 perl(Test::More) package: perl-Test-Deep - 0.100-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(vars) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl(Data::Dumper) package: perl-Test-NoWarnings - 0.083-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Test::Builder) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Test-Output - 0.10-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Test-Portability-Files - 0.05-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(Test::Builder) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(Exporter) perl(ExtUtils::Manifest) package: perl-Test-Prereq - 1.033-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Test::Builder) perl(CPAN) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(File::Find) perl(strict) perl(Test::More) perl(ExtUtils::MakeMaker) package: perl-Test-Tester - 0.104-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Test::Builder) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Config) perl(Exporter) package: perl-Text-Autoformat - 1.13-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Text::Tabs) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl(Data::Dumper) perl(utf8) package: perl-Text-Diff - 0.35-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(utf8) package: perl-Text-Reform - 1.11-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(POSIX) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Unix-Syslog - 0.100-9.el5.1.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(AutoLoader) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-XML-XQL - 0.68-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) /usr/bin/perl perl(vars) perl(Getopt::Std) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Carp) perl(overload) perl(fields) package: perl-YAML - 0.66-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) /usr/bin/perl perl(constant) perl(strict) perl(Term::ReadLine) perl(:MODULE_COMPAT_5.8.8) perl >= 0:5.006001 perl(overload) perl(Data::Dumper) package: perl-YAML-Syck - 0.98-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(constant) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.4) perl >= 0:5.00307 libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-YAML-Tiny - 1.04-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-AnyData - 0.10-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(Fcntl) perl(constant) perl(CGI) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Find) perl(vars) perl(Exporter) perl(IO::File) perl(Data::Dumper) package: perl-CGI-Simple - 0.077-7.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 package: perl-CGI-Untaint - 1.26-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-CGI-Untaint-date - 1.00-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Cache-Cache - 1.05-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Spec) perl(Digest::SHA1) perl(Exporter) perl(File::Temp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(File::Path) perl(File::Spec::Functions) perl(Storable) package: perl-Class-Accessor - 0.31-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.00502 package: perl-Class-Accessor-Chained - 0.01-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-DBI - 3.0.17-3.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(base) perl(vars) perl(File::Temp) perl(Storable) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(List::Util) perl(strict) perl >= 0:5.006 package: perl-Class-DBI-AbstractSearch - 0.07-3.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Class-Data-Inheritable - 0.06-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Trigger - 0.12-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Class-Whitehole - 0.04-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 1:5 package: perl-Clone - 0.27-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Exporter) perl(Carp) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(AutoLoader) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-DBD-AnyData - 0.09-3.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Data::Dumper) package: perl-DBIx-ContextualFetch - 1.03-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(DBI) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Abstract - 2.132-4.el5.2.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 package: perl-Email-Date - 1.102-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Time::Local) perl(Date::Parse) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Attachment-Stripper - 1.313-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-MIME-Creator - 1.453-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Reply - 1.201-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Send - 2.185-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl >= 0:5.005 perl(Net::NNTP) perl(Scalar::Util) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Symbol) package: perl-Email-Simple-Creator - 1.420-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Email-Valid - 0.179-2.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(vars) perl(Carp) perl(File::Spec) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) package: perl-Exporter-Lite - 0.02-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl >= 0:5.004 package: perl-File-MMagic-XS - 0.09002-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.3) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Geography-Countries - 1.4-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-HTML-Tree - 1:3.23-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(integer) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Parser) perl(Exporter) perl(HTML::Entities) perl >= 1:5 package: perl-Ima-DBI - 0.35-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(DBI) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Image-ExifTool - 6.94-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl >= 0:5.002 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(vars) perl(Exporter) /usr/bin/perl perl >= 0:5.004 package: perl-Lingua-EN-Inflect - 1.89-4.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) perl(Env) package: perl-Lingua-EN-Inflect-Number - 1.1-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl >= 0:5.006 perl(Exporter) package: perl-MIME-Types - 1.20-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) package: perl-Mail-Box - 2.073-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Copy) perl(IO::Socket) perl(List::Util) perl(base) perl(filetest) perl(integer) perl(Scalar::Util) perl(Sys::Hostname) perl(MIME::QuotedPrint) perl(Digest::MD5) perl(Net::SMTP) perl(Errno) perl(Storable) perl(File::Basename) perl(File::Spec) perl(MIME::Base64) perl(Encode) perl(Date::Parse) perl(strict) perl(utf8) perl(Mail::SpamAssassin) perl(Carp) perl(warnings) perl(IO::Handle) perl >= 0:5.007003 perl(Fcntl) perl(:MODULE_COMPAT_5.8.8) perl(Socket) perl(overload) perl(vars) perl(POSIX) perl(IO::File) package: perl-Mail-IMAPClient - 2.2.9-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(IO::Socket) perl(Fcntl) perl(Carp) perl(constant) perl(Socket) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::Select) perl(overload) perl(Errno) perl(IO::File) perl(Exporter) package: perl-Mail-Transport-Dbx - 0.07-3.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Exporter) perl(AutoLoader) perl >= 0:5.00503 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Carp) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-Module-CoreList - 2.11-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Pod::Usage) perl(Getopt::Long) /usr/bin/perl perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Module-Install - 0.67-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(File::Copy) perl(FindBin) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(File::Find) perl(ExtUtils::MakeMaker) perl(vars) perl(Cwd) perl(File::Path) perl(File::Spec) perl(Config) perl >= 0:5.004 package: perl-Net-Domain-TLD - 1.65-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(base) perl(Carp) perl(warnings) perl(constant) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Storable) package: perl-OLE-Storage_Lite - 0.14-9.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Fcntl) perl(Math::BigInt) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(IO::File) perl(Exporter) perl(IO::Handle) package: perl-Object-Realize-Later - 0.16-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Pod-POM - 0.17-6.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(constant) perl(base) /usr/bin/perl perl(Getopt::Std) perl(Text::Wrap) perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(Exporter) perl >= 0:5.004 perl(File::Basename) package: perl-Return-Value - 1.302-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-SQL-Abstract - 1.22-2.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-SQL-Abstract-Limit - 0.12-4.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(base) perl(Carp) perl(warnings) perl(DBI::Const::GetInfoType) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Spreadsheet-WriteExcel - 2.18-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Date::Calc) perl(integer) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(autouse) perl(FileHandle) perl(Pod::Usage) perl(Getopt::Long) perl(Exporter) /usr/bin/perl perl(Carp) package: perl-Taint-Runtime - 0.03-1.el5.1.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) perl(XSLoader) /usr/bin/perl perl(Benchmark) libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) perl(Exporter) libc.so.6(GLIBC_2.1.3) libc.so.6 package: perl-Template-Toolkit - 2.18-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(File::Basename) perl(constant) perl(File::Spec) rtld(GNU_HASH) perl(CGI) libc.so.6(GLIBC_2.4) perl(File::Copy) perl(Exporter) perl(Text::ParseWords) perl(locale) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(bytes) perl(overload) perl(vars) perl(Cwd) perl(warnings) libc.so.6(GLIBC_2.0) perl(File::Path) libc.so.6(GLIBC_2.1.3) perl(Data::Dumper) perl(base) /usr/bin/perl perl(POSIX) perl(Text::Wrap) libc.so.6 package: perl-Test-MockModule - 0.05-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-Tie-DBI - 1.02-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(DBI) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-UNIVERSAL-exports - 0.05-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-UNIVERSAL-moniker - 0.08-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) package: perl-UNIVERSAL-require - 0.11-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(:MODULE_COMPAT_5.8.8) perl(strict) package: perl-User-Identity - 0.91-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(base) perl(Carp) perl(warnings) perl(Scalar::Util) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(overload) perl(List::Util) package: perl-XML-RSS - 1.31-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(XML::Parser) perl(vars) perl(Carp) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(HTML::Entities) package: perl-version - 1:0.7203-1.el5.ppc from fedora-epel-5-ppc unresolved deps: perl(vars) /usr/bin/perl perl >= 0:5.005_03 perl >= 0:5.005_04 libc.so.6(GLIBC_2.0) perl(:MODULE_COMPAT_5.8.8) rtld(GNU_HASH) perl(strict) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.1.3) libc.so.6 perl(DynaLoader) package: perl-IO-Multiplex - 1.08-5.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(FileHandle) perl(Tie::Handle) perl(vars) perl(Fcntl) perl(Carp) perl(POSIX) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Socket) perl(IO::Handle) package: perl-Net-Netmask - 1.9012-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(Carp) perl(warnings) perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: perl-Module-Versions-Report - 1.03-1.el5.1.noarch from fedora-epel-5-ppc unresolved deps: perl(:MODULE_COMPAT_5.8.8) perl >= 1:5 package: perl-Time-modules - 2003.1126-4.el5.1.noarch from fedora-epel-5-ppc unresolved deps: perl(vars) perl(integer) perl(Carp) perl >= 0:5.002 perl >= 0:5.000 perl(:MODULE_COMPAT_5.8.8) perl(strict) perl(Exporter) package: rt3 - 3.6.5-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(CGI::Fast) perl(Locale::Maketext) >= 0:1.04 perl(MIME::QuotedPrint) perl(Cwd) perl(File::Path) perl(base) /usr/bin/perl perl(Data::Dumper) perl(HTML::Entities) perl(Scalar::Util) perl(File::Temp) perl(bytes) perl(Getopt::Long) perl(Digest::MD5) perl(I18N::LangTags::List) perl(mod_perl2) perl(Storable) perl(File::Basename) perl(CGI::Cookie) perl(constant) perl(File::Spec) perl(MIME::Base64) perl(Time::Local) perl(Encode) perl(strict) perl(Date::Format) perl(Mail::SpamAssassin) perl(Carp) perl(warnings) perl(Time::HiRes) perl(lib) perl(Term::ReadLine) /bin/sh perl(File::Glob) perl(CGI) perl(Text::ParseWords) /bin/rm perl(:MODULE_COMPAT_5.8.8) perl(vars) perl(Exporter) perl(File::Spec::Unix) package: rt3-mailgate - 3.6.5-3.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Pod::Usage) perl(Getopt::Long) /usr/bin/perl perl(warnings) perl(constant) perl(strict) From bugzilla at redhat.com Mon Jun 16 16:13:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:13:26 -0400 Subject: [Bug 451533] EPEL branch for perl-CSS-Tiny In-Reply-To: Message-ID: <200806161613.m5GGDQRw030073@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-CSS-Tiny https://bugzilla.redhat.com/show_bug.cgi?id=451533 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:13 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 Mon Jun 16 16:15:53 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:15:53 -0400 Subject: [Bug 451535] EPEL branch for perl-Contextual-Return In-Reply-To: Message-ID: <200806161615.m5GGFrvG007120@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Contextual-Return https://bugzilla.redhat.com/show_bug.cgi?id=451535 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:15 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 Mon Jun 16 16:15:08 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:15:08 -0400 Subject: [Bug 451534] EPEL branch for perl-JSON-XS In-Reply-To: Message-ID: <200806161615.m5GGF8Vi030578@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-JSON-XS https://bugzilla.redhat.com/show_bug.cgi?id=451534 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:15 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 Mon Jun 16 16:19:19 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:19:19 -0400 Subject: [Bug 451538] EPEL branch for perl-IO-Compress-Bzip2 In-Reply-To: Message-ID: <200806161619.m5GGJJDG031044@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451538 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:19 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 Mon Jun 16 16:18:06 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:18:06 -0400 Subject: [Bug 451537] EPEL branch for perl-Compress-Raw-Bzip2 In-Reply-To: Message-ID: <200806161618.m5GGI6OM007455@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Compress-Raw-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451537 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:18 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 Mon Jun 16 16:17:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 12:17:14 -0400 Subject: [Bug 451536] EPEL branch for perl-IO-Compress-Base In-Reply-To: Message-ID: <200806161617.m5GGHEbb007365@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Base https://bugzilla.redhat.com/show_bug.cgi?id=451536 kevin at tummy.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ ------- Additional Comments From kevin at tummy.com 2008-06-16 12:17 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 steve at fedoraproject.org Mon Jun 16 19:01:39 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:01:39 GMT Subject: rpms/cpanspec/devel cpanspec.spec,1.24,1.25 Message-ID: <200806161901.m5GJ1dF3009385@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2786 Modified Files: cpanspec.spec Log Message: Update to 1.76. Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/cpanspec.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- cpanspec.spec 12 Jun 2008 18:20:53 -0000 1.24 +++ cpanspec.spec 16 Jun 2008 19:00:22 -0000 1.25 @@ -1,6 +1,6 @@ Name: cpanspec -Version: 1.75 -Release: 2%{?dist} +Version: 1.76 +Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic Group: Development/Tools @@ -53,6 +53,9 @@ %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.76-1 +- Update to 1.76. + * Thu Jun 12 2008 Steven Pritchard 1.75-2 - Require rpm-build. From steve at fedoraproject.org Mon Jun 16 19:05:20 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:05:20 GMT Subject: rpms/cpanspec/devel .cvsignore,1.19,1.20 sources,1.19,1.20 Message-ID: <200806161905.m5GJ5KLK009662@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9563 Modified Files: .cvsignore sources Log Message: Oops, upload sources. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 6 May 2008 02:23:47 -0000 1.19 +++ .cvsignore 16 Jun 2008 19:04:21 -0000 1.20 @@ -1 +1 @@ -cpanspec-1.75.tar.gz +cpanspec-1.76.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 May 2008 02:23:48 -0000 1.19 +++ sources 16 Jun 2008 19:04:21 -0000 1.20 @@ -1 +1 @@ -3e589b82770fce3353dcdf1ba0c411e8 cpanspec-1.75.tar.gz +d9465db84827a519f289e1b47752b641 cpanspec-1.76.tar.gz From steve at fedoraproject.org Mon Jun 16 19:13:29 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:13:29 GMT Subject: rpms/cpanspec/F-9 .cvsignore, 1.19, 1.20 cpanspec.spec, 1.22, 1.23 sources, 1.19, 1.20 Message-ID: <200806161913.m5GJDTep011556@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11255 Modified Files: .cvsignore cpanspec.spec sources Log Message: Update to 1.76. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 6 May 2008 02:32:26 -0000 1.19 +++ .cvsignore 16 Jun 2008 19:12:30 -0000 1.20 @@ -1 +1 @@ -cpanspec-1.75.tar.gz +cpanspec-1.76.tar.gz Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/cpanspec.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- cpanspec.spec 6 May 2008 02:32:26 -0000 1.22 +++ cpanspec.spec 16 Jun 2008 19:12:30 -0000 1.23 @@ -1,5 +1,5 @@ Name: cpanspec -Version: 1.75 +Version: 1.76 Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic @@ -12,6 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: /usr/bin/curl Requires: /usr/bin/repoquery +Requires: rpm-build %description cpanspec generates spec files (and, optionally, source or even binary @@ -52,6 +53,12 @@ %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.76-1 +- Update to 1.76. + +* Thu Jun 12 2008 Steven Pritchard 1.75-2 +- Require rpm-build. + * Mon May 05 2008 Steven Pritchard 1.75-1 - Update to 1.75 (which really fixes BZ#437804). - Require curl instead of wget (BZ#438245). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 May 2008 02:32:26 -0000 1.19 +++ sources 16 Jun 2008 19:12:30 -0000 1.20 @@ -1 +1 @@ -3e589b82770fce3353dcdf1ba0c411e8 cpanspec-1.75.tar.gz +d9465db84827a519f289e1b47752b641 cpanspec-1.76.tar.gz From steve at fedoraproject.org Mon Jun 16 19:31:16 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:31:16 GMT Subject: rpms/cpanspec/devel .cvsignore, 1.20, 1.21 cpanspec.spec, 1.25, 1.26 sources, 1.20, 1.21 Message-ID: <200806161931.m5GJVGZL013911@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13806 Modified Files: .cvsignore cpanspec.spec sources Log Message: Update to 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 16 Jun 2008 19:04:21 -0000 1.20 +++ .cvsignore 16 Jun 2008 19:30:18 -0000 1.21 @@ -1 +1 @@ -cpanspec-1.76.tar.gz +cpanspec-1.77.tar.gz Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/cpanspec.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- cpanspec.spec 16 Jun 2008 19:00:22 -0000 1.25 +++ cpanspec.spec 16 Jun 2008 19:30:18 -0000 1.26 @@ -1,5 +1,5 @@ Name: cpanspec -Version: 1.76 +Version: 1.77 Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic @@ -53,6 +53,9 @@ %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.77-1 +- Update to 1.77. + * Mon Jun 16 2008 Steven Pritchard 1.76-1 - Update to 1.76. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 16 Jun 2008 19:04:21 -0000 1.20 +++ sources 16 Jun 2008 19:30:18 -0000 1.21 @@ -1 +1 @@ -d9465db84827a519f289e1b47752b641 cpanspec-1.76.tar.gz +89cea6ee4671989aebdbbd8e6a685319 cpanspec-1.77.tar.gz From steve at fedoraproject.org Mon Jun 16 19:32:16 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:32:16 GMT Subject: rpms/cpanspec/F-9 .cvsignore, 1.20, 1.21 cpanspec.spec, 1.23, 1.24 sources, 1.20, 1.21 Message-ID: <200806161932.m5GJWG4h014025@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13966 Modified Files: .cvsignore cpanspec.spec sources Log Message: Update to 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 16 Jun 2008 19:12:30 -0000 1.20 +++ .cvsignore 16 Jun 2008 19:31:23 -0000 1.21 @@ -1 +1 @@ -cpanspec-1.76.tar.gz +cpanspec-1.77.tar.gz Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/cpanspec.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- cpanspec.spec 16 Jun 2008 19:12:30 -0000 1.23 +++ cpanspec.spec 16 Jun 2008 19:31:23 -0000 1.24 @@ -1,5 +1,5 @@ Name: cpanspec -Version: 1.76 +Version: 1.77 Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic @@ -53,6 +53,9 @@ %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.77-1 +- Update to 1.77. + * Mon Jun 16 2008 Steven Pritchard 1.76-1 - Update to 1.76. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-9/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 16 Jun 2008 19:12:30 -0000 1.20 +++ sources 16 Jun 2008 19:31:23 -0000 1.21 @@ -1 +1 @@ -d9465db84827a519f289e1b47752b641 cpanspec-1.76.tar.gz +89cea6ee4671989aebdbbd8e6a685319 cpanspec-1.77.tar.gz From steve at fedoraproject.org Mon Jun 16 19:37:28 2008 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 16 Jun 2008 19:37:28 GMT Subject: rpms/cpanspec/F-8 .cvsignore, 1.18, 1.19 cpanspec.spec, 1.19, 1.20 sources, 1.18, 1.19 Message-ID: <200806161937.m5GJbSON014461@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/pkgs/rpms/cpanspec/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14400 Modified Files: .cvsignore cpanspec.spec sources Log Message: Update to 1.77. (Sync with devel.) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-8/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 11 Dec 2007 20:11:30 -0000 1.18 +++ .cvsignore 16 Jun 2008 19:36:35 -0000 1.19 @@ -1 +1 @@ -cpanspec-1.74.tar.gz +cpanspec-1.77.tar.gz Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-8/cpanspec.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cpanspec.spec 11 Dec 2007 20:11:30 -0000 1.19 +++ cpanspec.spec 16 Jun 2008 19:36:35 -0000 1.20 @@ -1,5 +1,5 @@ Name: cpanspec -Version: 1.74 +Version: 1.77 Release: 1%{?dist} Summary: RPM spec file generation utility License: GPL+ or Artistic @@ -10,15 +10,17 @@ BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: /usr/bin/wget +Requires: /usr/bin/curl Requires: /usr/bin/repoquery +Requires: rpm-build %description -cpanspec generates spec files for Perl modules from CPAN for Fedora. The -quality of the spec file is our primary concern. It is assumed that -maintainers will need to do some (hopefully small) amount of work to clean -up the generated spec file to make the package build and to verify that all -of the information contained in the spec file is correct. +cpanspec generates spec files (and, optionally, source or even binary +packages) for Perl modules from CPAN for Fedora. The quality of the spec +file is our primary concern. It is assumed that maintainers will need to +do some (hopefully small) amount of work to clean up the generated spec +file to make the package build and to verify that all of the information +contained in the spec file is correct. %prep %setup -q @@ -51,6 +53,26 @@ %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.77-1 +- Update to 1.77. + +* Mon Jun 16 2008 Steven Pritchard 1.76-1 +- Update to 1.76. + +* Thu Jun 12 2008 Steven Pritchard 1.75-2 +- Require rpm-build. + +* Mon May 05 2008 Steven Pritchard 1.75-1 +- Update to 1.75 (which really fixes BZ#437804). +- Require curl instead of wget (BZ#438245). +- Update description. + +* Mon Mar 17 2008 Steven Pritchard 1.74-3 +- Fix to work properly with 5.10.0 (BZ#437804). + +* Thu Mar 06 2008 Tom "spot" Callaway - 1.74-2 +- Rebuild for new perl + * Tue Dec 11 2007 Steven Pritchard 1.74-1 - Update to 1.74. - Update License tag. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/F-8/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 11 Dec 2007 20:11:30 -0000 1.18 +++ sources 16 Jun 2008 19:36:35 -0000 1.19 @@ -1 +1 @@ -e14bc9b8b5aceb446fd0211fc435a68b cpanspec-1.74.tar.gz +89cea6ee4671989aebdbbd8e6a685319 cpanspec-1.77.tar.gz From bugzilla at redhat.com Tue Jun 17 02:20:02 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 22:20:02 -0400 Subject: [Bug 279251] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: Message-ID: <200806170220.m5H2K2Rg027053@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: cpan2rpm doesn't work with latest Pod::Text https://bugzilla.redhat.com/show_bug.cgi?id=279251 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From fedora-triage-list at redhat.com 2008-06-16 22:19 EST ------- Fedora 7 changed to end-of-life (EOL) status on June 13, 2008. Fedora 7 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. -- Configure 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 Jun 17 02:19:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 22:19:29 -0400 Subject: [Bug 275271] cpan2rpm deals badly with letters in version numbers In-Reply-To: Message-ID: <200806170219.m5H2JT94026639@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: cpan2rpm deals badly with letters in version numbers https://bugzilla.redhat.com/show_bug.cgi?id=275271 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From fedora-triage-list at redhat.com 2008-06-16 22:19 EST ------- Fedora 7 changed to end-of-life (EOL) status on June 13, 2008. Fedora 7 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. -- Configure 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 Jun 17 02:58:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2008 22:58:36 -0400 Subject: [Bug 427148] package missing for F-7 In-Reply-To: Message-ID: <200806170258.m5H2waJT030218@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: package missing for F-7 https://bugzilla.redhat.com/show_bug.cgi?id=427148 fedora-triage-list at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From fedora-triage-list at redhat.com 2008-06-16 22:58 EST ------- Fedora 7 changed to end-of-life (EOL) status on June 13, 2008. Fedora 7 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. -- Configure 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 Jun 17 11:24:05 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2008 07:24:05 -0400 Subject: [Bug 451782] New: perl-Config-General-2.39 is available Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/show_bug.cgi?id=451782 Summary: perl-Config-General-2.39 is available Product: Fedora Version: rawhide Platform: All URL: http://fedoraproject.org/wiki/PackageMaintainers/FEver OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Config-General AssignedTo: ville.skytta at iki.fi ReportedBy: fevapp at o2.pl QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com perl-Config-General-2.39 is already available. Repo version is 2.38. Please update the package. If you have any questions or suggestions related to Fever, feel free to write them in this bug or have a look at http://fedoraproject.org/wiki/PackageMaintainers/FEver Don't send any messages to fevapp at o2.pl please. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 17 13:38:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2008 09:38:16 -0400 Subject: [Bug 449433] FTBFS perl-DBD-SQLite-1.14-7.fc9 In-Reply-To: Message-ID: <200806171338.m5HDcG5v016131@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-DBD-SQLite-1.14-7.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449433 skasal at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |451791 Status|NEW |ASSIGNED ------- Additional Comments From skasal at redhat.com 2008-06-17 09:38 EST ------- I believe it is an sqlite problem, indeed. The build fails in the testsuite, and I was able to eliminate a test case; filed as bug #451791. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From scop at fedoraproject.org Tue Jun 17 14:39:17 2008 From: scop at fedoraproject.org (Ville Skytta) Date: Tue, 17 Jun 2008 14:39:17 GMT Subject: rpms/perl-Config-General/devel .cvsignore, 1.9, 1.10 perl-Config-General.spec, 1.16, 1.17 sources, 1.9, 1.10 Message-ID: <200806171439.m5HEdHHg022762@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22713 Modified Files: .cvsignore perl-Config-General.spec sources Log Message: * Tue Jun 17 2008 Ville Skytt?? - 2.39-1 - 2.39. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 10 Mar 2008 17:57:57 -0000 1.9 +++ .cvsignore 17 Jun 2008 14:38:15 -0000 1.10 @@ -1 +1 @@ -Config-General-2.38.tar.gz +Config-General-2.39.tar.gz Index: perl-Config-General.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Config-General.spec 10 Mar 2008 17:57:57 -0000 1.16 +++ perl-Config-General.spec 17 Jun 2008 14:38:15 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Config-General -Version: 2.38 +Version: 2.39 Release: 1%{?dist} Summary: Generic configuration module for Perl @@ -65,6 +65,9 @@ %changelog +* Tue Jun 17 2008 Ville Skytt?? - 2.39-1 +- 2.39. + * Tue Mar 4 2008 Ville Skytt?? - 2.38-1 - 2.38. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 10 Mar 2008 17:57:57 -0000 1.9 +++ sources 17 Jun 2008 14:38:15 -0000 1.10 @@ -1 +1 @@ -064dae485b7840a6aaf6454ad479ab61 Config-General-2.38.tar.gz +aafcbab9fa9fc61b5e1f28337211ce12 Config-General-2.39.tar.gz From bugzilla at redhat.com Tue Jun 17 14:45:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2008 10:45:36 -0400 Subject: [Bug 449433] FTBFS perl-DBD-SQLite-1.14-7.fc9 In-Reply-To: Message-ID: <200806171445.m5HEjajD030181@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-DBD-SQLite-1.14-7.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449433 Bug 449433 depends on bug 451791, which changed state. Bug 451791 Summary: parallel access to a database does not work https://bugzilla.redhat.com/show_bug.cgi?id=451791 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Tue Jun 17 17:09:22 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 17 Jun 2008 17:09:22 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication - New directory Message-ID: <200806171709.m5HH9Ma6019254@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP19219/rpms/perl-Catalyst-Plugin-Authentication Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication added to the repository From kevin at fedoraproject.org Tue Jun 17 17:09:43 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 17 Jun 2008 17:09:43 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/devel - New directory Message-ID: <200806171709.m5HH9h9p019274@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP19219/rpms/perl-Catalyst-Plugin-Authentication/devel Log Message: Directory /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel added to the repository From kevin at fedoraproject.org Tue Jun 17 17:09:55 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 17 Jun 2008 17:09:55 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication Makefile,NONE,1.1 Message-ID: <200806171709.m5HH9tGx019298@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP19219/rpms/perl-Catalyst-Plugin-Authentication Added Files: Makefile Log Message: Setup of module perl-Catalyst-Plugin-Authentication --- NEW FILE Makefile --- # Top level Makefile for module perl-Catalyst-Plugin-Authentication 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 {} \; From kevin at fedoraproject.org Tue Jun 17 17:10:09 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Tue, 17 Jun 2008 17:10:09 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806171710.m5HHA96f019317@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP19219/rpms/perl-Catalyst-Plugin-Authentication/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Catalyst-Plugin-Authentication --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Catalyst-Plugin-Authentication # $Id: Makefile,v 1.1 2008/06/17 17:09:55 kevin Exp $ NAME := perl-Catalyst-Plugin-Authentication 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 cweyl at fedoraproject.org Tue Jun 17 17:50:17 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 17 Jun 2008 17:50:17 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/devel import.log, NONE, 1.1 perl-Catalyst-Plugin-Authentication.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806171750.m5HHoHDx022357@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22321/devel Modified Files: .cvsignore sources Added Files: import.log perl-Catalyst-Plugin-Authentication.spec Log Message: initial commit --- NEW FILE import.log --- perl-Catalyst-Plugin-Authentication-0_10006-3_fc8:HEAD:perl-Catalyst-Plugin-Authentication-0.10006-3.fc8.src.rpm:1213724971 --- NEW FILE perl-Catalyst-Plugin-Authentication.spec --- Name: perl-Catalyst-Plugin-Authentication Version: 0.10006 Release: 3%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ Source0: http://www.cpan.org/authors/id/J/JA/JAYK/Catalyst-Plugin-Authentication-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10 BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automagically picked up... Requires: perl(Catalyst::Plugin::Session) >= 0.10 Requires: perl(Catalyst::Runtime) %description The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). %prep %setup -q -n Catalyst-Plugin-Authentication-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note we do not run pod tests right now -- they seem to be failing #TEST_POD=1 make test make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 16 2008 Chris Weyl 0.10006-3 - add br on Test::Exception * Mon Jun 02 2008 Chris Weyl 0.10006-2 - drop buildroot references from prep * Sat May 31 2008 Chris Weyl 0.10006-1 - Specfile autogenerated by cpanspec 1.75. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Jun 2008 17:09:55 -0000 1.1 +++ .cvsignore 17 Jun 2008 17:49:36 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Authentication-0.10006.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Jun 2008 17:09:55 -0000 1.1 +++ sources 17 Jun 2008 17:49:36 -0000 1.2 @@ -0,0 +1 @@ +dbc176a55ba2b7ef2bfd0980f1772c50 Catalyst-Plugin-Authentication-0.10006.tar.gz From cweyl at fedoraproject.org Tue Jun 17 17:52:03 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 17 Jun 2008 17:52:03 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/F-9 import.log, NONE, 1.1 perl-Catalyst-Plugin-Authentication.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806171752.m5HHq3gt022527@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22482 Modified Files: sources Added Files: import.log perl-Catalyst-Plugin-Authentication.spec Log Message: pseudo-branch of perl-Catalyst-Plugin-Authentication to F-9 --- NEW FILE import.log --- perl-Catalyst-Plugin-Authentication-0_10006-3_fc8:HEAD:perl-Catalyst-Plugin-Authentication-0.10006-3.fc8.src.rpm:1213724971 --- NEW FILE perl-Catalyst-Plugin-Authentication.spec --- Name: perl-Catalyst-Plugin-Authentication Version: 0.10006 Release: 4%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ Source0: http://www.cpan.org/authors/id/J/JA/JAYK/Catalyst-Plugin-Authentication-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10 BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automagically picked up... Requires: perl(Catalyst::Plugin::Session) >= 0.10 Requires: perl(Catalyst::Runtime) %description The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). %prep %setup -q -n Catalyst-Plugin-Authentication-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note we do not run pod tests right now -- they seem to be failing #TEST_POD=1 make test make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jun 17 2008 Chris Weyl 0.10006-4 - bump * Mon Jun 16 2008 Chris Weyl 0.10006-3 - add br on Test::Exception * Mon Jun 02 2008 Chris Weyl 0.10006-2 - drop buildroot references from prep * Sat May 31 2008 Chris Weyl 0.10006-1 - Specfile autogenerated by cpanspec 1.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Jun 2008 17:09:55 -0000 1.1 +++ sources 17 Jun 2008 17:51:20 -0000 1.2 @@ -0,0 +1 @@ +dbc176a55ba2b7ef2bfd0980f1772c50 Catalyst-Plugin-Authentication-0.10006.tar.gz From cweyl at fedoraproject.org Tue Jun 17 17:51:12 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 17 Jun 2008 17:51:12 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/devel perl-Catalyst-Plugin-Authentication.spec, 1.1, 1.2 Message-ID: <200806171751.m5HHpC4f022433@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22398 Modified Files: perl-Catalyst-Plugin-Authentication.spec Log Message: release bump Index: perl-Catalyst-Plugin-Authentication.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/perl-Catalyst-Plugin-Authentication.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Catalyst-Plugin-Authentication.spec 17 Jun 2008 17:49:36 -0000 1.1 +++ perl-Catalyst-Plugin-Authentication.spec 17 Jun 2008 17:50:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Authentication Version: 0.10006 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries @@ -83,6 +83,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 17 2008 Chris Weyl 0.10006-4 +- bump + * Mon Jun 16 2008 Chris Weyl 0.10006-3 - add br on Test::Exception From cweyl at fedoraproject.org Tue Jun 17 20:27:10 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 17 Jun 2008 20:27:10 GMT Subject: rpms/perl-Catalyst-Plugin-Authentication/F-8 perl-Catalyst-Plugin-Authentication.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806172027.m5HKRAlY019140@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19107 Modified Files: sources Added Files: perl-Catalyst-Plugin-Authentication.spec Log Message: pesudo-branch of perl-Catalyst-Plugin-Authentication to F-8 --- NEW FILE perl-Catalyst-Plugin-Authentication.spec --- Name: perl-Catalyst-Plugin-Authentication Version: 0.10006 Release: 4%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/ Source0: http://www.cpan.org/authors/id/J/JA/JAYK/Catalyst-Plugin-Authentication-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10 BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Class::Inspector) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) # optional tests BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) # not automagically picked up... Requires: perl(Catalyst::Plugin::Session) >= 0.10 Requires: perl(Catalyst::Runtime) %description The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the system authorises them to do). %prep %setup -q -n Catalyst-Plugin-Authentication-%{version} # make sure doc/tests don't generate provides # note we first filter out the bits in _docdir... cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_provides %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` EOF %define __perl_requires %{_builddir}/Catalyst-Plugin-Authentication-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # note we do not run pod tests right now -- they seem to be failing #TEST_POD=1 make test make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jun 17 2008 Chris Weyl 0.10006-4 - bump * Mon Jun 16 2008 Chris Weyl 0.10006-3 - add br on Test::Exception * Mon Jun 02 2008 Chris Weyl 0.10006-2 - drop buildroot references from prep * Sat May 31 2008 Chris Weyl 0.10006-1 - Specfile autogenerated by cpanspec 1.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Jun 2008 17:09:55 -0000 1.1 +++ sources 17 Jun 2008 20:26:26 -0000 1.2 @@ -0,0 +1 @@ +dbc176a55ba2b7ef2bfd0980f1772c50 Catalyst-Plugin-Authentication-0.10006.tar.gz From cweyl at fedoraproject.org Wed Jun 18 05:15:21 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Jun 2008 05:15:21 GMT Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec,1.6,1.7 Message-ID: <200806180515.m5I5FLdm005995@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5969 Modified Files: perl-Gtk2-Sexy.spec Log Message: * Tue Jun 17 2008 Chris Weyl 0.03-1 - update to 0.03 From cweyl at fedoraproject.org Wed Jun 18 05:16:31 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Jun 2008 05:16:31 GMT Subject: rpms/perl-Gtk2-Sexy/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200806180516.m5I5GVgw006085@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6026 Modified Files: .cvsignore sources Log Message: * Tue Jun 17 2008 Chris Weyl 0.03-1 - update to 0.03 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 04:55:48 -0000 1.2 +++ .cvsignore 18 Jun 2008 05:15:40 -0000 1.3 @@ -1 +1 @@ -Gtk2-Sexy-0.02.tar.gz +Gtk2-Sexy-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 04:55:48 -0000 1.2 +++ sources 18 Jun 2008 05:15:40 -0000 1.3 @@ -1 +1 @@ -59433b6b2f2d72c5dfcc0d1dd0c5e7d7 Gtk2-Sexy-0.02.tar.gz +f1737098fab51e7a016498f5139e9260 Gtk2-Sexy-0.03.tar.gz From cweyl at fedoraproject.org Wed Jun 18 05:17:43 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Jun 2008 05:17:43 GMT Subject: rpms/perl-Gtk2-Sexy/F-9 perl-Gtk2-Sexy.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <200806180517.m5I5Hhms006160@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6131 Modified Files: perl-Gtk2-Sexy.spec sources Log Message: * Tue Jun 17 2008 Chris Weyl 0.03-1 - update to 0.03 Index: perl-Gtk2-Sexy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/F-9/perl-Gtk2-Sexy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Gtk2-Sexy.spec 7 Mar 2008 02:03:30 -0000 1.6 +++ perl-Gtk2-Sexy.spec 18 Jun 2008 05:16:56 -0000 1.7 @@ -1,18 +1,25 @@ Name: perl-Gtk2-Sexy -Version: 0.02 -Release: 8%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries License: LGPLv2+ -URL: http://search.cpan.org/dist/Gtk2-Sexy +URL: http://search.cpan.org/dist/Gtk2-Sexy/ Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Sexy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Gtk2), perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) +# non-perl BuildRequires: libsexy-devel, libxml2-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Glib::MakeHelper) +BuildRequires: perl(Gtk2::CodeGen) +BuildRequires: perl(ExtUtils::Depends) +BuildRequires: perl(ExtUtils::PkgConfig) +# test +BuildRequires: perl(Gtk2::TestHelper) + Requires: perl(Gtk2) %description @@ -38,7 +45,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -51,13 +58,16 @@ %files %defattr(-,root,root,-) -%doc ChangeLog examples +%doc ChangeLog examples README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gtk2 %{_mandir}/man3/*.3* %changelog +* Tue Jun 17 2008 Chris Weyl 0.03-1 +- update to 0.03 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.02-8 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 04:55:48 -0000 1.2 +++ sources 18 Jun 2008 05:16:56 -0000 1.3 @@ -1 +1 @@ -59433b6b2f2d72c5dfcc0d1dd0c5e7d7 Gtk2-Sexy-0.02.tar.gz +f1737098fab51e7a016498f5139e9260 Gtk2-Sexy-0.03.tar.gz From cweyl at fedoraproject.org Wed Jun 18 05:49:30 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Jun 2008 05:49:30 GMT Subject: rpms/perl-Moose/devel .cvsignore, 1.16, 1.17 perl-Moose.spec, 1.21, 1.22 sources, 1.16, 1.17 Message-ID: <200806180549.m5I5nU0N007237@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7145 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Tue Jun 17 2008 Chris Weyl 0.50-1 - update to 0.50 - drop obviated test patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 29 May 2008 04:53:49 -0000 1.16 +++ .cvsignore 18 Jun 2008 05:48:33 -0000 1.17 @@ -1 +1 @@ -Moose-0.44.tar.gz +Moose-0.50.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Moose.spec 29 May 2008 05:10:41 -0000 1.21 +++ perl-Moose.spec 18 Jun 2008 05:48:33 -0000 1.22 @@ -1,24 +1,23 @@ Name: perl-Moose -Version: 0.44 -Release: 2%{?dist} +Version: 0.50 +Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ -Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz +# source tends to flip between these three authors +Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz +#Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# write temp db to tmpdir rather than . -Patch: t202_tmpfile.patch - # core BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(ExtUtils::MakeMaker) # cpan -BuildRequires: perl(Class::MOP) >= 0.49 +BuildRequires: perl(Class::MOP) >= 0.55 BuildRequires: perl(Module::Build) BuildRequires: perl(Filter::Simple) BuildRequires: perl(Sub::Exporter) >= 0.954 @@ -66,9 +65,6 @@ %prep %setup -q -n Moose-%{version} -# test patches -#patch - find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} + # remove the originals of patched files... @@ -106,11 +102,15 @@ %files %defattr(-,root,root,-) -%doc Changes README t/ +%doc Changes README doap.rdf t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jun 17 2008 Chris Weyl 0.50-1 +- update to 0.50 +- drop obviated test patch + * Wed May 28 2008 Chris Weyl 0.44-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 29 May 2008 04:53:49 -0000 1.16 +++ sources 18 Jun 2008 05:48:33 -0000 1.17 @@ -1 +1 @@ -68323f4c0ebfa6580e08b47364664bc3 Moose-0.44.tar.gz +d3a491e98e516ffef01355f14aef85ae Moose-0.50.tar.gz From bugzilla at redhat.com Wed Jun 18 08:12:42 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2008 04:12:42 -0400 Subject: [Bug 449433] FTBFS perl-DBD-SQLite-1.14-7.fc9 In-Reply-To: Message-ID: <200806180812.m5I8CgxM009389@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-DBD-SQLite-1.14-7.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449433 skasal at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE ------- Additional Comments From skasal at redhat.com 2008-06-18 04:12 EST ------- ... and now, when bug #451791 has been fixed, this package builds again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jun 18 17:53:14 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2008 13:53:14 -0400 Subject: [Bug 226285] Merge Review: perl-XML-Grove In-Reply-To: Message-ID: <200806181753.m5IHrEKx007785@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: Merge Review: perl-XML-Grove Alias: perl-XML-Grove https://bugzilla.redhat.com/show_bug.cgi?id=226285 tibbs at math.uh.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skasal at redhat.com Status|NEEDINFO |ASSIGNED Flag|needinfo?(rnorwood at redhat.co| |m) | ------- Additional Comments From tibbs at math.uh.edu 2008-06-18 13:53 EST ------- I note that rnoorwood doesn't own this package. CC'ing the current owner; hopefully we can get this merge review cleared up. -- Configure 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 tibbs at fedoraproject.org Thu Jun 19 00:34:36 2008 From: tibbs at fedoraproject.org (=?utf-8?b?SmFzb24g44OG44Kj44OT44OE?=) Date: Thu, 19 Jun 2008 00:34:36 GMT Subject: rpms/perl-parent/devel - New directory Message-ID: <200806190034.m5J0Ya5i000926@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/perl-parent/devel In directory cvs-int.fedora.redhat.com:/home/fedora/tibbs/tmpcvstvK681/rpms/perl-parent/devel Log Message: Directory /cvs/extras/rpms/perl-parent/devel added to the repository From tibbs at fedoraproject.org Thu Jun 19 00:36:39 2008 From: tibbs at fedoraproject.org (=?utf-8?b?SmFzb24g44OG44Kj44OT44OE?=) Date: Thu, 19 Jun 2008 00:36:39 GMT Subject: rpms/perl-parent Makefile,NONE,1.1 Message-ID: <200806190036.m5J0adiF001041@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/perl-parent In directory cvs-int.fedora.redhat.com:/home/fedora/tibbs/tmpcvstvK681/rpms/perl-parent Added Files: Makefile Log Message: Setup of module perl-parent --- NEW FILE Makefile --- # Top level Makefile for module perl-parent 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 {} \; From tibbs at fedoraproject.org Thu Jun 19 00:36:52 2008 From: tibbs at fedoraproject.org (=?utf-8?b?SmFzb24g44OG44Kj44OT44OE?=) Date: Thu, 19 Jun 2008 00:36:52 GMT Subject: rpms/perl-parent/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806190036.m5J0aqQ2001055@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/perl-parent/devel In directory cvs-int.fedora.redhat.com:/home/fedora/tibbs/tmpcvstvK681/rpms/perl-parent/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-parent --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-parent # $Id: Makefile,v 1.1 2008/06/19 00:36:39 tibbs Exp $ NAME := perl-parent 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 kevin at fedoraproject.org Thu Jun 19 14:47:51 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 19 Jun 2008 14:47:51 GMT Subject: rpms/perl-Lingua-Preferred - New directory Message-ID: <200806191447.m5JElp34031114@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Lingua-Preferred In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvss31076/rpms/perl-Lingua-Preferred Log Message: Directory /cvs/extras/rpms/perl-Lingua-Preferred added to the repository From kevin at fedoraproject.org Thu Jun 19 14:48:04 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 19 Jun 2008 14:48:04 GMT Subject: rpms/perl-Lingua-Preferred/devel - New directory Message-ID: <200806191448.m5JEm4f5031151@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Lingua-Preferred/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvss31076/rpms/perl-Lingua-Preferred/devel Log Message: Directory /cvs/extras/rpms/perl-Lingua-Preferred/devel added to the repository From kevin at fedoraproject.org Thu Jun 19 14:48:24 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 19 Jun 2008 14:48:24 GMT Subject: rpms/perl-Lingua-Preferred Makefile,NONE,1.1 Message-ID: <200806191448.m5JEmO52031182@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Lingua-Preferred In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvss31076/rpms/perl-Lingua-Preferred Added Files: Makefile Log Message: Setup of module perl-Lingua-Preferred --- NEW FILE Makefile --- # Top level Makefile for module perl-Lingua-Preferred 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 {} \; From kevin at fedoraproject.org Thu Jun 19 14:48:39 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 19 Jun 2008 14:48:39 GMT Subject: rpms/perl-Lingua-Preferred/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806191448.m5JEmdl2031216@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Lingua-Preferred/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvss31076/rpms/perl-Lingua-Preferred/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Lingua-Preferred --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Lingua-Preferred # $Id: Makefile,v 1.1 2008/06/19 14:48:24 kevin Exp $ NAME := perl-Lingua-Preferred 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 cweyl at fedoraproject.org Thu Jun 19 16:29:16 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 19 Jun 2008 16:29:16 GMT Subject: rpms/perl-parent/devel import.log, NONE, 1.1 perl-parent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806191629.m5JGTGJX016392@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16308/devel Modified Files: .cvsignore sources Added Files: import.log perl-parent.spec Log Message: initial commit --- NEW FILE import.log --- perl-parent-0_221-1_fc9:HEAD:perl-parent-0.221-1.fc9.src.rpm:1213892892 --- NEW FILE perl-parent.spec --- Name: perl-parent Version: 0.221 Release: 1%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/parent/ Source0: http://www.cpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %description Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); } %prep %setup -q -n parent-%{version} find . -type f -exec chmod -c -x {} + cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl([DFR].*)/d' EOF %define __perl_provides %{_builddir}/parent-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed May 28 2008 Chris Weyl 0.221-1 - Specfile autogenerated by cpanspec 1.75. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Jun 2008 00:36:39 -0000 1.1 +++ .cvsignore 19 Jun 2008 16:28:21 -0000 1.2 @@ -0,0 +1 @@ +parent-0.221.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 00:36:39 -0000 1.1 +++ sources 19 Jun 2008 16:28:21 -0000 1.2 @@ -0,0 +1 @@ +4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz From cweyl at fedoraproject.org Thu Jun 19 16:31:34 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 19 Jun 2008 16:31:34 GMT Subject: rpms/perl-parent/devel perl-parent.spec,1.1,1.2 Message-ID: <200806191631.m5JGVYUS016565@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16496 Modified Files: perl-parent.spec Log Message: release bump Index: perl-parent.spec =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/perl-parent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-parent.spec 19 Jun 2008 16:28:21 -0000 1.1 +++ perl-parent.spec 19 Jun 2008 16:30:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-parent Version: 0.221 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries @@ -67,5 +67,8 @@ %{_mandir}/man3/* %changelog +* Thu Jun 19 2008 Chris Weyl 0.221-2 +- bump + * Wed May 28 2008 Chris Weyl 0.221-1 - Specfile autogenerated by cpanspec 1.75. From cweyl at fedoraproject.org Thu Jun 19 16:32:30 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 19 Jun 2008 16:32:30 GMT Subject: rpms/perl-parent/F-9 import.log, NONE, 1.1 perl-parent.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806191632.m5JGWUHc016674@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16619 Modified Files: sources Added Files: import.log perl-parent.spec Log Message: pseudo-branch of perl-parent to F-9 --- NEW FILE import.log --- perl-parent-0_221-1_fc9:HEAD:perl-parent-0.221-1.fc9.src.rpm:1213892892 --- NEW FILE perl-parent.spec --- Name: perl-parent Version: 0.221 Release: 2%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/parent/ Source0: http://www.cpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %description Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); } %prep %setup -q -n parent-%{version} find . -type f -exec chmod -c -x {} + cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl([DFR].*)/d' EOF %define __perl_provides %{_builddir}/parent-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jun 19 2008 Chris Weyl 0.221-2 - bump * Wed May 28 2008 Chris Weyl 0.221-1 - Specfile autogenerated by cpanspec 1.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 00:36:39 -0000 1.1 +++ sources 19 Jun 2008 16:31:44 -0000 1.2 @@ -0,0 +1 @@ +4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz From bugzilla at redhat.com Thu Jun 19 17:16:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2008 13:16:33 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200806191716.m5JHGXTS032286@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: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 Bug 439706 depends on bug 448867, which changed state. Bug 448867 Summary: Review Request: perl-parent - Establish an ISA relationship with base classes at compile time https://bugzilla.redhat.com/show_bug.cgi?id=448867 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Thu Jun 19 17:20:12 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 19 Jun 2008 17:20:12 GMT Subject: rpms/perl-parent/F-8 import.log, NONE, 1.1 perl-parent.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <200806191720.m5JHKCat025728@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25673 Modified Files: sources Added Files: import.log perl-parent.spec Log Message: pseudo-branch of perl-parent to F-8 --- NEW FILE import.log --- perl-parent-0_221-1_fc9:HEAD:perl-parent-0.221-1.fc9.src.rpm:1213892892 --- NEW FILE perl-parent.spec --- Name: perl-parent Version: 0.221 Release: 2%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/parent/ Source0: http://www.cpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %description Allows you to both load one or more modules, while setting up inheritance from those modules at the same time. Mostly similar in effect to: package Baz; BEGIN { require Foo; require Bar; push @ISA, qw(Foo Bar); } %prep %setup -q -n parent-%{version} find . -type f -exec chmod -c -x {} + cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl([DFR].*)/d' EOF %define __perl_provides %{_builddir}/parent-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Jun 19 2008 Chris Weyl 0.221-2 - bump * Wed May 28 2008 Chris Weyl 0.221-1 - Specfile autogenerated by cpanspec 1.75. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Jun 2008 00:36:39 -0000 1.1 +++ sources 19 Jun 2008 17:19:30 -0000 1.2 @@ -0,0 +1 @@ +4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz From hardaker at fedoraproject.org Thu Jun 19 18:58:17 2008 From: hardaker at fedoraproject.org (Wes Hardaker) Date: Thu, 19 Jun 2008 18:58:17 GMT Subject: rpms/perl-Crypt-OpenSSL-Bignum/F-8 perl-Crypt-OpenSSL-Bignum.spec, 1.2, 1.3 Message-ID: <200806191858.m5JIwHdp003005@cvs-int.fedora.redhat.com> Author: hardaker Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-Bignum/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2967 Modified Files: perl-Crypt-OpenSSL-Bignum.spec Log Message: spec sync Index: perl-Crypt-OpenSSL-Bignum.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-Bignum/F-8/perl-Crypt-OpenSSL-Bignum.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-OpenSSL-Bignum.spec 9 Nov 2007 17:49:46 -0000 1.2 +++ perl-Crypt-OpenSSL-Bignum.spec 19 Jun 2008 18:57:24 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Crypt-OpenSSL-Bignum Version: 0.04 -Release: 1%{?dist} +Release: 4%{?dist} Summary: Perl interface to OpenSSL for Bignum License: GPL+ or Artistic Group: Development/Libraries @@ -46,6 +46,21 @@ %{_mandir}/man3/* %changelog +* Wed Mar 5 2008 Tom "spot" Callaway 0.04-4 +- rebuild for new perl + +* Mon Feb 18 2008 Fedora Release Engineering - 0.04-3 +- Autorebuild for GCC 4.3 + +* Fri Dec 07 2007 Jesse Keating - 0.04-2 +- Fix the bad version bump + +* Thu Dec 06 2007 Release Engineering - 0.05-2 +- Rebuild for deps + +* Thu Dec 6 2007 Wes Hardaker - 0.05-1 +- Bump to force rebuild with new openssl lib version + * Fri Nov 9 2007 Wes Hardaker - 0.04-1 - Update to upstream 0.4 - GPL to GPL+ based on LICENSE file From scop at fedoraproject.org Sat Jun 21 09:36:54 2008 From: scop at fedoraproject.org (Ville Skytta) Date: Sat, 21 Jun 2008 09:36:54 GMT Subject: rpms/perl-Config-General/devel .cvsignore, 1.10, 1.11 perl-Config-General.spec, 1.17, 1.18 sources, 1.10, 1.11 Message-ID: <200806210936.m5L9aslO020204@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20151 Modified Files: .cvsignore perl-Config-General.spec sources Log Message: * Sat Jun 21 2008 Ville Skytt?? - 2.40-1 - 2.40. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 17 Jun 2008 14:38:15 -0000 1.10 +++ .cvsignore 21 Jun 2008 09:35:48 -0000 1.11 @@ -1 +1 @@ -Config-General-2.39.tar.gz +Config-General-2.40.tar.gz Index: perl-Config-General.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Config-General.spec 17 Jun 2008 14:38:15 -0000 1.17 +++ perl-Config-General.spec 21 Jun 2008 09:35:48 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Config-General -Version: 2.39 +Version: 2.40 Release: 1%{?dist} Summary: Generic configuration module for Perl @@ -65,6 +65,9 @@ %changelog +* Sat Jun 21 2008 Ville Skytt?? - 2.40-1 +- 2.40. + * Tue Jun 17 2008 Ville Skytt?? - 2.39-1 - 2.39. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 17 Jun 2008 14:38:15 -0000 1.10 +++ sources 21 Jun 2008 09:35:48 -0000 1.11 @@ -1 +1 @@ -aafcbab9fa9fc61b5e1f28337211ce12 Config-General-2.39.tar.gz +cbb860739f2097c4202c225981dcbcf0 Config-General-2.40.tar.gz From bugzilla at redhat.com Sat Jun 21 15:37:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 21 Jun 2008 11:37:36 -0400 Subject: [Bug 449544] FTBFS perl-XML-LibXSLT-1.63-5.fc9 In-Reply-To: Message-ID: <200806211537.m5LFbale031365@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FTBFS perl-XML-LibXSLT-1.63-5.fc9 https://bugzilla.redhat.com/show_bug.cgi?id=449544 zing at fastmail.fm changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |449717 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:31 EST ------- Created an attachment (id=307806) --> (https://bugzilla.redhat.com/attachment.cgi?id=307806&action=view) root.log.bz2 root.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:31 EST ------- Created an attachment (id=307807) --> (https://bugzilla.redhat.com/attachment.cgi?id=307807&action=view) build.log.bz2 build.log for i386 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:31 EST ------- Created an attachment (id=307808) --> (https://bugzilla.redhat.com/attachment.cgi?id=307808&action=view) root.log.bz2 root.log for x86_64 ------- Additional Comments From ftbfs at fedoraproject.org 2008-06-02 16:31 EST ------- Created an attachment (id=307809) --> (https://bugzilla.redhat.com/attachment.cgi?id=307809&action=view) build.log.bz2 build.log for x86_64 -- Configure 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 Sat Jun 21 18:51:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 21 Jun 2008 14:51:51 -0400 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: Message-ID: <200806211851.m5LIppqE012917@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: perl-Encode-Detect - Detects the encoding of data Alias: perl-Encode-Detect https://bugzilla.redhat.com/show_bug.cgi?id=250804 ------- Additional Comments From ville.skytta at iki.fi 2008-06-21 14:51 EST ------- James, ping again: do you intend to build this for the other branches you requested in comment 16? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From buildsys at fedoraproject.org Sun Jun 22 12:19:35 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 12:19:35 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622121935.20080.36638@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 22 12:24:52 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 12:24:52 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622122452.20211.8606@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 22 12:32:51 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 12:32:51 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622123251.20258.61520@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 22 18:28:15 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 18:28:15 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622182815.18731.74271@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 22 18:36:27 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 18:36:27 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622183627.18836.38904@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 22 18:44:40 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 22 Jun 2008 18:44:40 -0000 Subject: Broken dependencies in EPEL - 2008-06-22 Message-ID: <20080622184440.18870.69851@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) From cweyl at fedoraproject.org Mon Jun 23 03:35:02 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 03:35:02 GMT Subject: rpms/perl-Catalyst-Manual/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Manual.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806230335.m5N3Z2eH011282@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11247 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Sun Jun 22 2008 Chris Weyl 5.7012-1 - update to 7.012... - ...and add an epoch. sigh. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jun 2007 15:46:14 -0000 1.2 +++ .cvsignore 23 Jun 2008 03:34:14 -0000 1.3 @@ -1 +1 @@ -Catalyst-Manual-5.700701.tar.gz +Catalyst-Manual-5.7012.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Catalyst-Manual.spec 5 Mar 2008 16:21:15 -0000 1.3 +++ perl-Catalyst-Manual.spec 23 Jun 2008 03:34:14 -0000 1.4 @@ -1,11 +1,12 @@ Name: perl-Catalyst-Manual -Version: 5.700701 -Release: 3%{?dist} +Epoch: 1 +Version: 5.7012 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Manual/ -Source0: http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Manual-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Manual-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -44,13 +45,21 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* -# this is actually better done in perl-Catalyst-Runtime -%exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Sun Jun 22 2008 Chris Weyl 5.7012-1 +- update to 7.012... +- ...and add an epoch. sigh. + +* Sun Jun 22 2008 Chris Weyl 5.701003-1 +- update to 5.701003 +- un-exclude Catalyst::Manual pod as it's been moved over from + Catalyst::Runtime to this dist +- License tag update: GPL -> GPL+ + * Wed Mar 05 2008 Tom "spot" Callaway 5.700701-3 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jun 2007 15:46:14 -0000 1.2 +++ sources 23 Jun 2008 03:34:14 -0000 1.3 @@ -1 +1 @@ -70f872c92533a39ca6893871ec4d3223 Catalyst-Manual-5.700701.tar.gz +ae393f5f193d77a24f0aba62f979353f Catalyst-Manual-5.7012.tar.gz From cweyl at fedoraproject.org Mon Jun 23 03:37:48 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 03:37:48 GMT Subject: rpms/perl-Catalyst-Runtime/devel perl-Catalyst-Runtime.spec, 1.6, 1.7 Message-ID: <200806230337.m5N3bmQU011399@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11364 Modified Files: perl-Catalyst-Runtime.spec Log Message: * Sat May 31 2008 Chris Weyl 5.7014-2 - pull catalyst.pl back from perl-Catalyst-Devel, put into subpackage: too much of a headache to keep this bit of -Runtime in -Devel - pull in tests - deal with perl-Catalyst-Manual issues * Sat May 31 2008 Chris Weyl 5.7014-1 - update to 5.7014 Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/perl-Catalyst-Runtime.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Catalyst-Runtime.spec 31 May 2008 19:48:12 -0000 1.6 +++ perl-Catalyst-Runtime.spec 23 Jun 2008 03:36:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Runtime Version: 5.7014 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst core modules License: GPL+ or Artistic Group: Development/Libraries @@ -56,6 +56,17 @@ This is the primary class for the Catalyst-Runtime distribution. It provides the core of any runtime Catalyst instance. + +%package scripts +Summary: Scripts for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description scripts +The %{name}-scripts package contains scripts distributed with +%{name} but generally used for developing Catalyst applications. + + %prep %setup -q -n Catalyst-Runtime-%{version} @@ -63,6 +74,28 @@ perldoc perlgpl > COPYING.gpl perldoc perlartistic > COPYING.artistic +find . -type f -exec chmod -c -x {} + +find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + + +# make sure doc/tests don't generate provides +cat << \EOF > %{name}-prov +#!/bin/sh +FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +echo %{__perl_provides} $FOO >&2 +if [ "$FOO" != "" ] ; then %{__perl_provides} $FOO ; fi +EOF + +%define __perl_provides %{_builddir}/Catalyst-Runtime-%{version}/%{name}-prov +chmod +x %{__perl_provides} + +cat << \EOF > %{name}-req +#!/bin/sh +%{__perl_requires} `perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +EOF + +%define __perl_requires %{_builddir}/Catalyst-Runtime-%{version}/%{name}-req +chmod +x %{__perl_requires} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -77,9 +110,6 @@ %{_fixperms} %{buildroot}/* -# packaged better -- and conflicting with! -- in Catalyst-Manual -rm %{buildroot}%{perl_vendorlib}/Catalyst/Manual.pm - %check # note that some of the optional tests we're enabling here will be skipped # anyways, due to deps on Catalyst::Devel, etc. We cannot depend on @@ -96,20 +126,29 @@ export TEST_STRESS=1 export TEST_THREADS=1 make test +make clean %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes COPYING* +%doc Changes COPYING* t/ %{perl_vendorlib}/* %{_mandir}/man3/* -# we deliver this in perl-Catalyst-Devel (needs Catalyst::Helper) -%exclude %{_bindir}/* -%exclude %{_mandir}/man1/* + +%files scripts +%defattr(-,root,root,-) +%{_bindir}/* +%{_mandir}/man1/* %changelog +* Sat May 31 2008 Chris Weyl 5.7014-2 +- pull catalyst.pl back from perl-Catalyst-Devel, put into subpackage: too + much of a headache to keep this bit of -Runtime in -Devel +- pull in tests +- deal with perl-Catalyst-Manual issues + * Sat May 31 2008 Chris Weyl 5.7014-1 - update to 5.7014 From cweyl at fedoraproject.org Mon Jun 23 03:40:57 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 03:40:57 GMT Subject: rpms/perl-Catalyst-Devel/devel .cvsignore, 1.3, 1.4 perl-Catalyst-Devel.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200806230340.m5N3evF8011554@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Devel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11489 Modified Files: .cvsignore perl-Catalyst-Devel.spec sources Log Message: * Sun Jun 22 2008 Chris Weyl 1.07-1 - update to 1.07 - require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Mar 2008 19:29:53 -0000 1.3 +++ .cvsignore 23 Jun 2008 03:40:04 -0000 1.4 @@ -1,2 +1 @@ -Catalyst-Devel-1.03.tar.gz -Catalyst-Runtime-5.7012.tar.gz +Catalyst-Devel-1.07.tar.gz Index: perl-Catalyst-Devel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/perl-Catalyst-Devel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Catalyst-Devel.spec 5 Mar 2008 16:26:19 -0000 1.4 +++ perl-Catalyst-Devel.spec 23 Jun 2008 03:40:04 -0000 1.5 @@ -1,13 +1,11 @@ -%define runtime_version 5.7012 Name: perl-Catalyst-Devel -Version: 1.03 -Release: 2%{?dist} +Version: 1.07 +Release: 1%{?dist} Summary: Catalyst Development Tools License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Devel/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Devel-%{version}.tar.gz -Source1: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Runtime-%{runtime_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,7 +16,6 @@ # cpan BuildRequires: perl(Catalyst) >= 5.7000 BuildRequires: perl(Catalyst::Action::RenderView) >= 0.04 -BuildRequires: perl(Catalyst::Manual) >= 5.7000 BuildRequires: perl(Catalyst::Plugin::ConfigLoader) BuildRequires: perl(Catalyst::Plugin::Static::Simple) >= 0.16 BuildRequires: perl(Class::Accessor::Fast) @@ -27,6 +24,7 @@ BuildRequires: perl(Path::Class) >= 0.09 BuildRequires: perl(Template) >= 2.14 BuildRequires: perl(YAML) >= 0.55 +BuildRequires: perl(parent) Requires: perl(Catalyst) >= 5.7000 Requires: perl(Catalyst::Action::RenderView) >= 0.04 @@ -38,6 +36,9 @@ Requires: perl(Path::Class) >= 0.09 Requires: perl(YAML) >= 0.55 +# for catalyst.pl +Requires: perl-Catalyst-Runtime-scripts + %description The Catalyst::Devel package includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is @@ -46,7 +47,6 @@ %prep %setup -q -n Catalyst-Devel-%{version} -tar -zxf %{SOURCE1} %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -60,12 +60,6 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -# install catalyst.pl and manify it -mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 -cd Catalyst-Runtime-%{runtime_version}/script/ -install -m 0755 catalyst.pl %{buildroot}%{_bindir}/ -pod2man catalyst.pl > %{buildroot}%{_mandir}/man1/catalyst.pl.1 - %{_fixperms} %{buildroot}/* %check @@ -79,9 +73,16 @@ %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man[13]/* -%{_bindir}/* %changelog +* Sun Jun 22 2008 Chris Weyl 1.07-1 +- update to 1.07 +- require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now. + +* Wed May 28 2008 Chris Weyl 1.06-1 +- update to 1.06 (runtime to 5.7014) +- drop br on Catalyst::Manual; add br on parent + * Wed Mar 05 2008 Tom "spot" Callaway 1.03-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2008 19:29:53 -0000 1.3 +++ sources 23 Jun 2008 03:40:04 -0000 1.4 @@ -1,2 +1 @@ -82a4459165e38393eefcdc5a82652f91 Catalyst-Devel-1.03.tar.gz -db926f732cd24ac4c35c50e612c03b7d Catalyst-Runtime-5.7012.tar.gz +9d890503da6bd552d85bafdc92d1729a Catalyst-Devel-1.07.tar.gz From bugzilla at redhat.com Mon Jun 23 10:31:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2008 06:31:39 -0400 Subject: [Bug 280991] cpan2rpm misses dependency on ExtUtils::MakeMaker In-Reply-To: Message-ID: <200806231031.m5NAVd0b010191@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: cpan2rpm misses dependency on ExtUtils::MakeMaker https://bugzilla.redhat.com/show_bug.cgi?id=280991 ------- Additional Comments From mmaslano at redhat.com 2008-06-23 06:31 EST ------- If we want fixing bugs in cpan2rpm maybe we should mark cpan2rpm as dead package. I didn't check if it's needed by any other packages. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Mon Jun 23 15:39:38 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:39:38 GMT Subject: rpms/perl-Crypt-CAST5_PP - New directory Message-ID: <200806231539.m5NFdcW3020407@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-CAST5_PP In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsG20357/rpms/perl-Crypt-CAST5_PP Log Message: Directory /cvs/extras/rpms/perl-Crypt-CAST5_PP added to the repository From kevin at fedoraproject.org Mon Jun 23 15:39:57 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:39:57 GMT Subject: rpms/perl-Crypt-CAST5_PP/devel - New directory Message-ID: <200806231539.m5NFdvbf020424@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-CAST5_PP/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsG20357/rpms/perl-Crypt-CAST5_PP/devel Log Message: Directory /cvs/extras/rpms/perl-Crypt-CAST5_PP/devel added to the repository From kevin at fedoraproject.org Mon Jun 23 15:40:32 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:40:32 GMT Subject: rpms/perl-Crypt-CAST5_PP Makefile,NONE,1.1 Message-ID: <200806231540.m5NFeW3h020457@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-CAST5_PP In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsG20357/rpms/perl-Crypt-CAST5_PP Added Files: Makefile Log Message: Setup of module perl-Crypt-CAST5_PP --- NEW FILE Makefile --- # Top level Makefile for module perl-Crypt-CAST5_PP 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 {} \; From kevin at fedoraproject.org Mon Jun 23 15:40:46 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:40:46 GMT Subject: rpms/perl-Crypt-CAST5_PP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806231540.m5NFek0P020476@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-CAST5_PP/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsG20357/rpms/perl-Crypt-CAST5_PP/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Crypt-CAST5_PP --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Crypt-CAST5_PP # $Id: Makefile,v 1.1 2008/06/23 15:40:32 kevin Exp $ NAME := perl-Crypt-CAST5_PP 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 kevin at fedoraproject.org Mon Jun 23 15:42:54 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:42:54 GMT Subject: rpms/perl-Crypt-GeneratePassword - New directory Message-ID: <200806231542.m5NFgs9D020761@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-GeneratePassword In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsg20731/rpms/perl-Crypt-GeneratePassword Log Message: Directory /cvs/extras/rpms/perl-Crypt-GeneratePassword added to the repository From kevin at fedoraproject.org Mon Jun 23 15:43:18 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:43:18 GMT Subject: rpms/perl-Crypt-GeneratePassword/devel - New directory Message-ID: <200806231543.m5NFhIrc020787@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-GeneratePassword/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsg20731/rpms/perl-Crypt-GeneratePassword/devel Log Message: Directory /cvs/extras/rpms/perl-Crypt-GeneratePassword/devel added to the repository From kevin at fedoraproject.org Mon Jun 23 15:43:38 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:43:38 GMT Subject: rpms/perl-Crypt-GeneratePassword Makefile,NONE,1.1 Message-ID: <200806231543.m5NFhcI0020813@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-GeneratePassword In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsg20731/rpms/perl-Crypt-GeneratePassword Added Files: Makefile Log Message: Setup of module perl-Crypt-GeneratePassword --- NEW FILE Makefile --- # Top level Makefile for module perl-Crypt-GeneratePassword 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 {} \; From kevin at fedoraproject.org Mon Jun 23 15:43:52 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 23 Jun 2008 15:43:52 GMT Subject: rpms/perl-Crypt-GeneratePassword/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806231543.m5NFhqMJ020830@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-GeneratePassword/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsg20731/rpms/perl-Crypt-GeneratePassword/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Crypt-GeneratePassword --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Crypt-GeneratePassword # $Id: Makefile,v 1.1 2008/06/23 15:43:38 kevin Exp $ NAME := perl-Crypt-GeneratePassword 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 cweyl at fedoraproject.org Mon Jun 23 16:10:05 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 16:10:05 GMT Subject: rpms/perl-Catalyst-Runtime/devel perl-Catalyst-Runtime.spec, 1.7, 1.8 Message-ID: <200806231610.m5NGA5WC029334@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29297 Modified Files: perl-Catalyst-Runtime.spec Log Message: * Mon Jun 23 2008 Chris Weyl 5.7014-3 - Quiet STDERR somewhat on build Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/perl-Catalyst-Runtime.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Catalyst-Runtime.spec 23 Jun 2008 03:36:56 -0000 1.7 +++ perl-Catalyst-Runtime.spec 23 Jun 2008 16:09:17 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Runtime Version: 5.7014 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Catalyst core modules License: GPL+ or Artistic Group: Development/Libraries @@ -81,7 +81,6 @@ cat << \EOF > %{name}-prov #!/bin/sh FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` -echo %{__perl_provides} $FOO >&2 if [ "$FOO" != "" ] ; then %{__perl_provides} $FOO ; fi EOF @@ -143,6 +142,9 @@ %{_mandir}/man1/* %changelog +* Mon Jun 23 2008 Chris Weyl 5.7014-3 +- Quiet STDERR somewhat on build + * Sat May 31 2008 Chris Weyl 5.7014-2 - pull catalyst.pl back from perl-Catalyst-Devel, put into subpackage: too much of a headache to keep this bit of -Runtime in -Devel From cweyl at fedoraproject.org Mon Jun 23 16:14:03 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 16:14:03 GMT Subject: rpms/perl-Catalyst-Devel/F-9 perl-Catalyst-Devel.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200806231614.m5NGE3It029536@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Devel/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29461 Modified Files: perl-Catalyst-Devel.spec sources Log Message: * Sun Jun 22 2008 Chris Weyl 1.07-1 - update to 1.07 - require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now. Index: perl-Catalyst-Devel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/F-9/perl-Catalyst-Devel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Catalyst-Devel.spec 5 Mar 2008 16:26:19 -0000 1.4 +++ perl-Catalyst-Devel.spec 23 Jun 2008 16:13:19 -0000 1.5 @@ -1,13 +1,11 @@ -%define runtime_version 5.7012 Name: perl-Catalyst-Devel -Version: 1.03 -Release: 2%{?dist} +Version: 1.07 +Release: 1%{?dist} Summary: Catalyst Development Tools License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Devel/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Devel-%{version}.tar.gz -Source1: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Runtime-%{runtime_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,7 +16,6 @@ # cpan BuildRequires: perl(Catalyst) >= 5.7000 BuildRequires: perl(Catalyst::Action::RenderView) >= 0.04 -BuildRequires: perl(Catalyst::Manual) >= 5.7000 BuildRequires: perl(Catalyst::Plugin::ConfigLoader) BuildRequires: perl(Catalyst::Plugin::Static::Simple) >= 0.16 BuildRequires: perl(Class::Accessor::Fast) @@ -27,6 +24,7 @@ BuildRequires: perl(Path::Class) >= 0.09 BuildRequires: perl(Template) >= 2.14 BuildRequires: perl(YAML) >= 0.55 +BuildRequires: perl(parent) Requires: perl(Catalyst) >= 5.7000 Requires: perl(Catalyst::Action::RenderView) >= 0.04 @@ -38,6 +36,9 @@ Requires: perl(Path::Class) >= 0.09 Requires: perl(YAML) >= 0.55 +# for catalyst.pl +Requires: perl-Catalyst-Runtime-scripts + %description The Catalyst::Devel package includes a variety of modules useful for the development of Catalyst applications, but not required to run them. This is @@ -46,7 +47,6 @@ %prep %setup -q -n Catalyst-Devel-%{version} -tar -zxf %{SOURCE1} %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -60,12 +60,6 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -# install catalyst.pl and manify it -mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 -cd Catalyst-Runtime-%{runtime_version}/script/ -install -m 0755 catalyst.pl %{buildroot}%{_bindir}/ -pod2man catalyst.pl > %{buildroot}%{_mandir}/man1/catalyst.pl.1 - %{_fixperms} %{buildroot}/* %check @@ -79,9 +73,16 @@ %doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man[13]/* -%{_bindir}/* %changelog +* Sun Jun 22 2008 Chris Weyl 1.07-1 +- update to 1.07 +- require perl-Catalyst-Runtime-scripts; catalyst.pl lives in there now. + +* Wed May 28 2008 Chris Weyl 1.06-1 +- update to 1.06 (runtime to 5.7014) +- drop br on Catalyst::Manual; add br on parent + * Wed Mar 05 2008 Tom "spot" Callaway 1.03-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Devel/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2008 19:29:53 -0000 1.3 +++ sources 23 Jun 2008 16:13:19 -0000 1.4 @@ -1,2 +1 @@ -82a4459165e38393eefcdc5a82652f91 Catalyst-Devel-1.03.tar.gz -db926f732cd24ac4c35c50e612c03b7d Catalyst-Runtime-5.7012.tar.gz +9d890503da6bd552d85bafdc92d1729a Catalyst-Devel-1.07.tar.gz From cweyl at fedoraproject.org Mon Jun 23 16:14:34 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 16:14:34 GMT Subject: rpms/perl-Catalyst-Manual/F-9 perl-Catalyst-Manual.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806231614.m5NGEYaU029558@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29521 Modified Files: perl-Catalyst-Manual.spec sources Log Message: * Sun Jun 22 2008 Chris Weyl 5.7012-1 - update to 7.012... - ...and add an epoch. sigh. Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/perl-Catalyst-Manual.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Catalyst-Manual.spec 5 Mar 2008 16:21:15 -0000 1.3 +++ perl-Catalyst-Manual.spec 23 Jun 2008 16:13:47 -0000 1.4 @@ -1,11 +1,12 @@ Name: perl-Catalyst-Manual -Version: 5.700701 -Release: 3%{?dist} +Epoch: 1 +Version: 5.7012 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Manual/ -Source0: http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Manual-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Manual-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -44,13 +45,21 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* -# this is actually better done in perl-Catalyst-Runtime -%exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Sun Jun 22 2008 Chris Weyl 5.7012-1 +- update to 7.012... +- ...and add an epoch. sigh. + +* Sun Jun 22 2008 Chris Weyl 5.701003-1 +- update to 5.701003 +- un-exclude Catalyst::Manual pod as it's been moved over from + Catalyst::Runtime to this dist +- License tag update: GPL -> GPL+ + * Wed Mar 05 2008 Tom "spot" Callaway 5.700701-3 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jun 2007 15:46:14 -0000 1.2 +++ sources 23 Jun 2008 16:13:48 -0000 1.3 @@ -1 +1 @@ -70f872c92533a39ca6893871ec4d3223 Catalyst-Manual-5.700701.tar.gz +ae393f5f193d77a24f0aba62f979353f Catalyst-Manual-5.7012.tar.gz From cweyl at fedoraproject.org Mon Jun 23 16:15:24 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 23 Jun 2008 16:15:24 GMT Subject: rpms/perl-Catalyst-Runtime/F-9 perl-Catalyst-Runtime.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200806231615.m5NGFOxZ029661@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29630 Modified Files: perl-Catalyst-Runtime.spec sources Log Message: * Mon Jun 23 2008 Chris Weyl 5.7014-3 - Quiet STDERR somewhat on build Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/F-9/perl-Catalyst-Runtime.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Catalyst-Runtime.spec 28 Mar 2008 00:53:18 -0000 1.5 +++ perl-Catalyst-Runtime.spec 23 Jun 2008 16:14:38 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Catalyst-Runtime -Version: 5.7012 +Version: 5.7014 Release: 3%{?dist} Summary: Catalyst core modules License: GPL+ or Artistic @@ -54,7 +54,18 @@ %description This is the primary class for the Catalyst-Runtime distribution. It provides -the core of the any runtime Catalyst instance. +the core of any runtime Catalyst instance. + + +%package scripts +Summary: Scripts for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description scripts +The %{name}-scripts package contains scripts distributed with +%{name} but generally used for developing Catalyst applications. + %prep %setup -q -n Catalyst-Runtime-%{version} @@ -63,6 +74,27 @@ perldoc perlgpl > COPYING.gpl perldoc perlartistic > COPYING.artistic +find . -type f -exec chmod -c -x {} + +find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + + +# make sure doc/tests don't generate provides +cat << \EOF > %{name}-prov +#!/bin/sh +FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +if [ "$FOO" != "" ] ; then %{__perl_provides} $FOO ; fi +EOF + +%define __perl_provides %{_builddir}/Catalyst-Runtime-%{version}/%{name}-prov +chmod +x %{__perl_provides} + +cat << \EOF > %{name}-req +#!/bin/sh +%{__perl_requires} `perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'` +EOF + +%define __perl_requires %{_builddir}/Catalyst-Runtime-%{version}/%{name}-req +chmod +x %{__perl_requires} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -77,9 +109,6 @@ %{_fixperms} %{buildroot}/* -# packaged better -- and conflicting with! -- in Catalyst-Manual -rm %{buildroot}%{perl_vendorlib}/Catalyst/Manual.pm - %check # note that some of the optional tests we're enabling here will be skipped # anyways, due to deps on Catalyst::Devel, etc. We cannot depend on @@ -96,20 +125,35 @@ export TEST_STRESS=1 export TEST_THREADS=1 make test +make clean %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes COPYING* +%doc Changes COPYING* t/ %{perl_vendorlib}/* %{_mandir}/man3/* -# we deliver this in perl-Catalyst-Devel (needs Catalyst::Helper) -%exclude %{_bindir}/* -%exclude %{_mandir}/man1/* + +%files scripts +%defattr(-,root,root,-) +%{_bindir}/* +%{_mandir}/man1/* %changelog +* Mon Jun 23 2008 Chris Weyl 5.7014-3 +- Quiet STDERR somewhat on build + +* Sat May 31 2008 Chris Weyl 5.7014-2 +- pull catalyst.pl back from perl-Catalyst-Devel, put into subpackage: too + much of a headache to keep this bit of -Runtime in -Devel +- pull in tests +- deal with perl-Catalyst-Manual issues + +* Sat May 31 2008 Chris Weyl 5.7014-1 +- update to 5.7014 + * Thu Mar 27 2008 Chris Weyl 5.7012-3 - nuke Catalyst/Manual.pm from this dist -- handled in perl-Catalyst-Manual Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2008 19:21:20 -0000 1.3 +++ sources 23 Jun 2008 16:14:38 -0000 1.4 @@ -1 +1 @@ -db926f732cd24ac4c35c50e612c03b7d Catalyst-Runtime-5.7012.tar.gz +897829109863c5c8e14f39d7889c2ad1 Catalyst-Runtime-5.7014.tar.gz From bugzilla at redhat.com Mon Jun 23 16:43:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2008 12:43:15 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200806231643.m5NGhFs7014143@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: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 ------- Additional Comments From updates at fedoraproject.org 2008-06-23 12:43 EST ------- perl-Catalyst-Manual-5.7012-1.fc9,perl-Catalyst-Runtime-5.7014-3.fc9,perl-Catalyst-Devel-1.07-1.fc9 has been submitted as an update for Fedora 9 -- Configure 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 corsepiu at fedoraproject.org Tue Jun 24 09:55:33 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 24 Jun 2008 09:55:33 GMT Subject: rpms/perl-File-Find-Rule-Perl/devel perl-File-Find-Rule-Perl.spec, 1.4, 1.5 Message-ID: <200806240955.m5O9tXW9005638@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5587/devel Modified Files: perl-File-Find-Rule-Perl.spec Log Message: * Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/devel/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:26:52 -0000 1.4 +++ perl-File-Find-Rule-Perl.spec 24 Jun 2008 09:54:45 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,7 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} >= 10 -# FIXME: Missing in Fedora < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Common rules for searching for Perl things. @@ -53,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. From corsepiu at fedoraproject.org Tue Jun 24 09:55:47 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 24 Jun 2008 09:55:47 GMT Subject: rpms/perl-File-Find-Rule-Perl/F-8 perl-File-Find-Rule-Perl.spec, 1.2, 1.3 Message-ID: <200806240955.m5O9tlHU005641@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5587/F-8 Modified Files: perl-File-Find-Rule-Perl.spec Log Message: * Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:27:35 -0000 1.2 +++ perl-File-Find-Rule-Perl.spec 24 Jun 2008 09:55:04 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,7 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} >= 10 -# FIXME: Missing in Fedora < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Common rules for searching for Perl things. @@ -53,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. From corsepiu at fedoraproject.org Tue Jun 24 09:56:03 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 24 Jun 2008 09:56:03 GMT Subject: rpms/perl-File-Find-Rule-Perl/F-9 perl-File-Find-Rule-Perl.spec, 1.4, 1.5 Message-ID: <200806240956.m5O9u3UB005644@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5587/F-9 Modified Files: perl-File-Find-Rule-Perl.spec Log Message: * Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 - Unconditionally BR: perl(Test::CPAN::Meta). Index: perl-File-Find-Rule-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-9/perl-File-Find-Rule-Perl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-File-Find-Rule-Perl.spec 10 Jun 2008 08:27:07 -0000 1.4 +++ perl-File-Find-Rule-Perl.spec 24 Jun 2008 09:55:17 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-File-Find-Rule-Perl Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common rules for searching for Perl things License: GPL+ or Artistic Group: Development/Libraries @@ -18,10 +18,7 @@ # For improved tests BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::MinimumVersion) >= 0.007 -%if 0%{?fedora} >= 10 -# FIXME: Missing in Fedora < 10 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 -%endif %description Common rules for searching for Perl things. @@ -53,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Tue Jun 24 2008 Ralf Cors??pius - 1.04-2 +- Unconditionally BR: perl(Test::CPAN::Meta). + * Tue Jun 10 2008 Ralf Cors??pius - 1.04-1 - Upstream update. From lkundrak at fedoraproject.org Mon Jun 23 19:15:10 2008 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 23 Jun 2008 19:15:10 GMT Subject: rpms/cpanspec/EL-5 import.log, NONE, 1.1 .cvsignore, 1.13, 1.14 cpanspec.spec, 1.14, 1.15 sources, 1.13, 1.14 Message-ID: <200806231915.m5NJFAWB027178@cvs-int.fedora.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/cpanspec/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27072/EL-5 Modified Files: .cvsignore cpanspec.spec sources Added Files: import.log Log Message: Merge from devel --- NEW FILE import.log --- cpanspec-1_77-1_fc10:EL-5:cpanspec-1.77-1.fc10.src.rpm:1214248426 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/EL-5/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 16 Oct 2006 22:40:01 -0000 1.13 +++ .cvsignore 23 Jun 2008 19:14:17 -0000 1.14 @@ -1 +1 @@ -cpanspec-1.69.1.tar.gz +cpanspec-1.77.tar.gz Index: cpanspec.spec =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/EL-5/cpanspec.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cpanspec.spec 16 Oct 2006 22:40:01 -0000 1.14 +++ cpanspec.spec 23 Jun 2008 19:14:17 -0000 1.15 @@ -1,8 +1,8 @@ Name: cpanspec -Version: 1.69.1 +Version: 1.77 Release: 1%{?dist} Summary: RPM spec file generation utility -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Tools URL: http://cpanspec.sourceforge.net/ Source0: http://dl.sourceforge.net/cpanspec/cpanspec-%{version}.tar.gz @@ -10,22 +10,23 @@ BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: /usr/bin/wget +Requires: /usr/bin/curl Requires: /usr/bin/repoquery +Requires: rpm-build %description -cpanspec generates spec files for Perl modules from CPAN for Fedora -Extras. The quality of the spec file is our primary concern. It is -assumed that maintainers will need to do some (hopefully small) amount -of work to clean up the generated spec file to make the package build -and to verify that all of the information contained in the spec file -is correct. +cpanspec generates spec files (and, optionally, source or even binary +packages) for Perl modules from CPAN for Fedora. The quality of the spec +file is our primary concern. It is assumed that maintainers will need to +do some (hopefully small) amount of work to clean up the generated spec +file to make the package build and to verify that all of the information +contained in the spec file is correct. %prep %setup -q %build -perl Build.PL installdirs=vendor +%{__perl} Build.PL installdirs=vendor ./Build %install @@ -47,11 +48,49 @@ %files %defattr(-,root,root,-) -%doc Artistic Changes COPYING BUGS TODO +%doc Artistic BUGS Changes COPYING TODO %{_bindir}/* %{_mandir}/man1/* %changelog +* Mon Jun 16 2008 Steven Pritchard 1.77-1 +- Update to 1.77. + +* Mon Jun 16 2008 Steven Pritchard 1.76-1 +- Update to 1.76. + +* Thu Jun 12 2008 Steven Pritchard 1.75-2 +- Require rpm-build. + +* Mon May 05 2008 Steven Pritchard 1.75-1 +- Update to 1.75 (which really fixes BZ#437804). +- Require curl instead of wget (BZ#438245). +- Update description. + +* Mon Mar 17 2008 Steven Pritchard 1.74-3 +- Fix to work properly with 5.10.0 (BZ#437804). + +* Thu Mar 06 2008 Tom "spot" Callaway - 1.74-2 +- Rebuild for new perl + +* Tue Dec 11 2007 Steven Pritchard 1.74-1 +- Update to 1.74. +- Update License tag. + +* Sun Jul 22 2007 Steven Pritchard 1.73-1 +- Update to 1.73. + +* Fri Jul 13 2007 Steven Pritchard 1.72-1 +- Update to 1.72. + +* Fri Jun 29 2007 Steven Pritchard 1.71-1 +- Update to 1.71. +- Remove "Extras" from the description. +- Use the __perl macro instead of calling perl directly. + +* Mon Mar 12 2007 Steven Pritchard 1.70-1 +- Update to 1.70. + * Mon Oct 16 2006 Steven Pritchard 1.69.1-1 - Update to 1.69.1. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cpanspec/EL-5/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 16 Oct 2006 22:40:01 -0000 1.13 +++ sources 23 Jun 2008 19:14:17 -0000 1.14 @@ -1 +1 @@ -55ee5ad9c67feb428a86c57b495c5f1e cpanspec-1.69.1.tar.gz +89cea6ee4671989aebdbbd8e6a685319 cpanspec-1.77.tar.gz From nigelj at fedoraproject.org Tue Jun 24 04:08:37 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Tue, 24 Jun 2008 04:08:37 GMT Subject: rpms/perl-Crypt-CAST5_PP/EL-5 perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806240408.m5O48b2s009851@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/EL-5 Modified Files: .cvsignore sources Added Files: perl-Crypt-CAST5_PP.spec Log Message: Initial import --- NEW FILE perl-Crypt-CAST5_PP.spec --- Name: perl-Crypt-CAST5_PP Version: 1.04 Release: 2%{?dist} Summary: CAST5 block cipher in pure Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CAST5_PP/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. %prep %setup -q -n Crypt-CAST5_PP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes mkschedule README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.04-2 - Missed two BRs Test::Taint & Crypt::CBC * Mon Jun 23 2008 Nigel Jones - 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:40:32 -0000 1.1 +++ .cvsignore 24 Jun 2008 04:07:17 -0000 1.2 @@ -0,0 +1 @@ +Crypt-CAST5_PP-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:40:32 -0000 1.1 +++ sources 24 Jun 2008 04:07:17 -0000 1.2 @@ -0,0 +1 @@ +563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz From nigelj at fedoraproject.org Tue Jun 24 04:08:40 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Tue, 24 Jun 2008 04:08:40 GMT Subject: rpms/perl-Crypt-CAST5_PP/F-9 perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806240408.m5O48e0S009855@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/F-9 Modified Files: .cvsignore sources Added Files: perl-Crypt-CAST5_PP.spec Log Message: Initial import --- NEW FILE perl-Crypt-CAST5_PP.spec --- Name: perl-Crypt-CAST5_PP Version: 1.04 Release: 2%{?dist} Summary: CAST5 block cipher in pure Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CAST5_PP/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. %prep %setup -q -n Crypt-CAST5_PP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes mkschedule README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.04-2 - Missed two BRs Test::Taint & Crypt::CBC * Mon Jun 23 2008 Nigel Jones - 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:40:32 -0000 1.1 +++ .cvsignore 24 Jun 2008 04:07:53 -0000 1.2 @@ -0,0 +1 @@ +Crypt-CAST5_PP-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:40:32 -0000 1.1 +++ sources 24 Jun 2008 04:07:53 -0000 1.2 @@ -0,0 +1 @@ +563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz From nigelj at fedoraproject.org Tue Jun 24 04:08:47 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Tue, 24 Jun 2008 04:08:47 GMT Subject: rpms/perl-Crypt-CAST5_PP/EL-4 perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806240408.m5O48lqI009882@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/EL-4 Modified Files: .cvsignore sources Added Files: perl-Crypt-CAST5_PP.spec Log Message: Initial import --- NEW FILE perl-Crypt-CAST5_PP.spec --- Name: perl-Crypt-CAST5_PP Version: 1.04 Release: 2%{?dist} Summary: CAST5 block cipher in pure Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CAST5_PP/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. %prep %setup -q -n Crypt-CAST5_PP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes mkschedule README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.04-2 - Missed two BRs Test::Taint & Crypt::CBC * Mon Jun 23 2008 Nigel Jones - 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-4/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:40:32 -0000 1.1 +++ .cvsignore 24 Jun 2008 04:06:53 -0000 1.2 @@ -0,0 +1 @@ +Crypt-CAST5_PP-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:40:32 -0000 1.1 +++ sources 24 Jun 2008 04:06:53 -0000 1.2 @@ -0,0 +1 @@ +563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz From nigelj at fedoraproject.org Tue Jun 24 04:08:52 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Tue, 24 Jun 2008 04:08:52 GMT Subject: rpms/perl-Crypt-CAST5_PP/F-8 perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806240408.m5O48qPD009886@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/F-8 Modified Files: .cvsignore sources Added Files: perl-Crypt-CAST5_PP.spec Log Message: Initial import --- NEW FILE perl-Crypt-CAST5_PP.spec --- Name: perl-Crypt-CAST5_PP Version: 1.04 Release: 2%{?dist} Summary: CAST5 block cipher in pure Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CAST5_PP/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. %prep %setup -q -n Crypt-CAST5_PP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes mkschedule README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.04-2 - Missed two BRs Test::Taint & Crypt::CBC * Mon Jun 23 2008 Nigel Jones - 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-8/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:40:32 -0000 1.1 +++ .cvsignore 24 Jun 2008 04:07:37 -0000 1.2 @@ -0,0 +1 @@ +Crypt-CAST5_PP-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:40:32 -0000 1.1 +++ sources 24 Jun 2008 04:07:37 -0000 1.2 @@ -0,0 +1 @@ +563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz From nigelj at fedoraproject.org Tue Jun 24 04:08:56 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Tue, 24 Jun 2008 04:08:56 GMT Subject: rpms/perl-Crypt-CAST5_PP/devel perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806240408.m5O48ubJ009890@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/devel Modified Files: .cvsignore sources Added Files: perl-Crypt-CAST5_PP.spec Log Message: Initial import --- NEW FILE perl-Crypt-CAST5_PP.spec --- Name: perl-Crypt-CAST5_PP Version: 1.04 Release: 2%{?dist} Summary: CAST5 block cipher in pure Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-CAST5_PP/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. %prep %setup -q -n Crypt-CAST5_PP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes mkschedule README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 1.04-2 - Missed two BRs Test::Taint & Crypt::CBC * Mon Jun 23 2008 Nigel Jones - 1.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:40:32 -0000 1.1 +++ .cvsignore 24 Jun 2008 04:08:11 -0000 1.2 @@ -0,0 +1 @@ +Crypt-CAST5_PP-1.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:40:32 -0000 1.1 +++ sources 24 Jun 2008 04:08:11 -0000 1.2 @@ -0,0 +1 @@ +563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz From bugzilla at redhat.com Tue Jun 24 18:07:29 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 14:07:29 -0400 Subject: [Bug 452738] New: selinux denials when using razor and spamassassin (spamd) 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=452738 Summary: selinux denials when using razor and spamassassin (spamd) Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Razor-Agent AssignedTo: redhat-bugzilla at linuxnetz.de ReportedBy: roth at ursus.net QAContact: extras-qa at fedoraproject.org CC: dwalsh at redhat.com,fedora-perl-devel-list at redhat.com Description of problem: The selinux targeted policy allows the use of razor-admin and razor-report in selinux enforcing mode (razor_per_role_template etc.) but it not sufficient to allow spamassassin to launch razor via its Perl API. When using spamassassin, the razor libraries, config files, etc. are invoked from the spamd_t domain. Tying together razor and spamassassin (spamd_t) using the templates in razor.if results in module compilation errors due to conflicting rules. Version-Release number of selected component (if applicable): perl-Razor-Agent-2.84-4.fc9.i386 spamassassin-3.2.4-4.fc9.i386 selinux-policy-targeted-3.3.1-64.fc9.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: I did some quick cut-and-paste with razor.if and I came up with a simpler interface that can be used to interface to spamd_t: ######################################## ## ## Invoke razor libraries from the target domain ## ## ## ## Domain allowed access. ## ## # interface(`ursus_razor_perl_client',` gen_require(` type razor_t; type razor_log_t; type razor_var_lib_t; ') # subset of rules from razor_common_domain_template manage_dirs_pattern($1,razor_log_t,razor_log_t) manage_files_pattern($1,razor_log_t,razor_log_t) manage_lnk_files_pattern($1,razor_log_t,razor_log_t) # FIXME: this may end up depositing log files with incorrect labels manage_dirs_pattern($1,razor_var_lib_t,razor_var_lib_t) manage_files_pattern($1,razor_var_lib_t,razor_var_lib_t) manage_lnk_files_pattern($1,razor_var_lib_t,razor_var_lib_t) corenet_tcp_sendrecv_razor_port($1) dnl allow $1 { razor_t }:process { signal }; dnl probably only needed for scripts and such ') razor_per_role_template(user, user_t, user_r) ursus_razor_perl_client(spamd_t) -- Configure 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 Jun 24 18:35:44 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 14:35:44 -0400 Subject: [Bug 452738] selinux denials when using razor and spamassassin (spamd) In-Reply-To: Message-ID: <200806241835.m5OIZiHk007838@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: selinux denials when using razor and spamassassin (spamd) https://bugzilla.redhat.com/show_bug.cgi?id=452738 redhat-bugzilla at linuxnetz.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dwalsh at redhat.com |redhat-bugzilla at linuxnetz.de AssignedTo|redhat-bugzilla at linuxnetz.de|dwalsh at redhat.com Component|perl-Razor-Agent |selinux-policy-targeted QAContact|extras-qa at fedoraproject.org |benl at redhat.com ------- Additional Comments From redhat-bugzilla at linuxnetz.de 2008-06-24 14:35 EST ------- This is not a problem of razor/spamassassin, but of selinux-policy. Re- assigning to selinux-policy. Daniel, can you take care of it, please? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 24 20:38:11 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 16:38:11 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806242038.m5OKcBp0015947@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From mmcgrath at redhat.com 2008-06-24 16:38 EST ------- Ugh, this figures. make test is failing horribly in multiple different ways. Looking further. Contacting upstream... why is nothing simple? -- Configure 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 Jun 24 22:24:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 18:24:36 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806242224.m5OMOaGU017133@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From eteo at redhat.com 2008-06-24 18:24 EST ------- Thanks Mike. I am experiencing exactly the same make test problem last night.. -- Configure 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 Jun 24 22:39:45 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 18:39:45 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806242239.m5OMdjpF019330@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From mmcgrath at redhat.com 2008-06-24 18:39 EST ------- Ok, built without make test. Known issue (actually documented in the readme) I opened a ticket with upstream hoping they will fix it soon. http://koji.fedoraproject.org/koji/buildinfo?buildID=53721 Give it a test if you have a moment and I'll push it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Tue Jun 24 22:45:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 18:45:27 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806242245.m5OMjRcX020524@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From eteo at redhat.com 2008-06-24 18:45 EST ------- Awesome. Thanks Mike. I have upgraded perl-SOAP-Lite. I tried running the perl script I had problems with, and it worked now. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From kevin at fedoraproject.org Wed Jun 25 02:46:03 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 25 Jun 2008 02:46:03 GMT Subject: rpms/perl-Crypt-Rijndael - New directory Message-ID: <200806250246.m5P2k3vC020892@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-Rijndael In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20760/rpms/perl-Crypt-Rijndael Log Message: Directory /cvs/extras/rpms/perl-Crypt-Rijndael added to the repository From kevin at fedoraproject.org Wed Jun 25 02:46:21 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 25 Jun 2008 02:46:21 GMT Subject: rpms/perl-Crypt-Rijndael/devel - New directory Message-ID: <200806250246.m5P2kLgI020953@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-Rijndael/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20760/rpms/perl-Crypt-Rijndael/devel Log Message: Directory /cvs/extras/rpms/perl-Crypt-Rijndael/devel added to the repository From kevin at fedoraproject.org Wed Jun 25 02:46:40 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 25 Jun 2008 02:46:40 GMT Subject: rpms/perl-Crypt-Rijndael Makefile,NONE,1.1 Message-ID: <200806250246.m5P2keI9021025@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-Rijndael In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20760/rpms/perl-Crypt-Rijndael Added Files: Makefile Log Message: Setup of module perl-Crypt-Rijndael --- NEW FILE Makefile --- # Top level Makefile for module perl-Crypt-Rijndael 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 {} \; From kevin at fedoraproject.org Wed Jun 25 02:46:59 2008 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Wed, 25 Jun 2008 02:46:59 GMT Subject: rpms/perl-Crypt-Rijndael/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200806250246.m5P2kxBW021101@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/perl-Crypt-Rijndael/devel In directory cvs-int.fedora.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20760/rpms/perl-Crypt-Rijndael/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Crypt-Rijndael --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Crypt-Rijndael # $Id: Makefile,v 1.1 2008/06/25 02:46:40 kevin Exp $ NAME := perl-Crypt-Rijndael SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From bugzilla at redhat.com Wed Jun 25 02:49:36 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 22:49:36 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200806250249.m5P2na3m012773@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: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA ------- Additional Comments From updates at fedoraproject.org 2008-06-24 22:49 EST ------- perl-Catalyst-Devel-1.07-1.fc9, perl-Catalyst-Runtime-5.7014-3.fc9, perl-Catalyst-Manual-5.7012-1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Catalyst-Devel perl-Catalyst-Runtime perl-Catalyst-Manual'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-5632 -- Configure 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 Jun 25 02:54:07 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 22:54:07 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806250254.m5P2s7kL030163@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From updates at fedoraproject.org 2008-06-24 22:54 EST ------- perl-5.10.0-26.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Wed Jun 25 02:54:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2008 22:54:13 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806250254.m5P2sDer030211@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |5.10.0-26.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From mmcgrath at fedoraproject.org Tue Jun 24 21:12:19 2008 From: mmcgrath at fedoraproject.org (Mike McGrath) Date: Tue, 24 Jun 2008 21:12:19 GMT Subject: rpms/perl-SOAP-Lite/devel .cvsignore, 1.4, 1.5 perl-SOAP-Lite.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200806242112.m5OLCJSO031538@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/perl-SOAP-Lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31444 Modified Files: .cvsignore perl-SOAP-Lite.spec sources Log Message: upstream released new version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jul 2006 19:51:21 -0000 1.4 +++ .cvsignore 24 Jun 2008 21:11:30 -0000 1.5 @@ -1 +1 @@ -SOAP-Lite-0.68.tar.gz +SOAP-Lite-0.710.07.tar.gz Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-SOAP-Lite.spec 4 Mar 2008 05:01:59 -0000 1.10 +++ perl-SOAP-Lite.spec 24 Jun 2008 21:11:30 -0000 1.11 @@ -1,12 +1,11 @@ Name: perl-SOAP-Lite -Version: 0.68 -Release: 6%{?dist} +Version: 0.710.07 +Release: 1%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/SOAP-Lite/ Source0: http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz -Patch0: SOAP-Lite-0.68-nil-value.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -35,7 +34,6 @@ %prep %setup -q -n SOAP-Lite-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor @@ -57,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %check -make test +# Currently disabled until upstream fixes +#make test %files %defattr(-,root,root,-) @@ -75,6 +74,9 @@ %{_mandir}/man1/* %changelog +* Tue Jun 24 2008 Mike McGrath - 0.710.07-1 +- Upstream released new version + * Mon Mar 3 2008 Tom "spot" Callaway - 0.68-6 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jul 2006 19:51:21 -0000 1.4 +++ sources 24 Jun 2008 21:11:30 -0000 1.5 @@ -1 +1 @@ -1ce5b461de969b12c5ce9892ffcdb810 SOAP-Lite-0.68.tar.gz +ca2db031c82dbb20079ff091b1d20acb SOAP-Lite-0.710.07.tar.gz From mmcgrath at fedoraproject.org Tue Jun 24 21:21:12 2008 From: mmcgrath at fedoraproject.org (Mike McGrath) Date: Tue, 24 Jun 2008 21:21:12 GMT Subject: rpms/perl-SOAP-Lite/EL-5 perl-SOAP-Lite.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200806242121.m5OLLCqh032537@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/perl-SOAP-Lite/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32211/EL-5 Modified Files: perl-SOAP-Lite.spec sources Log Message: upstream released a new version Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/EL-5/perl-SOAP-Lite.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-SOAP-Lite.spec 23 Jul 2007 00:39:44 -0000 1.10 +++ perl-SOAP-Lite.spec 24 Jun 2008 21:19:20 -0000 1.11 @@ -1,18 +1,22 @@ Name: perl-SOAP-Lite -Version: 0.68 -Release: 6%{?dist} +Version: 0.710.07 +Release: 1%{?dist} Summary: Client and server side SOAP implementation -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/SOAP-Lite/ Source0: http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz -Patch0: SOAP-Lite-0.68-nil-value.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-XML-Parser +BuildRequires: perl(ExtUtils::MakeMaker) BuildArch: noarch +#%define bogusreqs 'MQ\\|Jabber' +#%define bogusreqs perl.Net..Jabber. +#%global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"' +#%define __perl_requires %{reqfilt} %define bogusreqs 'perl(MQClient::MQSeries)\ perl(MQSeries)\ perl(MQSeries::Message)\ @@ -22,6 +26,7 @@ %global reqfilt sh -c "%{__perl_requires} | %{__grep} -Fv %{bogusreqs}" %define __perl_requires %{reqfilt} + %description SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on @@ -29,7 +34,6 @@ %prep %setup -q -n SOAP-Lite-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor @@ -51,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %check -make test +# Currently disabled until upstream fixes +#make test %files %defattr(-,root,root,-) @@ -69,14 +74,24 @@ %{_mandir}/man1/* %changelog -* Sun Jul 22 2007 Mike McGrath - 0.86-6 -- Release bump +* Tue Jun 24 2008 Mike McGrath - 0.710.07-1 +- Upstream released new version + +* Mon Mar 3 2008 Tom "spot" Callaway - 0.68-6 +- rebuild for new perl + +* Thu Oct 18 2007 Mike McGrath - 0.68-5 +- Fixed build requires + +* Tue Oct 16 2007 Tom "spot" Callaway - 0.68-4.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) -* Fri Jun 01 2007 Mike McGrath - 0.86-5 -- Release bump +* Mon Mar 03 2007 Mike McGrath - 0.68-4 +- bogus reqs diff -* Tue Apr 17 2007 Mike McGrath - 0.68-2.1 -- Rebuilt for EL-5 +* Sat Jan 2 2007 Mike McGrath - 0.68-3 +- Changed the way this package removes bogus reqs for EL4 * Sun Sep 10 2006 Mike McGrath - 0.68-1 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jul 2006 19:51:21 -0000 1.4 +++ sources 24 Jun 2008 21:19:20 -0000 1.5 @@ -1 +1 @@ -1ce5b461de969b12c5ce9892ffcdb810 SOAP-Lite-0.68.tar.gz +ca2db031c82dbb20079ff091b1d20acb SOAP-Lite-0.710.07.tar.gz From mmcgrath at fedoraproject.org Tue Jun 24 21:21:14 2008 From: mmcgrath at fedoraproject.org (Mike McGrath) Date: Tue, 24 Jun 2008 21:21:14 GMT Subject: rpms/perl-SOAP-Lite/F-8 perl-SOAP-Lite.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200806242121.m5OLLE97032546@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/perl-SOAP-Lite/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32211/F-8 Modified Files: perl-SOAP-Lite.spec sources Log Message: upstream released a new version Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/F-8/perl-SOAP-Lite.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-SOAP-Lite.spec 18 Oct 2007 14:56:07 -0000 1.9 +++ perl-SOAP-Lite.spec 24 Jun 2008 21:19:42 -0000 1.10 @@ -1,12 +1,11 @@ Name: perl-SOAP-Lite -Version: 0.68 -Release: 5%{?dist} +Version: 0.710.07 +Release: 1%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/SOAP-Lite/ Source0: http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz -Patch0: SOAP-Lite-0.68-nil-value.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -35,7 +34,6 @@ %prep %setup -q -n SOAP-Lite-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor @@ -57,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %check -make test +# Currently disabled until upstream fixes +#make test %files %defattr(-,root,root,-) @@ -75,6 +74,12 @@ %{_mandir}/man1/* %changelog +* Tue Jun 24 2008 Mike McGrath - 0.710.07-1 +- Upstream released new version + +* Mon Mar 3 2008 Tom "spot" Callaway - 0.68-6 +- rebuild for new perl + * Thu Oct 18 2007 Mike McGrath - 0.68-5 - Fixed build requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/F-8/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jul 2006 19:51:21 -0000 1.4 +++ sources 24 Jun 2008 21:19:42 -0000 1.5 @@ -1 +1 @@ -1ce5b461de969b12c5ce9892ffcdb810 SOAP-Lite-0.68.tar.gz +ca2db031c82dbb20079ff091b1d20acb SOAP-Lite-0.710.07.tar.gz From mmcgrath at fedoraproject.org Tue Jun 24 21:21:19 2008 From: mmcgrath at fedoraproject.org (Mike McGrath) Date: Tue, 24 Jun 2008 21:21:19 GMT Subject: rpms/perl-SOAP-Lite/F-9 perl-SOAP-Lite.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200806242121.m5OLLJUl032553@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/perl-SOAP-Lite/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32211/F-9 Modified Files: perl-SOAP-Lite.spec sources Log Message: upstream released a new version Index: perl-SOAP-Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/F-9/perl-SOAP-Lite.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-SOAP-Lite.spec 4 Mar 2008 05:01:59 -0000 1.10 +++ perl-SOAP-Lite.spec 24 Jun 2008 21:20:15 -0000 1.11 @@ -1,12 +1,11 @@ Name: perl-SOAP-Lite -Version: 0.68 -Release: 6%{?dist} +Version: 0.710.07 +Release: 1%{?dist} Summary: Client and server side SOAP implementation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/SOAP-Lite/ Source0: http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz -Patch0: SOAP-Lite-0.68-nil-value.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -35,7 +34,6 @@ %prep %setup -q -n SOAP-Lite-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor @@ -57,7 +55,8 @@ rm -rf $RPM_BUILD_ROOT %check -make test +# Currently disabled until upstream fixes +#make test %files %defattr(-,root,root,-) @@ -75,6 +74,9 @@ %{_mandir}/man1/* %changelog +* Tue Jun 24 2008 Mike McGrath - 0.710.07-1 +- Upstream released new version + * Mon Mar 3 2008 Tom "spot" Callaway - 0.68-6 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SOAP-Lite/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jul 2006 19:51:21 -0000 1.4 +++ sources 24 Jun 2008 21:20:15 -0000 1.5 @@ -1 +1 @@ -1ce5b461de969b12c5ce9892ffcdb810 SOAP-Lite-0.68.tar.gz +ca2db031c82dbb20079ff091b1d20acb SOAP-Lite-0.710.07.tar.gz From corsepiu at fedoraproject.org Wed Jun 25 12:29:28 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 25 Jun 2008 12:29:28 GMT Subject: rpms/perl-Devel-StackTrace/devel .cvsignore, 1.8, 1.9 perl-Devel-StackTrace.spec, 1.14, 1.15 sources, 1.8, 1.9 Message-ID: <200806251229.m5PCTSEW028553@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28473 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 7 Apr 2008 13:59:09 -0000 1.8 +++ .cvsignore 25 Jun 2008 12:28:40 -0000 1.9 @@ -1 +1 @@ -Devel-StackTrace-1.18.tar.gz +Devel-StackTrace-1.1901.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/perl-Devel-StackTrace.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Devel-StackTrace.spec 16 May 2008 02:29:23 -0000 1.14 +++ perl-Devel-StackTrace.spec 25 Jun 2008 12:28:40 -0000 1.15 @@ -1,7 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.18 -Release: 2%{?dist} +Version: 1.1901 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-StackTrace @@ -56,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 +- Upstream update. + * Fri May 16 2008 Ralf Cors??pius - 1.18-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 7 Apr 2008 13:59:09 -0000 1.8 +++ sources 25 Jun 2008 12:28:40 -0000 1.9 @@ -1 +1 @@ -de77c1708f35fbff188592687dcbcf0a Devel-StackTrace-1.18.tar.gz +653c84a78d3c81a8960c5cbe1495ecb0 Devel-StackTrace-1.1901.tar.gz From corsepiu at fedoraproject.org Wed Jun 25 12:35:21 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 25 Jun 2008 12:35:21 GMT Subject: rpms/perl-Devel-StackTrace/F-9 .cvsignore, 1.8, 1.9 perl-Devel-StackTrace.spec, 1.14, 1.15 sources, 1.8, 1.9 Message-ID: <200806251235.m5PCZLTV028959@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28859 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 7 Apr 2008 13:59:09 -0000 1.8 +++ .cvsignore 25 Jun 2008 12:34:19 -0000 1.9 @@ -1 +1 @@ -Devel-StackTrace-1.18.tar.gz +Devel-StackTrace-1.1901.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/perl-Devel-StackTrace.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Devel-StackTrace.spec 16 May 2008 02:34:26 -0000 1.14 +++ perl-Devel-StackTrace.spec 25 Jun 2008 12:34:19 -0000 1.15 @@ -1,7 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.18 -Release: 2%{?dist} +Version: 1.1901 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-StackTrace @@ -56,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 +- Upstream update. + * Fri May 16 2008 Ralf Cors??pius - 1.18-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-9/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 7 Apr 2008 13:59:09 -0000 1.8 +++ sources 25 Jun 2008 12:34:19 -0000 1.9 @@ -1 +1 @@ -de77c1708f35fbff188592687dcbcf0a Devel-StackTrace-1.18.tar.gz +653c84a78d3c81a8960c5cbe1495ecb0 Devel-StackTrace-1.1901.tar.gz From corsepiu at fedoraproject.org Wed Jun 25 12:42:02 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 25 Jun 2008 12:42:02 GMT Subject: rpms/perl-Devel-StackTrace/F-8 .cvsignore, 1.7, 1.8 perl-Devel-StackTrace.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200806251242.m5PCg2H7030225@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29981 Modified Files: .cvsignore perl-Devel-StackTrace.spec sources Log Message: * Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Apr 2008 14:12:43 -0000 1.7 +++ .cvsignore 25 Jun 2008 12:41:06 -0000 1.8 @@ -1 +1 @@ -Devel-StackTrace-1.18.tar.gz +Devel-StackTrace-1.1901.tar.gz Index: perl-Devel-StackTrace.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/perl-Devel-StackTrace.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Devel-StackTrace.spec 16 May 2008 03:00:55 -0000 1.11 +++ perl-Devel-StackTrace.spec 25 Jun 2008 12:41:06 -0000 1.12 @@ -1,7 +1,7 @@ Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects -Version: 1.18 -Release: 2%{?dist} +Version: 1.1901 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-StackTrace @@ -56,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Wed Jun 25 2008 Ralf Cors??pius - 1.1901-1 +- Upstream update. + * Fri May 16 2008 Ralf Cors??pius - 1.18-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Devel-StackTrace/F-8/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Apr 2008 14:12:43 -0000 1.7 +++ sources 25 Jun 2008 12:41:06 -0000 1.8 @@ -1 +1 @@ -de77c1708f35fbff188592687dcbcf0a Devel-StackTrace-1.18.tar.gz +653c84a78d3c81a8960c5cbe1495ecb0 Devel-StackTrace-1.1901.tar.gz From cweyl at fedoraproject.org Wed Jun 25 21:55:39 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 25 Jun 2008 21:55:39 GMT Subject: rpms/perl-Catalyst-Manual/devel perl-Catalyst-Manual.spec,1.4,1.5 Message-ID: <200806252155.m5PLtdjZ002247@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2151 Modified Files: perl-Catalyst-Manual.spec Log Message: * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Catalyst-Manual.spec 23 Jun 2008 03:34:14 -0000 1.4 +++ perl-Catalyst-Manual.spec 25 Jun 2008 21:54:46 -0000 1.5 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Manual Epoch: 1 Version: 5.7012 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries @@ -48,8 +48,13 @@ %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* +# this is actually better done in perl-Catalyst-Runtime +%exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Wed Jun 25 2008 Chris Weyl 5.7012-2 +- re-exclude Catalyst::Manual.3pm + * Sun Jun 22 2008 Chris Weyl 5.7012-1 - update to 7.012... - ...and add an epoch. sigh. From cweyl at fedoraproject.org Wed Jun 25 22:09:02 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 25 Jun 2008 22:09:02 GMT Subject: rpms/perl-Catalyst-Manual/F-9 perl-Catalyst-Manual.spec,1.4,1.5 Message-ID: <200806252209.m5PM92Ib009500@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9435 Modified Files: perl-Catalyst-Manual.spec Log Message: * Wed Jun 25 2008 Chris Weyl 5.7012-2 - re-exclude Catalyst::Manual.3pm Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-9/perl-Catalyst-Manual.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Catalyst-Manual.spec 23 Jun 2008 16:13:47 -0000 1.4 +++ perl-Catalyst-Manual.spec 25 Jun 2008 22:08:12 -0000 1.5 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Manual Epoch: 1 Version: 5.7012 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries @@ -48,8 +48,13 @@ %doc Changes README t/ %{perl_vendorlib}/* %{_mandir}/man3/* +# this is actually better done in perl-Catalyst-Runtime +%exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Wed Jun 25 2008 Chris Weyl 5.7012-2 +- re-exclude Catalyst::Manual.3pm + * Sun Jun 22 2008 Chris Weyl 5.7012-1 - update to 7.012... - ...and add an epoch. sigh. From bugzilla at redhat.com Wed Jun 25 22:43:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Jun 2008 18:43:39 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806252243.m5PMhdSF024842@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 trendele at imtek.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trendele at imtek.de ------- Additional Comments From trendele at imtek.de 2008-06-25 18:43 EST ------- perl-5.10.0-26.fc9 removed "/usr/lib/perl5/site_perl/5.10.0" from @INC, and replaced it with "/usr/local/lib/perl5/site_perl/5.10.0". This update breaks *every* Perl program that relies on *any* CPAN module installed prior to this update, because all of those modules have been installed under the old "site_perl" directory and are now out of the search path! Please re-add /usr/lib/perl5/site_perl/5.10.0 in the next update. As a workaroud, symlink /usr/local/lib/perl5/site_perl/5.10.0 to /usr/lib/site_perl/5.10.0 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Thu Jun 26 02:52:22 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 26 Jun 2008 02:52:22 GMT Subject: rpms/perl-Catalyst-Plugin-ConfigLoader/F-8 perl-Catalyst-Plugin-ConfigLoader.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806260252.m5Q2qM2G016256@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16214 Modified Files: perl-Catalyst-Plugin-ConfigLoader.spec sources Log Message: * Sat May 10 2008 Chris Weyl 0.20-1 - update to 0.20 Index: perl-Catalyst-Plugin-ConfigLoader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/F-8/perl-Catalyst-Plugin-ConfigLoader.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-Plugin-ConfigLoader.spec 16 May 2007 23:53:20 -0000 1.2 +++ perl-Catalyst-Plugin-ConfigLoader.spec 26 Jun 2008 02:51:22 -0000 1.3 @@ -1,8 +1,8 @@ Name: perl-Catalyst-Plugin-ConfigLoader -Version: 0.14 -Release: 3%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Load config files of various types -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/ Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz @@ -59,6 +59,12 @@ %{_mandir}/man3/* %changelog +* Sat May 10 2008 Chris Weyl 0.20-1 +- update to 0.20 + +* Wed Mar 05 2008 Tom "spot" Callaway 0.14-4 +- rebuild for new perl + * Wed May 16 2007 Chris Weyl 0.14-3 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-ConfigLoader/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 May 2007 23:52:49 -0000 1.2 +++ sources 26 Jun 2008 02:51:22 -0000 1.3 @@ -1 +1 @@ -c74052aa2f09d5044eb37aa34a1b89a5 Catalyst-Plugin-ConfigLoader-0.14.tar.gz +caf54295dc488e1e5c246ece24bfe0cd Catalyst-Plugin-ConfigLoader-0.20.tar.gz From cweyl at fedoraproject.org Thu Jun 26 03:04:31 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 26 Jun 2008 03:04:31 GMT Subject: rpms/perl-JSON/devel .cvsignore, 1.7, 1.8 perl-JSON.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200806260304.m5Q34Vh0023180@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23137 Modified Files: .cvsignore perl-JSON.spec sources Log Message: * Wed Jun 25 2008 Chris Weyl 2.11-1 - update to 2.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 10 Mar 2008 03:19:50 -0000 1.7 +++ .cvsignore 26 Jun 2008 03:03:42 -0000 1.8 @@ -1 +1 @@ -JSON-2.07.tar.gz +JSON-2.11.tar.gz Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-JSON.spec 10 Mar 2008 03:19:50 -0000 1.8 +++ perl-JSON.spec 26 Jun 2008 03:03:42 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-JSON -Version: 2.07 +Version: 2.11 Release: 1%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic @@ -78,6 +78,12 @@ %{_mandir}/man3/* %changelog +* Wed Jun 25 2008 Chris Weyl 2.11-1 +- update to 2.11 + +* Wed May 28 2008 Chris Weyl 2.09-1 +- update to 2.09 + * Sun Mar 09 2008 Chris Weyl 2.07-1 - update to 2.x series before F9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 10 Mar 2008 03:19:50 -0000 1.7 +++ sources 26 Jun 2008 03:03:42 -0000 1.8 @@ -1 +1 @@ -1ca7b2851f1a8e835eec46d013da8a2b JSON-2.07.tar.gz +80c23fa3332f644274b7ec83cb86cbfd JSON-2.11.tar.gz From bugzilla at redhat.com Thu Jun 26 07:50:49 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Jun 2008 03:50:49 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806260750.m5Q7onPv001489@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-26 03:50 EST ------- (In reply to comment #13) > perl-5.10.0-26.fc9 removed "/usr/lib/perl5/site_perl/5.10.0" from @INC, and > replaced it with "/usr/local/lib/perl5/site_perl/5.10.0". > > This update breaks *every* Perl program that relies on *any* CPAN module > installed prior to this update, [...] Let me add that this is true for 32bit systems only. On 64bit systems, site_perl is under /usr/local since the update to 5.10.0, i.e. since the release of Fedora 9. But yes, we may add /usr/lib/.../site_path to @INC for backward compatibility, at least on 32 bit systems. That will delay the surprise until upgrade to Fedora 10, where it can be more expected. ;-) -- Configure 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 Jun 26 07:58:51 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Jun 2008 03:58:51 -0400 Subject: [Bug 448735] Inconsistent @INC In-Reply-To: Message-ID: <200806260758.m5Q7wpf9002707@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: Inconsistent @INC https://bugzilla.redhat.com/show_bug.cgi?id=448735 ------- Additional Comments From skasal at redhat.com 2008-06-26 03:58 EST ------- I keep this bug closed, as the @INC paths are consistent in the moment. Bug #452898 has been filed to track the backward compatibility 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 nigelj at fedoraproject.org Thu Jun 26 11:39:00 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:39:00 GMT Subject: rpms/perl-Crypt-CAST5_PP/EL-4 perl-Crypt-CAST5_PP.spec,1.1,1.2 Message-ID: <200806261139.m5QBd0UP002982@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2926 Modified Files: perl-Crypt-CAST5_PP.spec Log Message: Missing Test::Taint Index: perl-Crypt-CAST5_PP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/EL-4/perl-Crypt-CAST5_PP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-CAST5_PP.spec 24 Jun 2008 04:06:53 -0000 1.1 +++ perl-Crypt-CAST5_PP.spec 26 Jun 2008 11:38:14 -0000 1.2 @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.47 -BuildRequires: perl(Test::Taint) +#BuildRequires: perl(Test::Taint) BuildRequires: perl(Crypt::CBC) Requires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) From nigelj at fedoraproject.org Thu Jun 26 11:50:32 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:50:32 GMT Subject: rpms/perl-Crypt-GeneratePassword/EL-5 perl-Crypt-GeneratePassword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806261150.m5QBoW9K003607@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/EL-5 Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:49:16 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:49:16 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz From nigelj at fedoraproject.org Thu Jun 26 11:50:42 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:50:42 GMT Subject: rpms/perl-Crypt-GeneratePassword/F-9 perl-Crypt-GeneratePassword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806261150.m5QBogJw003611@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/F-9 Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:49:53 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:49:53 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz From nigelj at fedoraproject.org Thu Jun 26 11:50:46 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:50:46 GMT Subject: rpms/perl-Crypt-GeneratePassword/EL-4 perl-Crypt-GeneratePassword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806261150.m5QBokvQ003615@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/EL-4 Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-4/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:48:57 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:48:57 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz From nigelj at fedoraproject.org Thu Jun 26 11:50:52 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:50:52 GMT Subject: rpms/perl-Crypt-GeneratePassword/F-8 perl-Crypt-GeneratePassword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806261150.m5QBoqcS003623@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/F-8 Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-8/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:49:32 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/F-8/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:49:32 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz From nigelj at fedoraproject.org Thu Jun 26 11:50:59 2008 From: nigelj at fedoraproject.org (Nigel Jones) Date: Thu, 26 Jun 2008 11:50:59 GMT Subject: rpms/perl-Crypt-GeneratePassword/devel perl-Crypt-GeneratePassword.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200806261150.m5QBoxpQ003627@cvs-int.fedora.redhat.com> Author: nigelj Update of /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3488/devel Modified Files: .cvsignore sources Added Files: perl-Crypt-GeneratePassword.spec Log Message: Initial Import of perl-Crypt-GeneratePassword --- NEW FILE perl-Crypt-GeneratePassword.spec --- Name: perl-Crypt-GeneratePassword Version: 0.03 Release: 12%{?dist} Summary: Generate secure random pronounceable passwords License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-GeneratePassword/ Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-GeneratePassword-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. %prep %setup -q -n Crypt-GeneratePassword-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jun 23 2008 Nigel Jones - 0.03-12 - Specfile autogenerated by cpanspec 1.77. - Bump to be > than -11 in Spacewalk repo Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Jun 2008 15:43:38 -0000 1.1 +++ .cvsignore 26 Jun 2008 11:50:12 -0000 1.2 @@ -0,0 +1 @@ +Crypt-GeneratePassword-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-GeneratePassword/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Jun 2008 15:43:38 -0000 1.1 +++ sources 26 Jun 2008 11:50:12 -0000 1.2 @@ -0,0 +1 @@ +65a9e924ba7496ebd13b70d863d8ae1b Crypt-GeneratePassword-0.03.tar.gz From skasal at redhat.com Thu Jun 26 16:14:19 2008 From: skasal at redhat.com (Stepan Kasal) Date: Thu, 26 Jun 2008 18:14:19 +0200 Subject: What's the right @INC path? Message-ID: <20080626161419.GA7879@camelia.ucw.cz> Hello all, there were recently some bugs considering the @INC path. (For the curious: bugs 448735 and 452898.) The current @INC contains long directory names. (I visited a Debian machine and it looked much saner.) I would like to understand the reasons. Let's imagine that @INC would be the following: /usr/lib/perl5/5.10.0 -Darchlib=%{_libdir}/perl5/%{perl_version} /usr/share/perl5/5.10.0 -Dprivlib=%{_prefix}/share/perl5/%{perl_version} /usr/local/lib/perl5 -Dsitearch=%{_prefix}/local/%{_lib}/perl5 /usr/local/share/perl5 -Dsitelib=%{_prefix}/local/share/perl5 /usr/lib/perl5 -Dvendorarch=%{_libdir}/perl5 /usr/share/perl5 -Dvendorlib=%{_prefix}/share/perl5 What would be wrong if we switched to this simple layout? More exactly: First, what would be wrong with this setup if it were used in a fresh new distribution? And when the answer for the above is "nothing", then more questions come: Is it feasible to get to that setup in F-10? Which backward compatibility provisions should be done in order to ease the transition for Fedora users? Thank you in advance for any explanations, Stepan Kasal From steve at silug.org Thu Jun 26 19:41:55 2008 From: steve at silug.org (Steven Pritchard) Date: Thu, 26 Jun 2008 14:41:55 -0500 Subject: What's the right @INC path? In-Reply-To: <20080626161419.GA7879@camelia.ucw.cz> References: <20080626161419.GA7879@camelia.ucw.cz> Message-ID: <20080626194155.GA12660@osiris.silug.org> On Thu, Jun 26, 2008 at 06:14:19PM +0200, Stepan Kasal wrote: > Let's imagine that @INC would be the following: > > /usr/lib/perl5/5.10.0 -Darchlib=%{_libdir}/perl5/%{perl_version} > /usr/share/perl5/5.10.0 -Dprivlib=%{_prefix}/share/perl5/%{perl_version} > /usr/local/lib/perl5 -Dsitearch=%{_prefix}/local/%{_lib}/perl5 > /usr/local/share/perl5 -Dsitelib=%{_prefix}/local/share/perl5 > /usr/lib/perl5 -Dvendorarch=%{_libdir}/perl5 > /usr/share/perl5 -Dvendorlib=%{_prefix}/share/perl5 > > What would be wrong if we switched to this simple layout? I think that would have been the right thing to do when we switched to 5.10.0. At this point, I'm not so sure. It would mean rebuilding all perl-* packages *again*. Also, I seem to recall some objection to creating directories in /usr/local, even if they were empty. Steve -- Steven Pritchard - K&S Pritchard Enterprises, Inc. Email: steve at kspei.com http://www.kspei.com/ Phone: (618)624-4440 Mobile: (618)567-7320 From cweyl at fedoraproject.org Thu Jun 26 21:34:44 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 26 Jun 2008 21:34:44 GMT Subject: rpms/perl-Test-WWW-Mechanize/devel .cvsignore, 1.6, 1.7 perl-Test-WWW-Mechanize.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200806262134.m5QLYi39031942@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31854 Modified Files: .cvsignore perl-Test-WWW-Mechanize.spec sources Log Message: * Wed Jun 25 2008 Chris Weyl 1.20-1 - update to 1.20 - update BR's Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jun 2007 15:58:13 -0000 1.6 +++ .cvsignore 26 Jun 2008 21:33:48 -0000 1.7 @@ -1 +1 @@ -Test-WWW-Mechanize-1.14.tar.gz +Test-WWW-Mechanize-1.20.tar.gz Index: perl-Test-WWW-Mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize/devel/perl-Test-WWW-Mechanize.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Test-WWW-Mechanize.spec 5 Mar 2008 15:10:00 -0000 1.7 +++ perl-Test-WWW-Mechanize.spec 26 Jun 2008 21:33:48 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize -Version: 1.14 -Release: 2%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Testing-specific WWW::Mechanize subclass Group: Development/Libraries @@ -10,12 +10,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(WWW::Mechanize) >= 1.24 -BuildRequires: perl(Test::Builder::Tester), perl(Test::LongString) +BuildRequires: perl(Test::Builder::Tester) >= 1.09 +BuildRequires: perl(Test::LongString) >= 0.07 BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl(URI::file) -BuildRequires: perl(Carp::Assert::More), perl(HTTP::Server::Simple) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Carp::Assert::More) +BuildRequires: perl(HTTP::Server::Simple) >= 0.07 %description Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates @@ -36,7 +41,7 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -50,11 +55,15 @@ %files %defattr(-,root,root,-) %doc Changes README -%{perl_vendorlib}/Test/ +%{perl_vendorlib}/Test %{_mandir}/man3/*.3pm* %changelog +* Wed Jun 25 2008 Chris Weyl 1.20-1 +- update to 1.20 +- update BR's + * Wed Mar 5 2008 Tom "spot" Callaway - 1.14-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jun 2007 15:58:13 -0000 1.6 +++ sources 26 Jun 2008 21:33:48 -0000 1.7 @@ -1 +1 @@ -8ff01f058c07e74c85b25741afb4188d Test-WWW-Mechanize-1.14.tar.gz +d385060891a9cfec5898c7ea95108aad Test-WWW-Mechanize-1.20.tar.gz From cweyl at fedoraproject.org Thu Jun 26 21:34:49 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 26 Jun 2008 21:34:49 GMT Subject: rpms/perl-Test-WWW-Mechanize/F-9 perl-Test-WWW-Mechanize.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200806262134.m5QLYnte031977@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31861 Modified Files: perl-Test-WWW-Mechanize.spec sources Log Message: * Wed Jun 25 2008 Chris Weyl 1.20-1 - update to 1.20 - update BR's Index: perl-Test-WWW-Mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize/F-9/perl-Test-WWW-Mechanize.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Test-WWW-Mechanize.spec 5 Mar 2008 15:10:00 -0000 1.7 +++ perl-Test-WWW-Mechanize.spec 26 Jun 2008 21:34:00 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize -Version: 1.14 -Release: 2%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: Testing-specific WWW::Mechanize subclass Group: Development/Libraries @@ -10,12 +10,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(WWW::Mechanize) >= 1.24 -BuildRequires: perl(Test::Builder::Tester), perl(Test::LongString) +BuildRequires: perl(Test::Builder::Tester) >= 1.09 +BuildRequires: perl(Test::LongString) >= 0.07 BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl(URI::file) -BuildRequires: perl(Carp::Assert::More), perl(HTTP::Server::Simple) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Carp::Assert::More) +BuildRequires: perl(HTTP::Server::Simple) >= 0.07 %description Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates @@ -36,7 +41,7 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -50,11 +55,15 @@ %files %defattr(-,root,root,-) %doc Changes README -%{perl_vendorlib}/Test/ +%{perl_vendorlib}/Test %{_mandir}/man3/*.3pm* %changelog +* Wed Jun 25 2008 Chris Weyl 1.20-1 +- update to 1.20 +- update BR's + * Wed Mar 5 2008 Tom "spot" Callaway - 1.14-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jun 2007 15:58:13 -0000 1.6 +++ sources 26 Jun 2008 21:34:00 -0000 1.7 @@ -1 +1 @@ -8ff01f058c07e74c85b25741afb4188d Test-WWW-Mechanize-1.14.tar.gz +d385060891a9cfec5898c7ea95108aad Test-WWW-Mechanize-1.20.tar.gz From rc040203 at freenet.de Fri Jun 27 06:42:07 2008 From: rc040203 at freenet.de (Ralf Corsepius) Date: Fri, 27 Jun 2008 08:42:07 +0200 Subject: What's the right @INC path? In-Reply-To: <20080626161419.GA7879@camelia.ucw.cz> References: <20080626161419.GA7879@camelia.ucw.cz> Message-ID: <1214548927.6554.402.camel@beck.corsepiu.local> On Thu, 2008-06-26 at 18:14 +0200, Stepan Kasal wrote: > Hello all, > > there were recently some bugs considering the @INC path. > (For the curious: bugs 448735 and 452898.) > > The current @INC contains long directory names. (I visited a Debian > machine and it looked much saner.) > I would like to understand the reasons. > > Let's imagine that @INC would be the following: > > /usr/lib/perl5/5.10.0 -Darchlib=%{_libdir}/perl5/%{perl_version} > /usr/share/perl5/5.10.0 -Dprivlib=%{_prefix}/share/perl5/%{perl_version} > /usr/local/lib/perl5 -Dsitearch=%{_prefix}/local/%{_lib}/perl5 > /usr/local/share/perl5 -Dsitelib=%{_prefix}/local/share/perl5 > /usr/lib/perl5 -Dvendorarch=%{_libdir}/perl5 > /usr/share/perl5 -Dvendorlib=%{_prefix}/share/perl5 > > What would be wrong if we switched to this simple layout? Generally speaking, I think, your proposal is a step into the right direction to clean up the mess having piled up :) > More exactly: > First, what would be wrong with this setup if it were used in a fresh new > distribution? I see 2 potential issues: 1. You seem to be wanting to strip off the $archname part from paths. I am not sure if this won't cause clashes between noarch'ed and arch'ed files. I am not aware of any such case, but I would not want to exclude such case might exist. 2. So far, both, site- and vendor-libdirs have been versioned. With your proposal, the "site"-directories become unversioned, while the "vendor"-directories remain versioned. This doesn't seem consistent to me. My gut feeling is, both should be versioned. Of cause one can argue, site-installs are a user's business ("you're on your own"), but ... I am ambivalent. > And when the answer for the above is "nothing", then more > questions come: Is it feasible to get to that setup in F-10? Which > backward compatibility provisions should be done in order to ease the > transition for Fedora users? In addition to what Steve already wrote, perl-module/dist-rpms having been built before and after this change, rpm-wise would still carry the same "Requires: perl(:MODULE_COMPAT_*))" I.e. rpm-wise, though this change would break module search path compatibility, it would not be detectable through rpm. A complete rebuild of anything perl-related probably would solve this inside of Fedora, but this doesn't help those users who install additional perl-modules through rpms (which e.g. I do). Ralf From corsepiu at fedoraproject.org Fri Jun 27 09:09:37 2008 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 27 Jun 2008 09:09:37 GMT Subject: rpms/perl-Log-Dispatch-FileRotate/devel .cvsignore, 1.4, 1.5 perl-Log-Dispatch-FileRotate.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200806270909.m5R99baD006046@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5995 Modified Files: .cvsignore perl-Log-Dispatch-FileRotate.spec sources Log Message: * Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 - Upstream update. - Add --with-tests. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Nov 2006 21:14:12 -0000 1.4 +++ .cvsignore 27 Jun 2008 09:08:42 -0000 1.5 @@ -1 +1 @@ -Log-Dispatch-FileRotate-1.16.tar.gz +Log-Dispatch-FileRotate-1.18.tar.gz Index: perl-Log-Dispatch-FileRotate.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel/perl-Log-Dispatch-FileRotate.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Log-Dispatch-FileRotate.spec 3 Jun 2008 03:20:33 -0000 1.6 +++ perl-Log-Dispatch-FileRotate.spec 27 Jun 2008 09:08:42 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Log-Dispatch-FileRotate -Version: 1.16 -Release: 3%{?dist} +Version: 1.18 +Release: 1%{?dist} Summary: Log to files that archive/rotate themselves Group: Development/Libraries @@ -14,7 +14,7 @@ BuildRequires: perl(Log::Dispatch) BuildRequires: perl(ExtUtils::MakeMaker) # See comment in the %%check section -# BuildRequires: perl(Log::Log4perl) >= 0.23 +%{?_with_tests:BuildRequires: perl(Log::Log4perl) >= 0.23} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,7 +43,7 @@ %check # Test suite disabled: circular dependencies with Log::Log4perl -# make test +%{?_with_tests:make test} %clean @@ -58,6 +58,10 @@ %changelog +* Fri Jun 27 2008 Ralf Cors??pius - 1.18-1 +- Upstream update. +- Add --with-tests. + * Tue Jun 03 2008 Ralf Cors??pius - 1.16-3 - Use %%%%check in comments to work-around rpm bogusly parsing %%check in comments (BZ 449419). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Log-Dispatch-FileRotate/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Nov 2006 21:14:12 -0000 1.4 +++ sources 27 Jun 2008 09:08:42 -0000 1.5 @@ -1 +1 @@ -3cd1d75510a6297df487ca016763bdbe Log-Dispatch-FileRotate-1.16.tar.gz +0b38c15305a1f203204be0c6ebcd219f Log-Dispatch-FileRotate-1.18.tar.gz From bugzilla at redhat.com Fri Jun 27 09:24:26 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2008 05:24:26 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200806270924.m5R9OQmV027133@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-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Flag| |needinfo?(gauret at free.fr) ------- Additional Comments From paul at city-fan.org 2008-06-27 05:24 EST ------- Aurelien, is there some problem why you're not wanting to issue an update for this 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 skasal at redhat.com Fri Jun 27 10:10:29 2008 From: skasal at redhat.com (Stepan Kasal) Date: Fri, 27 Jun 2008 12:10:29 +0200 Subject: What's the right @INC path? In-Reply-To: <1214548927.6554.402.camel@beck.corsepiu.local> References: <20080626161419.GA7879@camelia.ucw.cz> <1214548927.6554.402.camel@beck.corsepiu.local> Message-ID: <20080627101029.GA1131@camelia.ucw.cz> Hello Ralf, On Fri, Jun 27, 2008 at 08:42:07AM +0200, Ralf Corsepius wrote: > On Thu, 2008-06-26 at 18:14 +0200, Stepan Kasal wrote: > > /usr/lib/perl5/5.10.0 -Darchlib=%{_libdir}/perl5/%{perl_version} > > /usr/share/perl5/5.10.0 -Dprivlib=%{_prefix}/share/perl5/%{perl_version} > > /usr/local/lib/perl5 -Dsitearch=%{_prefix}/local/%{_lib}/perl5 > > /usr/local/share/perl5 -Dsitelib=%{_prefix}/local/share/perl5 > > /usr/lib/perl5 -Dvendorarch=%{_libdir}/perl5 > > /usr/share/perl5 -Dvendorlib=%{_prefix}/share/perl5 > 1. You seem to be wanting to strip off the $archname part from paths. > I am not sure if this won't cause clashes between noarch'ed and arch'ed > files. Please note that the arch directories are not the same as the noarch ones. For example the vendor arch dir on x86_64 would be /usr/lib64/perl while the corresponding noarch one would be /usr/share/perl5. > 2. So far, both, site- and vendor-libdirs have been versioned. > With your proposal, the "site"-directories become unversioned, while the > "vendor"-directories remain versioned. Note that the "vendor" directories are not versioned either, e.g., the vendor noarch directory is /usr/share/perl5. The versioned subdirectories are the "private" ones, which should be populated exlusively by rpms built from perl.src.rpm. All these should change as soon as perl itself is updated. > [...] perl-module/dist-rpms having > been built before and after this change, rpm-wise would still carry the > same "Requires: perl(:MODULE_COMPAT_*)" > > I.e. rpm-wise, though this change would break module search path > compatibility, it would not be detectable through rpm. > A complete rebuild of anything perl-related probably would solve this > inside of Fedora, but this doesn't help those users who install > additional perl-modules through rpms (which e.g. I do). Thank you very much for poiting this out, I have forgotten about it. But note that I did already break this rpm compatibility two weeks ago for 32bit platforms, in perl-5.10.0-26.fc10 (see below for details). Unless we decide to repair this breakage now, we can as well use the oportunity and do another breakage now, this time for all platforms. :-P OTOH, we could add the old style paths to @INC and carry them for backward compatibility until the "perl(:MODULE_COMPAT_*)" require changes. Have a nice day, Stepan Appendix: How I broke 32bit perl rpm-wise recently in rawhide While trying to fix bug 448735, I discovered that perl.spec contained a typo, an "%ifarch multilib64" governed more Configure parameters than it should, and I just removed the typo. That would have been fine _before_ 5.10 went main stream, but it was a mistake now. This generated a compatibility problem, reported as #452898. I hacked F-9/perl.spec to improve backward compatibility, but rawhide remains as it is. I guess this means that rawhide on 32bit archs is broken rpm-wise. IMVHO, it's not worth it to add the compatibility paths to rawhide, though. From bugzilla at redhat.com Fri Jun 27 20:02:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2008 16:02:55 -0400 Subject: [Bug 439706] Catalyst-Manual: update to latest version In-Reply-To: Message-ID: <200806272002.m5RK2t0R015876@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: Catalyst-Manual: update to latest version https://bugzilla.redhat.com/show_bug.cgi?id=439706 ------- Additional Comments From updates at fedoraproject.org 2008-06-27 16:02 EST ------- perl-Catalyst-Manual-5.7012-2.fc9,perl-Catalyst-Devel-1.07-1.fc9,perl-Catalyst-Runtime-5.7014-3.fc9 has been submitted as an update for Fedora 9 -- Configure 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 kwizart at fedoraproject.org Sat Jun 28 09:59:37 2008 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Sat, 28 Jun 2008 09:59:37 GMT Subject: rpms/perl-Event-Lib/devel perl-Event-Lib.spec,1.1,1.2 Message-ID: <200806280959.m5S9xbOV021219@cvs-int.fedora.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-Event-Lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21106 Modified Files: perl-Event-Lib.spec Log Message: Rebuild for libevent Index: perl-Event-Lib.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Event-Lib/devel/perl-Event-Lib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Event-Lib.spec 27 May 2008 20:45:51 -0000 1.1 +++ perl-Event-Lib.spec 28 Jun 2008 09:58:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Event-Lib Version: 1.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl wrapper around libevent Group: Development/Libraries @@ -60,6 +60,9 @@ %changelog +* Sat Jun 28 2008 kwizart < kwizart at gmail.com > - 1.0.3-3 +- rebuild for libevent + * Fri May 16 2008 kwizart < kwizart at gmail.com > - 1.0.3-2 - Add Missing BR for test From bugzilla at redhat.com Sat Jun 28 16:08:39 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 12:08:39 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806281608.m5SG8dbd021528@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From updates at fedoraproject.org 2008-06-28 12:08 EST ------- perl-SOAP-Lite-0.710.07-1.fc8 has been submitted as an update for Fedora 8 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sat Jun 28 16:09:55 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 12:09:55 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806281609.m5SG9tsG007584@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From updates at fedoraproject.org 2008-06-28 12:09 EST ------- perl-SOAP-Lite-0.710.07-1.fc9 has been submitted as an update for Fedora 9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From cweyl at fedoraproject.org Sat Jun 28 19:02:15 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:02:15 GMT Subject: rpms/perl-Moose/devel .cvsignore, 1.17, 1.18 perl-Moose.spec, 1.22, 1.23 sources, 1.17, 1.18 Message-ID: <200806281902.m5SJ2Fqk030322@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30132 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.51-1 - update to 0.51 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 18 Jun 2008 05:48:33 -0000 1.17 +++ .cvsignore 28 Jun 2008 19:01:29 -0000 1.18 @@ -1 +1 @@ -Moose-0.50.tar.gz +Moose-0.51.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- perl-Moose.spec 18 Jun 2008 05:48:33 -0000 1.22 +++ perl-Moose.spec 28 Jun 2008 19:01:29 -0000 1.23 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.50 +Version: 0.51 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -107,6 +107,9 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl 0.51-1 +- update to 0.51 + * Tue Jun 17 2008 Chris Weyl 0.50-1 - update to 0.50 - drop obviated test patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 18 Jun 2008 05:48:33 -0000 1.17 +++ sources 28 Jun 2008 19:01:29 -0000 1.18 @@ -1 +1 @@ -d3a491e98e516ffef01355f14aef85ae Moose-0.50.tar.gz +a6f36fc2874a01dafcce09fcd3301111 Moose-0.51.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:23:28 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:23:28 GMT Subject: rpms/perl-DateTime-Format-Oracle/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-Oracle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806281923.m5SJNSoo002038@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Oracle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1843 Modified Files: .cvsignore perl-DateTime-Format-Oracle.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.05-1 - update to 0.05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 2 Feb 2008 01:33:52 -0000 1.2 +++ .cvsignore 28 Jun 2008 19:22:36 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-Oracle-0.03.tar.gz +DateTime-Format-Oracle-0.05.tar.gz Index: perl-DateTime-Format-Oracle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/devel/perl-DateTime-Format-Oracle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-DateTime-Format-Oracle.spec 7 Mar 2008 01:59:16 -0000 1.3 +++ perl-DateTime-Format-Oracle.spec 28 Jun 2008 19:22:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Oracle -Version: 0.03 -Release: 3%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Parse and format Oracle dates and timestamps License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl 0.05-1 +- update to 0.05 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.03-3 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Feb 2008 01:33:52 -0000 1.2 +++ sources 28 Jun 2008 19:22:36 -0000 1.3 @@ -1 +1 @@ -672f1496bacf11660fa4001d7ef8cce2 DateTime-Format-Oracle-0.03.tar.gz +1f594e0c78c00a6a69d36b6f4ac4c4b5 DateTime-Format-Oracle-0.05.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:23:54 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:23:54 GMT Subject: rpms/perl-DateTime-Format-Oracle/F-9 perl-DateTime-Format-Oracle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806281923.m5SJNsRe002111@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1964 Modified Files: perl-DateTime-Format-Oracle.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.05-1 - update to 0.05 Index: perl-DateTime-Format-Oracle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-9/perl-DateTime-Format-Oracle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-DateTime-Format-Oracle.spec 7 Mar 2008 01:59:16 -0000 1.3 +++ perl-DateTime-Format-Oracle.spec 28 Jun 2008 19:23:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Oracle -Version: 0.03 -Release: 3%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Parse and format Oracle dates and timestamps License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl 0.05-1 +- update to 0.05 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.03-3 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Feb 2008 01:33:52 -0000 1.2 +++ sources 28 Jun 2008 19:23:10 -0000 1.3 @@ -1 +1 @@ -672f1496bacf11660fa4001d7ef8cce2 DateTime-Format-Oracle-0.03.tar.gz +1f594e0c78c00a6a69d36b6f4ac4c4b5 DateTime-Format-Oracle-0.05.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:24:04 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:24:04 GMT Subject: rpms/perl-DateTime-Format-Oracle/F-8 perl-DateTime-Format-Oracle.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200806281924.m5SJO4qZ002169@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1998 Modified Files: perl-DateTime-Format-Oracle.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.05-1 - update to 0.05 Index: perl-DateTime-Format-Oracle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-8/perl-DateTime-Format-Oracle.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Oracle.spec 15 Mar 2008 17:52:30 -0000 1.1 +++ perl-DateTime-Format-Oracle.spec 28 Jun 2008 19:23:20 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Oracle -Version: 0.03 -Release: 3%{?dist} +Version: 0.05 +Release: 1%{?dist} Summary: Parse and format Oracle dates and timestamps License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl 0.05-1 +- update to 0.05 + * Thu Mar 06 2008 Tom "spot" Callaway - 0.03-3 Rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Oracle/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Mar 2008 17:52:30 -0000 1.2 +++ sources 28 Jun 2008 19:23:20 -0000 1.3 @@ -1 +1 @@ -672f1496bacf11660fa4001d7ef8cce2 DateTime-Format-Oracle-0.03.tar.gz +1f594e0c78c00a6a69d36b6f4ac4c4b5 DateTime-Format-Oracle-0.05.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:28:21 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:28:21 GMT Subject: rpms/perl-Expect-Simple/devel .cvsignore, 1.2, 1.3 perl-Expect-Simple.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806281928.m5SJSLiJ002965@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Expect-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2827 Modified Files: .cvsignore perl-Expect-Simple.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.04-1 - update to 0.04 - add Test::More as a br Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 May 2006 14:30:19 -0000 1.2 +++ .cvsignore 28 Jun 2008 19:27:35 -0000 1.3 @@ -1 +1 @@ -Expect-Simple-0.02.tar.gz +Expect-Simple-0.04.tar.gz Index: perl-Expect-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/devel/perl-Expect-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Expect-Simple.spec 5 Mar 2008 22:05:19 -0000 1.3 +++ perl-Expect-Simple.spec 28 Jun 2008 19:27:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Expect-Simple -Version: 0.02 -Release: 2%{?dist} +Version: 0.04 +Release: 1%{?dist} Summary: Wrapper around the Expect module Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Expect) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,7 +35,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -53,6 +54,10 @@ %changelog +* Sat Jun 28 2008 Chris Weyl 0.04-1 +- update to 0.04 +- add Test::More as a br + * Wed Mar 5 2008 Tom "spot" Callaway - 0.02-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 May 2006 14:30:19 -0000 1.2 +++ sources 28 Jun 2008 19:27:35 -0000 1.3 @@ -1 +1 @@ -23c72fa4461f07522eb8c8511bad5d43 Expect-Simple-0.02.tar.gz +bf185be42e59996021f088788168f9ab Expect-Simple-0.04.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:32:55 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:32:55 GMT Subject: rpms/perl-Catalyst-View-TT/F-9 perl-Catalyst-View-TT.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806281932.m5SJWtsc003994@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3773 Modified Files: perl-Catalyst-View-TT.spec sources Log Message: * Wed May 28 2008 Chris Weyl 0.27-1 - update to 0.27 Index: perl-Catalyst-View-TT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/F-9/perl-Catalyst-View-TT.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-View-TT.spec 19 Mar 2008 16:33:32 -0000 1.2 +++ perl-Catalyst-View-TT.spec 28 Jun 2008 19:31:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Catalyst-View-TT -Version: 0.26 -Release: 2%{?dist} +Version: 0.27 +Release: 1%{?dist} Summary: Template Toolkit View Class License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Wed May 28 2008 Chris Weyl 0.27-1 +- update to 0.27 + * Wed Mar 19 2008 Chris Weyl 0.26-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Mar 2008 16:33:00 -0000 1.2 +++ sources 28 Jun 2008 19:31:55 -0000 1.3 @@ -1 +1 @@ -653f58f818a1b0b3d0ad28b62c13241b Catalyst-View-TT-0.26.tar.gz +fd3a94630bb5a4191182a2a03d0cd8b0 Catalyst-View-TT-0.27.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:33:56 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:33:56 GMT Subject: rpms/perl-Catalyst-View-TT/F-8 perl-Catalyst-View-TT.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200806281933.m5SJXuXu004281@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4084 Modified Files: perl-Catalyst-View-TT.spec sources Log Message: * Wed May 28 2008 Chris Weyl 0.27-1 - update to 0.27 Index: perl-Catalyst-View-TT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/F-8/perl-Catalyst-View-TT.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Catalyst-View-TT.spec 5 Apr 2008 03:41:28 -0000 1.1 +++ perl-Catalyst-View-TT.spec 28 Jun 2008 19:33:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Catalyst-View-TT -Version: 0.26 -Release: 2%{?dist} +Version: 0.27 +Release: 1%{?dist} Summary: Template Toolkit View Class License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Wed May 28 2008 Chris Weyl 0.27-1 +- update to 0.27 + * Wed Mar 19 2008 Chris Weyl 0.26-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Apr 2008 03:41:28 -0000 1.2 +++ sources 28 Jun 2008 19:33:07 -0000 1.3 @@ -1 +1 @@ -653f58f818a1b0b3d0ad28b62c13241b Catalyst-View-TT-0.26.tar.gz +fd3a94630bb5a4191182a2a03d0cd8b0 Catalyst-View-TT-0.27.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:35:14 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:35:14 GMT Subject: rpms/perl-Expect-Simple/F-9 perl-Expect-Simple.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200806281935.m5SJZERC004643@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Expect-Simple/F-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4395 Modified Files: perl-Expect-Simple.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.04-1 - update to 0.04 - add Test::More as a br Index: perl-Expect-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/F-9/perl-Expect-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Expect-Simple.spec 5 Mar 2008 22:05:19 -0000 1.3 +++ perl-Expect-Simple.spec 28 Jun 2008 19:34:20 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Expect-Simple -Version: 0.02 -Release: 2%{?dist} +Version: 0.04 +Release: 1%{?dist} Summary: Wrapper around the Expect module Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Expect) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,7 +35,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -53,6 +54,10 @@ %changelog +* Sat Jun 28 2008 Chris Weyl 0.04-1 +- update to 0.04 +- add Test::More as a br + * Wed Mar 5 2008 Tom "spot" Callaway - 0.02-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 May 2006 14:30:19 -0000 1.2 +++ sources 28 Jun 2008 19:34:20 -0000 1.3 @@ -1 +1 @@ -23c72fa4461f07522eb8c8511bad5d43 Expect-Simple-0.02.tar.gz +bf185be42e59996021f088788168f9ab Expect-Simple-0.04.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:35:26 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:35:26 GMT Subject: rpms/perl-Expect-Simple/F-8 perl-Expect-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200806281935.m5SJZQqj004723@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Expect-Simple/F-8 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4473 Modified Files: perl-Expect-Simple.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.04-1 - update to 0.04 - add Test::More as a br Index: perl-Expect-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/F-8/perl-Expect-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Expect-Simple.spec 15 Oct 2007 20:07:34 -0000 1.2 +++ perl-Expect-Simple.spec 28 Jun 2008 19:34:36 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Expect-Simple -Version: 0.02 -Release: 1%{?dist}.1 +Version: 0.04 +Release: 1%{?dist} Summary: Wrapper around the Expect module Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl(Expect) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -34,7 +35,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -53,6 +54,13 @@ %changelog +* Sat Jun 28 2008 Chris Weyl 0.04-1 +- update to 0.04 +- add Test::More as a br + +* Wed Mar 5 2008 Tom "spot" Callaway - 0.02-2 +- rebuild for new perl + * Mon Oct 15 2007 Tom "spot" Callaway - 0.02-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Expect-Simple/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 May 2006 14:30:19 -0000 1.2 +++ sources 28 Jun 2008 19:34:36 -0000 1.3 @@ -1 +1 @@ -23c72fa4461f07522eb8c8511bad5d43 Expect-Simple-0.02.tar.gz +bf185be42e59996021f088788168f9ab Expect-Simple-0.04.tar.gz From cweyl at fedoraproject.org Sat Jun 28 19:46:31 2008 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Jun 2008 19:46:31 GMT Subject: rpms/perl-MooseX-Getopt/devel .cvsignore, 1.3, 1.4 perl-MooseX-Getopt.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200806281946.m5SJkVjW006017@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5919 Modified Files: .cvsignore perl-MooseX-Getopt.spec sources Log Message: * Sat Jun 28 2008 Chris Weyl 0.13-1 - update to 0.13 - switch to Module::Install invocations, rather than Module::Build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2007 01:35:10 -0000 1.3 +++ .cvsignore 28 Jun 2008 19:45:42 -0000 1.4 @@ -1 +1 @@ -MooseX-Getopt-0.05.tar.gz +MooseX-Getopt-0.13.tar.gz Index: perl-MooseX-Getopt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-MooseX-Getopt.spec 5 Mar 2008 15:04:28 -0000 1.4 +++ perl-MooseX-Getopt.spec 28 Jun 2008 19:45:42 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-MooseX-Getopt -Version: 0.05 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Moose role for processing command line options License: GPL+ or Artistic Group: Development/Libraries @@ -10,11 +10,13 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Moose) >= 0.19 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Getopt::Long::Descriptive) +BuildRequires: perl(Getopt::Long) >= 2.37 +BuildRequires: perl(Moose) >= 0.43 # tests... -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Scalar::Util) @@ -30,19 +32,21 @@ %setup -q -n MooseX-Getopt-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf %{buildroot} -./Build install destdir=%{buildroot} create_packlist=0 -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +make pure_install PERL_INSTALL_ROOT=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check -./Build test +make test %clean rm -rf %{buildroot} @@ -54,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Sat Jun 28 2008 Chris Weyl 0.13-1 +- update to 0.13 +- switch to Module::Install invocations, rather than Module::Build + * Wed Mar 05 2008 Tom "spot" Callaway 0.05-2 - rebuild for new perl Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2007 01:35:10 -0000 1.3 +++ sources 28 Jun 2008 19:45:42 -0000 1.4 @@ -1 +1 @@ -57f68a34f9e5fc60062ae108513a53b1 MooseX-Getopt-0.05.tar.gz +9bf0e8de583eb5635540c16c37b4ec5b MooseX-Getopt-0.13.tar.gz From bugzilla at redhat.com Sat Jun 28 21:07:27 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:07:27 -0400 Subject: [Bug 451533] EPEL branch for perl-CSS-Tiny In-Reply-To: Message-ID: <200806282107.m5SL7Rv5032153@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-CSS-Tiny https://bugzilla.redhat.com/show_bug.cgi?id=451533 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:07 EST ------- Thanks Kevin, imported and built. -- Configure 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 Sat Jun 28 21:07:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:07:21 -0400 Subject: [Bug 451534] EPEL branch for perl-JSON-XS In-Reply-To: Message-ID: <200806282107.m5SL7Leb032090@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-JSON-XS https://bugzilla.redhat.com/show_bug.cgi?id=451534 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:07 EST ------- Thanks Kevin and Chris, imported and built. -- Configure 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 Sat Jun 28 21:09:20 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:09:20 -0400 Subject: [Bug 451536] EPEL branch for perl-IO-Compress-Base In-Reply-To: Message-ID: <200806282109.m5SL9K3o032479@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Base https://bugzilla.redhat.com/show_bug.cgi?id=451536 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:09 EST ------- Thanks Kevin, imported and built. -- Configure 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 Sat Jun 28 21:08:03 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:08:03 -0400 Subject: [Bug 451535] EPEL branch for perl-Contextual-Return In-Reply-To: Message-ID: <200806282108.m5SL835R017777@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Contextual-Return https://bugzilla.redhat.com/show_bug.cgi?id=451535 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:08 EST ------- Thanks Kevin, imported and built. -- Configure 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 Sat Jun 28 21:10:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:10:21 -0400 Subject: [Bug 451538] EPEL branch for perl-IO-Compress-Bzip2 In-Reply-To: Message-ID: <200806282110.m5SLALdI018506@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-IO-Compress-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451538 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:10 EST ------- Thanks Kevin, imported and built. -- Configure 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 Sat Jun 28 21:09:57 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Jun 2008 17:09:57 -0400 Subject: [Bug 451537] EPEL branch for perl-Compress-Raw-Bzip2 In-Reply-To: Message-ID: <200806282109.m5SL9vkb018070@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: EPEL branch for perl-Compress-Raw-Bzip2 https://bugzilla.redhat.com/show_bug.cgi?id=451537 lkundrak at v3.sk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NEXTRELEASE ------- Additional Comments From lkundrak at v3.sk 2008-06-28 17:09 EST ------- Thanks Kevin, imported and built. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 29 08:20:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Jun 2008 04:20:15 -0400 Subject: [Bug 447921] perl-Unicode-MapUTF8 not rebuilt for Fedora 9 In-Reply-To: Message-ID: <200806290820.m5T8KFlO030343@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-Unicode-MapUTF8 not rebuilt for Fedora 9 https://bugzilla.redhat.com/show_bug.cgi?id=447921 fedora at famillecollet.com changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |444760 nThis| | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From buildsys at fedoraproject.org Sun Jun 29 12:17:56 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 12:17:56 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629121756.18136.23968@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 29 12:23:02 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 12:23:02 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629122302.18186.59066@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-x86_64 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 29 12:27:23 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 12:27:23 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629122723.18306.86101@releng1.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 29 18:25:46 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 18:25:46 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629182546.5659.87209@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-i386 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-i386 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 29 18:30:50 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 18:30:50 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629183050.5706.18201@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-x86_64 unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-x86_64 unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From buildsys at fedoraproject.org Sun Jun 29 18:37:52 2008 From: buildsys at fedoraproject.org (Fedora Extras repoclosure) Date: Sun, 29 Jun 2008 18:37:52 -0000 Subject: Broken dependencies in EPEL - 2008-06-29 Message-ID: <20080629183752.5754.34884@releng2.fedora.phx.redhat.com> Your following packages in the repository suffer from broken dependencies: ====================================================================== The results in this summary consider Test Updates! ====================================================================== package: amavisd-new - 2.4.5-1.el5.noarch from fedora-epel-5-ppc unresolved deps: perl(Archive::Zip) package: cpanspec - 1.77-1.el5.noarch from fedora-epel-testing-5-ppc unresolved deps: perl(Parse::CPAN::Packages) perl(Archive::Zip) From bugzilla at redhat.com Sun Jun 29 22:01:35 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Jun 2008 18:01:35 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806292201.m5TM1ZMu002981@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From updates at fedoraproject.org 2008-06-29 18:01 EST ------- perl-SOAP-Lite-0.710.07-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 29 22:00:21 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Jun 2008 18:00:21 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806292200.m5TM0LCx002690@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 ------- Additional Comments From updates at fedoraproject.org 2008-06-29 18:00 EST ------- perl-SOAP-Lite-0.710.07-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Sun Jun 29 22:01:37 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Jun 2008 18:01:37 -0400 Subject: [Bug 449930] Upgrade to upstream 0.710.05 In-Reply-To: Message-ID: <200806292201.m5TM1bUw003013@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: Upgrade to upstream 0.710.05 https://bugzilla.redhat.com/show_bug.cgi?id=449930 updates at fedoraproject.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Fixed In Version| |0.710.07-1.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From bugzilla at redhat.com Mon Jun 30 14:24:13 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2008 10:24:13 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200806301424.m5UEOD03032609@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: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 paul at city-fan.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at city-fan.org ------- Additional Comments From paul at city-fan.org 2008-06-30 10:24 EST ------- It would be a good idea to add to this package: Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Virtually all of the perl packages have this idiom, and it ensures that the package will show up in broken dependency reports next time the perl version changes. -- Configure 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 Jun 30 14:29:33 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2008 10:29:33 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200806301429.m5UETXov016891@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: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 ------- Additional Comments From silfreed at silfreed.net 2008-06-30 10:29 EST ------- Re: comment#3 Paul, you may want to do this yourself if you're a Fedora maintainer; the ACLs are open and the packager seems to be busy. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. From pghmcfc at fedoraproject.org Mon Jun 30 14:52:49 2008 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 30 Jun 2008 14:52:49 GMT Subject: rpms/perl-Net-Netmask/devel perl-Net-Netmask.spec,1.13,1.14 Message-ID: <200806301452.m5UEqnSW029207@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-Netmask/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29154 Modified Files: perl-Net-Netmask.spec Log Message: - Add perl(:MODULE_COMPAT...) dependency (#449362) - Remove redundant buildreq perl - Fix "make check" syntax - Fix argument order for find with -depth Index: perl-Net-Netmask.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Netmask/devel/perl-Net-Netmask.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Net-Netmask.spec 27 Sep 2007 21:22:39 -0000 1.13 +++ perl-Net-Netmask.spec 30 Jun 2008 14:51:39 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Net-Netmask Version: 1.9015 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for manipulation and lookup of IP network blocks Group: Development/Libraries @@ -10,8 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::Netmask parses and understands IPv4 CIDR blocks. It's built with @@ -32,11 +32,11 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -52,6 +52,12 @@ %changelog +* Mon Jun 30 2008 Paul Howarth - 1.9015-2 +- Add perl(:MODULE_COMPAT...) dependency (#449362) +- Remove redundant buildreq perl +- Fix "make check" syntax +- Fix argument order for find with -depth + * Thu Sep 27 2007 Warren Togami - 1.9015-1 - 1.9015, update license tag From bugzilla at redhat.com Mon Jun 30 15:32:15 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2008 11:32:15 -0400 Subject: [Bug 449362] No Fedora 9 version of perl-Net-Netmask In-Reply-To: Message-ID: <200806301532.m5UFWFVe013269@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: No Fedora 9 version of perl-Net-Netmask https://bugzilla.redhat.com/show_bug.cgi?id=449362 ------- Additional Comments From paul at city-fan.org 2008-06-30 11:32 EST ------- Done (for devel): Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=687429 -- Configure 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 Jun 30 17:46:16 2008 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2008 13:46:16 -0400 Subject: [Bug 452738] selinux denials when using razor and spamassassin (spamd) In-Reply-To: Message-ID: <200806301746.m5UHkGRP004729@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: selinux denials when using razor and spamassassin (spamd) https://bugzilla.redhat.com/show_bug.cgi?id=452738 ------- Additional Comments From dwalsh at redhat.com 2008-06-30 13:46 EST ------- Could you please attach the audit.log file that you used to generate this policy. Currently razor should be transitioning to spamd_t If you update to the current policy (selinux-policy-3.3.1-72.fc9.noarch) do you still need your custom policy? -- Configure 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.