From cweyl at fedoraproject.org Tue Sep 1 04:06:28 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 04:06:28 +0000 (UTC) Subject: rpms/perl-JSON/devel perl-JSON.spec,1.15,1.16 Message-ID: <20090901040628.1900711C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24663 Modified Files: perl-JSON.spec Log Message: * Mon Aug 31 2009 Chris Weyl 2.15-3 - update filtering Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-JSON.spec 26 Jul 2009 08:49:59 -0000 1.15 +++ perl-JSON.spec 1 Sep 2009 04:06:27 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -27,29 +27,28 @@ Requires: perl(Scalar::Util) Requires: perl(LWP::UserAgent) Requires: perl(HTTP::Daemon) +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 +%{?filter_setup: %{expand: +%filter_from_provides /perl(JSON::PP)/d +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} + %description This module converts between JSON (JavaScript Object Notation) and Perl -data structure into each other. For JSON, See to -http://www.crockford.com/JSON/. +data structure into each other. For JSON, see http://www.crockford.com/JSON/. %prep %setup -q -n JSON-%{version} # make rpmlint happy... find . -type f -exec chmod -c -x {} + -find t/ -type f -exec perl -pi -e 's|^#! perl|#!/usr/bin/perl|' {} + +find t/ -type f -exec perl -pi -e 's|^#! perl|#!%{__perl}|' {} + sed -i 's/\r//' README t/* -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(My.*)/d; /perl(_unicode_handling)/d' -EOF - -%define __perl_provides %{_builddir}/JSON-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -77,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Aug 31 2009 Chris Weyl 2.15-3 +- update filtering + * Sun Jul 26 2009 Fedora Release Engineering - 2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cweyl at fedoraproject.org Tue Sep 1 04:10:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 04:10:51 +0000 (UTC) Subject: rpms/perl-JSON/F-11 perl-JSON.spec,1.14,1.15 Message-ID: <20090901041051.AE2FB11C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27457 Modified Files: perl-JSON.spec Log Message: * Mon Aug 31 2009 Chris Weyl 2.15-3 - update filtering Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/F-11/perl-JSON.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-JSON.spec 23 Jun 2009 05:24:32 -0000 1.14 +++ perl-JSON.spec 1 Sep 2009 04:10:51 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -27,29 +27,28 @@ Requires: perl(Scalar::Util) Requires: perl(LWP::UserAgent) Requires: perl(HTTP::Daemon) +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 +%{?filter_setup: %{expand: +%filter_from_provides /perl(JSON::PP)/d +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} + %description This module converts between JSON (JavaScript Object Notation) and Perl -data structure into each other. For JSON, See to -http://www.crockford.com/JSON/. +data structure into each other. For JSON, see http://www.crockford.com/JSON/. %prep %setup -q -n JSON-%{version} # make rpmlint happy... find . -type f -exec chmod -c -x {} + -find t/ -type f -exec perl -pi -e 's|^#! perl|#!/usr/bin/perl|' {} + +find t/ -type f -exec perl -pi -e 's|^#! perl|#!%{__perl}|' {} + sed -i 's/\r//' README t/* -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(My.*)/d; /perl(_unicode_handling)/d' -EOF - -%define __perl_provides %{_builddir}/JSON-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -77,6 +76,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Aug 31 2009 Chris Weyl 2.15-3 +- update filtering + +* Sun Jul 26 2009 Fedora Release Engineering - 2.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jun 22 2009 Chris Weyl 2.15-1 - auto-update to 2.15 (by cpan-spec-update 0.01) From bugzilla at redhat.com Tue Sep 1 06:08:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Sep 2009 02:08:24 -0400 Subject: [Bug 504389] RFE: update to 0.11 In-Reply-To: References: Message-ID: <200909010608.n8168Oqi020563@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=504389 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #1 from Chris Weyl 2009-09-01 02:08:24 EDT --- Looks like this was updated in rawhide/dist-f12 a while ago but this bug was never closed out... I've kicked off a build for F11 but this shouldn't be a blocker for the perl-forks review anymore. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Tue Sep 1 06:03:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 06:03:04 +0000 (UTC) Subject: rpms/perl-Sys-SigAction/F-11 perl-Sys-SigAction.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090901060304.15A9211C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Sys-SigAction/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9779 Modified Files: perl-Sys-SigAction.spec sources Log Message: * Sun Jul 26 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: perl-Sys-SigAction.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-SigAction/F-11/perl-Sys-SigAction.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Sys-SigAction.spec 27 Feb 2009 01:53:03 -0000 1.5 +++ perl-Sys-SigAction.spec 1 Sep 2009 06:03:03 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Sys-SigAction -Version: 0.10 -Release: 4%{?dist} +Version: 0.11 +Release: 2%{?dist} Summary: Perl extension for Consistent Signal Handling License: GPL+ or Artistic Group: Development/Libraries @@ -49,11 +49,17 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jun 23 2009 Andreas Thienemann - 0.11-1 +- Update to 0.11 + * Thu Feb 26 2009 Fedora Release Engineering - 0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 06 2008 Tom "spot" Callaway - 0.10-3 -Rebuild for new perl +- Rebuild for new perl * Sun Jan 27 2008 Andreas Thienemann 0.10-2 - Added Test::More to the BuildReqs Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-SigAction/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 23 Mar 2007 14:13:38 -0000 1.2 +++ sources 1 Sep 2009 06:03:03 -0000 1.3 @@ -1 +1 @@ -ba520c175ea5c41950f53e60801da476 Sys-SigAction-0.10.tar.gz +e37f1e69d6ac6ea4a9ffd7f845753e79 Sys-SigAction-0.11.tar.gz From cweyl at fedoraproject.org Tue Sep 1 07:38:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 07:38:56 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session/devel .cvsignore, 1.3, 1.4 perl-Catalyst-Plugin-Session.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090901073856.8913311C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16158 Modified Files: .cvsignore perl-Catalyst-Plugin-Session.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl 0.25-1 - switch to new filtering system (perl_default_filter) - auto-update to 0.25 (by cpan-spec-update 0.01) - added a new req on perl(Catalyst::Runtime) (version 5.71001) - added a new req on perl(Digest) (version 0) - added a new req on perl(File::Spec) (version 0) - added a new req on perl(File::Temp) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Moose) (version 0.76) - altered req on perl(MooseX::Emulate::Class::Accessor::Fast) (0 => 0.00801) - added a new req on perl(Object::Signature) (version 0) - added a new req on perl(Tie::RefHash) (version 1.34) - added a new req on perl(namespace::clean) (version 0.10) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 28 Feb 2009 07:13:51 -0000 1.3 +++ .cvsignore 1 Sep 2009 07:38:56 -0000 1.4 @@ -1,7 +1 @@ -Catalyst-Plugin-Session-0.20.tar.gz -Catalyst-Plugin-Session-* -*.rpm -*.gz -*.tar -.build* -clog +Catalyst-Plugin-Session-0.25.tar.gz Index: perl-Catalyst-Plugin-Session.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel/perl-Catalyst-Plugin-Session.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Catalyst-Plugin-Session.spec 26 Jul 2009 04:14:32 -0000 1.7 +++ perl-Catalyst-Plugin-Session.spec 1 Sep 2009 07:38:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Session -Version: 0.22 -Release: 3%{?dist} +Version: 0.25 +Release: 1%{?dist} Summary: Catalyst generic session plugin License: GPL+ or Artistic Group: Development/Libraries @@ -8,7 +8,7 @@ URL: http://search.cpan.org/d Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: perl(MooseX::Emulate::Class::Accessor::Fast) +Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(Catalyst) >= 5.7010 @@ -17,6 +17,12 @@ BuildRequires: perl(Digest) BuildRequires: perl(MRO::Compat) BuildRequires: perl(Object::Signature) BuildRequires: perl(Tie::RefHash) >= 1.34 +BuildRequires: perl(File::Temp) +BuildRequires: perl(File::Spec) +BuildRequires: perl(namespace::clean) >= 0.10 +BuildRequires: perl(Moose) >= 0.76 +BuildRequires: perl(Catalyst::Runtime) >= 5.71001 +BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 # test BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Exception) @@ -32,13 +38,18 @@ BuildRequires: perl(Test::Pod::Coverage # C::P::S::State::Cookie. We must not BR C::P::S::State::Cookie to avoid # circular build deps. -### auto-added brs! -BuildRequires: perl(File::Temp) -BuildRequires: perl(File::Spec) -BuildRequires: perl(namespace::clean) >= 0.10 -BuildRequires: perl(Moose) >= 0.76 -BuildRequires: perl(Catalyst::Runtime) >= 5.71001 -BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 +### auto-added reqs! +Requires: perl(Catalyst::Runtime) >= 5.71001 +Requires: perl(Digest) +Requires: perl(File::Spec) +Requires: perl(File::Temp) +Requires: perl(MRO::Compat) +Requires: perl(Moose) >= 0.76 +Requires: perl(Object::Signature) +Requires: perl(Tie::RefHash) >= 1.34 +Requires: perl(namespace::clean) >= 0.10 + +%{?perl_default_filter} %description This plugin is the base of two related parts of functionality @@ -57,17 +68,6 @@ This plugin links the two pieces togethe %prep %setup -q -n Catalyst-Plugin-Session-%{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 | sed -e '/perl([St].*)/d' -EOF - -%define __perl_provides %{_builddir}/Catalyst-Plugin-Session-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -95,6 +95,20 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 08 2009 Chris Weyl 0.25-1 +- switch to new filtering system (perl_default_filter) +- auto-update to 0.25 (by cpan-spec-update 0.01) +- added a new req on perl(Catalyst::Runtime) (version 5.71001) +- added a new req on perl(Digest) (version 0) +- added a new req on perl(File::Spec) (version 0) +- added a new req on perl(File::Temp) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Moose) (version 0.76) +- altered req on perl(MooseX::Emulate::Class::Accessor::Fast) (0 => 0.00801) +- added a new req on perl(Object::Signature) (version 0) +- added a new req on perl(Tie::RefHash) (version 1.34) +- added a new req on perl(namespace::clean) (version 0.10) + * Sat Jul 25 2009 Fedora Release Engineering - 0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 25 May 2009 07:27:41 -0000 1.4 +++ sources 1 Sep 2009 07:38:56 -0000 1.5 @@ -1 +1 @@ -67488c4084f95254bbc84d8ecad0a984 Catalyst-Plugin-Session-0.22.tar.gz +97c261322b3de46174a38d7a513022d0 Catalyst-Plugin-Session-0.25.tar.gz From cweyl at fedoraproject.org Tue Sep 1 07:47:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 07:47:21 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Static-Simple/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Plugin-Static-Simple.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090901074721.735CE11C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18526 Modified Files: .cvsignore perl-Catalyst-Plugin-Static-Simple.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.22-1 - switch to new filtering system - auto-update to 0.22 (by cpan-spec-update 0.01) - altered br on perl(Catalyst::Runtime) (5.30 => 5.80008) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on CPAN (inc::Module::Install::AutoInstall found) - added a new req on perl(Catalyst::Runtime) (version 5.80008) - added a new req on perl(MIME::Types) (version 1.25) - added a new req on perl(MRO::Compat) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 1 Mar 2008 18:56:52 -0000 1.5 +++ .cvsignore 1 Sep 2009 07:47:21 -0000 1.6 @@ -1 +1 @@ -Catalyst-Plugin-Static-Simple-0.20.tar.gz +Catalyst-Plugin-Static-Simple-0.22.tar.gz Index: perl-Catalyst-Plugin-Static-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/perl-Catalyst-Plugin-Static-Simple.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Catalyst-Plugin-Static-Simple.spec 26 Jul 2009 04:16:48 -0000 1.9 +++ perl-Catalyst-Plugin-Static-Simple.spec 1 Sep 2009 07:47:21 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Static-Simple -Version: 0.21 -Release: 2%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: Make serving static pages painless License: GPL+ or Artistic Group: Development/Libraries @@ -10,24 +10,31 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) -# cpan BuildRequires: perl(Catalyst) >= 5.30 BuildRequires: perl(HTTP::Request::AsCGI) BuildRequires: perl(Module::Build) BuildRequires: perl(MIME::Types) >= 1.25 -# test BuildRequires: perl(Catalyst::Plugin::SubRequest) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(CPAN) +BuildRequires: perl(MRO::Compat) +BuildRequires: perl(Catalyst::Runtime) >= 5.80008 Requires: perl(Catalyst) >= 5.30 - -### auto-added brs! -BuildRequires: perl(MRO::Compat) -BuildRequires: perl(Catalyst::Runtime) >= 5.30 +Requires: perl(Catalyst::Runtime) >= 5.80008 +Requires: perl(MIME::Types) >= 1.25 +Requires: perl(MRO::Compat) + +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 (yet) +%{?filter_setup: %{expand: +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} %description The Static::Simple plugin is designed to make serving static content in @@ -37,29 +44,9 @@ single line of code from you. %prep %setup -q -n Catalyst-Plugin-Static-Simple-%{version} -find t/*.t -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + +find t/*.t -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} + find . -type f -exec perl -pi -e 's/\r//' {} + -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(TestApp)/d' -EOF - -%define __perl_provides %{_builddir}/Catalyst-Plugin-Static-Simple-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(Catalyst)$/d; /perl(File::Spec::Functions)/d; /perl(FindBin)/d' -EOF - -%define __perl_requires %{_builddir}/Catalyst-Plugin-Static-Simple-%{version}/%{name}-req -chmod +x %{__perl_requires} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -87,6 +74,16 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.22-1 +- switch to new filtering system +- auto-update to 0.22 (by cpan-spec-update 0.01) +- altered br on perl(Catalyst::Runtime) (5.30 => 5.80008) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on CPAN (inc::Module::Install::AutoInstall found) +- added a new req on perl(Catalyst::Runtime) (version 5.80008) +- added a new req on perl(MIME::Types) (version 1.25) +- added a new req on perl(MRO::Compat) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Static-Simple/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 25 May 2009 07:34:48 -0000 1.6 +++ sources 1 Sep 2009 07:47:21 -0000 1.7 @@ -1 +1 @@ -6ea51e9557e73ea839485d781589930c Catalyst-Plugin-Static-Simple-0.21.tar.gz +77f29fdfddb71c718bd755c744adb3e2 Catalyst-Plugin-Static-Simple-0.22.tar.gz From cweyl at fedoraproject.org Tue Sep 1 07:50:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 07:50:51 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090901075051.BB2EE11C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19706 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 0.14-1 - switch req/prov filtering systems... - auto-update to 0.14 (by cpan-spec-update 0.01) - added a new br on perl(Moose) (version 0) - added a new br on perl(namespace::autoclean) (version 0) - added a new req on perl(Moose) (version 0) - added a new req on perl(namespace::autoclean) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 8 Aug 2009 06:36:57 -0000 1.5 +++ .cvsignore 1 Sep 2009 07:50:51 -0000 1.6 @@ -1 +1 @@ -Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz +Catalyst-Plugin-Session-State-Cookie-0.14.tar.gz 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.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 8 Aug 2009 06:36:58 -0000 1.8 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 1 Sep 2009 07:50:51 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie -Version: 0.12 +Version: 0.14 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://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/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)) @@ -13,23 +13,31 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Catalyst) >= 5.80005 BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 +BuildRequires: perl(Moose) BuildRequires: perl(MRO::Compat) +BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) >= 1.01 # 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 - # until M::I is brought up... BuildRequires: perl(CPAN) -### auto-added reqs! -Requires: perl(Catalyst) >= 5.80005 -Requires: perl(MRO::Compat) +Requires: perl(Catalyst::Plugin::Session) >= 0.19 +Requires: perl(Moose) +Requires: perl(namespace::autoclean) +Requires: perl(Catalyst) >= 5.80005 +Requires: perl(MRO::Compat) + +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 (yet) +%{?filter_setup: %{expand: +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} %description In order for Catalyst::Plugin::Session to work the session ID needs to @@ -40,18 +48,6 @@ 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} @@ -79,6 +75,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Aug 23 2009 Chris Weyl 0.14-1 +- switch req/prov filtering systems... +- auto-update to 0.14 (by cpan-spec-update 0.01) +- added a new br on perl(Moose) (version 0) +- added a new br on perl(namespace::autoclean) (version 0) +- added a new req on perl(Moose) (version 0) +- added a new req on perl(namespace::autoclean) (version 0) + * Sat Aug 08 2009 Chris Weyl 0.12-1 - auto-update to 0.12 (by cpan-spec-update 0.01) - altered br on perl(Catalyst) (5.7010 => 5.80005) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 8 Aug 2009 06:36:58 -0000 1.5 +++ sources 1 Sep 2009 07:50:51 -0000 1.6 @@ -1 +1 @@ -f5dc01dab3b2b5de8ee45257f2dfe37a Catalyst-Plugin-Session-State-Cookie-0.12.tar.gz +d6d98d026613ccf54c55bb1dba7aa7a1 Catalyst-Plugin-Session-State-Cookie-0.14.tar.gz From cweyl at fedoraproject.org Tue Sep 1 07:55:12 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 1 Sep 2009 07:55:12 +0000 (UTC) Subject: rpms/perl-Event/devel .cvsignore, 1.6, 1.7 perl-Event.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <20090901075512.401EB11C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Event/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21419 Modified Files: .cvsignore perl-Event.spec sources Log Message: * Tue Sep 01 2009 Chris Weyl 1.12-1 - add perl_default_filter - auto-update to 1.12 (by cpan-spec-update 0.01) - added a new req on perl(Test) (version 1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Event/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 22 May 2008 06:31:56 -0000 1.6 +++ .cvsignore 1 Sep 2009 07:55:11 -0000 1.7 @@ -1 +1 @@ -Event-1.11.tar.gz +Event-1.12.tar.gz Index: perl-Event.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Event/devel/perl-Event.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Event.spec 26 Jul 2009 05:52:06 -0000 1.13 +++ perl-Event.spec 1 Sep 2009 07:55:11 -0000 1.14 @@ -1,23 +1,25 @@ Name: perl-Event -Version: 1.11 -Release: 3%{?dist} +Version: 1.12 +Release: 1%{?dist} Summary: Event loop processing Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/Event/ +URL: http://search.cpan.org/dist/Event/ Source0: http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# non-perl BuildRequires: /usr/bin/iconv -# core + BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Time::HiRes) +BuildRequires: perl(Test) >= 1 Requires: perl(Time::HiRes) +%{?perl_default_filter} + %description The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the @@ -26,20 +28,20 @@ safe for callbacks to execute. %prep -%setup -q -n Event-%{version} +%setup -q -n Event-%{version} # generate our two licenses... perldoc perlgpl > LICENSE.GPL perldoc perlartistic > LICENSE.Artistic -# appease rpmlint :) +# appease rpmlint :) find . -type f -exec chmod -c -x {} + %{_fixperms} demo util -find t/ -type f -exec perl -pi -e 's|^#!\./perl|#!/usr/bin/perl|' {} + +find t/ -type f -exec perl -pi -e 's|^#!\./perl|#!%{__perl}|' {} + # fix some other interperter issues.. cd demo -perl -pi -e 's|#!./perl|#!/usr/bin/perl|' *.t ../util/bench.pl +perl -pi -e 's|#!./perl|#!%{__perl}|' *.t ../util/bench.pl %build @@ -53,7 +55,7 @@ for i in *.pm ; do done # make sure the man page is UTF-8... -cd ../blib/man3 +cd ../blib/man3 iconv --from=ISO-8859-1 --to=UTF-8 Event.3pm > Event.3pm.new mv Event.3pm.new Event.3pm @@ -86,6 +88,11 @@ rm -rf %{buildroot} %changelog +* Tue Sep 01 2009 Chris Weyl 1.12-1 +- add perl_default_filter +- auto-update to 1.12 (by cpan-spec-update 0.01) +- added a new req on perl(Test) (version 1) + * Sat Jul 25 2009 Fedora Release Engineering - 1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Event/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 22 May 2008 06:31:56 -0000 1.6 +++ sources 1 Sep 2009 07:55:12 -0000 1.7 @@ -1 +1 @@ -73fe100c2a40ac027fb5d992bbf74eaa Event-1.11.tar.gz +f09285ef0388be739fbb83bc3a221977 Event-1.12.tar.gz From pghmcfc at fedoraproject.org Tue Sep 1 10:13:34 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 1 Sep 2009 10:13:34 +0000 (UTC) Subject: rpms/perl-Sysadm-Install/devel .cvsignore, 1.5, 1.6 perl-Sysadm-Install.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090901101334.AD98D11C00EF@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28089 Modified Files: .cvsignore perl-Sysadm-Install.spec sources Log Message: Update to 0.32 (make UTF-8 handling configurable, not automatic) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 28 Aug 2009 08:21:01 -0000 1.5 +++ .cvsignore 1 Sep 2009 10:13:34 -0000 1.6 @@ -1 +1 @@ -Sysadm-Install-0.31.tar.gz +Sysadm-Install-0.32.tar.gz Index: perl-Sysadm-Install.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Sysadm-Install.spec 28 Aug 2009 08:21:01 -0000 1.6 +++ perl-Sysadm-Install.spec 1 Sep 2009 10:13:34 -0000 1.7 @@ -1,6 +1,6 @@ Summary: Typical installation tasks for system administrators Name: perl-Sysadm-Install -Version: 0.31 +Version: 0.32 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -72,6 +72,9 @@ everything, but suppresses any write act %{_mandir}/man3/Sysadm::Install.3pm* %changelog +* Tue Sep 1 2009 Paul Howarth 0.32-1 +- Update to 0.32 (make UTF-8 handling configurable, not automatic) + * Fri Aug 28 2009 Paul Howarth 0.31-1 - Update to 0.31 (improved UTF-8 support) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 28 Aug 2009 08:21:02 -0000 1.5 +++ sources 1 Sep 2009 10:13:34 -0000 1.6 @@ -1 +1 @@ -e17a6cb9b9c509250774c6fb7c50f627 Sysadm-Install-0.31.tar.gz +665bdb7e37c74ee32b0aa4d0e782fe17 Sysadm-Install-0.32.tar.gz From buildsys at fedoraproject.org Tue Sep 1 10:26:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 1 Sep 2009 10:26:54 +0000 (UTC) Subject: Broken dependencies: perl-JSON Message-ID: <20090901102654.D43911B804A@releng2.fedora.phx.redhat.com> perl-JSON has broken dependencies in the development tree: On ppc: perl-JSON-2.15-3.fc12.noarch requires perl(JSON::PP) On x86_64: perl-JSON-2.15-3.fc12.noarch requires perl(JSON::PP) On i386: perl-JSON-2.15-3.fc12.noarch requires perl(JSON::PP) On ppc64: perl-JSON-2.15-3.fc12.noarch requires perl(JSON::PP) Please resolve this as soon as possible. From pghmcfc at fedoraproject.org Tue Sep 1 15:14:58 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Tue, 1 Sep 2009 15:14:58 +0000 (UTC) Subject: rpms/perl-FileHandle-Unget/devel .cvsignore, 1.3, 1.4 perl-FileHandle-Unget.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <20090901151458.F0BE511C00EF@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-FileHandle-Unget/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3520 Modified Files: .cvsignore perl-FileHandle-Unget.spec sources Log Message: - Update to 0.1623 - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528) - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 17 Jul 2008 09:25:38 -0000 1.3 +++ .cvsignore 1 Sep 2009 15:14:58 -0000 1.4 @@ -1 +1 @@ -FileHandle-Unget-0.1622.tar.gz +FileHandle-Unget-0.1623.tar.gz Index: perl-FileHandle-Unget.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-FileHandle-Unget.spec 26 Jul 2009 06:06:36 -0000 1.10 +++ perl-FileHandle-Unget.spec 1 Sep 2009 15:14:58 -0000 1.11 @@ -6,8 +6,8 @@ Summary: A FileHandle that supports ungetting of multiple bytes Name: perl-FileHandle-Unget -Version: 0.1622 -Release: 3%{?dist} +Version: 0.1623 +Release: 1%{?dist} License: GPL+ Group: Development/Libraries Url: http://search.cpan.org/dist/FileHandle-Unget/ @@ -35,7 +35,7 @@ string of bytes back on the input. %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %check @@ -51,6 +51,11 @@ string of bytes back on the input. %{_mandir}/man3/FileHandle::Unget.3pm* %changelog +* Tue Sep 1 2009 Paul Howarth 0.1623-1 +- Update to 0.1623 + - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528) + - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984) + * Sat Jul 25 2009 Fedora Release Engineering - 0.1622-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 17 Jul 2008 09:25:38 -0000 1.3 +++ sources 1 Sep 2009 15:14:58 -0000 1.4 @@ -1 +1 @@ -14c708f99adc22256a7b2566bf5c649f FileHandle-Unget-0.1622.tar.gz +27df2a78e60e30b1950bbf41740eae13 FileHandle-Unget-0.1623.tar.gz From bugzilla at redhat.com Tue Sep 1 15:59:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Sep 2009 11:59:43 -0400 Subject: [Bug 509819] CVE-2009-3024 perl-IO-Socket-SSL: incorrect checking of certificate hostnames In-Reply-To: References: Message-ID: <200909011559.n81FxhuI006174@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=509819 Tomas Hoger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|perl-IO-Socket-SSL: |CVE-2009-3024 |incorrect checking of |perl-IO-Socket-SSL: |certificate hostnames |incorrect checking of | |certificate hostnames Alias| |CVE-2009-3024 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 1 16:58:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Sep 2009 12:58:44 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200909011658.n81GwiOi019476@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520530 --- Comment #4 from Penelope Fudd 2009-09-01 12:58:43 EDT --- As this is a normal practice, could it be added to cpanspec? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 1 17:49:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Sep 2009 13:49:12 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200909011749.n81HnCEY028451@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520530 Paul Howarth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul at city-fan.org --- Comment #5 from Paul Howarth 2009-09-01 13:49:11 EDT --- It's normal practice to look at the generated RPM and fix problems manually; cpanspec is intended to provide a sane starting point rather than a tool that can generate correct packages for all perl modules. It does such a good job that many modules don't need any manual tweaking but sometimes, as in this case, such tweaks need to be made. Now some of these tweaks could potentially be automated but there are potentially lots of such cases. Another type of tweak commonly needed is a manual dependency that needs adding, and it would be much more difficult to automatically determine the need for these. Is there some particular reason why you're trying to generate a perl-HTML-Tree package rather than use the one in Fedora anyway? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 1 18:14:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 1 Sep 2009 14:14:07 -0400 Subject: [Bug 520530] cpanspec adds /usr/local/bin/perl as dependency to created rpms? In-Reply-To: References: Message-ID: <200909011814.n81IE7hO001744@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520530 --- Comment #6 from Penelope Fudd 2009-09-01 14:14:06 EDT --- Ok, now that I know about the requirement for tweaks I can cope with it. The goal wasn't actually HTML::Tree, it was some other package (I forget which at this point, but I'll probably trip over it later today) that wasn't in Fedora. I tried cpanspec on it, but it had dependencies. So, in the haze of perl-module-install fever, I just kept on doing cpanspec on the dependencies, and on their dependencies, and so on and so forth. Sometimes I'm alert enough to try yum, but I'm also administering some Macs with fink, and rewriting Some::Random::Module to perl-Some-Random-Module or some-random-module-pm588 or some-random-module-pm586 is sometimes more than I can handle after the hundredth time. And then there's CPAN, which takes care of all dependencies, if I abandon rpm package management. I saw there's a CPANPLUS::Dist::RPM module that would supposedly generate RPMs, but I couldn't get it to work last time I tried it. I tell ya, this death-of-a-thousand-paper-cuts makes me want to quit and take up a job running a laundromat. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From notting at redhat.com Tue Sep 1 21:34:30 2009 From: notting at redhat.com (Bill Nottingham) Date: Tue, 1 Sep 2009 17:34:30 -0400 Subject: Correction: #! /usr/bin/perl NOT preferred In-Reply-To: <20090831142755.GA3935@camelia.ucw.cz> References: <20090828141126.GA18997@camelia.ucw.cz> <20090831142755.GA3935@camelia.ucw.cz> Message-ID: <20090901213430.GO28495@nostromo.devel.redhat.com> > A discussion followed that post on fedora-perl-devel-list, which > actually proved that "/usr/bin/env perl" is the preferred > alternative, not the deprecated one. It's the preferred alternative that a user installing an incompatbile version of perl in their path breaks any system scripts they call? Ooookay then. Bill From cweyl at fedoraproject.org Wed Sep 2 02:03:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Sep 2009 02:03:50 +0000 (UTC) Subject: rpms/perl-JSON/devel perl-JSON.spec,1.16,1.17 Message-ID: <20090902020350.F15C211C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21131 Modified Files: perl-JSON.spec Log Message: release bump Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-JSON.spec 1 Sep 2009 04:06:27 -0000 1.16 +++ perl-JSON.spec 2 Sep 2009 02:03:50 -0000 1.17 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -76,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Sep 01 2009 Chris Weyl 2.15-4 +- bump + * Mon Aug 31 2009 Chris Weyl 2.15-3 - update filtering From cweyl at fedoraproject.org Wed Sep 2 02:05:34 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Sep 2009 02:05:34 +0000 (UTC) Subject: rpms/perl-JSON/F-11 perl-JSON.spec,1.15,1.16 Message-ID: <20090902020534.9EC7411C00EF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21570 Modified Files: perl-JSON.spec Log Message: * Tue Sep 01 2009 Chris Weyl 2.15-4 - bump Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/F-11/perl-JSON.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-JSON.spec 1 Sep 2009 04:10:51 -0000 1.15 +++ perl-JSON.spec 2 Sep 2009 02:05:34 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -76,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Sep 01 2009 Chris Weyl 2.15-4 +- bump + * Mon Aug 31 2009 Chris Weyl 2.15-3 - update filtering From iarnell at fedoraproject.org Wed Sep 2 03:58:46 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 2 Sep 2009 03:58:46 +0000 (UTC) Subject: rpms/perl-DBIx-Class-EncodedColumn/devel .cvsignore, 1.2, 1.3 perl-DBIx-Class-EncodedColumn.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090902035846.79B7F11C00EF@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17667 Modified Files: .cvsignore perl-DBIx-Class-EncodedColumn.spec sources Log Message: * Wed Sep 02 2009 Iain Arnell 0.00003-1 - update to latest upstream (copyright notice added) - remove temporary BRs due to BZ #499768 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 10 May 2009 06:54:10 -0000 1.2 +++ .cvsignore 2 Sep 2009 03:58:46 -0000 1.3 @@ -1 +1 @@ -DBIx-Class-EncodedColumn-0.00002.tar.gz +DBIx-Class-EncodedColumn-0.00003.tar.gz Index: perl-DBIx-Class-EncodedColumn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/perl-DBIx-Class-EncodedColumn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-DBIx-Class-EncodedColumn.spec 26 Jul 2009 05:23:48 -0000 1.3 +++ perl-DBIx-Class-EncodedColumn.spec 2 Sep 2009 03:58:46 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-DBIx-Class-EncodedColumn -Version: 0.00002 -Release: 3%{?dist} +Version: 0.00003 +Release: 1%{?dist} Summary: Automatically encode columns License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/ -Source0: http://www.cpan.org/authors/id/G/GR/GRODITI/DBIx-Class-EncodedColumn-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/DBIx-Class-EncodedColumn-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DBD::SQLite) @@ -15,9 +15,6 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(SQL::Translator) >= 0.08000 BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Test::More) -# Missing BRs in perl-SQL-Translator (BZ #499768) -BuildRequires: perl(Class::Accessor::Fast) -BuildRequires: perl(Class::Data::Inheritable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # undetected Requires: perl(DBIx::Class) @@ -59,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Iain Arnell 0.00003-1 +- update to latest upstream (copyright notice added) +- remove temporary BRs due to BZ #499768 + * Sat Jul 25 2009 Fedora Release Engineering - 0.00002-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 May 2009 06:54:10 -0000 1.2 +++ sources 2 Sep 2009 03:58:46 -0000 1.3 @@ -1 +1 @@ -959a622303580654f5fff1ef8399438e DBIx-Class-EncodedColumn-0.00002.tar.gz +3a2613af1c10219654150b59f076a620 DBIx-Class-EncodedColumn-0.00003.tar.gz From iarnell at fedoraproject.org Wed Sep 2 03:59:08 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Wed, 2 Sep 2009 03:59:08 +0000 (UTC) Subject: rpms/perl-B-Utils/devel .cvsignore, 1.2, 1.3 perl-B-Utils.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090902035908.68B1811C00EF@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-B-Utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18475 Modified Files: .cvsignore perl-B-Utils.spec sources Log Message: * Wed Sep 02 2009 Iain Arnell 0.08-1 - update to latest upstream - use perl_default_filter Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 8 Dec 2008 04:56:02 -0000 1.2 +++ .cvsignore 2 Sep 2009 03:59:08 -0000 1.3 @@ -1 +1 @@ -B-Utils-0.07.tar.gz +B-Utils-0.08.tar.gz Index: perl-B-Utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/perl-B-Utils.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-B-Utils.spec 26 Jul 2009 01:48:21 -0000 1.4 +++ perl-B-Utils.spec 2 Sep 2009 03:59:08 -0000 1.5 @@ -1,18 +1,24 @@ Name: perl-B-Utils -Version: 0.07 -Release: 4%{?dist} +Version: 0.08 +Release: 1%{?dist} Summary: Helper functions for op tree manipulation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/B-Utils/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::Depends) >= 0.302 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::Signature) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) +#BuildRequires: perl(Test::Pod) +#BuildRequires: perl(Test::Signature) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Helper functions for op tree manipulation. @@ -48,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Iain Arnell 0.08-1 +- update to latest upstream +- use perl_default_filter + * Sat Jul 25 2009 Fedora Release Engineering - 0.07-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-B-Utils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 8 Dec 2008 04:56:02 -0000 1.2 +++ sources 2 Sep 2009 03:59:08 -0000 1.3 @@ -1 +1 @@ -d69e7d81a24093a41e90e19f8bdb54e3 B-Utils-0.07.tar.gz +081c80bbee7c0b3313cf2656f58b953d B-Utils-0.08.tar.gz From cweyl at fedoraproject.org Wed Sep 2 07:05:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Sep 2009 07:05:29 +0000 (UTC) Subject: rpms/perl-JSON/devel perl-JSON.spec,1.17,1.18 Message-ID: <20090902070529.E120D11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11125 Modified Files: perl-JSON.spec Log Message: * Wed Sep 02 2009 Chris Weyl 2.15-5 - adjust filtering so we don't drop the versioned perl(JSON:PP) prov Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-JSON.spec 2 Sep 2009 02:03:50 -0000 1.17 +++ perl-JSON.spec 2 Sep 2009 07:05:27 -0000 1.18 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ Requires: perl(HTTP::Daemon) # use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 %{?filter_setup: %{expand: -%filter_from_provides /perl(JSON::PP)/d +%filter_from_provides /^perl(JSON::PP)$/d %filter_provides_in %{perl_vendorarch}/.*\\.so$ %filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ %filter_provides_in %{_docdir} @@ -76,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Chris Weyl 2.15-5 +- adjust filtering so we don't drop the versioned perl(JSON:PP) prov + * Tue Sep 01 2009 Chris Weyl 2.15-4 - bump From cweyl at fedoraproject.org Wed Sep 2 07:11:20 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 2 Sep 2009 07:11:20 +0000 (UTC) Subject: rpms/perl-JSON/F-11 perl-JSON.spec,1.16,1.17 Message-ID: <20090902071121.6FC6E11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13716 Modified Files: perl-JSON.spec Log Message: * Wed Sep 02 2009 Chris Weyl 2.15-5 - adjust filtering so we don't drop the versioned perl(JSON:PP) prov Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/F-11/perl-JSON.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-JSON.spec 2 Sep 2009 02:05:34 -0000 1.16 +++ perl-JSON.spec 2 Sep 2009 07:11:15 -0000 1.17 @@ -1,6 +1,6 @@ Name: perl-JSON Version: 2.15 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ Requires: perl(HTTP::Daemon) # use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 %{?filter_setup: %{expand: -%filter_from_provides /perl(JSON::PP)/d +%filter_from_provides /^perl(JSON::PP)$/d %filter_provides_in %{perl_vendorarch}/.*\\.so$ %filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ %filter_provides_in %{_docdir} @@ -76,6 +76,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Chris Weyl 2.15-5 +- adjust filtering so we don't drop the versioned perl(JSON:PP) prov + * Tue Sep 01 2009 Chris Weyl 2.15-4 - bump From buildsys at fedoraproject.org Wed Sep 2 10:22:51 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Wed, 2 Sep 2009 10:22:51 +0000 (UTC) Subject: Broken dependencies: perl-JSON Message-ID: <20090902102251.60CB71F8210@releng2.fedora.phx.redhat.com> perl-JSON has broken dependencies in the development tree: On ppc: perl-JSON-2.15-4.fc12.noarch requires perl(JSON::PP) On x86_64: perl-JSON-2.15-4.fc12.noarch requires perl(JSON::PP) On i386: perl-JSON-2.15-4.fc12.noarch requires perl(JSON::PP) On ppc64: perl-JSON-2.15-4.fc12.noarch requires perl(JSON::PP) Please resolve this as soon as possible. From yaneti at fedoraproject.org Wed Sep 2 13:24:49 2009 From: yaneti at fedoraproject.org (Yanko Kaneti) Date: Wed, 2 Sep 2009 13:24:49 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-SMTP/devel .cvsignore, 1.2, 1.3 perl-POE-Component-Client-SMTP.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090902132449.E88EC11C00E6@cvs1.fedora.phx.redhat.com> Author: yaneti Update of /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19769 Modified Files: .cvsignore perl-POE-Component-Client-SMTP.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 8 Jun 2009 16:33:27 -0000 1.2 +++ .cvsignore 2 Sep 2009 13:24:49 -0000 1.3 @@ -1 +1,2 @@ POE-Component-Client-SMTP-0.21.tar.gz +POE-Component-Client-SMTP-0.22.tar.gz Index: perl-POE-Component-Client-SMTP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/devel/perl-POE-Component-Client-SMTP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-POE-Component-Client-SMTP.spec 26 Jul 2009 13:57:19 -0000 1.3 +++ perl-POE-Component-Client-SMTP.spec 2 Sep 2009 13:24:49 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Client-SMTP -Version: 0.21 -Release: 6%{?dist} +Version: 0.22 +Release: 1%{?dist} Summary: Asynchronous mail sending with POE Group: Development/Libraries @@ -60,6 +60,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 2 2009 Yanko Kaneti - 0.22-1 +- New upstream release + * Sun Jul 26 2009 Fedora Release Engineering - 0.21-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-SMTP/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 8 Jun 2009 16:33:27 -0000 1.2 +++ sources 2 Sep 2009 13:24:49 -0000 1.3 @@ -1 +1 @@ -442d3be44eb6c4417759eb419b003a73 POE-Component-Client-SMTP-0.21.tar.gz +238b9f20a917fa27d65e1e5fb713cea6 POE-Component-Client-SMTP-0.22.tar.gz From kasal at fedoraproject.org Wed Sep 2 13:32:40 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 2 Sep 2009 13:32:40 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-SMTP/devel .cvsignore,1.3,1.4 Message-ID: <20090902133240.405E611C008C@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-SMTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22944 Modified Files: .cvsignore Log Message: remove old tarball Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-SMTP/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Sep 2009 13:24:49 -0000 1.3 +++ .cvsignore 2 Sep 2009 13:32:40 -0000 1.4 @@ -1,2 +1 @@ -POE-Component-Client-SMTP-0.21.tar.gz POE-Component-Client-SMTP-0.22.tar.gz From pghmcfc at fedoraproject.org Wed Sep 2 13:46:36 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 2 Sep 2009 13:46:36 +0000 (UTC) Subject: rpms/grepmail/devel grepmail-5.3034-empty-file-not-error.patch, NONE, 1.1 grepmail-5.3034-revert-recursive-test-change.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 grepmail.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <20090902134636.3CA6811C008C@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/grepmail/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28503 Modified Files: .cvsignore grepmail.spec sources Added Files: grepmail-5.3034-empty-file-not-error.patch grepmail-5.3034-revert-recursive-test-change.patch Log Message: * Wed Sep 2 2009 Paul Howarth 5.3034-1 - Update to 5.3034 - fix man page year typo (Debian bug #428973) - updated to the latest version of Module::Install - added TODO to the distribution - fix a bug where grepmail could abort with -L - fix a bug in the -R test that could cause a false test failure - fix uninitialized variable warnings for emails missing certain headers - URLs moved back to search.cpan.org - Buildreq perl(Test::More) - Buildreq perl(Module::AutoInstall), should have been bundled - Revert change to t/recursive.t from 5.3033 that causes test failure - Patch t/nonexistent_mailbox.t to support changed behaviour of Mail::Mbox::MessageParser >= 1.5002 grepmail-5.3034-empty-file-not-error.patch: nonexistent_mailbox.t | 9 +++++++++ 1 file changed, 9 insertions(+) --- NEW FILE grepmail-5.3034-empty-file-not-error.patch --- --- grepmail-5.3034/t/nonexistent_mailbox.t 2009-09-02 11:51:28.000000000 +0100 +++ grepmail-5.3034/t/nonexistent_mailbox.t 2009-09-02 13:37:09.000000000 +0100 @@ -149,6 +149,15 @@ my %skip; + $skip{"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() . + " | grepmail pattern"} = 'inappropriate for Mail::Mbox::MessageParser >= 1.5002' + if $Mail::Mbox::MessageParser::VERSION >= 1.5002; + + $skip{"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() . + " | grepmail -E $single_quote\$email =~ /pattern/$single_quote"} = + 'inappropriate for Mail::Mbox::MessageParser >= 1.5002' + if $Mail::Mbox::MessageParser::VERSION >= 1.5002; + return %skip; } grepmail-5.3034-revert-recursive-test-change.patch: recursive.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE grepmail-5.3034-revert-recursive-test-change.patch --- --- grepmail-5.3034/t/recursive.t 2009-08-16 21:25:17.000000000 +0100 +++ grepmail-5.3034/t/recursive.t 2009-09-02 11:24:03.000000000 +0100 @@ -17,7 +17,7 @@ 'grepmail -Lq Handy t/temp/directory_with_links' => ['recursive2','none'], 'grepmail -Rq Handy t/temp/directory_with_links' - => ['recursive2','none'], + => ['recursive','none'], ); my %expected_errors = ( Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/grepmail/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Mar 2007 14:01:37 -0000 1.3 +++ .cvsignore 2 Sep 2009 13:46:35 -0000 1.4 @@ -1 +1 @@ -grepmail-5.3033.tar.gz +grepmail-5.3034.tar.gz Index: grepmail.spec =================================================================== RCS file: /cvs/pkgs/rpms/grepmail/devel/grepmail.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- grepmail.spec 25 Jul 2009 01:25:55 -0000 1.11 +++ grepmail.spec 2 Sep 2009 13:46:36 -0000 1.12 @@ -1,17 +1,22 @@ Summary: Search mailboxes for a particular email Name: grepmail -Version: 5.3033 -Release: 6%{?dist} +Version: 5.3034 +Release: 1%{?dist} License: GPL+ Group: Applications/Text -Url: http://grepmail.sourceforge.net/ -Source0: http://downloads.sf.net/grepmail/grepmail-%{version}.tar.gz +Url: http://search.cpan.org/dist/grepmail/ +Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/grepmail-%{version}.tar.gz +Patch0: grepmail-5.3034-revert-recursive-test-change.patch +Patch1: grepmail-5.3034-empty-file-not-error.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Mail::Mbox::MessageParser) >= 1.4001 BuildRequires: perl(Mail::Mbox::MessageParser) >= 1.4001, perl(Date::Parse), perl(Date::Manip) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +# AutoInstall.pm should have been bundled but wasn't +# http://code.google.com/p/grepmail/issues/detail?id=1 +BuildRequires: perl(Module::AutoInstall) # The following module requirements are optional and hence not picked up by RPM automatically. # Adding manual deps for them improves grepmail's functionality. Requires: perl(Date::Parse), perl(Date::Manip) @@ -26,6 +31,14 @@ operators. %prep %setup -q -n %{name}-%{version} +# Revert recursive test change in 5.3034 that breaks test suite +# http://code.google.com/p/grepmail/issues/detail?id=2 +%patch0 -p1 + +# Empty files are not treated as errors by Mail::Mbox::MessageParser >= 1.5002 +# http://code.google.com/p/grepmail/issues/detail?id=2 +%patch1 -p1 + %build %{__perl} Makefile.PL INSTALLDIRS=vendor --default %{__make} %{?_smp_mflags} @@ -34,7 +47,7 @@ operators. %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %check @@ -47,19 +60,34 @@ export TZ=GMT0 %files %defattr(-,root,root,-) -%doc README* CHANGES LICENSE +%doc README* CHANGES LICENSE TODO %{_bindir}/grepmail %{_mandir}/man1/grepmail.1* %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 5.3033-6 +* Wed Sep 2 2009 Paul Howarth 5.3034-1 +- Update to 5.3034 + - fix man page year typo (Debian bug #428973) + - updated to the latest version of Module::Install + - added TODO to the distribution + - fix a bug where grepmail could abort with -L + - fix a bug in the -R test that could cause a false test failure + - fix uninitialized variable warnings for emails missing certain headers +- URLs moved back to search.cpan.org +- Buildreq perl(Test::More) +- Buildreq perl(Module::AutoInstall), should have been bundled +- Revert change to t/recursive.t from 5.3033 that causes test failure +- Patch t/nonexistent_mailbox.t to support changed behaviour of + Mail::Mbox::MessageParser >= 1.5002 + +* Fri Jul 24 2009 Fedora Release Engineering 5.3033-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Tue Feb 24 2009 Fedora Release Engineering - 5.3033-5 +* Tue Feb 24 2009 Fedora Release Engineering 5.3033-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 7 2008 Tom "spot" Callaway 5.3033-4 -- rebuild for new perl +- Rebuild for new perl * Wed Apr 18 2007 Paul Howarth 5.3033-3 - Buildrequire perl(ExtUtils::MakeMaker) instead of perl-devel Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/grepmail/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Mar 2007 14:01:37 -0000 1.3 +++ sources 2 Sep 2009 13:46:36 -0000 1.4 @@ -1 +1 @@ -83f94e253ccb02fde9a207d7f23c9cd2 grepmail-5.3033.tar.gz +1785cc317fab38bc8386b44c543ae6d1 grepmail-5.3034.tar.gz From pghmcfc at fedoraproject.org Wed Sep 2 13:58:55 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Wed, 2 Sep 2009 13:58:55 +0000 (UTC) Subject: rpms/perl-Mail-Mbox-MessageParser/devel .cvsignore, 1.7, 1.8 perl-Mail-Mbox-MessageParser.spec, 1.15, 1.16 sources, 1.7, 1.8 Mail-Mbox-MessageParser-1.5000-ANDK-01.patch, 1.1, NONE Message-ID: <20090902135855.C6C8611C008C@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Mail-Mbox-MessageParser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv863 Modified Files: .cvsignore perl-Mail-Mbox-MessageParser.spec sources Removed Files: Mail-Mbox-MessageParser-1.5000-ANDK-01.patch Log Message: * Wed Sep 2 2009 Paul Howarth 1.5002-1 - Update to 1.5002 - perl 5.10 patch upstreamed - disable the grep interface, known to be buggy - fix infinite loop in emails of less than 200 characters (CPAN RT#33493) - update Makefile.PL for versions of Module::Install > 0.88 - instead of returning an error for an empty mailbox, a valid mailbox is returned that immediately fails the end_of_mailbox check (CPAN RT#43665) - fix missing "m" modifier issue exposed by Perl 5.10 (CPAN RT#33004) - added some debugging information for the "cache data not validated" error - fix an off-by-one error that could cause warnings about undefined values - BuildRequire perl(Test::More) and perl(Text::Diff) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Mbox-MessageParser/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 27 Feb 2007 17:20:30 -0000 1.7 +++ .cvsignore 2 Sep 2009 13:58:55 -0000 1.8 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.5000.tar.gz +Mail-Mbox-MessageParser-1.5002.tar.gz Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Mbox-MessageParser/devel/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-Mail-Mbox-MessageParser.spec 26 Jul 2009 09:07:56 -0000 1.15 +++ perl-Mail-Mbox-MessageParser.spec 2 Sep 2009 13:58:55 -0000 1.16 @@ -1,19 +1,18 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.5000 -Release: 8%{?dist} +Version: 1.5002 +Release: 1%{?dist} License: GPL+ Group: Development/Libraries Url: http://search.cpan.org/dist/Mail-Mbox-MessageParser/ Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/Mail-Mbox-MessageParser-%{version}.tar.gz -# http://cpan.llarian.net/authors/id/A/AN/ANDK/patches/Mail-Mbox-MessageParser-1.5000-ANDK-01.patch.gz -Patch0: Mail-Mbox-MessageParser-1.5000-ANDK-01.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: grep, gzip, bzip2, /usr/bin/diff Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: grep, gzip, bzip2, /usr/bin/diff BuildRequires: perl(ExtUtils::MakeMaker), perl(FileHandle::Unget) +BuildRequires: perl(Test::More), perl(Text::Diff) %description Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses @@ -22,7 +21,6 @@ information, GNU grep, or highly optimiz %prep %setup -q -n Mail-Mbox-MessageParser-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ @@ -41,7 +39,7 @@ information, GNU grep, or highly optimiz %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %clean @@ -51,9 +49,26 @@ information, GNU grep, or highly optimiz %defattr(-,root,root,-) %doc README CHANGES anonymize_mailbox LICENSE %{perl_vendorlib}/Mail/ -%{_mandir}/man3/Mail::Mbox::MessageParser* +%{_mandir}/man3/Mail::Mbox::MessageParser.3pm* +%{_mandir}/man3/Mail::Mbox::MessageParser::Cache.3pm* +%{_mandir}/man3/Mail::Mbox::MessageParser::Grep.3pm* +%{_mandir}/man3/Mail::Mbox::MessageParser::MetaInfo.3pm* +%{_mandir}/man3/Mail::Mbox::MessageParser::Perl.3pm* %changelog +* Wed Sep 2 2009 Paul Howarth 1.5002-1 +- Update to 1.5002 + - perl 5.10 patch upstreamed + - disable the grep interface, known to be buggy + - fix infinite loop in emails of less than 200 characters (CPAN RT#33493) + - update Makefile.PL for versions of Module::Install > 0.88 + - instead of returning an error for an empty mailbox, a valid mailbox is + returned that immediately fails the end_of_mailbox check (CPAN RT#43665) + - fix missing "m" modifier issue exposed by Perl 5.10 (CPAN RT#33004) + - added some debugging information for the "cache data not validated" error + - fix an off-by-one error that could cause warnings about undefined values +- BuildRequire perl(Test::More) and perl(Text::Diff) + * Sun Jul 26 2009 Fedora Release Engineering - 1.5000-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Mbox-MessageParser/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 27 Feb 2007 17:20:30 -0000 1.7 +++ sources 2 Sep 2009 13:58:55 -0000 1.8 @@ -1 +1 @@ -8489694f8cdb77bf8f31f6582735b2f9 Mail-Mbox-MessageParser-1.5000.tar.gz +0df054faf3a43a537636ea7ca997694c Mail-Mbox-MessageParser-1.5002.tar.gz --- Mail-Mbox-MessageParser-1.5000-ANDK-01.patch DELETED --- From bugzilla at redhat.com Wed Sep 2 18:27:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 2 Sep 2009 14:27:42 -0400 Subject: [Bug 520870] New: perl-Network-IPv4Addr is obsoleted by perl-Net-IPv4Addr Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Network-IPv4Addr is obsoleted by perl-Net-IPv4Addr https://bugzilla.redhat.com/show_bug.cgi?id=520870 Summary: perl-Network-IPv4Addr is obsoleted by perl-Net-IPv4Addr Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl-Network-IPv4Addr AssignedTo: extras-orphan at fedoraproject.org ReportedBy: svidal at redhat.com QAContact: extras-qa at fedoraproject.org CC: extras-orphan at fedoraproject.org, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- It is obsoleted by another pkg in rawhide so it should be 'dead packaged' and removed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Wed Sep 2 18:30:44 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Wed, 2 Sep 2009 18:30:44 +0000 (UTC) Subject: rpms/perl-BerkeleyDB/devel .cvsignore, 1.12, 1.13 perl-BerkeleyDB.spec, 1.24, 1.25 sources, 1.12, 1.13 Message-ID: <20090902183044.941B111C00E6@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-BerkeleyDB/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16442 Modified Files: .cvsignore perl-BerkeleyDB.spec sources Log Message: Update to 0.39. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 4 Jun 2009 16:32:54 -0000 1.12 +++ .cvsignore 2 Sep 2009 18:30:44 -0000 1.13 @@ -1 +1 @@ -BerkeleyDB-0.38.tar.gz +BerkeleyDB-0.39.tar.gz Index: perl-BerkeleyDB.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- perl-BerkeleyDB.spec 26 Jul 2009 03:50:37 -0000 1.24 +++ perl-BerkeleyDB.spec 2 Sep 2009 18:30:44 -0000 1.25 @@ -1,6 +1,6 @@ Name: perl-BerkeleyDB -Version: 0.38 -Release: 2%{?dist} +Version: 0.39 +Release: 1%{?dist} Summary: Perl extension for Berkeley DB version 2, 3 or 4 License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sat Aug 29 2009 Steven Pritchard 0.39-1 +- Update to 0.39. + * Sat Jul 25 2009 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 4 Jun 2009 16:32:54 -0000 1.12 +++ sources 2 Sep 2009 18:30:44 -0000 1.13 @@ -1 +1 @@ -33a0c1a9d566a3f5fc71601a165d8335 BerkeleyDB-0.38.tar.gz +da4cff937216a147162a6df76cae8096 BerkeleyDB-0.39.tar.gz From bugzilla at redhat.com Wed Sep 2 18:35:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 2 Sep 2009 14:35:27 -0400 Subject: [Bug 520870] perl-Network-IPv4Addr is obsoleted by perl-Net-IPv4Addr In-Reply-To: References: Message-ID: <200909021835.n82IZRAU029120@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520870 Bill Nottingham changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |notting at redhat.com Resolution| |RAWHIDE --- Comment #1 from Bill Nottingham 2009-09-02 14:35:26 EDT --- It's already dead-packaged in CVS. Blocked. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Sep 3 04:29:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Sep 2009 00:29:24 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909030429.n834TOYu019955@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #1 from Fedora Update System 2009-09-03 00:29:23 EDT --- perl-JSON-2.15-5.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-JSON-2.15-5.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Thu Sep 3 06:20:47 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 3 Sep 2009 06:20:47 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Authentication/devel .cvsignore, 1.9, 1.10 perl-Catalyst-Plugin-Authentication.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <20090903062047.D647C11C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25180 Modified Files: .cvsignore perl-Catalyst-Plugin-Authentication.spec sources Log Message: * Thu Sep 03 2009 Chris Weyl 0.10015-1 - switch filtering systems... - auto-update to 0.10015 (by cpan-spec-update 0.01) - added a new br on perl(Class::MOP) (version 0) - added a new br on perl(Moose) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 8 Aug 2009 06:39:52 -0000 1.9 +++ .cvsignore 3 Sep 2009 06:20:47 -0000 1.10 @@ -1 +1 @@ -Catalyst-Plugin-Authentication-0.10013.tar.gz +Catalyst-Plugin-Authentication-0.10015.tar.gz 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.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Catalyst-Plugin-Authentication.spec 8 Aug 2009 18:34:13 -0000 1.12 +++ perl-Catalyst-Plugin-Authentication.spec 3 Sep 2009 06:20:47 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Plugin-Authentication -Version: 0.10013 -Release: 2%{?dist} +Version: 0.10015 +Release: 1%{?dist} Summary: Infrastructure plugin for the Catalyst authentication framework License: GPL+ or Artistic Group: Development/Libraries @@ -10,6 +10,15 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 +%{?filter_setup: %{expand: +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} + BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10 BuildRequires: perl(Catalyst::Runtime) BuildRequires: perl(Class::Inspector) @@ -20,6 +29,9 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::MockObject) +BuildRequires: perl(Class::MOP) +BuildRequires: perl(Moose) +BuildRequires: perl(CPAN) # optional tests BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) @@ -29,15 +41,6 @@ Requires: perl(Catalyst::Runtime) Requires: perl(Class::Inspector) Requires: perl(MRO::Compat) -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" - -### auto-added brs! -BuildRequires: perl(CPAN) - %description The authentication plugin provides generic user support for Catalyst apps. It is the basis for both authentication (checking the user is who they @@ -76,6 +79,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Sep 03 2009 Chris Weyl 0.10015-1 +- switch filtering systems... +- auto-update to 0.10015 (by cpan-spec-update 0.01) +- added a new br on perl(Class::MOP) (version 0) +- added a new br on perl(Moose) (version 0) + * Sat Aug 08 2009 Chris Weyl 0.10013-2 - auto-update to 0.10013 (by cpan-spec-update 0.01) - added a new br on CPAN (inc::Module::AutoInstall found) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Authentication/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 8 Aug 2009 06:39:52 -0000 1.9 +++ sources 3 Sep 2009 06:20:47 -0000 1.10 @@ -1 +1 @@ -78d7f5793dcf965f8008789be91a0407 Catalyst-Plugin-Authentication-0.10013.tar.gz +45bb28864a3282e6a9c32d0f7c5ea72a Catalyst-Plugin-Authentication-0.10015.tar.gz From cweyl at fedoraproject.org Thu Sep 3 16:35:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 3 Sep 2009 16:35:06 +0000 (UTC) Subject: rpms/perl-Catalyst-Runtime/devel .cvsignore, 1.12, 1.13 perl-Catalyst-Runtime.spec, 1.19, 1.20 sources, 1.10, 1.11 Message-ID: <20090903163506.D7F4211C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9276 Modified Files: .cvsignore perl-Catalyst-Runtime.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 5.80011-1 - switch filtering system - auto-update to 5.80011 (by cpan-spec-update 0.01) - added a new br on perl(List::MoreUtils) (version 0) - altered br on perl(Module::Pluggable) (3.01 => 3.9) - altered br on perl(MooseX::MethodAttributes::Inheritable) (0.12 => 0.15) - added a new req on perl(List::MoreUtils) (version 0) - altered req on perl(Module::Pluggable) (3.01 => 3.9) - altered req on perl(MooseX::MethodAttributes::Inheritable) (0.12 => 0.15) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 28 Jul 2009 05:03:33 -0000 1.12 +++ .cvsignore 3 Sep 2009 16:35:06 -0000 1.13 @@ -1 +1 @@ -Catalyst-Runtime-5.80007.tar.gz +Catalyst-Runtime-5.80011.tar.gz Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/perl-Catalyst-Runtime.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-Catalyst-Runtime.spec 28 Jul 2009 05:03:33 -0000 1.19 +++ perl-Catalyst-Runtime.spec 3 Sep 2009 16:35:06 -0000 1.20 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Runtime -Version: 5.80007 +Version: 5.80011 Release: 1%{?dist} -Summary: Catalyst Framework Runtime +Summary: Catalyst Framework Runtime License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Runtime/ @@ -27,7 +27,7 @@ BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Request::AsCGI) >= 0.8 BuildRequires: perl(HTTP::Response) BuildRequires: perl(LWP::UserAgent) -BuildRequires: perl(Module::Pluggable) >= 3.01 +BuildRequires: perl(Module::Pluggable) >= 3.9 BuildRequires: perl(Path::Class) >= 0.09 BuildRequires: perl(Text::SimpleTable) >= 0.03 BuildRequires: perl(Tree::Simple) >= 1.15 @@ -44,12 +44,13 @@ BuildRequires: perl(Sub::Exporter) BuildRequires: perl(B::Hooks::EndOfScope) >= 0.08 BuildRequires: perl(namespace::clean) BuildRequires: perl(Moose) >= 0.78 -BuildRequires: perl(MooseX::MethodAttributes::Inheritable) >= 0.12 +BuildRequires: perl(MooseX::MethodAttributes::Inheritable) >= 0.15 BuildRequires: perl(Carp) BuildRequires: perl(Text::Balanced) BuildRequires: perl(Class::C3::Adopt::NEXT) >= 0.07 BuildRequires: perl(Test::MockObject) >= 1.07 BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 +BuildRequires: perl(List::MoreUtils) # test BuildRequires: perl(Class::C3) BuildRequires: perl(File::Copy::Recursive) @@ -83,9 +84,9 @@ Requires: perl(HTTP::Request::AsCGI) >= Requires: perl(HTTP::Response) Requires: perl(LWP::UserAgent) Requires: perl(MRO::Compat) -Requires: perl(Module::Pluggable) >= 3.01 +Requires: perl(Module::Pluggable) >= 3.9 Requires: perl(Moose) >= 0.78 -Requires: perl(MooseX::MethodAttributes::Inheritable) >= 0.12 +Requires: perl(MooseX::MethodAttributes::Inheritable) >= 0.15 Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 Requires: perl(Path::Class) >= 0.09 Requires: perl(Scalar::Util) @@ -100,12 +101,16 @@ Requires: perl(namespace::clean) Requires: perl(String::RewritePrefix) >= 0.004 Requires: perl(Task::Weaken) Requires: perl(namespace::autoclean) +Requires: perl(List::MoreUtils) -# neither provide nor require things we shouldn't -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" +# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 +%{?filter_setup: %{expand: +%filter_provides_in %{perl_vendorarch}/.*\\.so$ +%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$ +%filter_provides_in %{_docdir} +%filter_requires_in %{_docdir} +%filter_setup +}} %description This is the primary class for the Catalyst-Runtime distribution. It provides @@ -179,6 +184,16 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Aug 25 2009 Chris Weyl 5.80011-1 +- switch filtering system +- auto-update to 5.80011 (by cpan-spec-update 0.01) +- added a new br on perl(List::MoreUtils) (version 0) +- altered br on perl(Module::Pluggable) (3.01 => 3.9) +- altered br on perl(MooseX::MethodAttributes::Inheritable) (0.12 => 0.15) +- added a new req on perl(List::MoreUtils) (version 0) +- altered req on perl(Module::Pluggable) (3.01 => 3.9) +- altered req on perl(MooseX::MethodAttributes::Inheritable) (0.12 => 0.15) + * Mon Jul 27 2009 Chris Weyl 5.80007-1 - auto-update to 5.80007 (by cpan-spec-update 0.01) - added a new br on perl(String::RewritePrefix) (version 0.004) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 28 Jul 2009 05:03:33 -0000 1.10 +++ sources 3 Sep 2009 16:35:06 -0000 1.11 @@ -1 +1 @@ -9ccd070be7ee18fa13345ad2135d8e89 Catalyst-Runtime-5.80007.tar.gz +96f09897079c6a13e1c0375b3a94ad4f Catalyst-Runtime-5.80011.tar.gz From steve at fedoraproject.org Thu Sep 3 17:20:16 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Thu, 3 Sep 2009 17:20:16 +0000 (UTC) Subject: rpms/perl-IPC-Run/devel .cvsignore, 1.5, 1.6 perl-IPC-Run.spec, 1.19, 1.20 sources, 1.5, 1.6 Message-ID: <20090903172016.3C8B811C0375@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-IPC-Run/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32724 Modified Files: .cvsignore perl-IPC-Run.spec sources Log Message: Update to 0.84. Drop IPCRUNDEBUG from "make test" (bug fixed long ago). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IPC-Run/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 17 Jan 2009 01:27:59 -0000 1.5 +++ .cvsignore 3 Sep 2009 17:20:15 -0000 1.6 @@ -1 +1 @@ -IPC-Run-0.82.tar.gz +IPC-Run-0.84.tar.gz Index: perl-IPC-Run.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IPC-Run/devel/perl-IPC-Run.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- perl-IPC-Run.spec 26 Jul 2009 06:43:30 -0000 1.19 +++ perl-IPC-Run.spec 3 Sep 2009 17:20:16 -0000 1.20 @@ -1,6 +1,6 @@ Name: perl-IPC-Run -Version: 0.82 -Release: 3%{?dist} +Version: 0.84 +Release: 1%{?dist} Summary: Perl module for interacting with child processes License: GPL+ or Artistic Group: Development/Libraries @@ -46,8 +46,7 @@ rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/I rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3* %check -# https://rt.cpan.org/NoAuth/Bug.html?id=11129 -[ ! -d /dev/pts ] || IPCRUNDEBUG=2 make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 02 2009 Steven Pritchard 0.84-1 +- Update to 0.84. +- Drop IPCRUNDEBUG from "make test" (bug fixed long ago). + * Sat Jul 25 2009 Fedora Release Engineering - 0.82-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IPC-Run/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 17 Jan 2009 01:27:59 -0000 1.5 +++ sources 3 Sep 2009 17:20:16 -0000 1.6 @@ -1 +1 @@ -6eb9fa0058956ece7fdf25c6ec395288 IPC-Run-0.82.tar.gz +f7c1b7584ebcde637479bf5aa321491f IPC-Run-0.84.tar.gz From bugzilla at redhat.com Thu Sep 3 17:20:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Sep 2009 13:20:01 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909031720.n83HK1vo009727@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skasal at redhat.com --- Comment #2 from Stepan Kasal 2009-09-03 13:20:00 EDT --- (In reply to comment #0) > [...] a spurious dependency [...] coming from somewhere in t/* in docs. > IMO the best fix here [...] would be to _not_ package test suite code > at all. Sorry, but I cannot agree. The best fix is to skip all %doc files when generating dependencies. There are often some examples in the docs, and it is a mistake to base package requirements on these as well. I hope to manage to get this to rpm during F-13 development. > IMO the best fix here (and something that should be done by default in > practically all perl packages) would be to _not_ package test suite code > at all. There are often good reasons to pack the testsuite as documentation; it is well explained by Chris Weyl in http://www.redhat.com/archives/fedora-perl-devel-list/2009-August/msg00351.html -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Sep 3 17:24:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 3 Sep 2009 13:24:40 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909031724.n83HOeGv010748@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #3 from Stepan Kasal 2009-09-03 13:24:39 EDT --- The reported spurious dependencies are remeved in perl-JSON-2.15-5.fc12. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From scop at fedoraproject.org Thu Sep 3 19:13:37 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Thu, 3 Sep 2009 19:13:37 +0000 (UTC) Subject: rpms/perl-SGML-Parser-OpenSP/devel perl-SGML-Parser-OpenSP.spec, 1.9, 1.10 Message-ID: <20090903191337.49D8711C0099@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-SGML-Parser-OpenSP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15273 Modified Files: perl-SGML-Parser-OpenSP.spec Log Message: * Thu Sep 3 2009 Ville Skytt? - 0.994-4 - Filter out autoprovided OpenSP.so (if %{perl_default_filter} is available). Index: perl-SGML-Parser-OpenSP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-SGML-Parser-OpenSP/devel/perl-SGML-Parser-OpenSP.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-SGML-Parser-OpenSP.spec 26 Jul 2009 16:22:38 -0000 1.9 +++ perl-SGML-Parser-OpenSP.spec 3 Sep 2009 19:13:37 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-SGML-Parser-OpenSP Version: 0.994 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl interface to the OpenSP SGML and XML parser Group: Development/Libraries @@ -18,6 +18,8 @@ BuildRequires: opensp-devel Requires: perl(Class::Accessor) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description SGML::Parser::OpenSP provides a native Perl interface, written in C++ and XS, to the OpenSP SGML and XML parser. @@ -62,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 3 2009 Ville Skytt? - 0.994-4 +- Filter out autoprovided OpenSP.so (if %%{perl_default_filter} is available). + * Sun Jul 26 2009 Fedora Release Engineering - 0.994-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From bugzilla at redhat.com Fri Sep 4 06:29:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 02:29:51 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909040629.n846Tpis007673@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #4 from Ville Skytt? 2009-09-04 02:29:50 EDT --- (In reply to comment #2) > There are often good reasons to pack the testsuite as documentation; I think this is the first time I've heard someone actually agree with Chris on this. On the other hand, I know several people (including myself) have repeatedly stated their opinions that it's pointless or even actively harmful when done as a general packaging practice. Well, I guess we'll end up needing a guideline for this sometime. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 4 06:36:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 02:36:14 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909040636.n846aE8X009025@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #5 from Chris Weyl 2009-09-04 02:36:13 EDT --- (In reply to comment #4) > (In reply to comment #2) > > > There are often good reasons to pack the testsuite as documentation; > > I think this is the first time I've heard someone actually agree with Chris on > this. On the other hand, I know several people (including myself) have > repeatedly stated their opinions that it's pointless or even actively harmful > when done as a general packaging practice. Well, I guess we'll end up needing > a guideline for this sometime. Not to fan the flames, as it were, but I'm curious as to what you mean by "actively harmful"? If possible, some concrete examples would be helpful to understand the claimed harm. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From eseyman at fedoraproject.org Fri Sep 4 07:57:06 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 4 Sep 2009 07:57:06 +0000 (UTC) Subject: rpms/perl-CGI-Application-Plugin-DBIC-Schema/devel import.log, NONE, 1.1 perl-CGI-Application-Plugin-DBIC-Schema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090904075706.50B3A11C0082@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12725/devel Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-DBIC-Schema.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-DBIC-Schema-0_2-1_fc11:HEAD:perl-CGI-Application-Plugin-DBIC-Schema-0.2-1.fc11.src.rpm:1252050983 --- NEW FILE perl-CGI-Application-Plugin-DBIC-Schema.spec --- Name: perl-CGI-Application-Plugin-DBIC-Schema Version: 0.2 Release: 1%{?dist} Summary: Easy DBIx::Class access from CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-DBIC-Schema/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-DBIC-Schema-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(DBIx::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) Requires: perl(CGI::Application) Requires: perl(DBIx::Class) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application::Plugin::DBIC::Schema adds easy access to a DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the schema method is not called during the request. In other words, the database connection is not created until it is actually needed. %prep %setup -q -n CGI-Application-Plugin-DBIC-Schema-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 01 2009 Emmanuel Seyman 0.2-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 Sep 2009 02:14:23 -0000 1.1 +++ .cvsignore 4 Sep 2009 07:57:05 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 Sep 2009 02:14:23 -0000 1.1 +++ sources 4 Sep 2009 07:57:05 -0000 1.2 @@ -0,0 +1 @@ +a76923798dc1e03dd67f5bd0542fe3c5 CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz From eseyman at fedoraproject.org Fri Sep 4 07:58:13 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 4 Sep 2009 07:58:13 +0000 (UTC) Subject: rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-12 import.log, NONE, 1.1 perl-CGI-Application-Plugin-DBIC-Schema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090904075813.60AA311C0082@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13011/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-DBIC-Schema.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-DBIC-Schema-0_2-1_fc11:F-12:perl-CGI-Application-Plugin-DBIC-Schema-0.2-1.fc11.src.rpm:1252051050 --- NEW FILE perl-CGI-Application-Plugin-DBIC-Schema.spec --- Name: perl-CGI-Application-Plugin-DBIC-Schema Version: 0.2 Release: 1%{?dist} Summary: Easy DBIx::Class access from CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-DBIC-Schema/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-DBIC-Schema-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(DBIx::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) Requires: perl(CGI::Application) Requires: perl(DBIx::Class) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application::Plugin::DBIC::Schema adds easy access to a DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the schema method is not called during the request. In other words, the database connection is not created until it is actually needed. %prep %setup -q -n CGI-Application-Plugin-DBIC-Schema-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 01 2009 Emmanuel Seyman 0.2-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 Sep 2009 02:14:23 -0000 1.1 +++ .cvsignore 4 Sep 2009 07:58:13 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 Sep 2009 02:14:23 -0000 1.1 +++ sources 4 Sep 2009 07:58:13 -0000 1.2 @@ -0,0 +1 @@ +a76923798dc1e03dd67f5bd0542fe3c5 CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz From eseyman at fedoraproject.org Fri Sep 4 08:01:52 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 4 Sep 2009 08:01:52 +0000 (UTC) Subject: rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-11 import.log, NONE, 1.1 perl-CGI-Application-Plugin-DBIC-Schema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090904080152.EFC6B11C0082@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13551/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-DBIC-Schema.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-DBIC-Schema-0_2-1_fc11:F-11:perl-CGI-Application-Plugin-DBIC-Schema-0.2-1.fc11.src.rpm:1252051269 --- NEW FILE perl-CGI-Application-Plugin-DBIC-Schema.spec --- Name: perl-CGI-Application-Plugin-DBIC-Schema Version: 0.2 Release: 1%{?dist} Summary: Easy DBIx::Class access from CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-DBIC-Schema/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-DBIC-Schema-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(DBIx::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) Requires: perl(CGI::Application) Requires: perl(DBIx::Class) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application::Plugin::DBIC::Schema adds easy access to a DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the schema method is not called during the request. In other words, the database connection is not created until it is actually needed. %prep %setup -q -n CGI-Application-Plugin-DBIC-Schema-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 01 2009 Emmanuel Seyman 0.2-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 Sep 2009 02:14:23 -0000 1.1 +++ .cvsignore 4 Sep 2009 08:01:51 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 Sep 2009 02:14:23 -0000 1.1 +++ sources 4 Sep 2009 08:01:52 -0000 1.2 @@ -0,0 +1 @@ +a76923798dc1e03dd67f5bd0542fe3c5 CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz From eseyman at fedoraproject.org Fri Sep 4 08:04:56 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 4 Sep 2009 08:04:56 +0000 (UTC) Subject: rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10 import.log, NONE, 1.1 perl-CGI-Application-Plugin-DBIC-Schema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090904080456.868C111C0082@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14702/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application-Plugin-DBIC-Schema.spec Log Message: Initial import. --- NEW FILE import.log --- perl-CGI-Application-Plugin-DBIC-Schema-0_2-1_fc11:F-10:perl-CGI-Application-Plugin-DBIC-Schema-0.2-1.fc11.src.rpm:1252051453 --- NEW FILE perl-CGI-Application-Plugin-DBIC-Schema.spec --- Name: perl-CGI-Application-Plugin-DBIC-Schema Version: 0.2 Release: 1%{?dist} Summary: Easy DBIx::Class access from CGI::Application License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application-Plugin-DBIC-Schema/ Source0: http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-DBIC-Schema-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(CGI::Application) BuildRequires: perl(DBIx::Class) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) Requires: perl(CGI::Application) Requires: perl(DBIx::Class) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application::Plugin::DBIC::Schema adds easy access to a DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the schema method is not called during the request. In other words, the database connection is not created until it is actually needed. %prep %setup -q -n CGI-Application-Plugin-DBIC-Schema-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 01 2009 Emmanuel Seyman 0.2-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 4 Sep 2009 02:14:23 -0000 1.1 +++ .cvsignore 4 Sep 2009 08:04:56 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 Sep 2009 02:14:23 -0000 1.1 +++ sources 4 Sep 2009 08:04:56 -0000 1.2 @@ -0,0 +1 @@ +a76923798dc1e03dd67f5bd0542fe3c5 CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz From bugzilla at redhat.com Fri Sep 4 09:19:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 05:19:55 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909040919.n849Jtmp025924@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #6 from Stepan Kasal 2009-09-04 05:19:54 EDT --- In the clarification of why it is harmful to add the test suite to the docs, please abstract from the fact that rpm currently searches for dependencies in %doc files. That's a bug that need to be fixed. (In package review, it is ensured that docs are not required for correct function; consequently, requirements of cocds cannot be necessary for proper function either.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 4 17:01:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 13:01:14 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909041701.n84H1EWB026975@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #7 from Ville Skytt? 2009-09-04 13:01:13 EDT --- As said, it's been discussed before. Bad API usage/coding examples; package size bloat; installing stuff upstream hasn't intended to be installed; potential for spurious dependency bloat (sorry that can't be left out as evidenced by this bug) - or if you eliminate these deps, the tests can't be run without manually managing them at which point it'd be better to download and use the source rpms for this purpose (they have the proper deps, Makefile.PL's etc infrastructure upstream intended for the test suite); kind of encourages bad practices such as mentioned by Chris in his mail referred to in comment 2 (installing packages in system locations and _then_ after the fact thinking about running test suites) etc. Yes, there are exceptions and _sometimes_ packaging the test suites or parts of them might be a good idea. It seems that test suites are packaged without much thought in Fedora packages these days though. If it was a good idea in general, why wouldn't it be done in -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 4 17:17:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 13:17:05 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909041717.n84HH52b030309@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #8 from Ville Skytt? 2009-09-04 13:17:04 EDT --- As said, it's been discussed before. Test suites often (usually?) contain undocumented and bad API usage/coding examples; package size bloat; installing stuff upstream hasn't intended to be installed; potential for spurious dependency bloat (sorry that can't be left out as evidenced by this bug) - or if you eliminate these deps, the tests can't be run without manually managing them at which point it'd be better to download and use the source rpms for this purpose (they have the proper deps, Makefile.PL's etc infrastructure upstream intended for the test suite and have less risk of littering system locations with generated test leftover data); kind of encourages bad practices such as mentioned by Chris in his mail referred to in comment 2 (installing packages in system locations and _then_ after the fact thinking about running test suites); if upstream docs aren't good enough it'd be better to let upstream know about that and ask them to improve things so more people would benefit; etc. Yes, there are exceptions and _sometimes_ packaging the test suites or parts of them might be beneficial. But I strongly think those cases are a rare exception and it seems that test suites are packaged without much thought in Fedora packages these days and FWIW I wouldn't personally consider approving any package that doesn't document a good rationale for including that stuff in the particular case of that package in question. If it was a good idea in general, why wouldn't it be done in other packages besides perl ones, and why isn't it done even in all perl packages, and why isn't there a general guideline that encourages shipping that stuff in place or being pushed by people, and all that already in place for lots and lots of years of packaging history? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 4 17:23:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 13:23:54 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200909041723.n84HNsWO013184@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 Ville Skytt? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Flag| |needinfo?(cweyl at alumni.drew | |.edu) --- Comment #9 from Ville Skytt? 2009-09-04 13:23:52 EDT --- Added upstream, please confirm it was done as intended: https://fedorahosted.org/rpmdevtools/changeset/6864c01 Please also remember to submit this stuff as an update to http://fedoraproject.org/wiki/Packaging:Perl#Filtering_Requires:_and_Provides -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 4 19:12:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 4 Sep 2009 15:12:49 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200909041912.n84JCnTA021887@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(cweyl at alumni.drew | |.edu) | --- Comment #10 from Chris Weyl 2009-09-04 15:12:48 EDT --- The update looks good to me; right place, right macro, right conditionalization. Thanks :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 5 06:59:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 02:59:36 -0400 Subject: [Bug 521363] New: Request upgrade of perl-Mail-IMAPClient Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Request upgrade of perl-Mail-IMAPClient https://bugzilla.redhat.com/show_bug.cgi?id=521363 Summary: Request upgrade of perl-Mail-IMAPClient Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Mail-IMAPClient AssignedTo: tcallawa at redhat.com ReportedBy: nb at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora I'd like to request that perl-Mail-IMAPClient be upgraded in Fedora and EPEL to at least 3.19. This is because imapsync requires version 3.19 or higher of perl-Mail-IMAPClient. (3.20 is the current version of the perl module) Thanks! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From iarnell at fedoraproject.org Sat Sep 5 08:33:31 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 5 Sep 2009 08:33:31 +0000 (UTC) Subject: rpms/perl-DBIx-Class-EncodedColumn/devel .cvsignore, 1.3, 1.4 perl-DBIx-Class-EncodedColumn.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090905083331.57DD311C00E5@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2496 Modified Files: .cvsignore perl-DBIx-Class-EncodedColumn.spec sources Log Message: * Sat Sep 05 2009 Iain Arnell 0.00004-1 - update to latest upstream (minor documentation fix) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Sep 2009 03:58:46 -0000 1.3 +++ .cvsignore 5 Sep 2009 08:33:30 -0000 1.4 @@ -1 +1 @@ -DBIx-Class-EncodedColumn-0.00003.tar.gz +DBIx-Class-EncodedColumn-0.00004.tar.gz Index: perl-DBIx-Class-EncodedColumn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/perl-DBIx-Class-EncodedColumn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-DBIx-Class-EncodedColumn.spec 2 Sep 2009 03:58:46 -0000 1.4 +++ perl-DBIx-Class-EncodedColumn.spec 5 Sep 2009 08:33:31 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-DBIx-Class-EncodedColumn -Version: 0.00003 +Version: 0.00004 Release: 1%{?dist} Summary: Automatically encode columns License: GPL+ or Artistic @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 05 2009 Iain Arnell 0.00004-1 +- update to latest upstream (minor documentation fix) + * Wed Sep 02 2009 Iain Arnell 0.00003-1 - update to latest upstream (copyright notice added) - remove temporary BRs due to BZ #499768 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class-EncodedColumn/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Sep 2009 03:58:46 -0000 1.3 +++ sources 5 Sep 2009 08:33:31 -0000 1.4 @@ -1 +1 @@ -3a2613af1c10219654150b59f076a620 DBIx-Class-EncodedColumn-0.00003.tar.gz +4dc99811f29f054bdfd526735bcbc357 DBIx-Class-EncodedColumn-0.00004.tar.gz From bugzilla at redhat.com Sat Sep 5 12:06:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 08:06:06 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909051206.n85C66od014766@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #9 from Stepan Kasal 2009-09-05 08:06:05 EDT --- (In reply to comment #8) > Yes, there are exceptions and _sometimes_ packaging the test suites or parts of > them might be beneficial. [...] document a good rationale for including that stuff Sounds fair, tests should not be packed by default. But I'd like to comment some of your reasons: > if upstream docs aren't good enough it'd be better to let upstream know about > that and ask them to improve things so more people would benefit; etc. Sure, it is necessary to report the problem, if upstream does not know or underestiomates its importance. But then, packing the tests is a good temporary aid until sufficient documentation becomes available. > [...] kind of encourages bad practices such as > mentioned by Chris in his mail referred to in comment 2 (installing packages in > system locations and _then_ after the fact thinking about running test suites); Generally, tests can be run on uninstalled software, or after instalation. Ideally, both kind of tests are performed; this can often be done by rerunning the same test suite. (GNU Coding Standards define two make targets: "check" and "installcheck".) rpm's %check does test uninnstalled software, but the spec files have no way to describe tests on installed program. There are situations when the tests cannot be run from the spec file, e.g., because they require GUI or because they require a running database server. You seem to imply that enabling install time checking somehow discourages proper use of build time testing. I cannot agree with that. If the tests cannot be (fully) performed at build time, it is useful to pack them, so that the user has chance to run them before deploying the module. Again, this reason justifies packing tests only as a temporary aid, because http://fedoraproject.org/wiki/Features/FullyTestablePerl would render this type of reasoning irrelevant. To sum up, if tests are packed, comment should contain a reason, e.g.: - the tests show example usage, supplementing incomplete documentation - the tests cannot be fully performed at build time because of xyxz -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Sat Sep 5 12:31:57 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Sat, 5 Sep 2009 12:31:57 +0000 (UTC) Subject: rpms/perl-ExtUtils-XSpp/devel perl-ExtUtils-XSpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090905123157.6C41811C00E5@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-ExtUtils-XSpp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32337/devel Modified Files: .cvsignore sources Added Files: perl-ExtUtils-XSpp.spec Log Message: Initial import (#518637). --- NEW FILE perl-ExtUtils-XSpp.spec --- Name: perl-ExtUtils-XSpp Version: 0.04 Release: 2%{?dist} Summary: C++ variant of Perl's XS language License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-XSpp/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Base) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description ExtUtils::XSpp handles the XS++ language, used to create an extension interface between Perl and C++ code/library. %prep %setup -q -n ExtUtils-XSpp-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README XSP.yp %{_bindir}/xspp %{perl_vendorlib}/ExtUtils* %{_mandir}/man?/* %changelog * Tue Aug 25 2009 Stepan Kasal 0.04-2 - follow suggestions from Parag's review * Fri Aug 21 2009 Stepan Kasal 0.04-1 - Specfile created from a one autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-ExtUtils-XSpp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 26 Aug 2009 22:22:46 -0000 1.1 +++ .cvsignore 5 Sep 2009 12:31:57 -0000 1.2 @@ -0,0 +1 @@ +ExtUtils-XSpp-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-ExtUtils-XSpp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Aug 2009 22:22:46 -0000 1.1 +++ sources 5 Sep 2009 12:31:57 -0000 1.2 @@ -0,0 +1 @@ +cfb4f2a2cf079fe675fdf9ea5ee61e64 ExtUtils-XSpp-0.04.tar.gz From kasal at fedoraproject.org Sat Sep 5 13:13:02 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Sat, 5 Sep 2009 13:13:02 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/devel .cvsignore, 1.5, 1.6 perl-Mail-IMAPClient.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090905131302.0E5D011C00E5@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Mail-IMAPClient/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10150 Modified Files: .cvsignore perl-Mail-IMAPClient.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 13 Mar 2009 20:44:53 -0000 1.5 +++ .cvsignore 5 Sep 2009 13:13:01 -0000 1.6 @@ -1 +1 @@ -Mail-IMAPClient-3.14.tar.gz +Mail-IMAPClient-3.20.tar.gz Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/perl-Mail-IMAPClient.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-Mail-IMAPClient.spec 26 Jul 2009 09:07:40 -0000 1.9 +++ perl-Mail-IMAPClient.spec 5 Sep 2009 13:13:01 -0000 1.10 @@ -1,11 +1,11 @@ Name: perl-Mail-IMAPClient -Version: 3.14 -Release: 2%{?dist} +Version: 3.20 +Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-IMAPClient/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-IMAPClient-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket) BuildRequires: perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp) @@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP %prep %setup -q -n Mail-IMAPClient-%{version} +sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl %build +# the extended tests cannot be run without an IMAP server yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find examples -type f -exec chmod -x {} 2>/dev/null ';' -find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';' 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/* -chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm %check make test @@ -47,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Sep 5 2009 Stepan Kasal - 3.20-1 +- new upstream source + * Sun Jul 26 2009 Fedora Release Engineering - 3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 13 Mar 2009 20:44:53 -0000 1.5 +++ sources 5 Sep 2009 13:13:01 -0000 1.6 @@ -1 +1 @@ -bd099eda25cc0cc44e1cecf3f7f22a79 Mail-IMAPClient-3.14.tar.gz +bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz From kasal at fedoraproject.org Sat Sep 5 13:13:42 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Sat, 5 Sep 2009 13:13:42 +0000 (UTC) Subject: rpms/perl-Wx/devel .cvsignore, 1.20, 1.21 perl-Wx.spec, 1.34, 1.35 sources, 1.20, 1.21 Message-ID: <20090905131342.434B311C00E5@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Wx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10463 Modified Files: .cvsignore perl-Wx.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 3 Jun 2009 14:23:37 -0000 1.20 +++ .cvsignore 5 Sep 2009 13:13:42 -0000 1.21 @@ -1 +1 @@ -Wx-0.91.tar.gz +Wx-0.92.tar.gz Index: perl-Wx.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/perl-Wx.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- perl-Wx.spec 25 Aug 2009 13:29:20 -0000 1.34 +++ perl-Wx.spec 5 Sep 2009 13:13:42 -0000 1.35 @@ -5,8 +5,8 @@ # Name: perl-Wx -Version: 0.91 -Release: 8%{?dist} +Version: 0.92 +Release: 1%{?dist} Summary: Interface to the wxWidgets cross-platform GUI toolkit Group: Development/Libraries @@ -19,6 +19,7 @@ BuildRequires: wxGTK-devel BuildRequires: perl(Alien::wxWidgets) >= 0.25 BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.21 +BuildRequires: perl(ExtUtils::XSpp) BuildRequires: perl(Module::Info) BuildRequires: perl(Test::More), perl(Test::Harness) BuildRequires: perl(Test::Pod) @@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 5 2009 Stepan Kasal - 0.92-1 +- new upstream version + * Thu Aug 20 2009 Stepan Kasal - 0.91-8 - rebuild with perl-Alien-wxWidgets-0.44-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Wx/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- sources 3 Jun 2009 14:23:37 -0000 1.20 +++ sources 5 Sep 2009 13:13:42 -0000 1.21 @@ -1 +1 @@ -415318d84c0c6dc69dcf760c0d8bc3ba Wx-0.91.tar.gz +273a8770f290a66026bf6ea15060b6ae Wx-0.92.tar.gz From spot at fedoraproject.org Sat Sep 5 13:32:28 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sat, 5 Sep 2009 13:32:28 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/EL-4 perl-Mail-IMAPClient.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090905133228.D1C7211C00E5@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16306/EL-4 Modified Files: perl-Mail-IMAPClient.spec sources Log Message: bump to 3.20 Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-4/perl-Mail-IMAPClient.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Mail-IMAPClient.spec 26 Aug 2007 16:30:32 -0000 1.2 +++ perl-Mail-IMAPClient.spec 5 Sep 2009 13:32:28 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Mail-IMAPClient -Version: 2.2.9 -Release: 4%{?dist} +Version: 3.20 +Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-IMAPClient/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DJ/DJKERNEN/Mail-IMAPClient-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket) BuildRequires: perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp) @@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP %prep %setup -q -n Mail-IMAPClient-%{version} +sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl %build +# the extended tests cannot be run without an IMAP server yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find examples -type f -exec chmod -x {} 2>/dev/null ';' -find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';' 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/* -chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm %check make test @@ -42,11 +40,35 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc docs/ examples/ +%doc Changes COPYRIGHT README examples/ %{perl_vendorlib}/Mail/ %{_mandir}/man3/*.3* %changelog +* Sat Sep 5 2009 Stepan Kasal - 3.20-1 +- new upstream source + +* Sun Jul 26 2009 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 13 2009 Tom "spot" Callaway - 3.14-1 +- update to 3.14 + +* Thu Feb 26 2009 Fedora Release Engineering - 3.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jul 21 2008 Tom "spot" Callaway - 3.08-1 +- 3.08 + +* Tue Mar 11 2008 Tom "spot" Callaway - 3.05-1 +- 3.05 + +* Wed Feb 27 2008 Tom "spot" Callaway - 2.2.9-6 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway - 2.2.9-5 +- rebuild for new perl + * Sun Aug 26 2007 Tom "spot" Callaway - 2.2.9-4 - license tag fix Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 Apr 2007 19:41:52 -0000 1.2 +++ sources 5 Sep 2009 13:32:28 -0000 1.3 @@ -1 +1 @@ -21c1901d55a2d57f73840cad478c665d Mail-IMAPClient-2.2.9.tar.gz +bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz From spot at fedoraproject.org Sat Sep 5 13:32:29 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sat, 5 Sep 2009 13:32:29 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/EL-5 perl-Mail-IMAPClient.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090905133229.11C5711C00E5@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16306/EL-5 Modified Files: perl-Mail-IMAPClient.spec sources Log Message: bump to 3.20 Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-5/perl-Mail-IMAPClient.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Mail-IMAPClient.spec 26 Aug 2007 16:30:35 -0000 1.2 +++ perl-Mail-IMAPClient.spec 5 Sep 2009 13:32:28 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Mail-IMAPClient -Version: 2.2.9 -Release: 4%{?dist} +Version: 3.20 +Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-IMAPClient/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DJ/DJKERNEN/Mail-IMAPClient-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket) BuildRequires: perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp) @@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP %prep %setup -q -n Mail-IMAPClient-%{version} +sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl %build +# the extended tests cannot be run without an IMAP server yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find examples -type f -exec chmod -x {} 2>/dev/null ';' -find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';' 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/* -chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm %check make test @@ -42,11 +40,35 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc docs/ examples/ +%doc Changes COPYRIGHT README examples/ %{perl_vendorlib}/Mail/ %{_mandir}/man3/*.3* %changelog +* Sat Sep 5 2009 Stepan Kasal - 3.20-1 +- new upstream source + +* Sun Jul 26 2009 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 13 2009 Tom "spot" Callaway - 3.14-1 +- update to 3.14 + +* Thu Feb 26 2009 Fedora Release Engineering - 3.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jul 21 2008 Tom "spot" Callaway - 3.08-1 +- 3.08 + +* Tue Mar 11 2008 Tom "spot" Callaway - 3.05-1 +- 3.05 + +* Wed Feb 27 2008 Tom "spot" Callaway - 2.2.9-6 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway - 2.2.9-5 +- rebuild for new perl + * Sun Aug 26 2007 Tom "spot" Callaway - 2.2.9-4 - license tag fix Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 13 Apr 2007 19:45:33 -0000 1.2 +++ sources 5 Sep 2009 13:32:28 -0000 1.3 @@ -1 +1 @@ -21c1901d55a2d57f73840cad478c665d Mail-IMAPClient-2.2.9.tar.gz +bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz From spot at fedoraproject.org Sat Sep 5 13:32:29 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sat, 5 Sep 2009 13:32:29 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/F-11 perl-Mail-IMAPClient.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090905133229.6958B11C00E5@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16306/F-11 Modified Files: perl-Mail-IMAPClient.spec sources Log Message: bump to 3.20 Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-11/perl-Mail-IMAPClient.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Mail-IMAPClient.spec 13 Mar 2009 20:44:53 -0000 1.8 +++ perl-Mail-IMAPClient.spec 5 Sep 2009 13:32:29 -0000 1.9 @@ -1,11 +1,11 @@ Name: perl-Mail-IMAPClient -Version: 3.14 +Version: 3.20 Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-IMAPClient/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-IMAPClient-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket) BuildRequires: perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp) @@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP %prep %setup -q -n Mail-IMAPClient-%{version} +sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl %build +# the extended tests cannot be run without an IMAP server yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find examples -type f -exec chmod -x {} 2>/dev/null ';' -find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';' 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/* -chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm %check make test @@ -47,6 +45,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Sep 5 2009 Stepan Kasal - 3.20-1 +- new upstream source + +* Sun Jul 26 2009 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Fri Mar 13 2009 Tom "spot" Callaway - 3.14-1 - update to 3.14 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 13 Mar 2009 20:44:53 -0000 1.5 +++ sources 5 Sep 2009 13:32:29 -0000 1.6 @@ -1 +1 @@ -bd099eda25cc0cc44e1cecf3f7f22a79 Mail-IMAPClient-3.14.tar.gz +bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz From spot at fedoraproject.org Sat Sep 5 13:32:29 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sat, 5 Sep 2009 13:32:29 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/F-10 perl-Mail-IMAPClient.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090905133229.3D27F11C02C8@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16306/F-10 Modified Files: perl-Mail-IMAPClient.spec sources Log Message: bump to 3.20 Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10/perl-Mail-IMAPClient.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Mail-IMAPClient.spec 21 Jul 2008 19:10:01 -0000 1.6 +++ perl-Mail-IMAPClient.spec 5 Sep 2009 13:32:29 -0000 1.7 @@ -1,11 +1,11 @@ Name: perl-Mail-IMAPClient -Version: 3.08 +Version: 3.20 Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Mail-IMAPClient/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-IMAPClient-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLOBBES/Mail-IMAPClient-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(IO::Socket), perl(constant), perl(Socket) BuildRequires: perl(IO::File), perl(IO::Select), perl(Fcntl), perl(Errno), perl(Carp) @@ -19,20 +19,18 @@ to and an IMAP conversation with an IMAP %prep %setup -q -n Mail-IMAPClient-%{version} +sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' examples/*.pl %build +# the extended tests cannot be run without an IMAP server yes n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find examples -type f -exec chmod -x {} 2>/dev/null ';' -find examples -type f -exec sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' {} 2>/dev/null ';' 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/* -chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Mail/IMAPClient/BodyStructure.pm %check make test @@ -47,6 +45,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Sep 5 2009 Stepan Kasal - 3.20-1 +- new upstream source + +* Sun Jul 26 2009 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 13 2009 Tom "spot" Callaway - 3.14-1 +- update to 3.14 + +* Thu Feb 26 2009 Fedora Release Engineering - 3.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Jul 21 2008 Tom "spot" Callaway - 3.08-1 - 3.08 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 21 Jul 2008 19:10:01 -0000 1.4 +++ sources 5 Sep 2009 13:32:29 -0000 1.5 @@ -1 +1 @@ -688f219e676b0c9da0ce2892449c7c1f Mail-IMAPClient-3.08.tar.gz +bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz From bugzilla at redhat.com Sat Sep 5 15:35:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 11:35:17 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909051535.n85FZHWS019415@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #1 from Fedora Update System 2009-09-05 11:35:16 EDT --- perl-Mail-IMAPClient-3.20-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/perl-Mail-IMAPClient-3.20-1.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 5 15:35:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 11:35:21 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909051535.n85FZLNB019446@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #2 from Fedora Update System 2009-09-05 11:35:20 EDT --- perl-Mail-IMAPClient-3.20-1.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/perl-Mail-IMAPClient-3.20-1.el4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 5 15:36:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 11:36:25 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909051536.n85FaPEs005285@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #4 from Fedora Update System 2009-09-05 11:36:25 EDT --- perl-Mail-IMAPClient-3.20-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Mail-IMAPClient-3.20-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 5 15:36:21 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 11:36:21 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909051536.n85FaLao005257@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #3 from Fedora Update System 2009-09-05 11:36:20 EDT --- perl-Mail-IMAPClient-3.20-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Mail-IMAPClient-3.20-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 5 20:36:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 5 Sep 2009 16:36:46 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909052036.n85Kakcb004423@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #10 from Chris Weyl 2009-09-05 16:36:45 EDT --- (In reply to comment #8) > As said, it's been discussed before. So, again, do you have any real examples of "actual harm" specific to including the tests as documentation, or is this all handwaving and FUD? If I remember correctly, there weren't any real examples the last time this came up, either... And if I'm being accused of causing Fedora "actual harm", I'd at least like to see the evidence against me. Dependency bloat (from %_docdir contents) is a long standing rpm issue that no one seems willing to tackle; by policy we don't allow deps in %_docdir so Fedora rpm shouldn't even look in there. And frankly, I don't think it's unreasonable to say that I've done more recently to help eliminate %_docdir and other spurious deps by writing up and proposing the filtering system now in place than any other effort I've recently seen. (Corrections welcome.) If rpm conformed to Fedora policy, %_docdir deps wouldn't ever be an issue with any package. Catalyst test suites often contain mini test-apps that help demonstrate how something actually works. MooseX::AttributeHelpers was for ages poorly documented; the tests were the only real way to help figure out how they worked. MooseX::Workers sounded really quite cool didn't make any sense until I read through the test cases. If one does a basic google search[1] for 'site:search.cpan.org AND ("see the test suite" OR "see the tests")': MP3::M3U::Parser ("See the tests in the distribution for example codes"), Parallel::Forker ("For more examples, see the tests"), MooseX::Types ("See the tests directory for a start on this", w.r.t. a specific coding scenario), WWW::Netflix::API ("Also see the "TEST SUITE" source code for more examples"), etc, etc. As to "undocumented api"... We all know the conventions, we all get to make our own decisions, and we all know we're shooting ourselves in the foot (or head) if we use internal methods. If this were a real argument, we should probably not allow any users to see the source code at all. Or have root. Or a keyboard. :) I think the ability to run the test suite post-install is pretty important, but we're installing them in %_docdir. ATM the intention is to have them as documentation; if someone uses them beyond that that's their own doing. And I hardly think running a test suite "post-install" is a "bad practice"; modern Perl apps often have a fairly extensive dependency tree... It's nice to be able to validate that updating perl-Sub-Name, say, isn't going to somehow break Class::MOP and thereby your Catalyst app. Unless we start breaking them out into -tests subpackages, we don't need to consider this here, however, as they stand quite nicely on their own as docs. Soo... maybe the "undocumented" / "bad API" theories held some weight back in 1999, but this is 2009. Modern Perl test suites are an entirely different animal. I'm more than open to reconsidering the merits of this, but I haven't seen any of the "actual harm" claimed to be specific to including the tests in %_docdir. [1] http://www.google.com/#hl=en&q=site%3Asearch.cpan.org+AND+("see+the+test+suite"+OR+"see+the+tests")&aq=f&aqi=&oq=&fp=3aa7f458acaa2672 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 6 11:22:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Sep 2009 07:22:51 -0400 Subject: [Bug 502358] Review Request: mojomojo - Catalyst & DBIx::Class powered Wiki In-Reply-To: References: Message-ID: <200909061122.n86BMp9e027570@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502358 --- Comment #11 from Iain Arnell 2009-09-06 07:22:50 EDT --- Another upstream update. SRPM URL: http://iarnell.fedorapeople.org/review/mojomojo-0.999040-1.fc12.src.rpm Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=1658116 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 6 20:38:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Sep 2009 16:38:13 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909062038.n86KcDlr011887@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #5 from Fedora Update System 2009-09-06 16:38:12 EDT --- perl-Mail-IMAPClient-3.20-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 6 20:38:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Sep 2009 16:38:17 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909062038.n86KcHF2011915@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |3.20-1.fc11 Resolution| |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 6 20:40:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Sep 2009 16:40:42 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909062040.n86Keg7T012856@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #6 from Fedora Update System 2009-09-06 16:40:41 EDT --- perl-Mail-IMAPClient-3.20-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 6 20:40:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 6 Sep 2009 16:40:46 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909062040.n86KekDm012889@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|3.20-1.fc11 |3.20-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 7 20:13:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Sep 2009 16:13:56 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909072013.n87KDulj021778@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #11 from Ville Skytt? 2009-09-07 16:13:55 EDT --- (In reply to comment #10) > is this all handwaving and FUD? Thank you for so kindly considering differing opinions. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 7 20:47:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 7 Sep 2009 16:47:42 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909072047.n87KlgFZ027671@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #12 from Chris Weyl 2009-09-07 16:47:41 EDT --- (In reply to comment #11) > (In reply to comment #10) > > is this all handwaving and FUD? > > Thank you for so kindly considering differing opinions. As I said, I'm more than open to different opinions and the merits of these approaches. You claimed I'd done "actual harm" to Fedora, effectively saying that your opinions are fact and empirically quantifiable. I welcome and seek feedback, as this isn't dicta but rather an evolving process; but simply slamming the practice, citing "actual harm", and then claiming that "..a guideline will be needed" isn't very constructive. How about, instead of bashing, we sit down and try to work out how to best do this -- that is, including the test suite in some form that satisfies both of us and benefits the community as a whole. I'd like to see the evidence of any concrete harm done specific to including the test suites in %_docdir, but I haven't seen any yet, despite repeated requests. If there is actually any harm caused here, I'd like to correct it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 8 06:47:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Sep 2009 02:47:53 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909080647.n886lrkj022897@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #13 from Ville Skytt? 2009-09-08 02:47:52 EDT --- (In reply to comment #12) > You claimed I'd done "actual harm" to Fedora No I didn't, please read comment 4 again (I guess that's what you're referring to). But let's not get caught up with this or other word games. > How about, instead of bashing, we sit down and try to work out how to best do > this I have plenty on my plate so no thanks for now. But on a brief look, FullyTestablePerl looks like a good idea that would pretty much eliminate my concerns. And Stepan's suggestion at end of comment 9 (+ some real thought from the packagers whether to ship the tests) would be an improvement in the meantime. > I'd like to see the evidence of any concrete harm done specific to including > the test suites in %_docdir, but I haven't seen any yet The reasons given in comment 8 demonstrate why I think this stuff is harmful. IMO it makes affected packages worse than they would be without those issues, which I think qualifies this practice as harmful. You don't agree with it, but the "evidence" is there, and one (very insignificant) manifestation of it is this very bug. Dismissing it as handwaving, FUD or nonexistent is a bit extreme. I think it's about time we let this bug rest in peace and continue the discussion in another more appropriate medium in case someone still has something to say. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 8 07:34:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Sep 2009 03:34:41 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909080734.n887YfHG031935@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #14 from Chris Weyl 2009-09-08 03:34:40 EDT --- (In reply to comment #13) > (In reply to comment #12) > > > You claimed I'd done "actual harm" to Fedora > > No I didn't, please read comment 4 again (I guess that's what you're referring > to). But let's not get caught up with this or other word games. I don't think anyone is playing word games here. I take it you're retracting your claim? > > How about, instead of bashing, we sit down and try to work out how to best do > > this > > I have plenty on my plate so no thanks for now. But on a brief look, > FullyTestablePerl looks like a good idea that would pretty much eliminate my > concerns. And Stepan's suggestion at end of comment 9 (+ some real thought > from the packagers whether to ship the tests) would be an improvement in the > meantime. Good. With perl now shipping /etc/rpm/macros.perl we have a good vehicle for delivery of any helper macros. > > I'd like to see the evidence of any concrete harm done specific to including > > the test suites in %_docdir, but I haven't seen any yet > > The reasons given in comment 8 demonstrate why I think this stuff is harmful. > IMO it makes affected packages worse than they would be without those issues, > which I think qualifies this practice as harmful. You don't agree with it, but > the "evidence" is there, and one (very insignificant) manifestation of it is > this very bug. Dismissing it as handwaving, FUD or nonexistent is a bit > extreme. If there's other "evidence", that is, something "actively harmful", I'd appreciate it if you could point it out, so I could at least own up to it and fix it. > I think it's about time we let this bug rest in peace and continue the > discussion in another more appropriate medium in case someone still has > something to say. Fine by me :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 8 08:20:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Sep 2009 04:20:23 -0400 Subject: [Bug 521756] New: perl-Config-General-2.44 is available Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Config-General-2.44 is available https://bugzilla.redhat.com/show_bug.cgi?id=521756 Summary: perl-Config-General-2.44 is available Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: ASSIGNED Keywords: FutureFeature Severity: medium Priority: low Component: perl-Config-General AssignedTo: ville.skytta at iki.fi ReportedBy: upstream-release-monitoring at fedoraproject.org QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, ville.skytta at iki.fi Classification: Fedora Latest upstream release: 2.44 Current version in Fedora Rawhide: 2.43 URL: http://www.cpan.org/modules/by-module/Config/ Please consult the package update guidelines before you issue an update to a stable branch: https://fedoraproject.org/wiki/Package_update_guidelines More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_Release_Monitoring -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From corsepiu at fedoraproject.org Tue Sep 8 14:30:53 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Tue, 8 Sep 2009 14:30:53 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple/devel .cvsignore, 1.13, 1.14 perl-HTTP-Server-Simple.spec, 1.18, 1.19 sources, 1.13, 1.14 Message-ID: <20090908143053.7FDD511C0082@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32197 Modified Files: .cvsignore perl-HTTP-Server-Simple.spec sources Log Message: * Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 28 Feb 2009 02:16:29 -0000 1.13 +++ .cvsignore 8 Sep 2009 14:30:53 -0000 1.14 @@ -1 +1 @@ -HTTP-Server-Simple-0.38.tar.gz +HTTP-Server-Simple-0.40.tar.gz Index: perl-HTTP-Server-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/devel/perl-HTTP-Server-Simple.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-HTTP-Server-Simple.spec 26 Jul 2009 06:35:36 -0000 1.18 +++ perl-HTTP-Server-Simple.spec 8 Sep 2009 14:30:53 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-HTTP-Server-Simple -Version: 0.38 -Release: 2%{?dist} +Version: 0.40 +Release: 1%{?dist} Summary: Very simple standalone HTTP daemon Group: Development/Libraries @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 +- Upstream update. + * Sat Jul 25 2009 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 28 Feb 2009 02:16:29 -0000 1.13 +++ sources 8 Sep 2009 14:30:53 -0000 1.14 @@ -1 +1 @@ -318869b8668d949931a1499f4b2bcb81 HTTP-Server-Simple-0.38.tar.gz +12d24449cf2d3f4c2216132e4c1fef65 HTTP-Server-Simple-0.40.tar.gz From corsepiu at fedoraproject.org Tue Sep 8 14:33:55 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Tue, 8 Sep 2009 14:33:55 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple/F-11 .cvsignore, 1.13, 1.14 perl-HTTP-Server-Simple.spec, 1.17, 1.18 sources, 1.13, 1.14 Message-ID: <20090908143355.00B8611C0082@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv824 Modified Files: .cvsignore perl-HTTP-Server-Simple.spec sources Log Message: * Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-11/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 28 Feb 2009 02:16:29 -0000 1.13 +++ .cvsignore 8 Sep 2009 14:33:54 -0000 1.14 @@ -1 +1 @@ -HTTP-Server-Simple-0.38.tar.gz +HTTP-Server-Simple-0.40.tar.gz Index: perl-HTTP-Server-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-11/perl-HTTP-Server-Simple.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-HTTP-Server-Simple.spec 28 Feb 2009 02:16:29 -0000 1.17 +++ perl-HTTP-Server-Simple.spec 8 Sep 2009 14:33:54 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-HTTP-Server-Simple -Version: 0.38 +Version: 0.40 Release: 1%{?dist} Summary: Very simple standalone HTTP daemon @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 +- Upstream update. + * Sat Feb 28 2009 Ralf Cors?pius - 0.38-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-11/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 28 Feb 2009 02:16:29 -0000 1.13 +++ sources 8 Sep 2009 14:33:54 -0000 1.14 @@ -1 +1 @@ -318869b8668d949931a1499f4b2bcb81 HTTP-Server-Simple-0.38.tar.gz +12d24449cf2d3f4c2216132e4c1fef65 HTTP-Server-Simple-0.40.tar.gz From corsepiu at fedoraproject.org Tue Sep 8 14:35:31 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Tue, 8 Sep 2009 14:35:31 +0000 (UTC) Subject: rpms/perl-HTTP-Server-Simple/F-10 .cvsignore, 1.13, 1.14 perl-HTTP-Server-Simple.spec, 1.16, 1.17 sources, 1.13, 1.14 Message-ID: <20090908143531.86D0511C0082@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1449 Modified Files: .cvsignore perl-HTTP-Server-Simple.spec sources Log Message: * Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-10/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 28 Feb 2009 02:16:30 -0000 1.13 +++ .cvsignore 8 Sep 2009 14:35:31 -0000 1.14 @@ -1 +1 @@ -HTTP-Server-Simple-0.38.tar.gz +HTTP-Server-Simple-0.40.tar.gz Index: perl-HTTP-Server-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-10/perl-HTTP-Server-Simple.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-HTTP-Server-Simple.spec 28 Feb 2009 02:16:30 -0000 1.16 +++ perl-HTTP-Server-Simple.spec 8 Sep 2009 14:35:31 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-HTTP-Server-Simple -Version: 0.38 +Version: 0.40 Release: 1%{?dist} Summary: Very simple standalone HTTP daemon @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 08 2009 Ralf Cors?pius - 0.40-1 +- Upstream update. + * Sat Feb 28 2009 Ralf Cors?pius - 0.38-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTTP-Server-Simple/F-10/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 28 Feb 2009 02:16:30 -0000 1.13 +++ sources 8 Sep 2009 14:35:31 -0000 1.14 @@ -1 +1 @@ -318869b8668d949931a1499f4b2bcb81 HTTP-Server-Simple-0.38.tar.gz +12d24449cf2d3f4c2216132e4c1fef65 HTTP-Server-Simple-0.40.tar.gz From bugzilla at redhat.com Tue Sep 8 16:56:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Sep 2009 12:56:34 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909081656.n88GuYao002908@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #15 from Ville Skytt? 2009-09-08 12:56:34 EDT --- (In reply to comment #14) > I take it you're retracting your claim? I don't know what you're referring to. This is nothing personal, and I haven't claimed you having done actual harm to Fedora; I simply don't know if you consistently follow this practice I find harmful and I'm not after anyone. Comment 4 *is* what I think and I'm not retracting that (note "when done as a general packaging practice", and see also the 2nd paragraph of comment 8). But I'm done with this discussion here. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From scop at fedoraproject.org Tue Sep 8 17:13:57 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Tue, 8 Sep 2009 17:13:57 +0000 (UTC) Subject: rpms/perl-Config-General/devel .cvsignore, 1.13, 1.14 perl-Config-General.spec, 1.22, 1.23 sources, 1.13, 1.14 Message-ID: <20090908171357.3DD1411C0082@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-Config-General/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18309 Modified Files: .cvsignore perl-Config-General.spec sources Log Message: * Tue Sep 8 2009 Ville Skytt? - 2.44-1 - Update to 2.44 (#521756). - Prune pre-2005 %changelog entries. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 26 Jul 2009 16:14:19 -0000 1.13 +++ .cvsignore 8 Sep 2009 17:13:57 -0000 1.14 @@ -1 +1 @@ -Config-General-2.43.tar.gz +Config-General-2.44.tar.gz Index: perl-Config-General.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- perl-Config-General.spec 26 Jul 2009 16:14:19 -0000 1.22 +++ perl-Config-General.spec 8 Sep 2009 17:13:57 -0000 1.23 @@ -1,5 +1,5 @@ Name: perl-Config-General -Version: 2.43 +Version: 2.44 Release: 1%{?dist} Summary: Generic configuration module for Perl @@ -37,7 +37,6 @@ support for object oriented access to th %setup -q -n Config-General-%{version} %patch0 -p1 rm -r t/Tie -rm General/i # http://rt.cpan.org/Public/Bug/Display.html?id=48211 f=Changelog ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f @@ -70,7 +69,11 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sun Jul 26 2009 Ville Skytt? - 2.43-1 +* Tue Sep 8 2009 Ville Skytt? - 2.44-1 +- Update to 2.44 (#521756). +- Prune pre-2005 %%changelog entries. + +* Sun Jul 26 2009 Ville Skytt? - 2.43-1 - Update to 2.43 (#513796). * Sat Jul 25 2009 Fedora Release Engineering - 2.42-3 @@ -79,115 +82,50 @@ rm -rf $RPM_BUILD_ROOT * Thu Feb 26 2009 Fedora Release Engineering - 2.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Sun Jan 4 2009 Ville Skytt? - 2.42-1 +* Sun Jan 4 2009 Ville Skytt? - 2.42-1 - 2.42. - Patch test suite to use system installed Tie::IxHash. - Fix some spelling errors in %%description. - Use Source0: instead of Source:. -* Sat Jun 21 2008 Ville Skytt? - 2.40-1 +* Sat Jun 21 2008 Ville Skytt? - 2.40-1 - 2.40. -* Tue Jun 17 2008 Ville Skytt? - 2.39-1 +* Tue Jun 17 2008 Ville Skytt? - 2.39-1 - 2.39. -* Tue Mar 4 2008 Ville Skytt? - 2.38-1 +* Tue Mar 4 2008 Ville Skytt? - 2.38-1 - 2.38. * Fri Feb 8 2008 Tom "spot" Callaway - 2.37-2 - rebuild for new perl -* Tue Nov 27 2007 Ville Skytt? - 2.37-1 +* Tue Nov 27 2007 Ville Skytt? - 2.37-1 - 2.37 (#398801). - Convert docs to UTF-8. -* Tue Aug 7 2007 Ville Skytt? - 2.33-2 +* Tue Aug 7 2007 Ville Skytt? - 2.33-2 - License: GPL+ or Artistic -* Wed Apr 18 2007 Ville Skytt? - 2.33-1 +* Wed Apr 18 2007 Ville Skytt? - 2.33-1 - 2.33. - BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More). -* Sat Feb 24 2007 Ville Skytt? - 2.32-1 +* Sat Feb 24 2007 Ville Skytt? - 2.32-1 - 2.32. -* Tue Aug 29 2006 Ville Skytt? - 2.31-2 +* Tue Aug 29 2006 Ville Skytt? - 2.31-2 - Fix order of arguments to find(1). - Drop version from perl build dependency. -* Thu Jan 12 2006 Ville Skytt? - 2.31-1 +* Thu Jan 12 2006 Ville Skytt? - 2.31-1 - 2.31. -* Fri Sep 16 2005 Ville Skytt? - 2.30-1 +* Fri Sep 16 2005 Ville Skytt? - 2.30-1 - 2.30. -* Wed May 18 2005 Ville Skytt? - 2.28-2 +* Wed May 18 2005 Ville Skytt? - 2.28-2 - 2.28. * Fri Apr 7 2005 Michael Schwendt - 2.27-2 - rebuilt - -* Fri Jun 18 2004 Ville Skytt? - 0:2.27-0.fdr.1 -- Update to 2.27. -- Bring up to date with current fedora.us Perl spec template. - -* Sun May 9 2004 Ville Skytt? - 0:2.26-0.fdr.3 -- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs. -- Use pure_install to avoid perllocal.pod workarounds. - -* Sun Apr 25 2004 Ville Skytt? - 0:2.26-0.fdr.2 -- Require perl(:MODULE_COMPAT_*). - -* Sun Mar 14 2004 Ville Skytt? - 0:2.26-0.fdr.1 -- Update to 2.26. - -* Mon Feb 2 2004 Ville Skytt? - 0:2.24-0.fdr.3 -- Reduce directory ownership bloat. - -* Mon Dec 1 2003 Ville Skytt? - 0:2.24-0.fdr.2 -- Improve summary. - -* Wed Oct 22 2003 Ville Skytt? - 0:2.24-0.fdr.1 -- Update to 2.24. - -* Sat Sep 27 2003 Ville Skytt? - 0:2.23-0.fdr.1 -- Update to 2.23. - -* Sun Sep 14 2003 Ville Skytt? - 0:2.21-0.fdr.2 -- Install into vendor dirs. - -* Fri Jun 27 2003 Ville Skytt? - 0:2.21-0.fdr.1 -- Update to 2.21. - -* Sat Jun 21 2003 Ville Skytt? - 0:2.20-0.fdr.1 -- Update to 2.20. - -* Wed May 7 2003 Ville Skytt? - 0:2.19-0.fdr.1 -- Update to 2.19. -- Save .spec in UTF-8. - -* Fri Apr 4 2003 Ville Skytt? - 0:2.18-0.fdr.1 -- First Fedora release. -- Update to 2.18. - -* Fri Dec 6 2002 Ville Skytt? - 2.15-1cr -- Update to 2.15. - -* Sun Nov 24 2002 Ville Skytt? - 2.14-1cr -- Update to 2.14. - -* Mon Nov 11 2002 Ville Skytt? - 2.12-1cr -- Update to 2.12. - -* Sat Nov 9 2002 Ville Skytt? 2.11-1cr -- Update to 2.11. - -* Sat Nov 2 2002 Ville Skytt? 2.10-1cr -- Update to 2.10. - -* Sat Oct 5 2002 Ville Skytt? 2.08-1cr -- Update to 2.08. -- Rebuild for Red Hat 8.0. - -* Sat Aug 24 2002 Ville Skytt? 2.07-1cr -- Initial build. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- sources 26 Jul 2009 16:14:19 -0000 1.13 +++ sources 8 Sep 2009 17:13:57 -0000 1.14 @@ -1 +1 @@ -20d142d3e784da11d25c6cf307cae851 Config-General-2.43.tar.gz +ad17b4ae5e0142fadd9b81f264deb266 Config-General-2.44.tar.gz From bugzilla at redhat.com Tue Sep 8 17:28:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 8 Sep 2009 13:28:13 -0400 Subject: [Bug 521756] perl-Config-General-2.44 is available In-Reply-To: References: Message-ID: <200909081728.n88HSDk9027048@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521756 Ville Skytt? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |2.44-1 Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Sep 9 14:57:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Sep 2009 10:57:05 -0400 Subject: [Bug 522136] New: perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later https://bugzilla.redhat.com/show_bug.cgi?id=522136 Summary: perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Mail-Box AssignedTo: tcallawa at redhat.com ReportedBy: pb at bieringer.de QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: After installing perl-Mail-Box and its dependencies, a program still not run. Version-Release number of selected component (if applicable): perl-Mail-Box-2.073-1.el5 How reproducible: Always Steps to Reproduce: 1. install perl-Mail-Box 2. start program Actual results: Can't locate Object/Realize/Later.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/lib/perl5/vendor_perl/5.8.8/Mail/Message/Body/Delayed.pm line 17. Expected results: Not such result Additional info: Have to install also perl-Object-Realize-Later, wonder a little bit because all other dependencies are catched. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From spot at fedoraproject.org Wed Sep 9 15:34:35 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 9 Sep 2009 15:34:35 +0000 (UTC) Subject: rpms/perl-Mail-Box/EL-5 perl-Mail-Box.spec,1.2,1.3 sources,1.3,1.4 Message-ID: <20090909153435.BB6D011C00CE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9448/EL-5 Modified Files: perl-Mail-Box.spec sources Log Message: update to 2.091, fix missing dep Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/EL-5/perl-Mail-Box.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Mail-Box.spec 26 Aug 2007 16:24:44 -0000 1.2 +++ perl-Mail-Box.spec 9 Sep 2009 15:34:35 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Mail-Box -Version: 2.073 +Version: 2.091 Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries @@ -16,7 +16,10 @@ BuildRequires: perl(HTML::FormatText), BuildRequires: perl(Errno), perl(Object::Realize::Later), perl(Mail::Address), perl(MIME::Types) BuildRequires: perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), perl(MIME::Base64) BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) -BuildRequires: perl(Time::Zone), perl(Email::Abstract), perl(Email::Simple) +BuildRequires: perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat) +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)) @@ -31,6 +34,9 @@ Provides: perl(Mail::Message::Construct: Provides: perl(Mail::Message::Construct::Reply) = %{version} Provides: perl(Mail::Message::Construct::Text) = %{version} +# I'm also not sure why this requirement isn't getting picked up automatically. +Requires: perl(Object::Realize::Later) + %description The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, @@ -40,7 +46,7 @@ although its interface is different. %setup -q -n Mail-Box-%{version} %build -yes n |%{__perl} Makefile.PL INSTALLDIRS=vendor +yes y |%{__perl} Makefile.PL INSTALLDIRS=vendor make %install @@ -62,8 +68,7 @@ recode() recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Message::Field.3pm iso-8859-1 %check -# We can't do this, perl(Test::Harness) is too old. :/ -# make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +80,39 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Sep 9 2009 Tom "spot" Callaway - 2.091-1 +- update to 2.091 + +* Sun Jul 26 2009 Fedora Release Engineering - 2.087-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 13 2009 Tom "spot" Callaway - 2.087-1 +- update to 2.087 + +* Thu Feb 26 2009 Fedora Release Engineering - 2.084-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Nov 4 2008 Tom "spot" Callaway - 2.084-1 +- update to 2.084 + +* 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 + +* Sun Mar 2 2008 Tom "spot" Callaway - 2.073-4 +- Rebuild, first pass, disable tests, BR on Email::Abstract + +* Wed Feb 27 2008 Tom "spot" Callaway - 2.073-3 +- Rebuild for perl 5.10 (again) + +* Sat Feb 2 2008 Tom "spot" Callaway - 2.073-2 +- rebuild for new perl + +* Mon Jan 28 2008 Tom "spot" Callaway - 2.073-1.1 +- first rebuild pass, break look with Email::Abstract + * Sun Aug 26 2007 Tom "spot" Callaway - 2.073-1 - 2.073 - license fix Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 26 Aug 2007 16:24:44 -0000 1.3 +++ sources 9 Sep 2009 15:34:35 -0000 1.4 @@ -1,2 +1 @@ -f6b0da296a582e06880f93f166f57bb7 Mail-Box-2.070.tar.gz -b8811e618cd57b0c343e0426889989c0 Mail-Box-2.073.tar.gz +8e8b979d186037636d2111572c2fc467 Mail-Box-2.091.tar.gz From spot at fedoraproject.org Wed Sep 9 15:34:35 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 9 Sep 2009 15:34:35 +0000 (UTC) Subject: rpms/perl-Mail-Box/F-10 perl-Mail-Box.spec,1.8,1.9 sources,1.5,1.6 Message-ID: <20090909153435.E7A2211C00CE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9448/F-10 Modified Files: perl-Mail-Box.spec sources Log Message: update to 2.091, fix missing dep Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-10/perl-Mail-Box.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Mail-Box.spec 4 Nov 2008 16:21:55 -0000 1.8 +++ perl-Mail-Box.spec 9 Sep 2009 15:34:35 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-Mail-Box -Version: 2.084 +Version: 2.091 Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries @@ -16,7 +16,7 @@ BuildRequires: perl(HTML::FormatText), BuildRequires: perl(Errno), perl(Object::Realize::Later), perl(Mail::Address), perl(MIME::Types) BuildRequires: perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), perl(MIME::Base64) BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) -BuildRequires: perl(Time::Zone), perl(Email::Simple) +BuildRequires: perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat) BuildRequires: perl(Email::Abstract) # When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests. BuildRequires: perl(TAP::Harness) @@ -34,6 +34,9 @@ Provides: perl(Mail::Message::Construct: Provides: perl(Mail::Message::Construct::Reply) = %{version} Provides: perl(Mail::Message::Construct::Text) = %{version} +# I'm also not sure why this requirement isn't getting picked up automatically. +Requires: perl(Object::Realize::Later) + %description The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, @@ -77,6 +80,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Sep 9 2009 Tom "spot" Callaway - 2.091-1 +- update to 2.091 + +* Sun Jul 26 2009 Fedora Release Engineering - 2.087-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Mar 13 2009 Tom "spot" Callaway - 2.087-1 +- update to 2.087 + +* Thu Feb 26 2009 Fedora Release Engineering - 2.084-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Nov 4 2008 Tom "spot" Callaway - 2.084-1 - update to 2.084 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 4 Nov 2008 16:21:55 -0000 1.5 +++ sources 9 Sep 2009 15:34:35 -0000 1.6 @@ -1 +1 @@ -c00b6d4147b3342520c0ba474e8a4ad8 Mail-Box-2.084.tar.gz +8e8b979d186037636d2111572c2fc467 Mail-Box-2.091.tar.gz From spot at fedoraproject.org Wed Sep 9 15:34:36 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 9 Sep 2009 15:34:36 +0000 (UTC) Subject: rpms/perl-Mail-Box/F-11 perl-Mail-Box.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090909153436.1E19811C00CE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9448/F-11 Modified Files: perl-Mail-Box.spec sources Log Message: update to 2.091, fix missing dep Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-11/perl-Mail-Box.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Mail-Box.spec 13 Mar 2009 20:42:39 -0000 1.10 +++ perl-Mail-Box.spec 9 Sep 2009 15:34:35 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Mail-Box -Version: 2.087 +Version: 2.091 Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries @@ -16,7 +16,7 @@ BuildRequires: perl(HTML::FormatText), BuildRequires: perl(Errno), perl(Object::Realize::Later), perl(Mail::Address), perl(MIME::Types) BuildRequires: perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), perl(MIME::Base64) BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) -BuildRequires: perl(Time::Zone), perl(Email::Simple) +BuildRequires: perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat) BuildRequires: perl(Email::Abstract) # When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests. BuildRequires: perl(TAP::Harness) @@ -34,6 +34,9 @@ Provides: perl(Mail::Message::Construct: Provides: perl(Mail::Message::Construct::Reply) = %{version} Provides: perl(Mail::Message::Construct::Text) = %{version} +# I'm also not sure why this requirement isn't getting picked up automatically. +Requires: perl(Object::Realize::Later) + %description The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, @@ -77,6 +80,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Sep 9 2009 Tom "spot" Callaway - 2.091-1 +- update to 2.091 + +* Sun Jul 26 2009 Fedora Release Engineering - 2.087-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Fri Mar 13 2009 Tom "spot" Callaway - 2.087-1 - update to 2.087 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 13 Mar 2009 20:42:40 -0000 1.6 +++ sources 9 Sep 2009 15:34:35 -0000 1.7 @@ -1 +1 @@ -fb37d0a450130bd74fb85ee3d7794cd9 Mail-Box-2.087.tar.gz +8e8b979d186037636d2111572c2fc467 Mail-Box-2.091.tar.gz From spot at fedoraproject.org Wed Sep 9 15:34:36 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 9 Sep 2009 15:34:36 +0000 (UTC) Subject: rpms/perl-Mail-Box/devel .cvsignore, 1.6, 1.7 perl-Mail-Box.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <20090909153436.5753811C00CE@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Box/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9448/devel Modified Files: .cvsignore perl-Mail-Box.spec sources Log Message: update to 2.091, fix missing dep Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 13 Mar 2009 20:42:37 -0000 1.6 +++ .cvsignore 9 Sep 2009 15:34:36 -0000 1.7 @@ -1 +1 @@ -Mail-Box-2.087.tar.gz +Mail-Box-2.091.tar.gz Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/perl-Mail-Box.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Mail-Box.spec 26 Jul 2009 09:06:33 -0000 1.11 +++ perl-Mail-Box.spec 9 Sep 2009 15:34:36 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-Mail-Box -Version: 2.087 -Release: 2%{?dist} +Version: 2.091 +Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries License: GPL+ or Artistic @@ -16,7 +16,7 @@ BuildRequires: perl(HTML::FormatText), BuildRequires: perl(Errno), perl(Object::Realize::Later), perl(Mail::Address), perl(MIME::Types) BuildRequires: perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), perl(MIME::Base64) BuildRequires: perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity) -BuildRequires: perl(Time::Zone), perl(Email::Simple) +BuildRequires: perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat) BuildRequires: perl(Email::Abstract) # When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests. BuildRequires: perl(TAP::Harness) @@ -34,6 +34,9 @@ Provides: perl(Mail::Message::Construct: Provides: perl(Mail::Message::Construct::Reply) = %{version} Provides: perl(Mail::Message::Construct::Text) = %{version} +# I'm also not sure why this requirement isn't getting picked up automatically. +Requires: perl(Object::Realize::Later) + %description The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, @@ -77,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Sep 9 2009 Tom "spot" Callaway - 2.091-1 +- update to 2.091 + * Sun Jul 26 2009 Fedora Release Engineering - 2.087-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 13 Mar 2009 20:42:40 -0000 1.6 +++ sources 9 Sep 2009 15:34:36 -0000 1.7 @@ -1 +1 @@ -fb37d0a450130bd74fb85ee3d7794cd9 Mail-Box-2.087.tar.gz +8e8b979d186037636d2111572c2fc467 Mail-Box-2.091.tar.gz From bugzilla at redhat.com Wed Sep 9 22:44:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Sep 2009 18:44:04 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909092244.n89Mi4WU022430@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #1 from Fedora Update System 2009-09-09 18:44:03 EDT --- perl-Mail-Box-2.091-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Mail-Box-2.091-1.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Sep 9 22:44:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Sep 2009 18:44:08 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909092244.n89Mi8rm022468@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #2 from Fedora Update System 2009-09-09 18:44:08 EDT --- perl-Mail-Box-2.091-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-Mail-Box-2.091-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Sep 9 22:48:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 9 Sep 2009 18:48:13 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909092248.n89MmDiu017064@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #3 from Fedora Update System 2009-09-09 18:48:12 EDT --- perl-Mail-Box-2.091-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/perl-Mail-Box-2.091-1.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Thu Sep 10 20:06:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 10 Sep 2009 20:06:09 +0000 (UTC) Subject: rpms/perl-CatalystX-Component-Traits/devel import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090910200609.0CCB911C00DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29982/devel Modified Files: .cvsignore sources Added Files: import.log perl-CatalystX-Component-Traits.spec Log Message: initial import --- NEW FILE import.log --- perl-CatalystX-Component-Traits-0_10-1_fc11:HEAD:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613163 --- NEW FILE perl-CatalystX-Component-Traits.spec --- Name: perl-CatalystX-Component-Traits Version: 0.10 Release: 1%{?dist} # lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Automatic Trait Loading and Resolution for Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz Url: http://search.cpan.org/dist/CatalystX-Component-Traits BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.80005 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.9 BuildRequires: perl(Moose::Autobox) BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08 BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(CPAN) # optional tests BuildRequires: perl(Test::Pod) # autoreq really doesn't have a clue when it comes to Moosey bits Requires: perl(Catalyst::Runtime) >= 5.80005 Requires: perl(Moose::Autobox) Requires: perl(MooseX::Traits::Pluggable) >= 0.08 %{?perl_default_filter} %description Adds a "COMPONENT" method to your Catalyst component base class that reads the optional 'traits' parameter from app and component config and instantiates the component subclass with those traits using MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable. %prep %setup -q -n CatalystX-Component-Traits-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 04 2009 Chris Weyl 0.10-1 - submission - add standard req/prov filter - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Catalyst::Runtime) (version 5.80005) - added a new req on perl(Moose::Autobox) (version 0) - added a new req on perl(MooseX::Traits::Pluggable) (version 0.08) * Sat Aug 08 2009 Chris Weyl 0.08-1 - submission * Fri Aug 07 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 Sep 2009 16:21:29 -0000 1.1 +++ .cvsignore 10 Sep 2009 20:06:08 -0000 1.2 @@ -0,0 +1 @@ +CatalystX-Component-Traits-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 Sep 2009 16:21:30 -0000 1.1 +++ sources 10 Sep 2009 20:06:08 -0000 1.2 @@ -0,0 +1 @@ +bf83abe598cae65a2efdf17e38cbced5 CatalystX-Component-Traits-0.10.tar.gz From cweyl at fedoraproject.org Thu Sep 10 20:06:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 10 Sep 2009 20:06:19 +0000 (UTC) Subject: rpms/perl-CatalystX-Component-Traits/F-11 import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090910200619.C258E11C00DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30324/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-CatalystX-Component-Traits.spec Log Message: initial import --- NEW FILE import.log --- perl-CatalystX-Component-Traits-0_10-1_fc11:F-11:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613175 --- NEW FILE perl-CatalystX-Component-Traits.spec --- Name: perl-CatalystX-Component-Traits Version: 0.10 Release: 1%{?dist} # lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Automatic Trait Loading and Resolution for Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz Url: http://search.cpan.org/dist/CatalystX-Component-Traits BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.80005 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.9 BuildRequires: perl(Moose::Autobox) BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08 BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(CPAN) # optional tests BuildRequires: perl(Test::Pod) # autoreq really doesn't have a clue when it comes to Moosey bits Requires: perl(Catalyst::Runtime) >= 5.80005 Requires: perl(Moose::Autobox) Requires: perl(MooseX::Traits::Pluggable) >= 0.08 %{?perl_default_filter} %description Adds a "COMPONENT" method to your Catalyst component base class that reads the optional 'traits' parameter from app and component config and instantiates the component subclass with those traits using MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable. %prep %setup -q -n CatalystX-Component-Traits-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 04 2009 Chris Weyl 0.10-1 - submission - add standard req/prov filter - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Catalyst::Runtime) (version 5.80005) - added a new req on perl(Moose::Autobox) (version 0) - added a new req on perl(MooseX::Traits::Pluggable) (version 0.08) * Sat Aug 08 2009 Chris Weyl 0.08-1 - submission * Fri Aug 07 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 Sep 2009 16:21:29 -0000 1.1 +++ .cvsignore 10 Sep 2009 20:06:19 -0000 1.2 @@ -0,0 +1 @@ +CatalystX-Component-Traits-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 Sep 2009 16:21:30 -0000 1.1 +++ sources 10 Sep 2009 20:06:19 -0000 1.2 @@ -0,0 +1 @@ +bf83abe598cae65a2efdf17e38cbced5 CatalystX-Component-Traits-0.10.tar.gz From cweyl at fedoraproject.org Thu Sep 10 20:06:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 10 Sep 2009 20:06:30 +0000 (UTC) Subject: rpms/perl-CatalystX-Component-Traits/F-10 import.log, NONE, 1.1 perl-CatalystX-Component-Traits.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090910200630.821B111C00DB@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30512/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-CatalystX-Component-Traits.spec Log Message: initial import --- NEW FILE import.log --- perl-CatalystX-Component-Traits-0_10-1_fc11:F-10:perl-CatalystX-Component-Traits-0.10-1.fc11.src.rpm:1252613186 --- NEW FILE perl-CatalystX-Component-Traits.spec --- Name: perl-CatalystX-Component-Traits Version: 0.10 Release: 1%{?dist} # lib/CatalystX/Component/Traits.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Automatic Trait Loading and Resolution for Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/CatalystX-Component-Traits-%{version}.tar.gz Url: http://search.cpan.org/dist/CatalystX-Component-Traits BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.80005 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Module::Pluggable) >= 3.9 BuildRequires: perl(Moose::Autobox) BuildRequires: perl(MooseX::Traits::Pluggable) >= 0.08 BuildRequires: perl(namespace::autoclean) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(CPAN) # optional tests BuildRequires: perl(Test::Pod) # autoreq really doesn't have a clue when it comes to Moosey bits Requires: perl(Catalyst::Runtime) >= 5.80005 Requires: perl(Moose::Autobox) Requires: perl(MooseX::Traits::Pluggable) >= 0.08 %{?perl_default_filter} %description Adds a "COMPONENT" method to your Catalyst component base class that reads the optional 'traits' parameter from app and component config and instantiates the component subclass with those traits using MooseX::Traits/new_with_traits from MooseX::Traits::Pluggable. %prep %setup -q -n CatalystX-Component-Traits-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 04 2009 Chris Weyl 0.10-1 - submission - add standard req/prov filter - auto-update to 0.10 (by cpan-spec-update 0.01) - altered br on perl(MooseX::Traits::Pluggable) (0.06 => 0.08) - added a new br on CPAN (inc::Module::AutoInstall found) - added a new req on perl(Catalyst::Runtime) (version 5.80005) - added a new req on perl(Moose::Autobox) (version 0) - added a new req on perl(MooseX::Traits::Pluggable) (version 0.08) * Sat Aug 08 2009 Chris Weyl 0.08-1 - submission * Fri Aug 07 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 9 Sep 2009 16:21:29 -0000 1.1 +++ .cvsignore 10 Sep 2009 20:06:30 -0000 1.2 @@ -0,0 +1 @@ +CatalystX-Component-Traits-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CatalystX-Component-Traits/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 9 Sep 2009 16:21:30 -0000 1.1 +++ sources 10 Sep 2009 20:06:30 -0000 1.2 @@ -0,0 +1 @@ +bf83abe598cae65a2efdf17e38cbced5 CatalystX-Component-Traits-0.10.tar.gz From bugzilla at redhat.com Thu Sep 10 22:56:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Sep 2009 18:56:42 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909102256.n8AMugUK018209@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #4 from Fedora Update System 2009-09-10 18:56:41 EDT --- perl-Mail-Box-2.091-1.el5 has been pushed to the Fedora EPEL 5 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-Mail-Box'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-0435 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Fri Sep 11 06:05:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 11 Sep 2009 06:05:48 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel .cvsignore, 1.6, 1.7 perl-DBIx-Class.spec, 1.17, 1.18 sources, 1.6, 1.7 Message-ID: <20090911060548.57F7611C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11526 Modified Files: .cvsignore perl-DBIx-Class.spec sources Log Message: * Fri Sep 11 2009 Chris Weyl 0.08111-1 - update filtering - auto-update to 0.08111 (by cpan-spec-update 0.01) - altered br on perl(Carp::Clan) (6 => 6.0) - altered br on perl(Class::Accessor::Grouped) (0.08003 => 0.09000) - altered br on perl(Data::Page) (2 => 2.00) - altered br on perl(File::Temp) (0 => 0.22) - altered br on perl(SQL::Abstract) (1.56 => 1.58) - altered br on perl(Test::More) (0 => 0.92) - altered br on perl(Test::Warn) (0.11 => 0.21) - altered req on perl(Carp::Clan) (6 => 6.0) - altered req on perl(Class::Accessor::Grouped) (0.08003 => 0.09000) - altered req on perl(Data::Page) (2 => 2.00) - altered req on perl(SQL::Abstract) (1.56 => 1.58) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 31 Jul 2009 07:24:12 -0000 1.6 +++ .cvsignore 11 Sep 2009 06:05:47 -0000 1.7 @@ -1 +1 @@ -DBIx-Class-0.08108.tar.gz +DBIx-Class-0.08111.tar.gz Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-DBIx-Class.spec 31 Jul 2009 07:24:49 -0000 1.17 +++ perl-DBIx-Class.spec 11 Sep 2009 06:05:47 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-DBIx-Class -Version: 0.08108 +Version: 0.08111 Release: 1%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic @@ -22,15 +22,15 @@ BuildRequires: perl(Test::Deep) BuildRequires: perl(CPAN) ## Dependencies -BuildRequires: perl(Carp::Clan) >= 6 -BuildRequires: perl(Class::Accessor::Grouped) >= 0.08003 +BuildRequires: perl(Carp::Clan) >= 6.0 +BuildRequires: perl(Class::Accessor::Grouped) >= 0.09000 BuildRequires: perl(Class::C3) >= 0.2 BuildRequires: perl(Class::C3::Componentised) >= 1.0005 # for CDBI-compat bits... BuildRequires: perl(Class::Data::Inheritable) BuildRequires: perl(Class::Inspector) >= 1.24 BuildRequires: perl(Class::Trigger) -BuildRequires: perl(Data::Page) >= 2 +BuildRequires: perl(Data::Page) >= 2.00 BuildRequires: perl(DBD::SQLite) >= 1.25 BuildRequires: perl(DBI) >= 1.605 BuildRequires: perl(DBIx::ContextualFetch) @@ -38,7 +38,7 @@ BuildRequires: perl(JSON::Any) >= 1.18 BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(Module::Find) >= 0.06 BuildRequires: perl(Scope::Guard) >= 0.03 -BuildRequires: perl(SQL::Abstract) >= 1.56 +BuildRequires: perl(SQL::Abstract) >= 1.58 BuildRequires: perl(SQL::Abstract::Limit) >= 0.13 BuildRequires: perl(Test::Exception) # optional tests @@ -61,9 +61,9 @@ BuildRequires: perl(Class::MOP) >= 0.63 BuildRequires: perl(Moose) >= 0.54 BuildRequires: perl(Moose::Util::TypeConstraints) >= 0.54 -BuildRequires: perl(Test::More) >= 0.82 +BuildRequires: perl(Test::More) >= 0.92 BuildRequires: perl(MRO::Compat) >= 0.09 -BuildRequires: perl(Test::Warn) >= 0.11 +BuildRequires: perl(Test::Warn) >= 0.21 BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Path::Class) >= 0.16 @@ -73,16 +73,16 @@ Provides: perl(DBIx::Class::CDBICo Provides: perl(DBIx::Class::Storage::DBI::Replicated::Types) = 0 # not picked up... -Requires: perl(Class::Accessor::Grouped) >= 0.08003 +Requires: perl(Class::Accessor::Grouped) >= 0.09000 Requires: perl(Class::C3::Componentised) >= 1.0005 -Requires: perl(SQL::Abstract) >= 1.56 +Requires: perl(SQL::Abstract) >= 1.58 ### auto-added reqs! -Requires: perl(Carp::Clan) >= 6 +Requires: perl(Carp::Clan) >= 6.0 Requires: perl(Class::Inspector) >= 1.24 Requires: perl(DBD::SQLite) >= 1.25 Requires: perl(DBI) >= 1.605 -Requires: perl(Data::Page) >= 2 +Requires: perl(Data::Page) >= 2.00 Requires: perl(JSON::Any) >= 1.18 Requires: perl(List::Util) Requires: perl(MRO::Compat) >= 0.09 @@ -94,12 +94,13 @@ Requires: perl(Scope::Guard) >= 0.03 Requires: perl(Storable) Requires: perl(Sub::Name) >= 0.04 -# don't "provide" rpm-metadata for things we shouldn't -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R} | %{__sed} -e '/perl(DBD::Pg)/d; /perl(DBD::Oracle)/d'" +%{?perl_default_filter: +%filter_from_requires /^perl(DBD::Pg)/d +%perl_default_filter +} +### auto-added brs! +BuildRequires: perl(File::Temp) >= 0.22 %description This is an SQL to OO mapper with an object API inspired by Class::DBI @@ -114,7 +115,7 @@ DISTINCT, GROUP BY and HAVING support. %prep %setup -q -n DBIx-Class-%{version} -find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} + +find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!%{__perl}|' {} + find . -type f -exec chmod -c -x {} + find t/ -type f -name '*.orig' -exec rm -v {} + @@ -158,6 +159,26 @@ rm -rf %{buildroot} %changelog +* Fri Sep 11 2009 Chris Weyl 0.08111-1 +- update filtering +- auto-update to 0.08111 (by cpan-spec-update 0.01) +- altered br on perl(Carp::Clan) (6 => 6.0) +- altered br on perl(Class::Accessor::Grouped) (0.08003 => 0.09000) +- altered br on perl(Data::Page) (2 => 2.00) +- altered br on perl(File::Temp) (0 => 0.22) +- altered br on perl(SQL::Abstract) (1.56 => 1.58) +- altered br on perl(Test::More) (0 => 0.92) +- altered br on perl(Test::Warn) (0.11 => 0.21) +- altered req on perl(Carp::Clan) (6 => 6.0) +- altered req on perl(Class::Accessor::Grouped) (0.08003 => 0.09000) +- altered req on perl(Data::Page) (2 => 2.00) +- altered req on perl(SQL::Abstract) (1.56 => 1.58) + +* Sun Aug 23 2009 Chris Weyl 0.08109-1 +- auto-update to 0.08109 (by cpan-spec-update 0.01) +- added a new br on perl(File::Temp) (version 0.22) +- altered br on perl(Test::More) (0.82 => 0.92) + * Fri Jul 31 2009 Chris Weyl 0.08108-1 - auto-update to 0.08108 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 31 Jul 2009 07:24:12 -0000 1.6 +++ sources 11 Sep 2009 06:05:47 -0000 1.7 @@ -1 +1 @@ -ed377d6968192fcf874ee5b92d212382 DBIx-Class-0.08108.tar.gz +cdca0d2d974d9c583a266375ee4ab941 DBIx-Class-0.08111.tar.gz From bugzilla at redhat.com Fri Sep 11 06:11:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 02:11:25 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200909110611.n8B6BPsE001797@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 Erick Calder changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e at arix.com --- Comment #3 from Erick Calder 2009-09-11 02:11:24 EDT --- I am the package maintainer. I've just joined the Fedora maintainer's system and have yet to figure out how to bring the package out of retirement. help appreciated, please e-mail me (e at arix.com) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 07:06:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 03:06:30 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200909110706.n8B76UHN013312@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 --- Comment #4 from Marcela Maslanova 2009-09-11 03:06:29 EDT --- I suppose you need to find old review of this package and ask for branches with comment that package is live again. In case old review doesn't exist, you'll create new one according to guidelines: https://fedoraproject.org/wiki/Packaging/Guidelines and you asked for review. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 08:46:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 04:46:42 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200909110846.n8B8kg18001679@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 --- Comment #5 from Michael Schwendt 2009-09-11 04:46:41 EDT --- > I am the package maintainer. The term "package maintainer" refers to the Fedora RPM package maintainer. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Fri Sep 11 15:56:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 11 Sep 2009 15:56:46 +0000 (UTC) Subject: rpms/perl-parent/devel .cvsignore, 1.2, 1.3 perl-parent.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090911155646.3B70811C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24375 Modified Files: .cvsignore perl-parent.spec sources Log Message: * Fri Sep 11 2009 Chris Weyl 0.223-1 - update filtering - auto-update to 0.223 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0 => 0.4) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 19 Jun 2008 16:28:21 -0000 1.2 +++ .cvsignore 11 Sep 2009 15:56:46 -0000 1.3 @@ -1 +1 @@ -parent-0.221.tar.gz +parent-0.223.tar.gz Index: perl-parent.spec =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/perl-parent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-parent.spec 26 Jul 2009 17:49:16 -0000 1.4 +++ perl-parent.spec 11 Sep 2009 15:56:46 -0000 1.5 @@ -1,29 +1,31 @@ Name: perl-parent -Version: 0.221 -Release: 4%{?dist} +Version: 0.223 +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 +Source0: http://search.cpan.org/CPAN/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) +BuildRequires: perl(Test::More) >= 0.4 + +%{?perl_default_filter} %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); + require Foo; + require Bar; + + push @ISA, qw(Foo Bar); } %prep @@ -31,14 +33,7 @@ from those modules at the same time. Mos 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} +# sed -e '/perl([DFR].*)/d' %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -67,6 +62,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Sep 11 2009 Chris Weyl 0.223-1 +- update filtering +- auto-update to 0.223 (by cpan-spec-update 0.01) +- altered br on perl(Test::More) (0 => 0.4) + * Sun Jul 26 2009 Fedora Release Engineering - 0.221-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 19 Jun 2008 16:28:21 -0000 1.2 +++ sources 11 Sep 2009 15:56:46 -0000 1.3 @@ -1 +1 @@ -4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz +e89c37813e8497f1d8bbf223ab18a02d parent-0.223.tar.gz From cweyl at fedoraproject.org Fri Sep 11 15:56:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 11 Sep 2009 15:56:58 +0000 (UTC) Subject: rpms/perl-parent/F-11 perl-parent.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <20090911155658.E91A911C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-parent/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24597 Modified Files: perl-parent.spec sources Log Message: * Fri Sep 11 2009 Chris Weyl 0.223-1 - update filtering - auto-update to 0.223 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0 => 0.4) Index: perl-parent.spec =================================================================== RCS file: /cvs/extras/rpms/perl-parent/F-11/perl-parent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-parent.spec 27 Feb 2009 05:15:40 -0000 1.3 +++ perl-parent.spec 11 Sep 2009 15:56:58 -0000 1.4 @@ -1,29 +1,31 @@ Name: perl-parent -Version: 0.221 -Release: 3%{?dist} +Version: 0.223 +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 +Source0: http://search.cpan.org/CPAN/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) +BuildRequires: perl(Test::More) >= 0.4 + +%{?perl_default_filter} %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); + require Foo; + require Bar; + + push @ISA, qw(Foo Bar); } %prep @@ -31,14 +33,7 @@ from those modules at the same time. Mos 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} +# sed -e '/perl([DFR].*)/d' %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -67,6 +62,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Sep 11 2009 Chris Weyl 0.223-1 +- update filtering +- auto-update to 0.223 (by cpan-spec-update 0.01) +- altered br on perl(Test::More) (0 => 0.4) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.221-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 0.221-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-parent/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 19 Jun 2008 16:28:21 -0000 1.2 +++ sources 11 Sep 2009 15:56:58 -0000 1.3 @@ -1 +1 @@ -4bacb68147a063ec475fd1a63c949d74 parent-0.221.tar.gz +e89c37813e8497f1d8bbf223ab18a02d parent-0.223.tar.gz From cweyl at fedoraproject.org Fri Sep 11 16:15:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 11 Sep 2009 16:15:16 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/devel .cvsignore, 1.9, 1.10 perl-SQL-Abstract.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <20090911161516.DA76311C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3492 Modified Files: .cvsignore perl-SQL-Abstract.spec sources Log Message: * Fri Sep 11 2009 Chris Weyl 1.58-1 - add default filtering (pro forma) - auto-update to 1.58 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 13 Jun 2009 19:33:10 -0000 1.9 +++ .cvsignore 11 Sep 2009 16:15:16 -0000 1.10 @@ -1 +1 @@ -SQL-Abstract-1.56.tar.gz +SQL-Abstract-1.58.tar.gz Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-SQL-Abstract.spec 26 Jul 2009 16:23:49 -0000 1.15 +++ perl-SQL-Abstract.spec 11 Sep 2009 16:15:16 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-SQL-Abstract -Version: 1.56 -Release: 2%{?dist} +Version: 1.58 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic @@ -20,6 +20,8 @@ BuildRequires: perl(List::Util) BuildRequires: perl(Test::Builder) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description %{summary}. @@ -51,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2009 Chris Weyl 1.58-1 +- add default filtering (pro forma) +- auto-update to 1.58 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.56-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 13 Jun 2009 19:33:10 -0000 1.9 +++ sources 11 Sep 2009 16:15:16 -0000 1.10 @@ -1 +1 @@ -ab649305d42c30bc3ab87475bd2e07d9 SQL-Abstract-1.56.tar.gz +4ab50f21c4795a7ec988efa7b21e6270 SQL-Abstract-1.58.tar.gz From cweyl at fedoraproject.org Fri Sep 11 16:23:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 11 Sep 2009 16:23:18 +0000 (UTC) Subject: rpms/perl-Test-Warn/devel .cvsignore, 1.5, 1.6 perl-Test-Warn.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <20090911162318.17DFD11C0099@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-Warn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5998 Modified Files: .cvsignore perl-Test-Warn.spec sources Log Message: * Fri Sep 11 2009 Chris Weyl 0.21-1 - add perl default filter (pro forma) - use _fixperms incantation - auto-update to 0.21 (by cpan-spec-update 0.01) - altered br on perl(Test::Builder::Tester) (0 => 1.02) - altered req on perl(Test::Builder::Tester) (0 => 1.02) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Warn/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 20 Dec 2008 21:10:04 -0000 1.5 +++ .cvsignore 11 Sep 2009 16:23:17 -0000 1.6 @@ -1 +1 @@ -Test-Warn-0.11.tar.gz +Test-Warn-0.21.zip Index: perl-Test-Warn.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Warn/devel/perl-Test-Warn.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Test-Warn.spec 26 Jul 2009 17:00:21 -0000 1.11 +++ perl-Test-Warn.spec 11 Sep 2009 16:23:17 -0000 1.12 @@ -1,12 +1,12 @@ Name: perl-Test-Warn -Version: 0.11 -Release: 3%{?dist} +Version: 0.21 +Release: 1%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Warn/ -Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/Test-Warn-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -15,16 +15,17 @@ BuildRequires: perl(ExtUtils::MakeMaker BuildRequires: perl(File::Spec) BuildRequires: perl(Sub::Uplevel) >= 0.12 BuildRequires: perl(Test::Builder) >= 0.13 -BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Tree::DAG_Node) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Test::Builder) >= 0.13 -Requires: perl(Test::Builder::Tester) +Requires: perl(Test::Builder::Tester) >= 1.02 Requires: perl(Tree::DAG_Node) +%{?perl_default_filter} %description This module provides a few convenience methods for testing warning @@ -45,7 +46,7 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -64,6 +65,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2009 Chris Weyl 0.21-1 +- add perl default filter (pro forma) +- use _fixperms incantation +- auto-update to 0.21 (by cpan-spec-update 0.01) +- altered br on perl(Test::Builder::Tester) (0 => 1.02) +- altered req on perl(Test::Builder::Tester) (0 => 1.02) + * Sun Jul 26 2009 Fedora Release Engineering - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Warn/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 20 Dec 2008 21:10:04 -0000 1.5 +++ sources 11 Sep 2009 16:23:17 -0000 1.6 @@ -1 +1 @@ -1000ef6d94b54ca9eb75fb994a7e8bec Test-Warn-0.11.tar.gz +d33c38d18d2bedac52bfdbaf94c8744d Test-Warn-0.21.zip From bugzilla at redhat.com Fri Sep 11 21:54:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 17:54:45 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200909112154.n8BLsj9G000320@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 --- Comment #6 from Erick Calder 2009-09-11 17:54:44 EDT --- oh, well then I should state: "I wish to be the package maintainer". actually, cpan2rpm is distributed in RPM form, so all I need to do is figure out how to contribute it to Fedora for inclusion. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:34:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:34:24 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909112334.n8BNYOSo001092@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #5 from Fedora Update System 2009-09-11 19:34:23 EDT --- perl-Mail-Box-2.091-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:34:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:34:48 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909112334.n8BNYmig001249@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #6 from Fedora Update System 2009-09-11 19:34:48 EDT --- perl-Mail-Box-2.091-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:34:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:34:53 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909112334.n8BNYrFj001279@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.091-1.fc10 |2.091-1.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:34:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:34:29 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909112334.n8BNYTK6001125@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |2.091-1.fc10 Resolution| |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:40:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:40:36 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909112340.n8BNea4D004131@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.15-5.fc11 Resolution|RAWHIDE |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:40:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:40:44 -0400 Subject: [Bug 504389] RFE: update to 0.11 In-Reply-To: References: Message-ID: <200909112340.n8BNeixF019521@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=504389 --- Comment #2 from Fedora Update System 2009-09-11 19:40:43 EDT --- perl-Sys-SigAction-0.11-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:40:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:40:32 -0400 Subject: [Bug 520505] Spurious dependency on perl(Test::More) In-Reply-To: References: Message-ID: <200909112340.n8BNeWVI019443@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520505 --- Comment #16 from Fedora Update System 2009-09-11 19:40:30 EDT --- perl-JSON-2.15-5.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Sep 11 23:40:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Sep 2009 19:40:49 -0400 Subject: [Bug 504389] RFE: update to 0.11 In-Reply-To: References: Message-ID: <200909112340.n8BNenGK019564@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=504389 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.11-2.fc11 Resolution|RAWHIDE |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sat Sep 12 04:19:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 12 Sep 2009 04:19:03 +0000 (UTC) Subject: rpms/perl-DBD-SQLite/devel perl-DBD-SQLite.spec,1.30,1.31 Message-ID: <20090912041903.B1EC411C00CE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBD-SQLite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16957 Modified Files: perl-DBD-SQLite.spec Log Message: * Fri Sep 11 2009 Chris Weyl - 1.25-4 - Filtering errant private provides Index: perl-DBD-SQLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- perl-DBD-SQLite.spec 26 Jul 2009 05:21:28 -0000 1.30 +++ perl-DBD-SQLite.spec 12 Sep 2009 04:19:03 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-DBD-SQLite Version: 1.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Self Contained RDBMS in a DBI Driver Group: Development/Libraries @@ -22,6 +22,8 @@ BuildRequires: perl(DBI) >= 1.607 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. @@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 11 2009 Chris Weyl - 1.25-4 +- Filtering errant private provides + * Sat Jul 25 2009 Fedora Release Engineering - 1.25-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From iarnell at fedoraproject.org Sat Sep 12 05:21:33 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sat, 12 Sep 2009 05:21:33 +0000 (UTC) Subject: rpms/perl-Net-Amazon/devel .cvsignore, 1.6, 1.7 perl-Net-Amazon.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <20090912052133.F107D11C00CE@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Net-Amazon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv605 Modified Files: .cvsignore perl-Net-Amazon.spec sources Log Message: * Sat Sep 12 2009 Iain Arnell 0.57-1 - update to latest upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 5 Aug 2009 15:12:28 -0000 1.6 +++ .cvsignore 12 Sep 2009 05:21:33 -0000 1.7 @@ -1 +1 @@ -Net-Amazon-0.55.tar.gz +Net-Amazon-0.57.tar.gz Index: perl-Net-Amazon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/perl-Net-Amazon.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Net-Amazon.spec 5 Aug 2009 15:12:29 -0000 1.6 +++ perl-Net-Amazon.spec 12 Sep 2009 05:21:33 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Net-Amazon -Version: 0.55 +Version: 0.57 Release: 1%{?dist} Summary: Framework for accessing amazon.com via REST License: GPL+ or Artistic @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 12 2009 Iain Arnell 0.57-1 +- update to latest upstream + * Wed Aug 05 2009 Iain Arnell 0.55-1 - update to latest upstream Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Amazon/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 5 Aug 2009 15:12:29 -0000 1.6 +++ sources 12 Sep 2009 05:21:33 -0000 1.7 @@ -1 +1 @@ -cd2eec3cedd46060faf3b47dbf9b147a Net-Amazon-0.55.tar.gz +4102b885555e5acfcc6caae42422f82e Net-Amazon-0.57.tar.gz From bugzilla at redhat.com Sat Sep 12 07:53:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Sep 2009 03:53:03 -0400 Subject: [Bug 498746] Non-responsive package maintainer + dead package? In-Reply-To: References: Message-ID: <200909120753.n8C7r32o008366@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=498746 --- Comment #7 from Michael Schwendt 2009-09-12 03:53:02 EDT --- That should be easy. All it would take is a little commitment to actually maintaining the RPM package in the Fedora package collection in adherance with Fedora Packaging guidelines: https://fedoraproject.org/wiki/PackageMaintainers/Join In the case of cpan2rpm I also recommend you present an updated/fixed src.rpm with a Package Review 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. From bugzilla at redhat.com Sat Sep 12 17:54:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Sep 2009 13:54:26 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200909121754.n8CHsQRL000998@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #8 from Fedora Update System 2009-09-12 13:54:25 EDT --- perl-DateTime-Format-Excel-0.2901-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 12 17:54:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Sep 2009 13:54:55 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200909121754.n8CHstRt016018@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 --- Comment #9 from Fedora Update System 2009-09-12 13:54:54 EDT --- perl-DateTime-Format-Excel-0.2901-3.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 12 17:54:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Sep 2009 13:54:59 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200909121754.n8CHsxLL016065@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|0.2901-3.el5 |0.2901-3.el4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 12 17:54:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 12 Sep 2009 13:54:30 -0400 Subject: [Bug 513580] Please build latest perl-DateTime-Format-Excel for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200909121754.n8CHsUSM015955@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=513580 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.2901-3.el5 Resolution|NEXTRELEASE |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Sun Sep 13 19:20:49 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sun, 13 Sep 2009 19:20:49 +0000 (UTC) Subject: rpms/perl-Crypt-DSA/devel perl-Crypt-DSA-dsaparam.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Crypt-DSA.spec, 1.11, 1.12 sources, 1.3, 1.4 Message-ID: <20090913192049.E30EF11C0099@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-DSA/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17463 Modified Files: .cvsignore perl-Crypt-DSA.spec sources Added Files: perl-Crypt-DSA-dsaparam.patch Log Message: * Fri Sep 11 2009 Paul Howarth 1.16-1 - Update to 1.16 (first production release) - New upstream maintainer -> change source URL - Change buildreq which to perl(File::Which) - Add new buildreqs perl(Crypt::DES_EDE3), perl(File::Spec), perl(IPC::Open3) - Buildreq perl(Math::BigInt) >= 1.78 - Enable AUTOMATED_TESTING - New test requirements: - perl(Perl::MinimumVersion) >= 1.20 - perl(Test::CPAN::Meta) >= 0.12 - perl(Test::MinimumVersion) >= 0.008 - perl(Test::Pod) >= 1.26 - ToDo no longer present upstream, but add LICENSE and README as %doc - Add runtime dependency on openssl (used for DSA parameter generation) - Add patch for openssl dsaparam 1.0 compatibility (CPAN RT#49668) perl-Crypt-DSA-dsaparam.patch: KeyChain.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE perl-Crypt-DSA-dsaparam.patch --- There's a slight change of output format in the openssl dsaparam command from current versions to the forthcoming 1.0 release: openssl 0.9.8k: $ openssl dsaparam -text -noout 512 Generating DSA parameters, 512 bit long prime This could take some time ........+..+++++++++++++++++++++++++++++++++++++++++++++++++++* ..+....................+................+.+................+................................+...+..+...........+.....+.............+.......+....+..............+.......+...+.....+.................+....+.............................+.......+..........+..+...+........+...............+......+..........+..+.....+............+.+..+...+.....+....+++++++++++++++++++++++++++++++++++++++++++++++++++* DSA-Parameters: (512 bit) p: 00:e6:6c:38:ce:8d:9f:1d:f0:7a:12:50:1e:ef:5c: 73:fe:2e:7a:b0:ed:27:a0:96:c3:37:98:de:e9:b6: a2:e6:3a:97:9d:d5:c1:f8:1e:f4:2d:38:29:d8:08: ac:f1:20:28:51:54:cb:7a:a1:36:f6:e7:07:b1:cf: 23:8d:6e:a1:33 q: 00:f4:7b:0c:a8:98:d7:e0:d0:3e:92:94:95:30:f5: 21:0a:86:db:16:55 g: 00:c6:81:8d:32:72:6b:6b:a5:d2:90:fb:c2:31:c4: 73:e0:1b:05:bb:17:5c:b2:b2:09:69:17:78:41:fc: 99:a1:9b:07:ca:a7:02:5f:0e:1f:dd:35:05:90:ac: e8:66:47:ca:9a:1a:77:a4:f4:5e:65:66:64:bf:34: 7d:fe:30:bf:5a openssl 1.0 beta 3: $ openssl dsaparam -text -noout 512 Generating DSA parameters, 512 bit long prime This could take some time .+........+++++++++++++++++++++++++++++++++++++++++++++++++++* ...+................+.....+..........+.+.+...........+.+............+............+......+...+.........................................+......+......+...............+...+....+..............+++++++++++++++++++++++++++++++++++++++++++++++++++* P: 00:82:ab:91:c2:9e:8e:c1:cd:cb:70:68:12:c9:44: 90:20:97:e4:69:77:fc:53:ce:78:2c:3d:01:5c:69: 42:45:bc:e7:06:2f:4e:75:d4:10:3b:ae:de:43:6f: d8:86:6d:1e:f9:1d:c5:8e:0d:92:ca:e7:23:2e:5b: 42:26:09:88:3b Q: 00:f9:dc:55:fd:ca:48:8c:d4:e9:df:8a:25:6d:f7: 82:5d:f8:34:34:3f G: 6b:75:a7:e5:ac:2e:3a:79:65:01:51:cb:78:a3:06: 73:47:0a:b8:9c:de:68:36:c5:5e:44:02:fe:8a:73: 73:bc:d3:1a:ec:08:40:da:b3:f6:e2:0b:14:e6:1c: 0d:f5:ef:62:0e:bf:64:18:96:ee:87:f7:13:89:42: cc:69:6e:be The change to labelling the parameters in upper case causes Crypt::DSA::Keychain to fail like this (from the test suite): Use of uninitialized value $parts{"p"} in concatenation (.) or string at /builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 69. Use of uninitialized value $parts{"q"} in concatenation (.) or string at /builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 70. Use of uninitialized value $parts{"g"} in concatenation (.) or string at /builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 71. Can't locate object method "copy" via package "NaN" (perhaps you forgot to load "NaN"?) at /builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/Util.pm line 43. # Looks like your test exited with 255 before it could output anything. The patch changes the parameter labels to lower case, making the code compatible with both old and new versions of openssl. --- Crypt-DSA-1.16/lib/Crypt/DSA/KeyChain.pm 2009-09-11 13:45:37.000000000 +0100 +++ Crypt-DSA-1.16/lib/Crypt/DSA/KeyChain.pm 2009-09-12 22:56:31.000000000 +0100 @@ -53,7 +53,7 @@ my $cur_part; foreach (@res) { if (/^\s+(\w):\s*$/) { - $cur_part = $1; + $cur_part = lc($1); next; } if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 9 May 2006 09:29:15 -0000 1.3 +++ .cvsignore 13 Sep 2009 19:20:49 -0000 1.4 @@ -1 +1 @@ -Crypt-DSA-0.14.tar.gz +Crypt-DSA-1.16.tar.gz Index: perl-Crypt-DSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Crypt-DSA.spec 30 Jul 2009 22:21:16 -0000 1.11 +++ perl-Crypt-DSA.spec 13 Sep 2009 19:20:49 -0000 1.12 @@ -1,19 +1,32 @@ Summary: Perl module for DSA signatures and key generation Name: perl-Crypt-DSA -Version: 0.14 -Release: 9%{?dist} +Version: 1.16 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DSA/ -Source0: http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DSA-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Crypt-DSA-%{version}.tar.gz +Patch0: perl-Crypt-DSA-dsaparam.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch -BuildRequires: perl(Convert::PEM) >= 0.07 +BuildRequires: perl(Convert::PEM) +BuildRequires: perl(Crypt::DES_EDE3) BuildRequires: perl(Data::Buffer) >= 0.01 BuildRequires: perl(Digest::SHA1) -BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) -BuildRequires: which, openssl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Which) >= 0.05 +BuildRequires: perl(IPC::Open3) +BuildRequires: perl(Math::BigInt) >= 1.78 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::More) >= 0.42 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: openssl +# Crypt::DSA::Keychain calls openssl for DSA parameter generation +Requires: openssl # Pull in Math::BigInt::GMP for GMP support for suitably recent versions of Math::BigInt # else use Math::GMP @@ -33,18 +46,21 @@ verification, and key generation. %prep %setup -q -n Crypt-DSA-%{version} +# Patch for openssl dsaparam 1.0 compatibility (CPAN RT#49668) +%patch0 -p1 + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check -%{__make} test +%{__make} test AUTOMATED_TESTING=1 %install %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %clean @@ -52,7 +68,7 @@ verification, and key generation. %files %defattr(-,root,root,-) -%doc Changes ToDo +%doc Changes LICENSE README %{perl_vendorlib}/Crypt/ %{_mandir}/man3/Crypt::DSA.3pm* %{_mandir}/man3/Crypt::DSA::Key.3pm* @@ -63,10 +79,26 @@ verification, and key generation. %{_mandir}/man3/Crypt::DSA::Util.3pm* %changelog -* Sat Jul 25 2009 Fedora Release Engineering - 0.14-9 +* Fri Sep 11 2009 Paul Howarth 1.16-1 +- Update to 1.16 (first production release) +- New upstream maintainer -> change source URL +- Change buildreq which to perl(File::Which) +- Add new buildreqs perl(Crypt::DES_EDE3), perl(File::Spec), perl(IPC::Open3) +- Buildreq perl(Math::BigInt) >= 1.78 +- Enable AUTOMATED_TESTING +- New test requirements: + - perl(Perl::MinimumVersion) >= 1.20 + - perl(Test::CPAN::Meta) >= 0.12 + - perl(Test::MinimumVersion) >= 0.008 + - perl(Test::Pod) >= 1.26 +- ToDo no longer present upstream, but add LICENSE and README as %%doc +- Add runtime dependency on openssl (used for DSA parameter generation) +- Add patch for openssl dsaparam 1.0 compatibility (CPAN RT#49668) + +* Sat Jul 25 2009 Fedora Release Engineering 0.14-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Thu Feb 26 2009 Fedora Release Engineering - 0.14-8 +* Thu Feb 26 2009 Fedora Release Engineering 0.14-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Nov 3 2008 Paul Howarth 0.14-7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 9 May 2006 09:29:15 -0000 1.3 +++ sources 13 Sep 2009 19:20:49 -0000 1.4 @@ -1 +1 @@ -5ff5ab4be5501f5547bbe46cdc3de442 Crypt-DSA-0.14.tar.gz +a099204d57043767fbe31d639eb43b03 Crypt-DSA-1.16.tar.gz From pghmcfc at fedoraproject.org Mon Sep 14 10:34:27 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 14 Sep 2009 10:34:27 +0000 (UTC) Subject: rpms/perl-Sysadm-Install/devel .cvsignore, 1.6, 1.7 perl-Sysadm-Install.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090914103427.4178B11C00EC@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4149 Modified Files: .cvsignore perl-Sysadm-Install.spec sources Log Message: Update to 0.33 - No longer require perl(Encode) - Use perl(LWP::UserAgent) rather than perl(LWP::Simple) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 1 Sep 2009 10:13:34 -0000 1.6 +++ .cvsignore 14 Sep 2009 10:34:26 -0000 1.7 @@ -1 +1 @@ -Sysadm-Install-0.32.tar.gz +Sysadm-Install-0.33.tar.gz Index: perl-Sysadm-Install.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Sysadm-Install.spec 1 Sep 2009 10:13:34 -0000 1.7 +++ perl-Sysadm-Install.spec 14 Sep 2009 10:34:26 -0000 1.8 @@ -1,6 +1,6 @@ Summary: Typical installation tasks for system administrators Name: perl-Sysadm-Install -Version: 0.32 +Version: 0.33 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries @@ -18,13 +18,14 @@ BuildRequires: perl(File::Copy) BuildRequires: perl(File::Path) BuildRequires: perl(File::Temp) >= 0.16 BuildRequires: perl(Log::Log4perl) >= 1.00 -BuildRequires: perl(LWP::Simple) +BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Term::ReadKey) # For test suite BuildRequires: perl(Test::More) # Runtime deps not automatically picked up by RPM Requires: perl(Archive::Tar) Requires: perl(Expect) +Requires: perl(LWP::UserAgent) %description "Sysadm::Install" executes shell-like commands performing typical @@ -72,6 +73,11 @@ everything, but suppresses any write act %{_mandir}/man3/Sysadm::Install.3pm* %changelog +* Mon Sep 14 2009 Paul Howarth 0.33-1 +- Update to 0.33 + - No longer require perl(Encode) + - Use perl(LWP::UserAgent) rather than perl(LWP::Simple) + * Tue Sep 1 2009 Paul Howarth 0.32-1 - Update to 0.32 (make UTF-8 handling configurable, not automatic) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 1 Sep 2009 10:13:34 -0000 1.6 +++ sources 14 Sep 2009 10:34:27 -0000 1.7 @@ -1 +1 @@ -665bdb7e37c74ee32b0aa4d0e782fe17 Sysadm-Install-0.32.tar.gz +46b680a62c4f90821cbe17c858f64b54 Sysadm-Install-0.33.tar.gz From bugzilla at redhat.com Mon Sep 14 11:14:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Sep 2009 07:14:01 -0400 Subject: [Bug 519648] virStorageVolLookupBy* not implemented In-Reply-To: References: Message-ID: <200909141114.n8EBE1r8001344@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=519648 Daniel Berrange changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST --- Comment #1 from Daniel Berrange 2009-09-14 07:13:59 EDT --- Patch available upstream http://libvirt.org/git/?p=libvirt-perl.git;a=commit;h=c79d567cc3a2e0e09358001c539fa7b6ee96837e -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From eseyman at fedoraproject.org Mon Sep 14 23:22:28 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Mon, 14 Sep 2009 23:22:28 +0000 (UTC) Subject: rpms/perl-Alien-SeleniumRC/devel .cvsignore, 1.2, 1.3 perl-Alien-SeleniumRC.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090914232228.DC8EA11C0374@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Alien-SeleniumRC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18856 Modified Files: .cvsignore perl-Alien-SeleniumRC.spec sources Log Message: Update 1.01 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-SeleniumRC/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 10 Jun 2009 22:24:59 -0000 1.2 +++ .cvsignore 14 Sep 2009 23:22:26 -0000 1.3 @@ -1 +1 @@ -Alien-SeleniumRC-1.00.tar.gz +Alien-SeleniumRC-1.01.tar.gz Index: perl-Alien-SeleniumRC.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-SeleniumRC/devel/perl-Alien-SeleniumRC.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-Alien-SeleniumRC.spec 26 Jul 2009 01:35:38 -0000 1.2 +++ perl-Alien-SeleniumRC.spec 14 Sep 2009 23:22:26 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Alien-SeleniumRC -Version: 1.00 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Packages the Selenium Remote Control server License: GPL+ or Artistic Group: Development/Libraries @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Sep 15 2009 Emmanuel Seyman - 1.01-1 +- Update to 1.01 + * Sat Jul 25 2009 Fedora Release Engineering - 1.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Alien-SeleniumRC/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 Jun 2009 22:24:59 -0000 1.2 +++ sources 14 Sep 2009 23:22:26 -0000 1.3 @@ -1 +1 @@ -8dfe7a67b2246e6ceb85a912fd642687 Alien-SeleniumRC-1.00.tar.gz +c182f197f828f05b9b587467fb66546e Alien-SeleniumRC-1.01.tar.gz From orion at cora.nwra.com Mon Sep 14 15:03:30 2009 From: orion at cora.nwra.com (Orion Poplawski) Date: Mon, 14 Sep 2009 09:03:30 -0600 Subject: Question about .bs files Message-ID: <4AAE5B42.6040500@cora.nwra.com> Can anyone tell me what the purpose of an empty *.bs files in the auto directory tree would be? Do we need to package them? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion at cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com From cweyl at fedoraproject.org Wed Sep 16 15:40:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 16 Sep 2009 15:40:01 +0000 (UTC) Subject: rpms/perl-namespace-autoclean/devel .cvsignore, 1.2, 1.3 perl-namespace-autoclean.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090916154001.7B76711C048B@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-namespace-autoclean/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18279 Modified Files: .cvsignore perl-namespace-autoclean.spec sources Log Message: * Wed Sep 16 2009 Chris Weyl 0.09-1 - add %perl_default_filter'ing - auto-update to 0.09 (by cpan-spec-update 0.01) - added a new req on perl(B::Hooks::EndOfScope) (version 0.07) - added a new req on perl(Class::MOP) (version 0.80) - added a new req on perl(List::Util) (version 0) - added a new req on perl(namespace::clean) (version 0.11) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 2 Jul 2009 06:05:39 -0000 1.2 +++ .cvsignore 16 Sep 2009 15:40:00 -0000 1.3 @@ -1 +1 @@ -namespace-autoclean-0.08.tar.gz +namespace-autoclean-0.09.tar.gz Index: perl-namespace-autoclean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/perl-namespace-autoclean.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-namespace-autoclean.spec 26 Jul 2009 17:48:25 -0000 1.2 +++ perl-namespace-autoclean.spec 16 Sep 2009 15:40:01 -0000 1.3 @@ -1,12 +1,12 @@ -Name: perl-namespace-autoclean -Version: 0.08 -Release: 2%{?dist} +Name: perl-namespace-autoclean +Version: 0.09 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Summary: Keep imports out of your namespace -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz +Summary: Keep imports out of your namespace +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-autoclean -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,6 +17,14 @@ BuildRequires: perl(List::Util) BuildRequires: perl(namespace::clean) >= 0.11 BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(B::Hooks::EndOfScope) >= 0.07 +Requires: perl(Class::MOP) >= 0.80 +Requires: perl(List::Util) +Requires: perl(namespace::clean) >= 0.11 + +%{?perl_default_filter} + %description When you import a function into a Perl package, it will naturally also be available as a method. The 'namespace::autoclean' pragma will remove @@ -49,15 +57,23 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Wed Sep 16 2009 Chris Weyl 0.09-1 +- add %perl_default_filter'ing +- auto-update to 0.09 (by cpan-spec-update 0.01) +- added a new req on perl(B::Hooks::EndOfScope) (version 0.07) +- added a new req on perl(Class::MOP) (version 0.80) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(namespace::clean) (version 0.11) + * Sun Jul 26 2009 Fedora Release Engineering - 0.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -67,4 +83,3 @@ rm -rf %{buildroot} * Wed Jul 01 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 2 Jul 2009 06:05:40 -0000 1.2 +++ sources 16 Sep 2009 15:40:01 -0000 1.3 @@ -1 +1 @@ -b0d086797cdb060d23c0697605c39002 namespace-autoclean-0.08.tar.gz +79241eb4929cdf6eecd6e5cc4c1ef2f8 namespace-autoclean-0.09.tar.gz From cweyl at fedoraproject.org Wed Sep 16 16:06:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 16 Sep 2009 16:06:56 +0000 (UTC) Subject: rpms/perl-namespace-autoclean/F-11 perl-namespace-autoclean.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090916160656.5EAFE11C00CF@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-namespace-autoclean/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31858 Modified Files: perl-namespace-autoclean.spec sources Log Message: * Wed Sep 16 2009 Chris Weyl 0.09-1 - add %perl_default_filter'ing - auto-update to 0.09 (by cpan-spec-update 0.01) - added a new req on perl(B::Hooks::EndOfScope) (version 0.07) - added a new req on perl(Class::MOP) (version 0.80) - added a new req on perl(List::Util) (version 0) - added a new req on perl(namespace::clean) (version 0.11) Index: perl-namespace-autoclean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/F-11/perl-namespace-autoclean.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-namespace-autoclean.spec 2 Jul 2009 06:07:09 -0000 1.1 +++ perl-namespace-autoclean.spec 16 Sep 2009 16:06:55 -0000 1.2 @@ -1,12 +1,12 @@ -Name: perl-namespace-autoclean -Version: 0.08 +Name: perl-namespace-autoclean +Version: 0.09 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Summary: Keep imports out of your namespace -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz +Summary: Keep imports out of your namespace +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-autoclean-%{version}.tar.gz Url: http://search.cpan.org/dist/namespace-autoclean -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -17,6 +17,14 @@ BuildRequires: perl(List::Util) BuildRequires: perl(namespace::clean) >= 0.11 BuildRequires: perl(Test::More) +### auto-added reqs! +Requires: perl(B::Hooks::EndOfScope) >= 0.07 +Requires: perl(Class::MOP) >= 0.80 +Requires: perl(List::Util) +Requires: perl(namespace::clean) >= 0.11 + +%{?perl_default_filter} + %description When you import a function into a Perl package, it will naturally also be available as a method. The 'namespace::autoclean' pragma will remove @@ -49,19 +57,29 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Wed Sep 16 2009 Chris Weyl 0.09-1 +- add %perl_default_filter'ing +- auto-update to 0.09 (by cpan-spec-update 0.01) +- added a new req on perl(B::Hooks::EndOfScope) (version 0.07) +- added a new req on perl(Class::MOP) (version 0.80) +- added a new req on perl(List::Util) (version 0) +- added a new req on perl(namespace::clean) (version 0.11) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Jul 01 2009 Chris Weyl 0.08-1 - submission * Wed Jul 01 2009 Chris Weyl 0.08-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 2 Jul 2009 06:07:09 -0000 1.2 +++ sources 16 Sep 2009 16:06:55 -0000 1.3 @@ -1 +1 @@ -b0d086797cdb060d23c0697605c39002 namespace-autoclean-0.08.tar.gz +79241eb4929cdf6eecd6e5cc4c1ef2f8 namespace-autoclean-0.09.tar.gz From tibbs at math.uh.edu Wed Sep 16 18:25:39 2009 From: tibbs at math.uh.edu (Jason L Tibbitts III) Date: Wed, 16 Sep 2009 13:25:39 -0500 Subject: Question about .bs files In-Reply-To: <4AAE5B42.6040500@cora.nwra.com> (Orion Poplawski's message of "Mon, 14 Sep 2009 09:03:30 -0600") References: <4AAE5B42.6040500@cora.nwra.com> Message-ID: >>>>> "OP" == Orion Poplawski writes: OP> Can anyone tell me what the purpose of an empty *.bs files in the OP> auto directory tree would be? Do we need to package them? You shouldn't package them. There's a reason the specfle template deletes them: # Remove the next line from noarch packages (unneeded) find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' - J< From kasal at fedoraproject.org Wed Sep 16 18:57:32 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 16 Sep 2009 18:57:32 +0000 (UTC) Subject: rpms/perl-namespace-autoclean/devel perl-namespace-autoclean.spec, 1.3, 1.4 Message-ID: <20090916185732.6387911C00CF@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-namespace-autoclean/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15586 Modified Files: perl-namespace-autoclean.spec Log Message: no macros in %changelog Index: perl-namespace-autoclean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/perl-namespace-autoclean.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-namespace-autoclean.spec 16 Sep 2009 15:40:01 -0000 1.3 +++ perl-namespace-autoclean.spec 16 Sep 2009 18:57:30 -0000 1.4 @@ -67,7 +67,7 @@ rm -rf %{buildroot} %changelog * Wed Sep 16 2009 Chris Weyl 0.09-1 -- add %perl_default_filter'ing +- add %%perl_default_filter'ing - auto-update to 0.09 (by cpan-spec-update 0.01) - added a new req on perl(B::Hooks::EndOfScope) (version 0.07) - added a new req on perl(Class::MOP) (version 0.80) From cweyl at alumni.drew.edu Wed Sep 16 19:31:37 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Wed, 16 Sep 2009 12:31:37 -0700 Subject: Question about .bs files In-Reply-To: <4AAE5B42.6040500@cora.nwra.com> References: <4AAE5B42.6040500@cora.nwra.com> Message-ID: <7dd7ab490909161231t2e9391d1l262d2ae8212c3b80@mail.gmail.com> On Mon, Sep 14, 2009 at 8:03 AM, Orion Poplawski wrote: > Can anyone tell me what the purpose of an empty *.bs files in the auto > directory tree would be? Do we need to package them? > .bs files are "bootstrap" files, to help DynaLoader with the loading of shared libraries (binary)... DynaLoader ignores them if they're empty, so we nuke them (if empty) rather than distribute them. If they're not empty, they should be packaged. http://search.cpan.org/perldoc?DynaLoader -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From wtogami at fedoraproject.org Wed Sep 16 22:57:06 2009 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Wed, 16 Sep 2009 22:57:06 +0000 (UTC) Subject: rpms/perl-NetAddr-IP/devel .cvsignore, 1.3, 1.4 perl-NetAddr-IP.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <20090916225706.E32F111C00CF@cvs1.fedora.phx.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-NetAddr-IP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25396 Modified Files: .cvsignore perl-NetAddr-IP.spec sources Log Message: 4.027 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 12 Feb 2008 15:38:38 -0000 1.3 +++ .cvsignore 16 Sep 2009 22:57:05 -0000 1.4 @@ -1 +1 @@ -NetAddr-IP-4.007.tar.gz +NetAddr-IP-4.027.tar.gz Index: perl-NetAddr-IP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/devel/perl-NetAddr-IP.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-NetAddr-IP.spec 26 Jul 2009 13:48:53 -0000 1.8 +++ perl-NetAddr-IP.spec 16 Sep 2009 22:57:05 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-NetAddr-IP -Version: 4.007 -Release: 5%{?dist} +Version: 4.027 +Release: 1%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets # Upstream explicitly gave permission for us to distribute under Artistic 2.0 # Will be reflected in next release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 12 Feb 2008 15:38:38 -0000 1.3 +++ sources 16 Sep 2009 22:57:05 -0000 1.4 @@ -1 +1 @@ -21825dc072e688f733e03da24e4d058b NetAddr-IP-4.007.tar.gz +c4a21a76e5b1b9f4c8e9810b78559d7b NetAddr-IP-4.027.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:06:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:06:56 +0000 (UTC) Subject: rpms/perl-Module-Install-GithubMeta/devel import.log, NONE, 1.1 perl-Module-Install-GithubMeta.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030656.C53EF11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-GithubMeta/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12237/devel Modified Files: .cvsignore sources Added Files: import.log perl-Module-Install-GithubMeta.spec Log Message: initial import --- NEW FILE import.log --- perl-Module-Install-GithubMeta-0_10-1_fc11:HEAD:perl-Module-Install-GithubMeta-0.10-1.fc11.src.rpm:1253156810 --- NEW FILE perl-Module-Install-GithubMeta.spec --- Name: perl-Module-Install-GithubMeta Version: 0.10 Release: 1%{?dist} # lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A Module::Install extension to include GitHub meta information in META.yml Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Module-Install-GithubMeta-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Install-GithubMeta BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Capture::Tiny) >= 0.05 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Module::Install) >= 0.85 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) Requires: perl(Module::Install) >= 0.85 %{?perl_default_filter} %description Module::Install::GithubMeta is a Module::Install extension to include GitHub (http://github.com) meta information in 'META.yml'. It automatically detects if the distribution directory is under 'git' version control and whether the 'origin' is a GitHub repository; if so, it will set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate URLs for GitHub. %prep %setup -q -n Module-Install-GithubMeta-%{version} cat README | iconv -f `file --mime-encoding --brief README` -t UTF-8 > x mv x README %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 11 2009 Chris Weyl 0.10-1 - submission * Fri Sep 11 2009 Chris Weyl 0.10-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:16:30 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:06:56 -0000 1.2 @@ -0,0 +1 @@ +Module-Install-GithubMeta-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:16:30 -0000 1.1 +++ sources 17 Sep 2009 03:06:56 -0000 1.2 @@ -0,0 +1 @@ +bb0aba4ae24c2ee526c7bf8e2b318620 Module-Install-GithubMeta-0.10.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:07:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:07:07 +0000 (UTC) Subject: rpms/perl-Module-Install-GithubMeta/F-11 import.log, NONE, 1.1 perl-Module-Install-GithubMeta.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030707.8293D11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12463/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Module-Install-GithubMeta.spec Log Message: initial import --- NEW FILE import.log --- perl-Module-Install-GithubMeta-0_10-1_fc11:F-11:perl-Module-Install-GithubMeta-0.10-1.fc11.src.rpm:1253156822 --- NEW FILE perl-Module-Install-GithubMeta.spec --- Name: perl-Module-Install-GithubMeta Version: 0.10 Release: 1%{?dist} # lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A Module::Install extension to include GitHub meta information in META.yml Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Module-Install-GithubMeta-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Install-GithubMeta BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Capture::Tiny) >= 0.05 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Module::Install) >= 0.85 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) Requires: perl(Module::Install) >= 0.85 %{?perl_default_filter} %description Module::Install::GithubMeta is a Module::Install extension to include GitHub (http://github.com) meta information in 'META.yml'. It automatically detects if the distribution directory is under 'git' version control and whether the 'origin' is a GitHub repository; if so, it will set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate URLs for GitHub. %prep %setup -q -n Module-Install-GithubMeta-%{version} cat README | iconv -f `file --mime-encoding --brief README` -t UTF-8 > x mv x README %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 11 2009 Chris Weyl 0.10-1 - submission * Fri Sep 11 2009 Chris Weyl 0.10-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:16:30 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:07:07 -0000 1.2 @@ -0,0 +1 @@ +Module-Install-GithubMeta-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:16:30 -0000 1.1 +++ sources 17 Sep 2009 03:07:07 -0000 1.2 @@ -0,0 +1 @@ +bb0aba4ae24c2ee526c7bf8e2b318620 Module-Install-GithubMeta-0.10.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:07:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:07:17 +0000 (UTC) Subject: rpms/perl-Module-Install-GithubMeta/F-10 import.log, NONE, 1.1 perl-Module-Install-GithubMeta.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030717.850E111C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12657/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Module-Install-GithubMeta.spec Log Message: initial import --- NEW FILE import.log --- perl-Module-Install-GithubMeta-0_10-1_fc11:F-10:perl-Module-Install-GithubMeta-0.10-1.fc11.src.rpm:1253156832 --- NEW FILE perl-Module-Install-GithubMeta.spec --- Name: perl-Module-Install-GithubMeta Version: 0.10 Release: 1%{?dist} # lib/Module/Install/GithubMeta.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A Module::Install extension to include GitHub meta information in META.yml Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Module-Install-GithubMeta-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Install-GithubMeta BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Capture::Tiny) >= 0.05 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Module::Install) >= 0.85 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) Requires: perl(Module::Install) >= 0.85 %{?perl_default_filter} %description Module::Install::GithubMeta is a Module::Install extension to include GitHub (http://github.com) meta information in 'META.yml'. It automatically detects if the distribution directory is under 'git' version control and whether the 'origin' is a GitHub repository; if so, it will set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate URLs for GitHub. %prep %setup -q -n Module-Install-GithubMeta-%{version} cat README | iconv -f `file --mime-encoding --brief README` -t UTF-8 > x mv x README %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Sep 11 2009 Chris Weyl 0.10-1 - submission * Fri Sep 11 2009 Chris Weyl 0.10-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:16:30 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:07:17 -0000 1.2 @@ -0,0 +1 @@ +Module-Install-GithubMeta-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-GithubMeta/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:16:30 -0000 1.1 +++ sources 17 Sep 2009 03:07:17 -0000 1.2 @@ -0,0 +1 @@ +bb0aba4ae24c2ee526c7bf8e2b318620 Module-Install-GithubMeta-0.10.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:08:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:08:48 +0000 (UTC) Subject: rpms/perl-POE-Component-Pluggable/devel import.log, NONE, 1.1 perl-POE-Component-Pluggable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030848.C6F5811C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Pluggable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13244/devel Modified Files: .cvsignore sources Added Files: import.log perl-POE-Component-Pluggable.spec Log Message: initial import --- NEW FILE import.log --- perl-POE-Component-Pluggable-1_24-1_fc11:HEAD:perl-POE-Component-Pluggable-1.24-1.fc11.src.rpm:1253156922 --- NEW FILE perl-POE-Component-Pluggable.spec --- Name: perl-POE-Component-Pluggable Version: 1.24 Release: 1%{?dist} # lib/POE/Component/Pluggable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A base class for creating plugin-enabled POE components Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-%{version}.tar.gz Url: http://search.cpan.org/dist/POE-Component-Pluggable BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(constant) >= 1.17 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(POE) >= 1.004 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.47 Requires: perl(POE) >= 1.004 %{?perl_default_filter} %description POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRC's plugin system. If your component dispatches events to registered POE sessions, then POE::Component::Pluggable may be a good fit for you. %prep %setup -q -n POE-Component-Pluggable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes examples/ README LICENSE %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Aug 31 2009 Chris Weyl 1.24-1 - submission * Mon Aug 31 2009 Chris Weyl 1.24-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:48:39 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:08:48 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Pluggable-1.24.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:48:39 -0000 1.1 +++ sources 17 Sep 2009 03:08:48 -0000 1.2 @@ -0,0 +1 @@ +6627cbbb234c1295b63e23f88b8de976 POE-Component-Pluggable-1.24.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:09:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:09:00 +0000 (UTC) Subject: rpms/perl-POE-Component-Pluggable/F-11 import.log, NONE, 1.1 perl-POE-Component-Pluggable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030900.27B3A11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Pluggable/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13427/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-POE-Component-Pluggable.spec Log Message: initial import --- NEW FILE import.log --- perl-POE-Component-Pluggable-1_24-1_fc11:F-11:perl-POE-Component-Pluggable-1.24-1.fc11.src.rpm:1253156934 --- NEW FILE perl-POE-Component-Pluggable.spec --- Name: perl-POE-Component-Pluggable Version: 1.24 Release: 1%{?dist} # lib/POE/Component/Pluggable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A base class for creating plugin-enabled POE components Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-%{version}.tar.gz Url: http://search.cpan.org/dist/POE-Component-Pluggable BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(constant) >= 1.17 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(POE) >= 1.004 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.47 Requires: perl(POE) >= 1.004 %{?perl_default_filter} %description POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRC's plugin system. If your component dispatches events to registered POE sessions, then POE::Component::Pluggable may be a good fit for you. %prep %setup -q -n POE-Component-Pluggable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes examples/ README LICENSE %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Aug 31 2009 Chris Weyl 1.24-1 - submission * Mon Aug 31 2009 Chris Weyl 1.24-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:48:39 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:08:59 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Pluggable-1.24.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:48:39 -0000 1.1 +++ sources 17 Sep 2009 03:09:00 -0000 1.2 @@ -0,0 +1 @@ +6627cbbb234c1295b63e23f88b8de976 POE-Component-Pluggable-1.24.tar.gz From cweyl at fedoraproject.org Thu Sep 17 03:09:11 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Thu, 17 Sep 2009 03:09:11 +0000 (UTC) Subject: rpms/perl-POE-Component-Pluggable/F-10 import.log, NONE, 1.1 perl-POE-Component-Pluggable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090917030911.D7A3011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Pluggable/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13609/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-POE-Component-Pluggable.spec Log Message: initial import --- NEW FILE import.log --- perl-POE-Component-Pluggable-1_24-1_fc11:F-10:perl-POE-Component-Pluggable-1.24-1.fc11.src.rpm:1253156945 --- NEW FILE perl-POE-Component-Pluggable.spec --- Name: perl-POE-Component-Pluggable Version: 1.24 Release: 1%{?dist} # lib/POE/Component/Pluggable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: A base class for creating plugin-enabled POE components Source: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-%{version}.tar.gz Url: http://search.cpan.org/dist/POE-Component-Pluggable BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(constant) >= 1.17 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(POE) >= 1.004 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.47 Requires: perl(POE) >= 1.004 %{?perl_default_filter} %description POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRC's plugin system. If your component dispatches events to registered POE sessions, then POE::Component::Pluggable may be a good fit for you. %prep %setup -q -n POE-Component-Pluggable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes examples/ README LICENSE %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Aug 31 2009 Chris Weyl 1.24-1 - submission * Mon Aug 31 2009 Chris Weyl 1.24-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 16 Sep 2009 21:48:39 -0000 1.1 +++ .cvsignore 17 Sep 2009 03:09:11 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Pluggable-1.24.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Pluggable/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 16 Sep 2009 21:48:39 -0000 1.1 +++ sources 17 Sep 2009 03:09:11 -0000 1.2 @@ -0,0 +1 @@ +6627cbbb234c1295b63e23f88b8de976 POE-Component-Pluggable-1.24.tar.gz From kasal at fedoraproject.org Thu Sep 17 09:27:44 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 17 Sep 2009 09:27:44 +0000 (UTC) Subject: rpms/perl-namespace-autoclean/devel perl-namespace-autoclean.spec, 1.4, 1.5 Message-ID: <20090917092745.2EDB411C00CE@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-namespace-autoclean/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26294 Modified Files: perl-namespace-autoclean.spec Log Message: bump release Index: perl-namespace-autoclean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/devel/perl-namespace-autoclean.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-namespace-autoclean.spec 16 Sep 2009 18:57:30 -0000 1.4 +++ perl-namespace-autoclean.spec 17 Sep 2009 09:27:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-namespace-autoclean Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep imports out of your namespace @@ -66,6 +66,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Thu Sep 17 2009 Stepan Kasal 0.09-2 +- fix the previous changelog entry + * Wed Sep 16 2009 Chris Weyl 0.09-1 - add %%perl_default_filter'ing - auto-update to 0.09 (by cpan-spec-update 0.01) From kasal at fedoraproject.org Thu Sep 17 09:35:14 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 17 Sep 2009 09:35:14 +0000 (UTC) Subject: rpms/perl-namespace-autoclean/F-11 perl-namespace-autoclean.spec, 1.2, 1.3 Message-ID: <20090917093514.A4E7211C00CE@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-namespace-autoclean/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30347 Modified Files: perl-namespace-autoclean.spec Log Message: - fix the previous changelog entry Index: perl-namespace-autoclean.spec =================================================================== RCS file: /cvs/extras/rpms/perl-namespace-autoclean/F-11/perl-namespace-autoclean.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-namespace-autoclean.spec 16 Sep 2009 16:06:55 -0000 1.2 +++ perl-namespace-autoclean.spec 17 Sep 2009 09:35:14 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-namespace-autoclean Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Keep imports out of your namespace @@ -66,8 +66,11 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Thu Sep 17 2009 Stepan Kasal 0.09-2 +- fix the previous changelog entry + * Wed Sep 16 2009 Chris Weyl 0.09-1 -- add %perl_default_filter'ing +- add %%perl_default_filter'ing - auto-update to 0.09 (by cpan-spec-update 0.01) - added a new req on perl(B::Hooks::EndOfScope) (version 0.07) - added a new req on perl(Class::MOP) (version 0.80) From wtogami at fedoraproject.org Thu Sep 17 18:52:25 2009 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Thu, 17 Sep 2009 18:52:25 +0000 (UTC) Subject: rpms/perl-NetAddr-IP/devel perl-NetAddr-IP.spec,1.9,1.10 Message-ID: <20090917185226.2D78811C00CE@cvs1.fedora.phx.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-NetAddr-IP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8954 Modified Files: perl-NetAddr-IP.spec Log Message: add changelog entry Index: perl-NetAddr-IP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/devel/perl-NetAddr-IP.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-NetAddr-IP.spec 16 Sep 2009 22:57:05 -0000 1.9 +++ perl-NetAddr-IP.spec 17 Sep 2009 18:52:15 -0000 1.10 @@ -60,6 +60,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Sep 16 2009 Warren Togami - 4.027-1 +- 4.027 + * Sun Jul 26 2009 Fedora Release Engineering - 4.007-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From wtogami at fedoraproject.org Thu Sep 17 19:05:48 2009 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Thu, 17 Sep 2009 19:05:48 +0000 (UTC) Subject: rpms/perl-NetAddr-IP/EL-5 License_of_perl-NetAddr-IP.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-NetAddr-IP.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090917190548.2F71611C00CE@cvs1.fedora.phx.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15376 Modified Files: .cvsignore perl-NetAddr-IP.spec sources Added Files: License_of_perl-NetAddr-IP.txt Log Message: Upgrade EPEL-5 to perl-NetAddr-IP-4.027. NetAddr:IP is a new hard requirement of spamassassin-3.3.0, and < 4.007 has serious bugs. --- NEW FILE License_of_perl-NetAddr-IP.txt --- Subject: Re: License of perl-NetAddr-IP From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= To: "Tom \"spot\" Callaway" Date: Thu, 07 Aug 2008 11:16:59 -0430 On Thu, 2008-08-07 at 10:55 -0400, Tom "spot" Callaway wrote: > I've been trying to contact you over the last year without any luck. > Currently, Fedora is including NetAddr::IP, which is licensed under > the > Artistic 1.0 license. This license is no longer a permitted license in > Fedora. Hi Tom and thanks for getting in touch. Why do you say that the code is licensed under the 1.0 license? According to this excerpt (from http://search.cpan.org/src/LUISMUNOZ/NetAddr-IP-4.007/README )... # LICENSE AND WARRANTY # # This software is (c) Luis E. Mu?oz and Michael A. Robinton. It can be # used under the terms of the perl artistic license provided that proper # credit for the work of the authors is preserved in the form of this # copyright notice and license for this module. ... there is no mention to a specific version number for the license. > [...] We have several other popular applications which depend on your > code, so > I am hopeful that you will be willing to relicense (either to Artistic > 2.0 or any other license of your choice on this list: > http://fedoraproject.org/wiki/Licensing#Good_Licenses ) or dual > license > (for example, the same license as perl, GPL+ or Artistic). I would be willing to relicense to Artistic 2.0 if need be. However, the code is rather stable at this time. I think it would not be a wise use of time to start tracking "upstream license version number" as well :-) Regards. -lem Subject: Re: License of perl-NetAddr-IP From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= To: "Tom \"spot\" Callaway" Date: Thu, 07 Aug 2008 12:06:33 -0430 On Thu, 2008-08-07 at 11:57 -0400, Tom "spot" Callaway wrote: > In the interim, will you give Fedora permission to distribute this > code > under Artistic 2.0? Of course. I'll tack a note to update the wording in the next release. Best regards. -lem Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 16 May 2007 21:02:56 -0000 1.2 +++ .cvsignore 17 Sep 2009 19:05:47 -0000 1.3 @@ -1 +1 @@ -NetAddr-IP-4.004.tar.gz +NetAddr-IP-4.027.tar.gz Index: perl-NetAddr-IP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/perl-NetAddr-IP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-NetAddr-IP.spec 16 May 2007 21:02:56 -0000 1.1 +++ perl-NetAddr-IP.spec 17 Sep 2009 19:05:48 -0000 1.2 @@ -1,13 +1,16 @@ Name: perl-NetAddr-IP -Version: 4.004 -Release: 2%{?dist} +Version: 4.027 +Release: 1%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets -License: Artistic +# Upstream explicitly gave permission for us to distribute under Artistic 2.0 +# Will be reflected in next release. +License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/NetAddr-IP/ Source0: http://www.cpan.org/modules/by-module/NetAddr/NetAddr-IP-%{version}.tar.gz +Source1: License_of_perl-NetAddr-IP.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -18,6 +21,7 @@ Math::BigInt as in previous versions. %prep %setup -q -n NetAddr-IP-%{version} +cp %{SOURCE1} . # Fix UTF-8 iconv -f ISO_8859-1 -t UTF-8 -o tmp.pm IP.pm && @@ -50,13 +54,38 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes README TODO docs/rfc1884.txt +%doc Changes README TODO docs/rfc1884.txt License_of_perl-NetAddr-IP.txt %{perl_vendorarch}/auto/* %{perl_vendorarch}/NetAddr* %{_mandir}/man3/* %changelog -* Thu Apr 26 2007 * Thu Apr 12 2007 Andreas Thienemann 4.004-2 +* Wed Sep 16 2009 Warren Togami - 4.027-1 +- 4.027 + +* Sun Jul 26 2009 Fedora Release Engineering - 4.007-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 4.007-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Aug 7 2008 Tom "spot" Callaway 4.007-3 +- fix license tag + +* Wed Mar 5 2008 Tom "spot" Callaway 4.007-2 +- rebuild for new perl + +* Tue Feb 12 2008 Andreas Thienemann 4.007-1 +- Updated to 4.007 +- Rebuilt against gcc-4.3 + +* Wed Aug 29 2007 Fedora Release Engineering - 4.004-4 +- Rebuild for selinux ppc32 issue. + +* Tue Jul 10 2007 Andreas Thienemann 4.004-3 +- Fixed missing BR on rawhide + +* Thu Apr 26 2007 Andreas Thienemann 4.004-2 - Moar docs! * Thu Apr 12 2007 Andreas Thienemann 4.004-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 16 May 2007 21:02:56 -0000 1.2 +++ sources 17 Sep 2009 19:05:48 -0000 1.3 @@ -1 +1 @@ -4f0ef938abf0b1e43ca96fb0068381df NetAddr-IP-4.004.tar.gz +c4a21a76e5b1b9f4c8e9810b78559d7b NetAddr-IP-4.027.tar.gz From bugzilla at redhat.com Thu Sep 17 21:45:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Sep 2009 17:45:23 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200909172145.n8HLjNPx023345@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 --- Comment #11 from Fedora Update System 2009-09-17 17:45:21 EDT --- rpmdevtools-7.5-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/rpmdevtools-7.5-1.fc11?_csrf_token=018644e6f79eac4e110aeac47d19804d64593771 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Fri Sep 18 00:34:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 18 Sep 2009 00:34:45 +0000 (UTC) Subject: rpms/perl-Try-Tiny/devel import.log, NONE, 1.1 perl-Try-Tiny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918003445.21AF111C00CE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Try-Tiny/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14165/devel Modified Files: .cvsignore sources Added Files: import.log perl-Try-Tiny.spec Log Message: initial import --- NEW FILE import.log --- perl-Try-Tiny-0_02-1_fc11:HEAD:perl-Try-Tiny-0.02-1.fc11.src.rpm:1253234067 --- NEW FILE perl-Try-Tiny.spec --- Name: perl-Try-Tiny Version: 0.02 Release: 1%{?dist} # lib/Try/Tiny.pm -> MIT License: MIT Group: Development/Libraries Summary: Minimal try/catch with proper localization of $@ Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz Url: http://search.cpan.org/dist/Try-Tiny BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %{?perl_default_filter} %description The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time. %prep %setup -q -n Try-Tiny-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Sep 15 2009 Chris Weyl 0.02-1 - submission * Tue Sep 15 2009 Chris Weyl 0.02-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:14:47 -0000 1.1 +++ .cvsignore 18 Sep 2009 00:34:44 -0000 1.2 @@ -0,0 +1 @@ +Try-Tiny-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:14:47 -0000 1.1 +++ sources 18 Sep 2009 00:34:44 -0000 1.2 @@ -0,0 +1 @@ +a6ceb75d533046d85c797ad9e3be4212 Try-Tiny-0.02.tar.gz From cweyl at fedoraproject.org Fri Sep 18 00:35:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 18 Sep 2009 00:35:04 +0000 (UTC) Subject: rpms/perl-Try-Tiny/F-11 import.log, NONE, 1.1 perl-Try-Tiny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918003504.A84C511C00CE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Try-Tiny/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14495/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Try-Tiny.spec Log Message: initial import --- NEW FILE import.log --- perl-Try-Tiny-0_02-1_fc11:F-11:perl-Try-Tiny-0.02-1.fc11.src.rpm:1253234089 --- NEW FILE perl-Try-Tiny.spec --- Name: perl-Try-Tiny Version: 0.02 Release: 1%{?dist} # lib/Try/Tiny.pm -> MIT License: MIT Group: Development/Libraries Summary: Minimal try/catch with proper localization of $@ Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz Url: http://search.cpan.org/dist/Try-Tiny BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %{?perl_default_filter} %description The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time. %prep %setup -q -n Try-Tiny-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Sep 15 2009 Chris Weyl 0.02-1 - submission * Tue Sep 15 2009 Chris Weyl 0.02-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:14:47 -0000 1.1 +++ .cvsignore 18 Sep 2009 00:35:03 -0000 1.2 @@ -0,0 +1 @@ +Try-Tiny-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:14:47 -0000 1.1 +++ sources 18 Sep 2009 00:35:04 -0000 1.2 @@ -0,0 +1 @@ +a6ceb75d533046d85c797ad9e3be4212 Try-Tiny-0.02.tar.gz From cweyl at fedoraproject.org Fri Sep 18 00:35:31 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 18 Sep 2009 00:35:31 +0000 (UTC) Subject: rpms/perl-Try-Tiny/F-10 import.log, NONE, 1.1 perl-Try-Tiny.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918003531.64D4F11C00CE@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Try-Tiny/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14832/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Try-Tiny.spec Log Message: initial import --- NEW FILE import.log --- perl-Try-Tiny-0_02-1_fc11:F-10:perl-Try-Tiny-0.02-1.fc11.src.rpm:1253234115 --- NEW FILE perl-Try-Tiny.spec --- Name: perl-Try-Tiny Version: 0.02 Release: 1%{?dist} # lib/Try/Tiny.pm -> MIT License: MIT Group: Development/Libraries Summary: Minimal try/catch with proper localization of $@ Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz Url: http://search.cpan.org/dist/Try-Tiny BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) %{?perl_default_filter} %description The main focus of this module is to provide simple and reliable error handling for those having a hard time installing TryCatch, but who still want to write correct 'eval' blocks without 5 lines of boilerplate each time. %prep %setup -q -n Try-Tiny-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Sep 15 2009 Chris Weyl 0.02-1 - submission * Tue Sep 15 2009 Chris Weyl 0.02-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:14:47 -0000 1.1 +++ .cvsignore 18 Sep 2009 00:35:30 -0000 1.2 @@ -0,0 +1 @@ +Try-Tiny-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Try-Tiny/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:14:47 -0000 1.1 +++ sources 18 Sep 2009 00:35:30 -0000 1.2 @@ -0,0 +1 @@ +a6ceb75d533046d85c797ad9e3be4212 Try-Tiny-0.02.tar.gz From eseyman at fedoraproject.org Fri Sep 18 06:28:42 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 18 Sep 2009 06:28:42 +0000 (UTC) Subject: rpms/perl-Text-FormatTable/devel import.log, NONE, 1.1 perl-Text-FormatTable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918062842.CBB4511C01EA@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-FormatTable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8698/devel Modified Files: .cvsignore sources Added Files: import.log perl-Text-FormatTable.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-FormatTable-1_03-1_fc11:HEAD:perl-Text-FormatTable-1.03-1.fc11.src.rpm:1253255353 --- NEW FILE perl-Text-FormatTable.spec --- Name: perl-Text-FormatTable Version: 1.03 Release: 1%{?dist} Summary: Format text tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FormatTable/ Source0: http://www.cpan.org/authors/id/T/TR/TREY/Text-FormatTable-%{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 Text::FormatTable renders simple tables as text. You pass to the constructor (new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you call methods to fill the table data and insert rules. After the data is filled, you call the render method and the table gets formatted as text. %prep %setup -q -n Text-FormatTable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 15 2009 Emmanuel Seyman 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:13:16 -0000 1.1 +++ .cvsignore 18 Sep 2009 06:28:42 -0000 1.2 @@ -0,0 +1 @@ +Text-FormatTable-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:13:16 -0000 1.1 +++ sources 18 Sep 2009 06:28:42 -0000 1.2 @@ -0,0 +1 @@ +f97ad335d77095c296f8c672fee08f5b Text-FormatTable-1.03.tar.gz From eseyman at fedoraproject.org Fri Sep 18 06:31:36 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 18 Sep 2009 06:31:36 +0000 (UTC) Subject: rpms/perl-Text-FormatTable/F-12 import.log, NONE, 1.1 perl-Text-FormatTable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918063136.B3CC611C01EA@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-FormatTable/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9739/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-Text-FormatTable.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-FormatTable-1_03-1_fc11:F-12:perl-Text-FormatTable-1.03-1.fc11.src.rpm:1253255549 --- NEW FILE perl-Text-FormatTable.spec --- Name: perl-Text-FormatTable Version: 1.03 Release: 1%{?dist} Summary: Format text tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FormatTable/ Source0: http://www.cpan.org/authors/id/T/TR/TREY/Text-FormatTable-%{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 Text::FormatTable renders simple tables as text. You pass to the constructor (new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you call methods to fill the table data and insert rules. After the data is filled, you call the render method and the table gets formatted as text. %prep %setup -q -n Text-FormatTable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 15 2009 Emmanuel Seyman 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:13:16 -0000 1.1 +++ .cvsignore 18 Sep 2009 06:31:35 -0000 1.2 @@ -0,0 +1 @@ +Text-FormatTable-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:13:16 -0000 1.1 +++ sources 18 Sep 2009 06:31:35 -0000 1.2 @@ -0,0 +1 @@ +f97ad335d77095c296f8c672fee08f5b Text-FormatTable-1.03.tar.gz From eseyman at fedoraproject.org Fri Sep 18 06:32:42 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 18 Sep 2009 06:32:42 +0000 (UTC) Subject: rpms/perl-Text-FormatTable/F-11 import.log, NONE, 1.1 perl-Text-FormatTable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918063242.E813F11C01EA@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-FormatTable/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10310/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Text-FormatTable.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-FormatTable-1_03-1_fc11:F-11:perl-Text-FormatTable-1.03-1.fc11.src.rpm:1253255624 --- NEW FILE perl-Text-FormatTable.spec --- Name: perl-Text-FormatTable Version: 1.03 Release: 1%{?dist} Summary: Format text tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FormatTable/ Source0: http://www.cpan.org/authors/id/T/TR/TREY/Text-FormatTable-%{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 Text::FormatTable renders simple tables as text. You pass to the constructor (new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you call methods to fill the table data and insert rules. After the data is filled, you call the render method and the table gets formatted as text. %prep %setup -q -n Text-FormatTable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 15 2009 Emmanuel Seyman 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:13:16 -0000 1.1 +++ .cvsignore 18 Sep 2009 06:32:42 -0000 1.2 @@ -0,0 +1 @@ +Text-FormatTable-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:13:16 -0000 1.1 +++ sources 18 Sep 2009 06:32:42 -0000 1.2 @@ -0,0 +1 @@ +f97ad335d77095c296f8c672fee08f5b Text-FormatTable-1.03.tar.gz From eseyman at fedoraproject.org Fri Sep 18 06:33:40 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 18 Sep 2009 06:33:40 +0000 (UTC) Subject: rpms/perl-Text-FormatTable/F-10 import.log, NONE, 1.1 perl-Text-FormatTable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090918063340.DE87411C01EA@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-FormatTable/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10652/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Text-FormatTable.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-FormatTable-1_03-1_fc11:F-10:perl-Text-FormatTable-1.03-1.fc11.src.rpm:1253255682 --- NEW FILE perl-Text-FormatTable.spec --- Name: perl-Text-FormatTable Version: 1.03 Release: 1%{?dist} Summary: Format text tables License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-FormatTable/ Source0: http://www.cpan.org/authors/id/T/TR/TREY/Text-FormatTable-%{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 Text::FormatTable renders simple tables as text. You pass to the constructor (new) a table format specification similar to LaTeX (e.g. r|l|5l|R|20L) and you call methods to fill the table data and insert rules. After the data is filled, you call the render method and the table gets formatted as text. %prep %setup -q -n Text-FormatTable-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Sep 15 2009 Emmanuel Seyman 1.03-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 17 Sep 2009 19:13:16 -0000 1.1 +++ .cvsignore 18 Sep 2009 06:33:40 -0000 1.2 @@ -0,0 +1 @@ +Text-FormatTable-1.03.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 17 Sep 2009 19:13:16 -0000 1.1 +++ sources 18 Sep 2009 06:33:40 -0000 1.2 @@ -0,0 +1 @@ +f97ad335d77095c296f8c672fee08f5b Text-FormatTable-1.03.tar.gz From pghmcfc at fedoraproject.org Fri Sep 18 09:31:05 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 18 Sep 2009 09:31:05 +0000 (UTC) Subject: rpms/perl-File-Comments/devel perl-File-Comments.spec,1.3,1.4 Message-ID: <20090918093105.E3E8A11C01EA@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-File-Comments/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19010 Modified Files: perl-File-Comments.spec Log Message: Add runtime dependencies not determined automatically by RPM Index: perl-File-Comments.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-Comments/devel/perl-File-Comments.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-File-Comments.spec 26 Jul 2009 05:58:19 -0000 1.3 +++ perl-File-Comments.spec 18 Sep 2009 09:31:01 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Recognizes file formats and extracts format-specific comments Name: perl-File-Comments Version: 0.07 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/File-Comments/ @@ -20,6 +20,11 @@ BuildRequires: perl(PPI) >= 1.115 BuildRequires: perl(Sysadm::Install) >= 0.11 # For test suite BuildRequires: perl(Test::More) +# Runtime requirements not automatically picked up +Requires: perl(HTML::TreeBuilder) +Requires: perl(Module::Pluggable) >= 2.4 +Requires: perl(Pod::Parser) >= 1.14 +Requires: perl(PPI) >= 1.115 %description File::Comments guesses the type of a given file, determines the format @@ -37,7 +42,7 @@ JavaScript, Python and PHP. # introduce any unwanted dependencies (nor any dependencies that # are not satisfied by packages that are already required) -# Remove dubious provide +# Remove provide for local package not in regular search path %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(PodExtractor)'" %define __perl_provides %{provfilt} @@ -52,7 +57,7 @@ JavaScript, Python and PHP. %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* %clean @@ -75,10 +80,13 @@ JavaScript, Python and PHP. %{_mandir}/man3/File::Comments::Plugin::Shell.3pm* %changelog -* Sat Jul 25 2009 Fedora Release Engineering - 0.07-3 +* Fri Sep 18 2009 Paul Howarth 0.07-4 +- Add runtime dependencies not determined automatically by RPM + +* Sat Jul 25 2009 Fedora Release Engineering 0.07-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Thu Feb 26 2009 Fedora Release Engineering - 0.07-2 +* Thu Feb 26 2009 Fedora Release Engineering 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Oct 9 2008 Paul Howarth 0.07-1 From pghmcfc at fedoraproject.org Fri Sep 18 09:32:48 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 18 Sep 2009 09:32:48 +0000 (UTC) Subject: rpms/perl-Math-GMP/devel perl-Math-GMP.spec,1.17,1.18 Message-ID: <20090918093248.BC80A11C01EA@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-GMP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20053 Modified Files: perl-Math-GMP.spec Log Message: Update to 2.06 - Make Makefile.PL more forgiving of gmp library locations (CPAN RT#46323) - Update link to libgmp.org in INSTALL file (CPAN RT#46324) Use %{?perl_default_filter} RELEASE_TESTING variable obsoletes TEST_{AUTHOR,CRITIC,SIGNATURE,SPELL} BuildConflict Test::Critic and Test::Pod::Coverage to avoid failing test Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-Math-GMP.spec 26 Jul 2009 09:12:41 -0000 1.17 +++ perl-Math-GMP.spec 18 Sep 2009 09:32:48 -0000 1.18 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP -Version: 2.05 -Release: 5%{?dist} +Version: 2.06 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -9,16 +9,24 @@ Source0: http://search.cpan.org/CPAN/aut Source1: 14964AC8.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More), aspell-en -BuildRequires: perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell) -BuildRequires: perl(Test::Pod), perl(Test::YAML::Meta), perl(Text::SpellChecker) -BuildRequires: perl(File::Comments), perl(YAML) - -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" +BuildRequires: gmp-devel +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Comments) +BuildRequires: perl(Module::Signature) +BuildRequires: perl(Pod::Spell) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::YAML::Meta) +BuildRequires: perl(Text::SpellChecker) +BuildRequires: perl(YAML) +BuildRequires: aspell-en + +# Critic and Pod Coverage tests fail, so make sure we don't try to run them for now +BuildConflicts: perl(Perl::Critic) +BuildConflicts: perl(Test::Pod::Coverage) + +# Don't "provide" private Perl libs +%{?perl_default_filter} %description Math::GMP was designed to be a drop-in replacement both for Math::BigInt and @@ -44,13 +52,9 @@ cd source cd - %check -# Notes: # Locale set to en_US for spell check tests -# Perl::Critic tests fail - disabled for now by setting TEST_CRITIC=0 -# Pod::Coverage tests fail - disabled for now by not having BR: perl(Test::Pod::Coverage) %{__gpg} --import %{SOURCE1} -LC_ALL=en_US %{__make} -C source test \ - TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 TEST_VERBOSE=1 +LC_ALL=en_US %{__make} -C source test RELEASE_TESTING=1 TEST_VERBOSE=1 %install %{__rm} -rf %{buildroot} @@ -58,7 +62,7 @@ cd source %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' /usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* cd - @@ -73,6 +77,14 @@ cd - %{_mandir}/man3/Math::GMP.3pm* %changelog +* Fri Sep 18 2009 Paul Howarth 2.06-1 +- Update to 2.06 + - Make Makefile.PL more forgiving of gmp library locations (CPAN RT#46323) + - Update link to libgmp.org in INSTALL file (CPAN RT#46324) +- Use %%{?perl_default_filter} +- RELEASE_TESTING variable obsoletes TEST_{AUTHOR,CRITIC,SIGNATURE,SPELL} +- BuildConflict Test::Critic and Test::Pod::Coverage to avoid failing tests + * Sun Jul 26 2009 Fedora Release Engineering - 2.05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From pghmcfc at fedoraproject.org Fri Sep 18 09:34:05 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 18 Sep 2009 09:34:05 +0000 (UTC) Subject: rpms/perl-Math-GMP/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <20090918093405.2780211C01EA@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-GMP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21087 Modified Files: .cvsignore sources Log Message: Put new tarball in lookaside cache Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 7 Oct 2008 12:14:01 -0000 1.3 +++ .cvsignore 18 Sep 2009 09:34:04 -0000 1.4 @@ -1 +1 @@ -Math-GMP-2.05.tar.gz +Math-GMP-2.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 7 Oct 2008 12:14:01 -0000 1.3 +++ sources 18 Sep 2009 09:34:05 -0000 1.4 @@ -1 +1 @@ -d719578064fb935e2f8403ba0340179a Math-GMP-2.05.tar.gz +0ead0cd7d7ec1076c6d5a5fbe81b91a3 Math-GMP-2.06.tar.gz From bugzilla at redhat.com Fri Sep 18 20:22:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Sep 2009 16:22:09 -0400 Subject: [Bug 502402] RFE: please deliver (and use!) filtering macros In-Reply-To: References: Message-ID: <200909182022.n8IKM9VQ027750@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502402 --- Comment #5 from Fedora Update System 2009-09-18 16:22:07 EDT --- perl-5.10.0-82.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-5.10.0-82.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 19 00:16:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Sep 2009 20:16:18 -0400 Subject: [Bug 502403] RFE: add %{?perl_default_filter} to the perl spec template In-Reply-To: References: Message-ID: <200909190016.n8J0GITf015114@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=502403 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #12 from Fedora Update System 2009-09-18 20:16:17 EDT --- rpmdevtools-7.5-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update rpmdevtools'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-9779 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sat Sep 19 18:39:55 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:39:55 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.33, 1.34 perl-Moose.spec, 1.45, 1.46 sources, 1.33, 1.34 Message-ID: <20090919183955.C93B111C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23092 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Fri Sep 18 2009 Chris Weyl 0.90-1 - switch filtering systems... - auto-update to 0.90 (by cpan-spec-update 0.01) - altered br on perl(Class::MOP) (0.92 => 0.93) - altered br on perl(Test::More) (0.77 => 0.88) - added a new br on perl(Try::Tiny) (version 0.02) - altered req on perl(Class::MOP) (0.92 => 0.93) - added a new req on perl(Try::Tiny) (version 0.02) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- .cvsignore 19 Aug 2009 02:40:03 -0000 1.33 +++ .cvsignore 19 Sep 2009 18:39:55 -0000 1.34 @@ -1 +1 @@ -Moose-0.89.tar.gz +Moose-0.90.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- perl-Moose.spec 19 Aug 2009 02:40:03 -0000 1.45 +++ perl-Moose.spec 19 Sep 2009 18:39:55 -0000 1.46 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.89 +Version: 0.90 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Carp) -BuildRequires: perl(Class::MOP) >= 0.92 +BuildRequires: perl(Class::MOP) >= 0.93 BuildRequires: perl(Data::OptList) BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 @@ -21,7 +21,7 @@ BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Install) >= 0.92 BuildRequires: perl(Sub::Name) BuildRequires: perl(Task::Weaken) -BuildRequires: perl(Test::More) >= 0.77 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Test::LongString) BuildRequires: perl(UNIVERSAL::require) >= 0.10 @@ -36,6 +36,7 @@ BuildRequires: perl(DateTime::Format::M BuildRequires: perl(HTTP::Headers) BuildRequires: perl(Params::Coerce) BuildRequires: perl(URI) +BuildRequires: perl(Try::Tiny) >= 0.02 # optional test #4 # commented out as Locale::US's license is ambiguous at the moment, precluding # packaging it. @@ -54,19 +55,16 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Test::Output) Requires: perl(Carp) -Requires: perl(Class::MOP) >= 0.92 +Requires: perl(Class::MOP) >= 0.93 Requires: perl(Data::OptList) Requires: perl(List::MoreUtils) >= 0.12 Requires: perl(Scalar::Util) >= 1.19 Requires: perl(Sub::Exporter) >= 0.980 Requires: perl(Sub::Name) Requires: perl(Task::Weaken) +Requires: perl(Try::Tiny) >= 0.02 -# don't "provide" private Perl libs, or bits from _docdir -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" +%{?perl_default_filter} %description Moose is an extension of the Perl 5 object system. @@ -135,6 +133,15 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Moose* %changelog +* Fri Sep 18 2009 Chris Weyl 0.90-1 +- switch filtering systems... +- auto-update to 0.90 (by cpan-spec-update 0.01) +- altered br on perl(Class::MOP) (0.92 => 0.93) +- altered br on perl(Test::More) (0.77 => 0.88) +- added a new br on perl(Try::Tiny) (version 0.02) +- altered req on perl(Class::MOP) (0.92 => 0.93) +- added a new req on perl(Try::Tiny) (version 0.02) + * Wed Aug 19 2009 Chris Weyl 0.89-1 - auto-update to 0.89 (by cpan-spec-update 0.01) - altered br on perl(Class::MOP) (0.89 => 0.92) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- sources 19 Aug 2009 02:40:03 -0000 1.33 +++ sources 19 Sep 2009 18:39:55 -0000 1.34 @@ -1 +1 @@ -c44543e38e4a77557771ef4ad15a2fa6 Moose-0.89.tar.gz +11f738724ea32a143a36af6e2e6e7d71 Moose-0.90.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:39:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:39:53 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.35, 1.36 perl-Class-MOP.spec, 1.41, 1.42 sources, 1.33, 1.34 Message-ID: <20090919183953.518FA11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23058 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Fri Sep 18 2009 Chris Weyl 0.93-1 - switch filtering systems - auto-update to 0.93 (by cpan-spec-update 0.01) - altered br on perl(Test::More) (0.77 => 0.88) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- .cvsignore 19 Aug 2009 02:21:31 -0000 1.35 +++ .cvsignore 19 Sep 2009 18:39:52 -0000 1.36 @@ -1 +1 @@ -Class-MOP-0.92.tar.gz +Class-MOP-0.93.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- perl-Class-MOP.spec 19 Aug 2009 02:21:31 -0000 1.41 +++ perl-Class-MOP.spec 19 Sep 2009 18:39:53 -0000 1.42 @@ -1,7 +1,7 @@ Name: perl-Class-MOP -Version: 0.92 +Version: 0.93 Release: 1%{?dist} -Summary: Meta object programming model for Perl 5 +Summary: A Meta Object Protocol for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-MOP/ @@ -9,7 +9,7 @@ Source0: http://search.cpan.org/C BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Test::More) >= 0.77 +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(B) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Scalar::Util) >= 1.18 @@ -38,14 +38,10 @@ Requires: perl(MRO::Compat) >= 0.0 Requires: perl(Scalar::Util) >= 1.18 Requires: perl(Task::Weaken) -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}" +%{?perl_default_filter} %description -This module is an attempt to create a meta object protocol for the Perl 5 +This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. @@ -87,6 +83,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Sep 18 2009 Chris Weyl 0.93-1 +- switch filtering systems +- auto-update to 0.93 (by cpan-spec-update 0.01) +- altered br on perl(Test::More) (0.77 => 0.88) + +* Fri Aug 28 2009 Chris Weyl - 0.92-2 +- Filtering errant private provides + * Tue Aug 18 2009 Chris Weyl 0.92-1 - auto-update to 0.92 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- sources 19 Aug 2009 02:21:31 -0000 1.33 +++ sources 19 Sep 2009 18:39:53 -0000 1.34 @@ -1 +1 @@ -b9cfa44c995e315a7ce7d7acc50d0517 Class-MOP-0.92.tar.gz +ad212d53b085389638ead45b0192b69d Class-MOP-0.93.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:40:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:40:06 +0000 (UTC) Subject: rpms/perl-MooseX-Role-Parameterized/devel .cvsignore, 1.7, 1.8 perl-MooseX-Role-Parameterized.spec, 1.9, 1.10 sources, 1.7, 1.8 Message-ID: <20090919184006.EBB4711C0374@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23225 Modified Files: .cvsignore perl-MooseX-Role-Parameterized.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.13-1 - auto-update to 0.13 (by cpan-spec-update 0.01) - added a new br on perl(Test::Moose) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 19 Aug 2009 07:37:38 -0000 1.7 +++ .cvsignore 19 Sep 2009 18:40:06 -0000 1.8 @@ -1 +1 @@ -MooseX-Role-Parameterized-0.10.tar.gz +MooseX-Role-Parameterized-0.13.tar.gz Index: perl-MooseX-Role-Parameterized.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/perl-MooseX-Role-Parameterized.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-MooseX-Role-Parameterized.spec 19 Aug 2009 07:37:38 -0000 1.9 +++ perl-MooseX-Role-Parameterized.spec 19 Sep 2009 18:40:06 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-MooseX-Role-Parameterized -Version: 0.10 +Version: 0.13 Release: 1%{?dist} # see LICENSE License: GPL+ or Artistic @@ -22,6 +22,9 @@ BuildRequires: perl(Data::Dumper) # explicit, versioned requires Requires: perl(Moose) >= 0.78 +### auto-added brs! +BuildRequires: perl(Test::Moose) + %description Roles are composable units of behavior. They are useful for factoring out functionality common to many classes from any part of your class hierarchy. @@ -70,6 +73,10 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.13-1 +- auto-update to 0.13 (by cpan-spec-update 0.01) +- added a new br on perl(Test::Moose) (version 0) + * Wed Aug 19 2009 Chris Weyl 0.10-1 - auto-update to 0.10 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Role-Parameterized/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 19 Aug 2009 07:37:38 -0000 1.7 +++ sources 19 Sep 2009 18:40:06 -0000 1.8 @@ -1 +1 @@ -bf25ac188760bc94f9b71442392cbd79 MooseX-Role-Parameterized-0.10.tar.gz +e07137e63c19835e22bfed88dfff2091 MooseX-Role-Parameterized-0.13.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:40:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:40:00 +0000 (UTC) Subject: rpms/perl-MooseX-Types/devel .cvsignore, 1.10, 1.11 perl-MooseX-Types.spec, 1.15, 1.16 sources, 1.10, 1.11 Message-ID: <20090919184000.0437811C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23147 Modified Files: .cvsignore perl-MooseX-Types.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.20-1 - auto-update to 0.20 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 24 Aug 2009 02:55:32 -0000 1.10 +++ .cvsignore 19 Sep 2009 18:39:59 -0000 1.11 @@ -1 +1 @@ -MooseX-Types-0.18.tar.gz +MooseX-Types-0.20.tar.gz Index: perl-MooseX-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/perl-MooseX-Types.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-MooseX-Types.spec 24 Aug 2009 02:55:33 -0000 1.15 +++ perl-MooseX-Types.spec 19 Sep 2009 18:39:59 -0000 1.16 @@ -1,5 +1,5 @@ Name: perl-MooseX-Types -Version: 0.18 +Version: 0.20 Release: 1%{?dist} # see Makefile.PL, lib/MooseX/Types.pm License: GPL+ or Artistic @@ -97,6 +97,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.20-1 +- auto-update to 0.20 (by cpan-spec-update 0.01) + * Mon Aug 24 2009 Chris Weyl 0.18-1 - auto-update to 0.18 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 24 Aug 2009 02:55:33 -0000 1.10 +++ sources 19 Sep 2009 18:39:59 -0000 1.11 @@ -1 +1 @@ -9bd54195f2e07c319a792bb7b4c9d8bd MooseX-Types-0.18.tar.gz +453eabfe1045382862710ffb72501ab7 MooseX-Types-0.20.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:40:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:40:22 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.7, 1.8 perl-MooseX-MethodAttributes.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <20090919184022.C054911C0374@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23313 Modified Files: .cvsignore perl-MooseX-MethodAttributes.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 19 Aug 2009 07:37:25 -0000 1.7 +++ .cvsignore 19 Sep 2009 18:40:20 -0000 1.8 @@ -1 +1 @@ -MooseX-MethodAttributes-0.15.tar.gz +MooseX-MethodAttributes-0.16.tar.gz Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-MooseX-MethodAttributes.spec 19 Aug 2009 07:37:25 -0000 1.7 +++ perl-MooseX-MethodAttributes.spec 19 Sep 2009 18:40:21 -0000 1.8 @@ -1,11 +1,11 @@ Name: perl-MooseX-MethodAttributes -Version: 0.15 +Version: 0.16 Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Introspect your method code attributes -Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-MethodAttributes BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -20,7 +20,6 @@ BuildRequires: perl(namespace::clean) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) -### auto-added reqs! Requires: perl(MRO::Compat) Requires: perl(Moose) >= 0.79 Requires: perl(MooseX::Types) >= 0.06 @@ -60,6 +59,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.16-1 +- auto-update to 0.16 (by cpan-spec-update 0.01) + * Wed Aug 19 2009 Chris Weyl 0.15-1 - auto-update to 0.15 (by cpan-spec-update 0.01) - added a new br on perl(MRO::Compat) (version 0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 19 Aug 2009 07:37:25 -0000 1.7 +++ sources 19 Sep 2009 18:40:21 -0000 1.8 @@ -1 +1 @@ -c89f2e09781bae3ea17f4421d5c6097b MooseX-MethodAttributes-0.15.tar.gz +e670255423f7f25c7146acfdb47c2ff1 MooseX-MethodAttributes-0.16.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:40:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:40:48 +0000 (UTC) Subject: rpms/perl-MooseX-Types-DateTime/devel .cvsignore, 1.3, 1.4 perl-MooseX-Types-DateTime.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090919184048.DC49311C0374@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23557 Modified Files: .cvsignore perl-MooseX-Types-DateTime.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(MooseX::Types) (0.04 => 0.19) - altered req on perl(MooseX::Types) (0.04 => 0.19) - added a new req on perl(Test::Exception) (version 0.27) - added a new req on perl(Test::use::ok) (version 0.02) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 24 Aug 2009 03:00:33 -0000 1.3 +++ .cvsignore 19 Sep 2009 18:40:47 -0000 1.4 @@ -1 +1 @@ -MooseX-Types-DateTime-0.04.tar.gz +MooseX-Types-DateTime-0.05.tar.gz Index: perl-MooseX-Types-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/perl-MooseX-Types-DateTime.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-MooseX-Types-DateTime.spec 24 Aug 2009 03:00:33 -0000 1.4 +++ perl-MooseX-Types-DateTime.spec 19 Sep 2009 18:40:47 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-MooseX-Types-DateTime -Version: 0.04 +Version: 0.05 Release: 1%{?dist} # see, e.g., lib/MooseX/Types/DateTime.pm License: GPL+ or Artistic Group: Development/Libraries Summary: DateTime related constraints and coercions for Moose -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Types-DateTime-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/MooseX-Types-DateTime-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-Types-DateTime BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -22,7 +22,7 @@ BuildRequires: perl(DateTime::Locale) >= BuildRequires: perl(DateTime::TimeZone) >= 0.95 BuildRequires: perl(DateTimeX::Easy) >= 0.082 BuildRequires: perl(Moose) >= 0.41 -BuildRequires: perl(MooseX::Types) >= 0.04 +BuildRequires: perl(MooseX::Types) >= 0.19 BuildRequires: perl(namespace::clean) >= 0.08 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Exception) >= 0.27 @@ -32,7 +32,9 @@ BuildRequires: perl(Time::Duration::Pars BuildRequires: perl(DateTime::Format::DateManip) -### auto-added reqs! +Requires: perl(Test::Exception) >= 0.27 +Requires: perl(Test::use::ok) >= 0.02 + Requires: perl(DateTime) >= 0.4302 Requires: perl(DateTime::Format::DateParse) >= 0.04 Requires: perl(DateTime::Format::Flexible) >= 0.05 @@ -41,7 +43,7 @@ Requires: perl(DateTime::Locale) > Requires: perl(DateTime::TimeZone) >= 0.95 Requires: perl(DateTimeX::Easy) >= 0.082 Requires: perl(Moose) >= 0.41 -Requires: perl(MooseX::Types) >= 0.04 +Requires: perl(MooseX::Types) >= 0.19 Requires: perl(Time::Duration::Parse) >= 0.06 Requires: perl(namespace::clean) >= 0.08 @@ -81,6 +83,13 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.05-1 +- auto-update to 0.05 (by cpan-spec-update 0.01) +- altered br on perl(MooseX::Types) (0.04 => 0.19) +- altered req on perl(MooseX::Types) (0.04 => 0.19) +- added a new req on perl(Test::Exception) (version 0.27) +- added a new req on perl(Test::use::ok) (version 0.02) + * Mon Aug 24 2009 Chris Weyl 0.04-1 - auto-update to 0.04 (by cpan-spec-update 0.01) - altered br on perl(DateTime::Locale) (0 => 0.4001) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Types-DateTime/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 24 Aug 2009 03:00:33 -0000 1.3 +++ sources 19 Sep 2009 18:40:47 -0000 1.4 @@ -1 +1 @@ -c5c3961d053a8d21faf439a95091dde7 MooseX-Types-DateTime-0.04.tar.gz +e4e617c56618a91257e7c8f207a666d9 MooseX-Types-DateTime-0.05.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:43:37 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:43:37 +0000 (UTC) Subject: rpms/perl-MooseX-AttributeHelpers/devel .cvsignore, 1.11, 1.12 perl-MooseX-AttributeHelpers.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <20090919184337.ED1E711C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25674 Modified Files: .cvsignore perl-MooseX-AttributeHelpers.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.22-1 - auto-update to 0.22 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 28 Jul 2009 05:38:16 -0000 1.11 +++ .cvsignore 19 Sep 2009 18:43:37 -0000 1.12 @@ -1 +1 @@ -MooseX-AttributeHelpers-0.21.tar.gz +MooseX-AttributeHelpers-0.22.tar.gz Index: perl-MooseX-AttributeHelpers.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/perl-MooseX-AttributeHelpers.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-MooseX-AttributeHelpers.spec 28 Jul 2009 05:38:16 -0000 1.16 +++ perl-MooseX-AttributeHelpers.spec 19 Sep 2009 18:43:37 -0000 1.17 @@ -1,11 +1,11 @@ Name: perl-MooseX-AttributeHelpers -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Extended Moose attribute interfaces License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-AttributeHelpers/ -Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-AttributeHelpers-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-AttributeHelpers-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -64,6 +64,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Sep 19 2009 Chris Weyl 0.22-1 +- auto-update to 0.22 (by cpan-spec-update 0.01) + * Tue Jul 28 2009 Chris Weyl 0.21-1 - auto-update to 0.21 (by cpan-spec-update 0.01) - added a new br on perl(Test::Moose) (version 0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 28 Jul 2009 05:38:16 -0000 1.11 +++ sources 19 Sep 2009 18:43:37 -0000 1.12 @@ -1 +1 @@ -991e3217572bde0e8d9731442fd7879d MooseX-AttributeHelpers-0.21.tar.gz +d739193168cb78ac6c8c237b215cac97 MooseX-AttributeHelpers-0.22.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:44:20 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:44:20 +0000 (UTC) Subject: rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.6, 1.7 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090919184420.0123311C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25949 Modified Files: .cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.00903-1 - auto-update to 0.00903 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 8 Aug 2009 04:00:42 -0000 1.6 +++ .cvsignore 19 Sep 2009 18:44:19 -0000 1.7 @@ -1 +1 @@ -MooseX-Emulate-Class-Accessor-Fast-0.00902.tar.gz +MooseX-Emulate-Class-Accessor-Fast-0.00903.tar.gz Index: perl-MooseX-Emulate-Class-Accessor-Fast.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/perl-MooseX-Emulate-Class-Accessor-Fast.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-MooseX-Emulate-Class-Accessor-Fast.spec 8 Aug 2009 04:00:42 -0000 1.8 +++ perl-MooseX-Emulate-Class-Accessor-Fast.spec 19 Sep 2009 18:44:19 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-MooseX-Emulate-Class-Accessor-Fast -Version: 0.00902 +Version: 0.00903 Release: 1%{?dist} # lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic # lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic @@ -63,6 +63,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.00903-1 +- auto-update to 0.00903 (by cpan-spec-update 0.01) + * Sat Aug 08 2009 Chris Weyl 0.00902-1 - auto-update to 0.00902 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.74 => 0.84) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 8 Aug 2009 04:00:42 -0000 1.6 +++ sources 19 Sep 2009 18:44:19 -0000 1.7 @@ -1 +1 @@ -4fa57ee9110fe6e868b8625a9e47b50c MooseX-Emulate-Class-Accessor-Fast-0.00902.tar.gz +edb0d626207e7db61154b5cc65112638 MooseX-Emulate-Class-Accessor-Fast-0.00903.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:45:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:45:02 +0000 (UTC) Subject: rpms/perl-Mouse/devel .cvsignore, 1.11, 1.12 perl-Mouse.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <20090919184502.E49FB11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26248 Modified Files: .cvsignore perl-Mouse.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.28-1 - auto-update to 0.28 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 31 Jul 2009 05:54:13 -0000 1.11 +++ .cvsignore 19 Sep 2009 18:45:02 -0000 1.12 @@ -1 +1 @@ -Mouse-0.27.tar.gz +Mouse-0.29.tar.gz Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-Mouse.spec 31 Jul 2009 05:54:13 -0000 1.13 +++ perl-Mouse.spec 19 Sep 2009 18:45:02 -0000 1.14 @@ -1,10 +1,10 @@ Name: perl-Mouse -Version: 0.27 +Version: 0.28 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Moose minus the antlers -Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Mouse-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/S/SU/SUNNAVY/Mouse-%{version}.tar.gz Url: http://search.cpan.org/dist/Mouse BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -81,6 +81,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.28-1 +- auto-update to 0.28 (by cpan-spec-update 0.01) + * Fri Jul 31 2009 Chris Weyl 0.27-1 - auto-update to 0.27 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 31 Jul 2009 05:54:13 -0000 1.11 +++ sources 19 Sep 2009 18:45:02 -0000 1.12 @@ -1 +1 @@ -4f1b209f7b6d1f34a31b2ee1037352cb Mouse-0.27.tar.gz +fa8f93156c9d466763c6d7d4b4b416b9 Mouse-0.29.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:46:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:46:07 +0000 (UTC) Subject: rpms/perl-MooseX-Getopt/devel .cvsignore, 1.7, 1.8 perl-MooseX-Getopt.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <20090919184607.CCA6411C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26742 Modified Files: .cvsignore perl-MooseX-Getopt.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.22-1 - auto-update to 0.22 (by cpan-spec-update 0.01) - altered br on perl(Getopt::Long::Descriptive) (0 => 0.077) - added a new br on perl(Test::Moose) (version 0) - altered req on perl(Getopt::Long::Descriptive) (0 => 0.077) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 19 Aug 2009 07:33:35 -0000 1.7 +++ .cvsignore 19 Sep 2009 18:46:06 -0000 1.8 @@ -1 +1 @@ -MooseX-Getopt-0.20.tar.gz +MooseX-Getopt-0.22.tar.gz Index: perl-MooseX-Getopt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-MooseX-Getopt.spec 19 Aug 2009 07:33:35 -0000 1.11 +++ perl-MooseX-Getopt.spec 19 Sep 2009 18:46:06 -0000 1.12 @@ -1,17 +1,17 @@ Name: perl-MooseX-Getopt -Version: 0.20 +Version: 0.22 Release: 1%{?dist} Summary: Moose role for processing command line options License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Getopt/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MooseX-Getopt-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{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) >= 6.42 -BuildRequires: perl(Getopt::Long::Descriptive) +BuildRequires: perl(Getopt::Long::Descriptive) >= 0.077 # 2.35 is what we have in F-8 perl -- tests all pass BuildRequires: perl(Getopt::Long) >= 2.37 BuildRequires: perl(Moose) >= 0.56 @@ -27,9 +27,12 @@ BuildRequires: perl(Test::Pod), perl(Te ### auto-added reqs! Requires: perl(Getopt::Long) >= 2.37 -Requires: perl(Getopt::Long::Descriptive) +Requires: perl(Getopt::Long::Descriptive) >= 0.077 Requires: perl(Moose) >= 0.56 +### auto-added brs! +BuildRequires: perl(Test::Moose) + %description This is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line. @@ -66,6 +69,12 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Sep 19 2009 Chris Weyl 0.22-1 +- auto-update to 0.22 (by cpan-spec-update 0.01) +- altered br on perl(Getopt::Long::Descriptive) (0 => 0.077) +- added a new br on perl(Test::Moose) (version 0) +- altered req on perl(Getopt::Long::Descriptive) (0 => 0.077) + * Wed Aug 19 2009 Chris Weyl 0.20-1 - auto-update to 0.20 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 19 Aug 2009 07:33:35 -0000 1.7 +++ sources 19 Sep 2009 18:46:06 -0000 1.8 @@ -1 +1 @@ -ff4321b78f1d26cef3a18af4c5f18057 MooseX-Getopt-0.20.tar.gz +2900e4b9ad701aac0dad289a3a04d5f2 MooseX-Getopt-0.22.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:48:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:48:22 +0000 (UTC) Subject: rpms/perl-MooseX-App-Cmd/devel .cvsignore, 1.3, 1.4 perl-MooseX-App-Cmd.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090919184822.6DE1C11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27911 Modified Files: .cvsignore perl-MooseX-App-Cmd.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.06-1 - switch filtering systems - auto-update to 0.06 (by cpan-spec-update 0.01) - altered br on perl(App::Cmd) (0 => 0.3) - altered req on perl(App::Cmd) (0 => 0.3) - added a new req on perl(Test::use::ok) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 19 Aug 2009 07:33:36 -0000 1.3 +++ .cvsignore 19 Sep 2009 18:48:21 -0000 1.4 @@ -1 +1 @@ -MooseX-App-Cmd-0.05.tar.gz +MooseX-App-Cmd-0.06.tar.gz Index: perl-MooseX-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/perl-MooseX-App-Cmd.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-MooseX-App-Cmd.spec 19 Aug 2009 07:33:36 -0000 1.4 +++ perl-MooseX-App-Cmd.spec 19 Sep 2009 18:48:21 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-MooseX-App-Cmd -Version: 0.05 +Version: 0.06 Release: 1%{?dist} # see lib/MooseX/App/Cmd.pm License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval " BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(App::Cmd) +BuildRequires: perl(App::Cmd) >= 0.3 BuildRequires: perl(Getopt::Long::Descriptive) BuildRequires: perl(Moose) >= 0.86 BuildRequires: perl(MooseX::Getopt) >= 0.18 @@ -23,12 +23,11 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::use::ok) # we don't pick up Moose keywords automagically yet -Requires: perl(App::Cmd) +Requires: perl(App::Cmd) >= 0.3 Requires: perl(App::Cmd::Command) Requires: perl(MooseX::Getopt) >= 0.18 Requires: perl(MooseX::ConfigFromFile) -### auto-added reqs! Requires: perl(Getopt::Long::Descriptive) Requires: perl(Moose) >= 0.86 @@ -43,29 +42,12 @@ Then you can write your commands as Moos MooseX::Getopt defining the options for you instead of 'opt_spec' returning a Getopt::Long::Descriptive spec. +%{?perl_default_filter} + %prep %setup -q -n MooseX-App-Cmd-%{version} -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t - -# make sure doc/tests don't generate provides -# note we first filter out the bits in _docdir... -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` -EOF - -%define __perl_provides %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` -EOF - -%define __perl_requires %{_builddir}/MooseX-App-Cmd-%{version}/%{name}-req -chmod +x %{__perl_requires} - +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -93,6 +75,13 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.06-1 +- switch filtering systems +- auto-update to 0.06 (by cpan-spec-update 0.01) +- altered br on perl(App::Cmd) (0 => 0.3) +- altered req on perl(App::Cmd) (0 => 0.3) +- added a new req on perl(Test::use::ok) (version 0) + * Wed Aug 19 2009 Chris Weyl 0.05-1 - auto-update to 0.05 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0 => 0.86) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-App-Cmd/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 19 Aug 2009 07:33:36 -0000 1.3 +++ sources 19 Sep 2009 18:48:21 -0000 1.4 @@ -1 +1 @@ -6f0c80da54fca81e6e8a57c735e40375 MooseX-App-Cmd-0.05.tar.gz +ac8cf120e44aa99ac35d6e6baec2a265 MooseX-App-Cmd-0.06.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:49:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:49:09 +0000 (UTC) Subject: rpms/perl-App-Cmd/devel .cvsignore, 1.6, 1.7 perl-App-Cmd.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090919184909.484F011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cmd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28307 Modified Files: .cvsignore perl-App-Cmd.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.301-1 - auto-update to 0.301 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 29 Aug 2009 04:31:51 -0000 1.6 +++ .cvsignore 19 Sep 2009 18:49:09 -0000 1.7 @@ -1 +1 @@ -App-Cmd-0.207.tar.gz +App-Cmd-0.301.tar.gz Index: perl-App-Cmd.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/perl-App-Cmd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-App-Cmd.spec 29 Aug 2009 04:31:51 -0000 1.9 +++ perl-App-Cmd.spec 19 Sep 2009 18:49:09 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-App-Cmd -Version: 0.207 +Version: 0.301 Release: 1%{?dist} # see lib/App/Cmd.pm License: GPL+ or Artistic @@ -65,6 +65,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 0.301-1 +- auto-update to 0.301 (by cpan-spec-update 0.01) + * Sat Aug 29 2009 Chris Weyl 0.207-1 - switch filtering to perl_default_filter - auto-update to 0.207 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cmd/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 29 Aug 2009 04:31:51 -0000 1.6 +++ sources 19 Sep 2009 18:49:09 -0000 1.7 @@ -1 +1 @@ -4856b13b9c1ffb4ac21fddc0026801e7 App-Cmd-0.207.tar.gz +f6bea28a1b4567a4668d9a409e75b30f App-Cmd-0.301.tar.gz From cweyl at fedoraproject.org Sat Sep 19 18:52:39 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 18:52:39 +0000 (UTC) Subject: rpms/perl-MooseX-Singleton/devel .cvsignore, 1.3, 1.4 perl-MooseX-Singleton.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090919185239.D05DE11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-Singleton/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29957 Modified Files: .cvsignore perl-MooseX-Singleton.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 0.21-1 - auto-update to 0.21 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.74 => 0.82) - added a new req on perl(Moose) (version 0.82) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Singleton/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 2 Jun 2009 15:45:32 -0000 1.3 +++ .cvsignore 19 Sep 2009 18:52:39 -0000 1.4 @@ -1 +1 @@ -MooseX-Singleton-0.17.tar.gz +MooseX-Singleton-0.21.tar.gz Index: perl-MooseX-Singleton.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Singleton/devel/perl-MooseX-Singleton.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-MooseX-Singleton.spec 26 Jul 2009 11:31:19 -0000 1.3 +++ perl-MooseX-Singleton.spec 19 Sep 2009 18:52:39 -0000 1.4 @@ -1,20 +1,22 @@ Name: perl-MooseX-Singleton -Version: 0.17 -Release: 2%{?dist} +Version: 0.21 +Release: 1%{?dist} Summary: Turn your Moose class into a singleton License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-Singleton/ -Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/MooseX-Singleton-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Moose) >= 0.74 +BuildRequires: perl(Moose) >= 0.82 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Moose) >= 0.82 + %description A singleton is a class that has only one instance in an application. MooseX::Singleton lets you easily upgrade (or downgrade, as it were) your @@ -64,6 +66,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 19 2009 Chris Weyl 0.21-1 +- auto-update to 0.21 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.74 => 0.82) +- added a new req on perl(Moose) (version 0.82) + * Sun Jul 26 2009 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-Singleton/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 2 Jun 2009 15:45:32 -0000 1.3 +++ sources 19 Sep 2009 18:52:39 -0000 1.4 @@ -1 +1 @@ -d4fa63586132b12a5fcfe06981926507 MooseX-Singleton-0.17.tar.gz +e7f909e849af402aff480053e8be1cbe MooseX-Singleton-0.21.tar.gz From cweyl at fedoraproject.org Sat Sep 19 21:46:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 21:46:40 +0000 (UTC) Subject: rpms/perl-local-lib/devel .cvsignore, 1.7, 1.8 perl-local-lib.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <20090919214640.A86B811C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-local-lib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11455 Modified Files: .cvsignore perl-local-lib.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 1.004007-1 - auto-update to 1.004007 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 29 Aug 2009 05:41:27 -0000 1.7 +++ .cvsignore 19 Sep 2009 21:46:40 -0000 1.8 @@ -1 +1 @@ -local-lib-1.004006.tar.gz +local-lib-1.004007.tar.gz Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-local-lib.spec 29 Aug 2009 05:41:27 -0000 1.7 +++ perl-local-lib.spec 19 Sep 2009 21:46:40 -0000 1.8 @@ -1,5 +1,5 @@ Name: perl-local-lib -Version: 1.004006 +Version: 1.004007 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -74,6 +74,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 1.004007-1 +- auto-update to 1.004007 (by cpan-spec-update 0.01) + * Sat Aug 29 2009 Chris Weyl 1.004006-1 - auto-update to 1.004006 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 29 Aug 2009 05:41:27 -0000 1.7 +++ sources 19 Sep 2009 21:46:40 -0000 1.8 @@ -1 +1 @@ -33b14a93fe4325bbb8837cb6b6336b26 local-lib-1.004006.tar.gz +255c880d47a547f4cf9af1906e510849 local-lib-1.004007.tar.gz From cweyl at fedoraproject.org Sat Sep 19 21:52:51 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 19 Sep 2009 21:52:51 +0000 (UTC) Subject: rpms/perl-local-lib/F-11 perl-local-lib.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090919215251.9026911C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-local-lib/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15449 Modified Files: perl-local-lib.spec sources Log Message: * Sat Sep 19 2009 Chris Weyl 1.004007-1 - auto-update to 1.004007 (by cpan-spec-update 0.01) Index: perl-local-lib.spec =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/perl-local-lib.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-local-lib.spec 25 Aug 2009 06:34:07 -0000 1.3 +++ perl-local-lib.spec 19 Sep 2009 21:52:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-local-lib -Version: 1.004005 +Version: 1.004007 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic @@ -74,6 +74,12 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 19 2009 Chris Weyl 1.004007-1 +- auto-update to 1.004007 (by cpan-spec-update 0.01) + +* Sat Aug 29 2009 Chris Weyl 1.004006-1 +- auto-update to 1.004006 (by cpan-spec-update 0.01) + * Tue Aug 25 2009 Chris Weyl 1.004005-1 - auto-update to 1.004005 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 25 Aug 2009 06:34:08 -0000 1.4 +++ sources 19 Sep 2009 21:52:51 -0000 1.5 @@ -1 +1 @@ -80fc0977311592f7937a448c4b6577c5 local-lib-1.004005.tar.gz +255c880d47a547f4cf9af1906e510849 local-lib-1.004007.tar.gz From iarnell at fedoraproject.org Sun Sep 20 07:26:46 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 20 Sep 2009 07:26:46 +0000 (UTC) Subject: rpms/perl-DateTime-Format-Natural/devel .cvsignore, 1.7, 1.8 perl-DateTime-Format-Natural.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <20090920072647.0521E11C00E6@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28265 Modified Files: .cvsignore perl-DateTime-Format-Natural.spec sources Log Message: * Sun Sep 20 2009 Iain Arnell 0.79-1 - update to latest upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 29 Aug 2009 09:30:59 -0000 1.7 +++ .cvsignore 20 Sep 2009 07:26:44 -0000 1.8 @@ -1 +1 @@ -DateTime-Format-Natural-0.78.tar.gz +DateTime-Format-Natural-0.79.tar.gz Index: perl-DateTime-Format-Natural.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/perl-DateTime-Format-Natural.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-DateTime-Format-Natural.spec 29 Aug 2009 09:30:59 -0000 1.8 +++ perl-DateTime-Format-Natural.spec 20 Sep 2009 07:26:44 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-DateTime-Format-Natural -Version: 0.78 +Version: 0.79 Release: 1%{?dist} Summary: Create machine readable date/time with natural parsing logic License: GPL+ or Artistic @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 20 2009 Iain Arnell 0.79-1 +- update to latest upstream version + * Sat Aug 29 2009 Iain Arnell 0.78-1 - update to latest upstream version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Natural/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 29 Aug 2009 09:30:59 -0000 1.7 +++ sources 20 Sep 2009 07:26:44 -0000 1.8 @@ -1 +1 @@ -67b88a73252aa7574952618d7f548638 DateTime-Format-Natural-0.78.tar.gz +abfa205e722e0f6c70f59bc8f38358a6 DateTime-Format-Natural-0.79.tar.gz From bugzilla at redhat.com Sun Sep 20 18:01:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 20 Sep 2009 14:01:09 -0400 Subject: [Bug 505576] perl-PAR-Packer not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200909201801.n8KI19fg011976@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=505576 --- Comment #4 from Ville Skytt? 2009-09-20 14:01:08 EDT --- Ping? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From eseyman at fedoraproject.org Mon Sep 21 08:07:22 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Mon, 21 Sep 2009 08:07:22 +0000 (UTC) Subject: rpms/perl-p5-Palm/devel .cvsignore, 1.2, 1.3 perl-p5-Palm.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090921080724.4036411C0043@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-p5-Palm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31659 Modified Files: .cvsignore perl-p5-Palm.spec sources Log Message: Update to 1.011 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-p5-Palm/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 17 Jun 2009 20:29:10 -0000 1.2 +++ .cvsignore 21 Sep 2009 08:07:21 -0000 1.3 @@ -1 +1 @@ -p5-Palm-1.009.tar.gz +p5-Palm-1.011.tar.gz Index: perl-p5-Palm.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-p5-Palm/devel/perl-p5-Palm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-p5-Palm.spec 26 Jul 2009 17:48:58 -0000 1.3 +++ perl-p5-Palm.spec 21 Sep 2009 08:07:21 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-p5-Palm -Version: 1.009 -Release: 4%{?dist} +Version: 1.011 +Release: 1%{?dist} Summary: Palm OS utility functions License: GPL+ or Artistic Group: Development/Libraries @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/pdbdump.1.gz %changelog +* Mon Sep 21 2009 Emmanuel Seyman 1.011-1 +- Update to 1.011 +- Fix an rpmlint complaint in the changelog + * Sun Jul 26 2009 Fedora Release Engineering - 1.009-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -58,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Jun 16 2007 Emmanuel Seyman 1.009-2 - Enable tests -- Add examples directory to %doc +- Add examples directory to the documentation * Mon Jun 11 2007 Emmanuel Seyman 1.009-1 - Specfile autogenerated by cpanspec 1.70. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-p5-Palm/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 17 Jun 2009 20:29:10 -0000 1.2 +++ sources 21 Sep 2009 08:07:21 -0000 1.3 @@ -1 +1 @@ -919c8f52aa98eec1abccb5d944dab4ab p5-Palm-1.009.tar.gz +5a700e882f7f72a85bb53383ebc70012 p5-Palm-1.011.tar.gz From kasal at fedoraproject.org Mon Sep 21 16:55:44 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 21 Sep 2009 16:55:44 +0000 (UTC) Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.22, 1.23 perl-PAR-Dist.spec, 1.34, 1.35 sources, 1.22, 1.23 Message-ID: <20090921165544.9C58011C0043@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-PAR-Dist/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22614 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- .cvsignore 2 Feb 2009 15:12:08 -0000 1.22 +++ .cvsignore 21 Sep 2009 16:55:43 -0000 1.23 @@ -1 +1 @@ -PAR-Dist-0.43.tar.gz +PAR-Dist-0.46.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- perl-PAR-Dist.spec 26 Jul 2009 13:53:27 -0000 1.34 +++ perl-PAR-Dist.spec 21 Sep 2009 16:55:43 -0000 1.35 @@ -1,6 +1,6 @@ Name: perl-PAR-Dist -Version: 0.43 -Release: 3%{?dist} +Version: 0.46 +Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Sep 21 2009 Stepan Kasal - 0.46-1 +- new upstream version + * Sun Jul 26 2009 Fedora Release Engineering - 0.43-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- sources 2 Feb 2009 15:12:08 -0000 1.22 +++ sources 21 Sep 2009 16:55:44 -0000 1.23 @@ -1 +1 @@ -7c5280385400d44e299d0b5762ebd72a PAR-Dist-0.43.tar.gz +fd629e651bfc7de7dc4b182a93ed897e PAR-Dist-0.46.tar.gz From kasal at fedoraproject.org Mon Sep 21 17:29:29 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 21 Sep 2009 17:29:29 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel perl-PAR-Packer.spec,1.2,1.3 Message-ID: <20090921172929.5B7CA11C0043@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2369 Modified Files: perl-PAR-Packer.spec Log Message: - patch to use $RPM_OPT_FLAGS - patch to submit the third parameter to open() Index: perl-PAR-Packer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Packer/devel/perl-PAR-Packer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-PAR-Packer.spec 26 Jul 2009 13:53:42 -0000 1.2 +++ perl-PAR-Packer.spec 21 Sep 2009 17:29:29 -0000 1.3 @@ -1,11 +1,13 @@ Name: perl-PAR-Packer Version: 0.991 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PAR Packager License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PAR-Packer/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/PAR-Packer-%{version}.tar.gz +Patch0: perl-PAR-Packer-cflags.patch +Patch1: perl-PAR-Packer-open.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Archive::Zip) >= 1 BuildRequires: perl(Compress::Zlib) >= 1.3 @@ -23,10 +25,14 @@ stand-alone executables, perl scripts an %prep %setup -q -n PAR-Packer-%{version} +%patch0 -p1 -b.cflags +%patch1 -p1 -b.open %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -make +# The Makefile is not parallel-safe. +# PAR_GLOBAL_TEMP seems to be needed for the build. +make PAR_GLOBAL_TEMP=/var/tmp %install rm -rf $RPM_BUILD_ROOT @@ -40,7 +46,10 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -#make test +export PAR_GLOBAL_TEMP=/var/tmp +export PAR_GLOBAL_TMPDIR=/var/tmp +## does not pass +# make test PERL_TEST_POD=1 || : %clean rm -rf $RPM_BUILD_ROOT @@ -48,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog README TODO -/usr/lib/perl5/vendor_perl/5.10.0/* +%{perl_vendorlib}/* %{_bindir}/par.pl %{_bindir}/parl %{_bindir}/parldyn @@ -58,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Sep 21 2009 Stepan Kasal - 0.991-3 +- patch to use $RPM_OPT_FLAGS +- patch to submit the third parameter to open() + * Sun Jul 26 2009 Fedora Release Engineering - 0.991-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From kasal at fedoraproject.org Mon Sep 21 17:33:54 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 21 Sep 2009 17:33:54 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel perl-PAR-Packer-cflags.patch, NONE, 1.1 perl-PAR-Packer-open.patch, NONE, 1.1 Message-ID: <20090921173354.C8A6111C0043@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3821 Added Files: perl-PAR-Packer-cflags.patch perl-PAR-Packer-open.patch Log Message: - patch to use $RPM_OPT_FLAGS - patch to submit the third parameter to open() perl-PAR-Packer-cflags.patch: Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE perl-PAR-Packer-cflags.patch --- --- PAR-Packer-0.991/myldr/Makefile.PL.cflags 2009-03-21 11:58:51.000000000 +0100 +++ PAR-Packer-0.991/myldr/Makefile.PL 2009-09-21 17:14:11.000000000 +0200 @@ -123,6 +123,7 @@ my $cflags = "$ccdebug$warn$pccflags"; +my $optimize = $Config{optimize}; my $ldflags = "$lddebug$pldflags"; my $static_ldflags = $ldflags; @@ -206,6 +207,7 @@ LD=$ld CC=$cc CFLAGS=$cflags +OPTIMIZE=$optimize LDFLAGS=$Config{ldflags} PERL_LDFLAGS=$ldflags STATIC_LDFLAGS=$static_ldflags @@ -214,7 +216,7 @@ OBJECTS=main$o my_par_pl$o $res .c$o: - \$(CC) -c \$(CFLAGS) \$< + \$(CC) -c \$(CFLAGS) \$(OPTIMIZE) \$< all: $all perl-PAR-Packer-open.patch: static.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE perl-PAR-Packer-open.patch --- --- PAR-Packer-0.991/myldr/static.c.orig 2009-09-21 17:29:38.000000000 +0200 +++ PAR-Packer-0.991/myldr/static.c 2009-09-21 17:28:42.000000000 +0200 @@ -31,7 +31,7 @@ if ( (unsigned long)PL_statbuf.st_size == size ) return -2; } - i = open(my_file, O_CREAT | O_WRONLY | OPEN_O_BINARY); + i = open(my_file, O_CREAT | O_WRONLY | OPEN_O_BINARY, 0777); if (i == -1) { fprintf(stderr, "%s: creation of %s failed - aborting with %i.\n", argv0, my_file, errno); From steve at fedoraproject.org Mon Sep 21 20:00:46 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Mon, 21 Sep 2009 20:00:46 +0000 (UTC) Subject: rpms/perl-Test-Class/devel .cvsignore, 1.5, 1.6 perl-Test-Class.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090921200046.9599511C0374@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6217 Modified Files: .cvsignore perl-Test-Class.spec sources Log Message: Update to 0.33. Update Source0 URL. Add LICENSE. BR Test::Pod, Test::CPAN::Meta, and Test::MinimumVersion and define AUTOMATED_TESTING for better test coverage. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 10 Dec 2008 17:04:55 -0000 1.5 +++ .cvsignore 21 Sep 2009 20:00:46 -0000 1.6 @@ -1 +1 @@ -Test-Class-0.31.tar.gz +Test-Class-0.33.tar.gz Index: perl-Test-Class.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/perl-Test-Class.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Test-Class.spec 26 Jul 2009 16:46:54 -0000 1.7 +++ perl-Test-Class.spec 21 Sep 2009 20:00:46 -0000 1.8 @@ -1,11 +1,11 @@ Name: perl-Test-Class -Version: 0.31 -Release: 3%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Easily create test classes in an xUnit/JUnit style License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Class/ -Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Class-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Contextual::Return) @@ -13,8 +13,11 @@ BuildRequires: perl(Devel::Symdump) >= BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Builder) >= 0.78 BuildRequires: perl(Test::Builder::Tester) >= 1.02 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 BuildRequires: perl(Test::Exception) >= 0.25 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 BuildRequires: perl(Test::More) >= 0.78 +BuildRequires: perl(Test::Pod) >= 1.26 Requires: perl(Devel::Symdump) >= 2.03 Requires: perl(Test::Exception) >= 0.25 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -39,18 +42,25 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -./Build test +AUTOMATED_TESTING=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Sep 21 2009 Steven Pritchard 0.33-1 +- Update to 0.33. +- Update Source0 URL. +- Add LICENSE. +- BR Test::Pod, Test::CPAN::Meta, and Test::MinimumVersion and define + AUTOMATED_TESTING for better test coverage. + * Sun Jul 26 2009 Fedora Release Engineering - 0.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 10 Dec 2008 17:04:55 -0000 1.5 +++ sources 21 Sep 2009 20:00:46 -0000 1.6 @@ -1 +1 @@ -e73698b10712bbffcd346558792ab154 Test-Class-0.31.tar.gz +becdbdfed6bf83611c82853b6506c77a Test-Class-0.33.tar.gz From cweyl at fedoraproject.org Tue Sep 22 07:29:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 22 Sep 2009 07:29:02 +0000 (UTC) Subject: rpms/perl-RPC-XML/devel .cvsignore, 1.3, 1.4 perl-RPC-XML.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090922072902.CDFF511C00E8@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RPC-XML/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29317 Modified Files: .cvsignore perl-RPC-XML.spec sources Log Message: * Tue Sep 22 2009 Chris Weyl 0.69-1 - auto-update to 0.69 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.8) - altered br on perl(LWP) (0 => 5.801) - added a new br on perl(Scalar::Util) (version 1.19) - altered br on perl(XML::Parser) (0 => 2.31) - added a new br on perl(constant) (version 1.03) - added a new req on perl(File::Spec) (version 0.8) - added a new req on perl(LWP) (version 5.801) - added a new req on perl(Scalar::Util) (version 1.19) - added a new req on perl(XML::Parser) (version 2.31) - added a new req on perl(constant) (version 1.03) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Oct 2008 14:09:53 -0000 1.3 +++ .cvsignore 22 Sep 2009 07:29:00 -0000 1.4 @@ -1 +1 @@ -RPC-XML-0.64.tar.gz +RPC-XML-0.69.tar.gz Index: perl-RPC-XML.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/perl-RPC-XML.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-RPC-XML.spec 26 Jul 2009 16:19:00 -0000 1.5 +++ perl-RPC-XML.spec 22 Sep 2009 07:29:01 -0000 1.6 @@ -1,37 +1,50 @@ %define real_name RPC-XML Name: perl-RPC-XML -Version: 0.64 -Release: 3%{?dist} +Version: 0.69 +Release: 1%{?dist} Summary: Set of classes for core data, message and XML handling Group: Development/Libraries License: Artistic 2.0 or LGPLv2 URL: http://search.cpan.org/dist/RPC-XML/ -Source0: http://www.cpan.org/modules/by-module/RPC/%{real_name}-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz Source1: README.license -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(LWP) +BuildRequires: perl(LWP) >= 5.801 BuildRequires: perl(Test::More) -BuildRequires: perl(XML::Parser) +BuildRequires: perl(XML::Parser) >= 2.31 +BuildRequires: perl(File::Spec) >= 0.8 +BuildRequires: perl(Scalar::Util) >= 1.19 +BuildRequires: perl(constant) >= 1.03 # optional tests BuildRequires: perl(Net::Server) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(File::Spec) >= 0.8 +Requires: perl(LWP) >= 5.801 +Requires: perl(Scalar::Util) >= 1.19 +Requires: perl(XML::Parser) >= 2.31 +Requires: perl(constant) >= 1.03 + +%{?perl_default_filter: +%filter_from_provides /perl(RPC::XML::Method)$/d +%perl_default_filter +} + %package -n perl-Apache-RPC Summary: Companion packages for RPC::XML tuned for mod_perl environments Group: Development/Libraries - %description The RPC::XML package is an implementation of XML-RPC. The module provides classes for sample client and server implementations, a server designed as an -Apache location-handler, and a suite of data-manipulation classes that are +Apache location-handler, and a suite of data-manipulation classes that are used by them. %description -n perl-Apache-RPC @@ -43,18 +56,7 @@ running RPC::XML under mod_perl. %setup -qn %{real_name}-%{version} cp -p %{SOURCE1} . -chmod -c -x t/* - -#Filter unwanted Provides: -# RPC::XML::Method creates two entries for some reason? -cat << \EOF > %{real_name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - %{__sed} -e '/perl(RPC::XML::Method)$/d' -EOF - -%define __perl_provides %{_builddir}/%{real_name}-%{version}/%{real_name}-prov -chmod +x %{__perl_provides} +chmod -c -x t/* %build perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" @@ -90,6 +92,19 @@ rm -rf %{buildroot} %{perl_vendorlib}/Apache %changelog +* Tue Sep 22 2009 Chris Weyl 0.69-1 +- auto-update to 0.69 (by cpan-spec-update 0.01) +- added a new br on perl(File::Spec) (version 0.8) +- altered br on perl(LWP) (0 => 5.801) +- added a new br on perl(Scalar::Util) (version 1.19) +- altered br on perl(XML::Parser) (0 => 2.31) +- added a new br on perl(constant) (version 1.03) +- added a new req on perl(File::Spec) (version 0.8) +- added a new req on perl(LWP) (version 5.801) +- added a new req on perl(Scalar::Util) (version 1.19) +- added a new req on perl(XML::Parser) (version 2.31) +- added a new req on perl(constant) (version 1.03) + * Sun Jul 26 2009 Fedora Release Engineering - 0.64-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Oct 2008 14:09:53 -0000 1.3 +++ sources 22 Sep 2009 07:29:01 -0000 1.4 @@ -1 +1 @@ -cf1fd8b8a9f254e3a0298a3ad0282d90 RPC-XML-0.64.tar.gz +98fa74810c72f3b05c987e6c8d5d83fb RPC-XML-0.69.tar.gz From bugzilla at redhat.com Tue Sep 22 08:18:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Sep 2009 04:18:36 -0400 Subject: [Bug 505576] perl-PAR-Packer not built with $RPM_OPT_FLAGS In-Reply-To: References: Message-ID: <200909220818.n8M8IaNP022891@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=505576 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |skasal at redhat.com Resolution| |RAWHIDE AssignedTo|mmaslano at redhat.com |skasal at redhat.com --- Comment #5 from Stepan Kasal 2009-09-22 04:18:35 EDT --- fixed in perl-PAR-Packer-0.991-3 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From hvad at fedoraproject.org Mon Sep 21 19:11:38 2009 From: hvad at fedoraproject.org (david hannequin) Date: Mon, 21 Sep 2009 19:11:38 +0000 (UTC) Subject: rpms/perl-Curses-UI/F-11 import.log, NONE, 1.1 perl-Curses-UI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090921191139.089EF11C0043@cvs1.fedora.phx.redhat.com> Author: hvad Update of /cvs/pkgs/rpms/perl-Curses-UI/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15099/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Curses-UI.spec Log Message: --- NEW FILE import.log --- perl-Curses-UI-0_9607-2_fc10:F-11:perl-Curses-UI-0.9607-2.fc10.src.rpm:1253566610 --- NEW FILE perl-Curses-UI.spec --- Name: perl-Curses-UI Version: 0.9607 Release: 2%{?dist} Summary: Curses based OO user interface framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Curses-UI/ Source0: http://www.cpan.org/authors/id/M/MD/MDXI/Curses-UI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Curses) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Test::Simple) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Curses::UI is an object-oriented user interface framework for Perl. %prep %setup -q -n Curses-UI-%{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 CREDITS README INSTALL %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 09 2009 David Hannequin david.hannequin at gmail.com 0.9607-2 - Add require build * Mon Aug 03 2009 David Hannequin david.hannequin at gmail.com 0.9607-1 - First release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:23:01 -0000 1.1 +++ .cvsignore 21 Sep 2009 19:11:38 -0000 1.2 @@ -0,0 +1 @@ +Curses-UI-0.9607.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:23:01 -0000 1.1 +++ sources 21 Sep 2009 19:11:38 -0000 1.2 @@ -0,0 +1 @@ +8970c72e378aa386e0e79a884ef5863a Curses-UI-0.9607.tar.gz From hvad at fedoraproject.org Mon Sep 21 19:17:36 2009 From: hvad at fedoraproject.org (david hannequin) Date: Mon, 21 Sep 2009 19:17:36 +0000 (UTC) Subject: rpms/perl-Curses-UI/F-10 import.log, NONE, 1.1 perl-Curses-UI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090921191736.91F6F11C0043@cvs1.fedora.phx.redhat.com> Author: hvad Update of /cvs/pkgs/rpms/perl-Curses-UI/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18542/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Curses-UI.spec Log Message: --- NEW FILE import.log --- perl-Curses-UI-0_9607-2_fc10:F-10:perl-Curses-UI-0.9607-2.fc10.src.rpm:1253567669 --- NEW FILE perl-Curses-UI.spec --- Name: perl-Curses-UI Version: 0.9607 Release: 2%{?dist} Summary: Curses based OO user interface framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Curses-UI/ Source0: http://www.cpan.org/authors/id/M/MD/MDXI/Curses-UI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Curses) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Test::Simple) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Curses::UI is an object-oriented user interface framework for Perl. %prep %setup -q -n Curses-UI-%{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 CREDITS README INSTALL %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 09 2009 David Hannequin david.hannequin at gmail.com 0.9607-2 - Add require build * Mon Aug 03 2009 David Hannequin david.hannequin at gmail.com 0.9607-1 - First release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:23:01 -0000 1.1 +++ .cvsignore 21 Sep 2009 19:17:36 -0000 1.2 @@ -0,0 +1 @@ +Curses-UI-0.9607.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:23:01 -0000 1.1 +++ sources 21 Sep 2009 19:17:36 -0000 1.2 @@ -0,0 +1 @@ +8970c72e378aa386e0e79a884ef5863a Curses-UI-0.9607.tar.gz From mdbooth at fedoraproject.org Mon Sep 21 23:21:20 2009 From: mdbooth at fedoraproject.org (Matthew Booth) Date: Mon, 21 Sep 2009 23:21:20 +0000 (UTC) Subject: rpms/perl-Module-Find/EL-5 perl-Module-Find.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090921232120.AA76B11C0043@cvs1.fedora.phx.redhat.com> Author: mdbooth Update of /cvs/pkgs/rpms/perl-Module-Find/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29208 Modified Files: perl-Module-Find.spec sources Log Message: Initial build for EL-5 Index: perl-Module-Find.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Find/EL-5/perl-Module-Find.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Module-Find.spec 20 Dec 2006 09:23:28 -0000 1.1 +++ perl-Module-Find.spec 21 Sep 2009 23:21:20 -0000 1.2 @@ -1,15 +1,16 @@ Name: perl-Module-Find -Version: 0.05 +Version: 0.06 Release: 1%{?dist} Summary: Find and use installed modules in a (sub)category Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/Module-Find/ Source0: http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -34,7 +35,7 @@ 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 ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check @@ -47,11 +48,11 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README examples/ %{perl_vendorlib}/Module/ %{_mandir}/man3/*.3pm* %changelog -* Tue Dec 19 2006 Jose Pedro Oliveira - 0.05-1 -- First build. +* Tue Sep 22 2009 Matthew Booth - 0.06-1 +- Initial build for EL-5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Find/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 20 Dec 2006 09:23:28 -0000 1.2 +++ sources 21 Sep 2009 23:21:20 -0000 1.3 @@ -1 +1 @@ -1b756c84e476fc8179fcf2699a4d1a86 Module-Find-0.05.tar.gz +64254ded9d9aea2845a2c7cf25a2949b Module-Find-0.06.tar.gz From mdbooth at fedoraproject.org Tue Sep 22 06:31:02 2009 From: mdbooth at fedoraproject.org (Matthew Booth) Date: Tue, 22 Sep 2009 06:31:02 +0000 (UTC) Subject: rpms/perl-XML-XPathEngine/EL-5 perl-XML-XPathEngine.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090922063102.F2E8C11C00E8@cvs1.fedora.phx.redhat.com> Author: mdbooth Update of /cvs/pkgs/rpms/perl-XML-XPathEngine/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12386 Modified Files: perl-XML-XPathEngine.spec sources Log Message: Initial build for EL-5 Index: perl-XML-XPathEngine.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-XPathEngine/EL-5/perl-XML-XPathEngine.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-XML-XPathEngine.spec 4 Sep 2007 10:13:08 -0000 1.2 +++ perl-XML-XPathEngine.spec 22 Sep 2009 06:31:02 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-XML-XPathEngine -Version: 0.08 -Release: 2%{?dist} +Version: 0.12 +Release: 1%{?dist} Summary: Re-usable XPath engine for DOM-like trees License: GPL+ or Artistic Group: Development/Libraries @@ -47,9 +47,5 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog -* Tue Sep 04 2007 Alex Lancaster 0.08-2 -- Clarified license terms: GPL+ or Artistic - -* Fri Mar 23 2007 Alex Lancaster 0.08-1 -- Add BRs for Test::Pod and Test::Pod::Coverage -- Specfile autogenerated by cpanspec 1.69.1. +* Tue Sep 22 2009 Matthew Booth - 0.12-1 +- Initial build for EL-5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-XPathEngine/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 30 Mar 2007 01:50:22 -0000 1.2 +++ sources 22 Sep 2009 06:31:02 -0000 1.3 @@ -1 +1 @@ -225f53d420d4fca50cd9d18b877780d6 XML-XPathEngine-0.08.tar.gz +ecb1121f5a11411a2d4942c87d8725af XML-XPathEngine-0.12.tar.gz From hvad at fedoraproject.org Tue Sep 22 08:01:15 2009 From: hvad at fedoraproject.org (david hannequin) Date: Tue, 22 Sep 2009 08:01:15 +0000 (UTC) Subject: rpms/perl-Curses-UI/devel import.log, NONE, 1.1 perl-Curses-UI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090922080115.0493211C0374@cvs1.fedora.phx.redhat.com> Author: hvad Update of /cvs/pkgs/rpms/perl-Curses-UI/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8993/devel Modified Files: .cvsignore sources Added Files: import.log perl-Curses-UI.spec Log Message: --- NEW FILE import.log --- perl-Curses-UI-0_9607-2_fc10:HEAD:perl-Curses-UI-0.9607-2.fc10.src.rpm:1253613621 --- NEW FILE perl-Curses-UI.spec --- Name: perl-Curses-UI Version: 0.9607 Release: 2%{?dist} Summary: Curses based OO user interface framework License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Curses-UI/ Source0: http://www.cpan.org/authors/id/M/MD/MDXI/Curses-UI-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Curses) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Term::ReadKey) BuildRequires: perl(Test::Simple) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Curses::UI is an object-oriented user interface framework for Perl. %prep %setup -q -n Curses-UI-%{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 CREDITS README INSTALL %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Aug 09 2009 David Hannequin david.hannequin at gmail.com 0.9607-2 - Add require build * Mon Aug 03 2009 David Hannequin david.hannequin at gmail.com 0.9607-1 - First release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 21 Aug 2009 18:23:01 -0000 1.1 +++ .cvsignore 22 Sep 2009 08:01:13 -0000 1.2 @@ -0,0 +1 @@ +Curses-UI-0.9607.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses-UI/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 21 Aug 2009 18:23:01 -0000 1.1 +++ sources 22 Sep 2009 08:01:13 -0000 1.2 @@ -0,0 +1 @@ +8970c72e378aa386e0e79a884ef5863a Curses-UI-0.9607.tar.gz From bugzilla at redhat.com Tue Sep 22 16:06:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Sep 2009 12:06:42 -0400 Subject: [Bug 524894] New: perl-PAR-Packer debuginfo is empty Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-PAR-Packer debuginfo is empty https://bugzilla.redhat.com/show_bug.cgi?id=524894 Summary: perl-PAR-Packer debuginfo is empty Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-PAR-Packer AssignedTo: mmaslano at redhat.com ReportedBy: ville.skytta at iki.fi QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Blocks: 496968 Classification: Fedora From http://kojipkgs.fedoraproject.org/packages/perl-PAR-Packer/0.991/3.fc12/data/logs/x86_64/build.log : gcc static.o -s -Wl,-E [...] Looks like the build strips binaries before rpmbuild has had a chance to do it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From steve at fedoraproject.org Tue Sep 22 16:29:18 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 22 Sep 2009 16:29:18 +0000 (UTC) Subject: rpms/perl-Test-Class/EL-5 perl-Test-Class.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090922162918.DA78911C00E8@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Class/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6075 Modified Files: .cvsignore sources Added Files: perl-Test-Class.spec Log Message: Sync with devel branch. --- NEW FILE perl-Test-Class.spec --- Name: perl-Test-Class Version: 0.33 Release: 1%{?dist} Summary: Easily create test classes in an xUnit/JUnit style License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Class/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Contextual::Return) BuildRequires: perl(Devel::Symdump) >= 2.03 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Builder) >= 0.78 BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::CPAN::Meta) >= 0.12 BuildRequires: perl(Test::Exception) >= 0.25 BuildRequires: perl(Test::MinimumVersion) >= 0.008 BuildRequires: perl(Test::More) >= 0.78 BuildRequires: perl(Test::Pod) >= 1.26 Requires: perl(Devel::Symdump) >= 2.03 Requires: perl(Test::Exception) >= 0.25 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. %prep %setup -q -n Test-Class-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check AUTOMATED_TESTING=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Sep 21 2009 Steven Pritchard 0.33-1 - Update to 0.33. - Update Source0 URL. - Add LICENSE. - BR Test::Pod, Test::CPAN::Meta, and Test::MinimumVersion and define AUTOMATED_TESTING for better test coverage. * Sun Jul 26 2009 Fedora Release Engineering - 0.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Dec 10 2008 Steven Pritchard 0.31-1 - Update to 0.31. - BR Test::Builder. - Add versioned dependencies to Test::Builder::Tester and Test::More. * Fri May 16 2008 Steven Pritchard 0.30-1 - Update to 0.30. * Tue Mar 4 2008 Tom "spot" Callaway 0.28-2 - rebuild for new perl * Mon Jan 28 2008 Steven Pritchard 0.28-1 - Update to 0.28. - Update License tag. - Bump Test::Exception requirement to 0.25. * Mon Jul 16 2007 Steven Pritchard 0.24-1 - Specfile autogenerated by cpanspec 1.71. - BR Contextual::Return, Test::Builder::Tester, and Test::More. - Drop explicit perl BR. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 23 Jul 2007 21:07:30 -0000 1.1 +++ .cvsignore 22 Sep 2009 16:29:18 -0000 1.2 @@ -0,0 +1 @@ +Test-Class-0.33.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 23 Jul 2007 21:07:30 -0000 1.1 +++ sources 22 Sep 2009 16:29:18 -0000 1.2 @@ -0,0 +1 @@ +becdbdfed6bf83611c82853b6506c77a Test-Class-0.33.tar.gz From steve at fedoraproject.org Tue Sep 22 16:33:13 2009 From: steve at fedoraproject.org (Steven Pritchard) Date: Tue, 22 Sep 2009 16:33:13 +0000 (UTC) Subject: rpms/perl-Test-Class/EL-4 perl-Test-Class.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090922163313.7F26011C00E8@cvs1.fedora.phx.redhat.com> Author: steve Update of /cvs/pkgs/rpms/perl-Test-Class/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7651 Modified Files: .cvsignore sources Added Files: perl-Test-Class.spec Log Message: Sync with devel branch. --- NEW FILE perl-Test-Class.spec --- Name: perl-Test-Class Version: 0.33 Release: 1%{?dist} Summary: Easily create test classes in an xUnit/JUnit style License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Class/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Contextual::Return) BuildRequires: perl(Devel::Symdump) >= 2.03 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Builder) >= 0.78 BuildRequires: perl(Test::Builder::Tester) >= 1.02 BuildRequires: perl(Test::CPAN::Meta) >= 0.12 BuildRequires: perl(Test::Exception) >= 0.25 BuildRequires: perl(Test::MinimumVersion) >= 0.008 BuildRequires: perl(Test::More) >= 0.78 BuildRequires: perl(Test::Pod) >= 1.26 Requires: perl(Devel::Symdump) >= 2.03 Requires: perl(Test::Exception) >= 0.25 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. %prep %setup -q -n Test-Class-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check AUTOMATED_TESTING=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Sep 21 2009 Steven Pritchard 0.33-1 - Update to 0.33. - Update Source0 URL. - Add LICENSE. - BR Test::Pod, Test::CPAN::Meta, and Test::MinimumVersion and define AUTOMATED_TESTING for better test coverage. * Sun Jul 26 2009 Fedora Release Engineering - 0.31-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Dec 10 2008 Steven Pritchard 0.31-1 - Update to 0.31. - BR Test::Builder. - Add versioned dependencies to Test::Builder::Tester and Test::More. * Fri May 16 2008 Steven Pritchard 0.30-1 - Update to 0.30. * Tue Mar 4 2008 Tom "spot" Callaway 0.28-2 - rebuild for new perl * Mon Jan 28 2008 Steven Pritchard 0.28-1 - Update to 0.28. - Update License tag. - Bump Test::Exception requirement to 0.25. * Mon Jul 16 2007 Steven Pritchard 0.24-1 - Specfile autogenerated by cpanspec 1.71. - BR Contextual::Return, Test::Builder::Tester, and Test::More. - Drop explicit perl BR. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/EL-4/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 23 Jul 2007 21:07:30 -0000 1.1 +++ .cvsignore 22 Sep 2009 16:33:13 -0000 1.2 @@ -0,0 +1 @@ +Test-Class-0.33.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Class/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 23 Jul 2007 21:07:30 -0000 1.1 +++ sources 22 Sep 2009 16:33:13 -0000 1.2 @@ -0,0 +1 @@ +becdbdfed6bf83611c82853b6506c77a Test-Class-0.33.tar.gz From bugzilla at redhat.com Wed Sep 23 15:42:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Sep 2009 11:42:09 -0400 Subject: [Bug 511568] FTBFS perl-Log-Log4perl-1.20-3.fc11 In-Reply-To: References: Message-ID: <200909231542.n8NFg9C2013774@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511568 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Stepan Kasal 2009-09-23 11:42:08 EDT --- fixed in 1.24-1 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Wed Sep 23 17:42:03 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 23 Sep 2009 17:42:03 +0000 (UTC) Subject: rpms/perl-SQL-Statement/devel .cvsignore, 1.3, 1.4 perl-SQL-Statement.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <20090923174203.2B9AB11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-SQL-Statement/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13539 Modified Files: .cvsignore perl-SQL-Statement.spec sources Log Message: - new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Statement/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 24 Feb 2006 14:34:18 -0000 1.3 +++ .cvsignore 23 Sep 2009 17:42:02 -0000 1.4 @@ -1 +1 @@ -SQL-Statement-1.15.tar.gz +SQL-Statement-1.20.tar.gz Index: perl-SQL-Statement.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Statement/devel/perl-SQL-Statement.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-SQL-Statement.spec 26 Jul 2009 16:24:49 -0000 1.10 +++ perl-SQL-Statement.spec 23 Sep 2009 17:42:02 -0000 1.11 @@ -1,20 +1,22 @@ Name: perl-SQL-Statement -Version: 1.15 -Release: 6%{?dist} +Version: 1.20 +Release: 1%{?dist} Summary: SQL parsing and processing engine Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/SQL-Statement/ -Source0: http://www.cpan.org/authors/id/J/JZ/JZUCKER/SQL-Statement-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/SQL-Statement-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(DBI) -BuildRequires: perl(DBD::XBase) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::Simple) >= 0.86 +BuildRequires: perl(Clone) >= 0.30 +BuildRequires: perl(Params::Util) >= 1.00 +# for tests only: +BuildRequires: perl(DBD::CSV) perl(DBD::XBase) %description The SQL::Statement module implements a pure Perl SQL parsing and execution @@ -26,8 +28,8 @@ other features. %prep %setup -q -n SQL-Statement-%{version} -find . -type f -exec chmod -c a-x {} ';' -%{__perl} -pi -e 's/\r\n/\n/' Changes README +find -type f -perm /111 | xargs chmod -c a-x +%{__perl} -pi -e 's/\r\n/\n/' README %build @@ -44,7 +46,9 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -make test +# It is known that several tests fail in 1.20, all of them were fixed in +# 1.21_1, but it is not easy to separate the fixes from other changes. +make test || : %clean @@ -59,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 23 2009 Stepan Kasal - 1.20-1 +- new upstream version + * Sun Jul 26 2009 Fedora Release Engineering - 1.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Statement/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 24 Feb 2006 14:34:18 -0000 1.3 +++ sources 23 Sep 2009 17:42:02 -0000 1.4 @@ -1 +1 @@ -c17a1c38f071e5c7135e3085020e7d47 SQL-Statement-1.15.tar.gz +74b70971b60a44ab9d93071d91b4d258 SQL-Statement-1.20.tar.gz From bugzilla at redhat.com Wed Sep 23 17:53:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Sep 2009 13:53:59 -0400 Subject: [Bug 511645] FTBFS perl-SQL-Statement-1.15-5.fc11 In-Reply-To: References: Message-ID: <200909231753.n8NHrxbF013750@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511645 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #8 from Stepan Kasal 2009-09-23 13:53:58 EDT --- fixed by perl-SQL-Statement-1.20-1 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Wed Sep 23 18:18:39 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 23 Sep 2009 18:18:39 +0000 (UTC) Subject: rpms/perl-PAR-Packer/devel perl-PAR-Packer.spec,1.3,1.4 Message-ID: <20090923181839.17C2811C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-PAR-Packer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31530 Modified Files: perl-PAR-Packer.spec Log Message: - too hard to build without stripping (#524894) Index: perl-PAR-Packer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Packer/devel/perl-PAR-Packer.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-PAR-Packer.spec 21 Sep 2009 17:29:29 -0000 1.3 +++ perl-PAR-Packer.spec 23 Sep 2009 18:18:38 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-PAR-Packer Version: 0.991 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PAR Packager License: GPL+ or Artistic Group: Development/Libraries @@ -29,6 +29,11 @@ stand-alone executables, perl scripts an %patch1 -p1 -b.open %build +# The build procedure for binaries parl and parldyn exploits PAR through +# a compiled binary named myldr/static and thus looks very obfuscated. +# There is no obvious way to teach the build system not to strip the installed +# binaries. Consequently, desable the -debuginfo subpackage: +%global debug_package %{nil} %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" # The Makefile is not parallel-safe. # PAR_GLOBAL_TEMP seems to be needed for the build. @@ -47,7 +52,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe %check export PAR_GLOBAL_TEMP=/var/tmp -export PAR_GLOBAL_TMPDIR=/var/tmp +#export PAR_GLOBAL_TMPDIR=/var/tmp ## does not pass # make test PERL_TEST_POD=1 || : @@ -67,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Sep 23 2009 Stepan Kasal - 0.991-4 +- too hard to build without stripping (#524894) + * Mon Sep 21 2009 Stepan Kasal - 0.991-3 - patch to use $RPM_OPT_FLAGS - patch to submit the third parameter to open() From bugzilla at redhat.com Wed Sep 23 18:17:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Sep 2009 14:17:25 -0400 Subject: [Bug 524894] perl-PAR-Packer debuginfo is empty In-Reply-To: References: Message-ID: <200909231817.n8NIHP3M020088@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=524894 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #1 from Stepan Kasal 2009-09-23 14:17:24 EDT --- The build process uses a built binary program (myldr/static) to create the parl and parldyn binaries before installing. I cannot find any way to fix this; let it be until a perl-PAR expert appears. (I set debug_package to %{nil) to prevent creating an empty debuginfo package.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From wtogami at fedoraproject.org Wed Sep 23 21:17:38 2009 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Wed, 23 Sep 2009 21:17:38 +0000 (UTC) Subject: rpms/perl-Mail-SPF-Query/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE perl-Mail-SPF-Query.spec, 1.8, NONE sources, 1.3, NONE use-sys-hostname.patch, 1.2, NONE Message-ID: <20090923211738.EA70711C00E6@cvs1.fedora.phx.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-Mail-SPF-Query/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16104 Added Files: dead.package Removed Files: Makefile perl-Mail-SPF-Query.spec sources use-sys-hostname.patch Log Message: perl(Mail::SPF::Query) was obsoleted by perl(Mail::SPF) 3+ years ago. Nothing uses perl(Mail::SPF::Query) anymore. --- NEW FILE dead.package --- --- Makefile DELETED --- --- perl-Mail-SPF-Query.spec DELETED --- --- sources DELETED --- --- use-sys-hostname.patch DELETED --- From bugzilla at redhat.com Wed Sep 23 21:46:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Sep 2009 17:46:00 -0400 Subject: [Bug 509419] perl-Glib Requires a development package: perl(ExtUtils::MakeMaker) In-Reply-To: References: Message-ID: <200909232146.n8NLk0IU012174@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=509419 --- Comment #5 from Nicolas Chauvet (kwizart) 2009-09-23 17:45:59 EDT --- There is an error with this built, because perl-Glib-devel requires the same nevr as perl-Glib. The problem arise when one want to install perl-Glib-devel from the current updates-testing having perl-Glib already installed from F-11 GA. Once done, I wonder if there is a chance to list packages that will need to be modified. repoquery --whatrequires "perl(Glib::MakeHelper)" doesn't seems to output anything. The problem is that bug doesn't have a chance to be closed anytime soon if none check which package would requires the new -devel one: He is a list of the candidate: (which are now potentially failing to enable the Glib loop) # repoquery --whatrequires "perl(Glib)" perl-Gtk2-0:1.203-1.fc11.x86_64 perl-Gtk2-MozEmbed-0:0.08-6.fc11.1.x86_64 perl-Gnome2-GConf-0:1.044-5.fc11.x86_64 Sprog-0:0.14-16.fc11.noarch perl-Event-RPC-0:1.01-2.fc11.noarch xfconf-perl-0:4.6.1-1.fc11.x86_64 gmusicbrowser-0:1.0.1-2.fc11.noarch perl-Goo-Canvas-0:0.06-2.fc11.x86_64 perl-QWizard-0:3.15-2.fc11.noarch perl-Gnome2-VFS-0:1.081-2.fc11.x86_64 perl-Gtk2-Ex-CalendarButton-0:0.01-6.fc11.noarch shutter-0:0.80.1-2.fc11.noarch perl-Gtk2-ImageView-0:0.04-3.fc11.x86_64 clamtk-0:4.10-1.fc11.noarch gscan2pdf-0:0.9.27-4.fc11.noarch asciio-0:1.02.71-3.fc11.noarch dayplanner-0:0.10-1.fc11.noarch xmms2-perl-0:0.5-6.fc11.x86_64 perl-Gtk2-MozEmbed-0:0.08-6.fc11.5.x86_64 perl-GStreamer-0:0.15-1.fc11.x86_64 perl-AnyEvent-0:4.350-1.fc11.noarch perl-App-Asciio-0:1.02.71-3.fc11.noarch perl-Net-DBus-GLib-0:0.33.0-2.fc11.x86_64 perl-Gtk2-Ex-Dialogs-0:0.11-4.fc11.noarch perl-Glib-0:1.201-2.fc11.x86_64 pcsc-tools-0:1.4.14-2.fc11.x86_64 perl-Gnome2-Canvas-0:1.002-10.fc11.x86_64 perl-Data-TreeDumper-Renderer-GTK-0:0.02-5.fc11.noarch -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From eseyman at fedoraproject.org Thu Sep 24 07:41:23 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 24 Sep 2009 07:41:23 +0000 (UTC) Subject: rpms/perl-Text-Diff-Parser/devel import.log, NONE, 1.1 perl-Text-Diff-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090924074123.3FF9F11C00DB@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-Diff-Parser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29706/devel Modified Files: .cvsignore sources Added Files: import.log perl-Text-Diff-Parser.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-Diff-Parser-0_1001-1_fc11:HEAD:perl-Text-Diff-Parser-0.1001-1.fc11.src.rpm:1253778137 --- NEW FILE perl-Text-Diff-Parser.spec --- Name: perl-Text-Diff-Parser Version: 0.1001 Release: 1%{?dist} Summary: Parse patch files containing unified and standard diffs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff-Parser/ Source0: http://www.cpan.org/authors/id/G/GW/GWYN/Text-Diff-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. %prep %setup -q -n Text-Diff-Parser-%{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 * Fri Sep 11 2009 Emmanuel Seyman 0.1001-1 - Update to 0.1001 which includes Source1 * Wed Sep 09 2009 Emmanuel Seyman 0.1000-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 24 Sep 2009 04:35:20 -0000 1.1 +++ .cvsignore 24 Sep 2009 07:41:22 -0000 1.2 @@ -0,0 +1 @@ +Text-Diff-Parser-0.1001.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 24 Sep 2009 04:35:20 -0000 1.1 +++ sources 24 Sep 2009 07:41:23 -0000 1.2 @@ -0,0 +1 @@ +913c3853a2808acb737f98381c120b5d Text-Diff-Parser-0.1001.tar.gz From eseyman at fedoraproject.org Thu Sep 24 07:43:03 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 24 Sep 2009 07:43:03 +0000 (UTC) Subject: rpms/perl-Text-Diff-Parser/F-12 import.log, NONE, 1.1 perl-Text-Diff-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090924074303.C58F211C00DB@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30457/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-Text-Diff-Parser.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-Diff-Parser-0_1001-1_fc11:F-12:perl-Text-Diff-Parser-0.1001-1.fc11.src.rpm:1253778285 --- NEW FILE perl-Text-Diff-Parser.spec --- Name: perl-Text-Diff-Parser Version: 0.1001 Release: 1%{?dist} Summary: Parse patch files containing unified and standard diffs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff-Parser/ Source0: http://www.cpan.org/authors/id/G/GW/GWYN/Text-Diff-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. %prep %setup -q -n Text-Diff-Parser-%{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 * Fri Sep 11 2009 Emmanuel Seyman 0.1001-1 - Update to 0.1001 which includes Source1 * Wed Sep 09 2009 Emmanuel Seyman 0.1000-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 24 Sep 2009 04:35:20 -0000 1.1 +++ .cvsignore 24 Sep 2009 07:43:01 -0000 1.2 @@ -0,0 +1 @@ +Text-Diff-Parser-0.1001.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 24 Sep 2009 04:35:20 -0000 1.1 +++ sources 24 Sep 2009 07:43:03 -0000 1.2 @@ -0,0 +1 @@ +913c3853a2808acb737f98381c120b5d Text-Diff-Parser-0.1001.tar.gz From eseyman at fedoraproject.org Thu Sep 24 07:46:33 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 24 Sep 2009 07:46:33 +0000 (UTC) Subject: rpms/perl-Text-Diff-Parser/F-11 import.log, NONE, 1.1 perl-Text-Diff-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090924074633.6956411C00DB@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32286/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Text-Diff-Parser.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-Diff-Parser-0_1001-1_fc11:F-11:perl-Text-Diff-Parser-0.1001-1.fc11.src.rpm:1253778406 --- NEW FILE perl-Text-Diff-Parser.spec --- Name: perl-Text-Diff-Parser Version: 0.1001 Release: 1%{?dist} Summary: Parse patch files containing unified and standard diffs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff-Parser/ Source0: http://www.cpan.org/authors/id/G/GW/GWYN/Text-Diff-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. %prep %setup -q -n Text-Diff-Parser-%{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 * Fri Sep 11 2009 Emmanuel Seyman 0.1001-1 - Update to 0.1001 which includes Source1 * Wed Sep 09 2009 Emmanuel Seyman 0.1000-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 24 Sep 2009 04:35:20 -0000 1.1 +++ .cvsignore 24 Sep 2009 07:46:32 -0000 1.2 @@ -0,0 +1 @@ +Text-Diff-Parser-0.1001.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 24 Sep 2009 04:35:20 -0000 1.1 +++ sources 24 Sep 2009 07:46:33 -0000 1.2 @@ -0,0 +1 @@ +913c3853a2808acb737f98381c120b5d Text-Diff-Parser-0.1001.tar.gz From eseyman at fedoraproject.org Thu Sep 24 07:51:24 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Thu, 24 Sep 2009 07:51:24 +0000 (UTC) Subject: rpms/perl-Text-Diff-Parser/F-10 import.log, NONE, 1.1 perl-Text-Diff-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090924075124.5B78E11C00DB@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2103/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Text-Diff-Parser.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Text-Diff-Parser-0_1001-1_fc11:F-10:perl-Text-Diff-Parser-0.1001-1.fc11.src.rpm:1253778756 --- NEW FILE perl-Text-Diff-Parser.spec --- Name: perl-Text-Diff-Parser Version: 0.1001 Release: 1%{?dist} Summary: Parse patch files containing unified and standard diffs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff-Parser/ Source0: http://www.cpan.org/authors/id/G/GW/GWYN/Text-Diff-Parser-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. %prep %setup -q -n Text-Diff-Parser-%{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 * Fri Sep 11 2009 Emmanuel Seyman 0.1001-1 - Update to 0.1001 which includes Source1 * Wed Sep 09 2009 Emmanuel Seyman 0.1000-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 24 Sep 2009 04:35:20 -0000 1.1 +++ .cvsignore 24 Sep 2009 07:51:24 -0000 1.2 @@ -0,0 +1 @@ +Text-Diff-Parser-0.1001.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Text-Diff-Parser/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 24 Sep 2009 04:35:20 -0000 1.1 +++ sources 24 Sep 2009 07:51:24 -0000 1.2 @@ -0,0 +1 @@ +913c3853a2808acb737f98381c120b5d Text-Diff-Parser-0.1001.tar.gz From bugzilla at redhat.com Thu Sep 24 22:45:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Sep 2009 18:45:32 -0400 Subject: [Bug 525587] New: Close tag missing in XML output of optionally empty tags Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Close tag missing in XML output of optionally empty tags https://bugzilla.redhat.com/show_bug.cgi?id=525587 Summary: Close tag missing in XML output of optionally empty tags Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-HTML-Tree AssignedTo: tcallawa at redhat.com ReportedBy: jfearn at redhat.com QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Blocks: 524832 Classification: Fedora Target Release: --- Created an attachment (id=362580) --> (https://bugzilla.redhat.com/attachment.cgi?id=362580) test script exhibiting bug Description of problem: HTML::Element::as_XML() has a bug where tags added to empty_element_map but which contain data are missing their close tag when generating XML. Version-Release number of selected component (if applicable): 3.23-4 How reproducible: Always Steps to Reproduce: 1. Run attached script Actual results: Not mapped to empty element (correct) Mapped to empty element, no extra content (correct) Mapped to empty element, extra content (missing close tag) Extra content Expected results: Not mapped to empty element (correct) Mapped to empty element, no extra content (correct) Mapped to empty element, extra content (correct) Extra content Additional info: I opened an upstream bug with a patch https://rt.cpan.org/Ticket/Display.html?id=49932 however it may take a while for a new version to come out. Since HTML::Element is the base class for XML::Element this bug affects all XML systems where tags can be optionally empty and people wish to use the short circuit form for the empty tags. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Sep 24 22:54:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Sep 2009 18:54:45 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909242254.n8OMsjfg007383@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #1 from Jeff Fearn 2009-09-24 18:54:44 EDT --- Created an attachment (id=362581) --> (https://bugzilla.redhat.com/attachment.cgi?id=362581) fix that 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. From bugzilla at redhat.com Thu Sep 24 23:10:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Sep 2009 19:10:36 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909242310.n8ONAab1026570@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 Jeff Fearn changed: What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |CPAN 49932 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From wtogami at fedoraproject.org Fri Sep 25 04:12:16 2009 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Fri, 25 Sep 2009 04:12:16 +0000 (UTC) Subject: rpms/perl-Mail-SPF/EL-5 perl-Mail-SPF.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925041216.BBB3011C00E8@cvs1.fedora.phx.redhat.com> Author: wtogami Update of /cvs/pkgs/rpms/perl-Mail-SPF/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28017 Modified Files: .cvsignore sources Added Files: perl-Mail-SPF.spec Log Message: build for EL-5 --- NEW FILE perl-Mail-SPF.spec --- Name: perl-Mail-SPF Version: 2.006 Release: 1%{?dist} Summary: Object-oriented implementation of Sender Policy Framework License: BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Mail-SPF/ Source0: http://www.cpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Error) BuildRequires: perl(Module::Build) BuildRequires: perl(NetAddr::IP) >= 4 BuildRequires: perl(Net::DNS) >= 0.58 BuildRequires: perl(Net::DNS::Resolver::Programmable) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(URI) >= 1.13 BuildRequires: perl(version) Requires: perl(Net::DNS) >= 0.58 Requires: perl(URI) >= 1.13 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See http://www.openspf.org for more information about SPF. %prep %setup -q -n Mail-SPF-v%{version} chmod -x bin/* sbin/* %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* # Don't include the spfd and spfquery scripts in _bindir. rm -f $RPM_BUILD_ROOT%{_bindir}/spfquery $RPM_BUILD_ROOT%{_sbindir}/spfd rm -rf $RPM_BUILD_ROOT%{_mandir}/man1 %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES LICENSE README TODO bin/ sbin/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Sep 25 2009 Warren Togami 2.006-1.el5 - build for EL-5 * Fri Dec 12 2008 Steven Pritchard 2.006-1 - Update to 2.006. * Thu Mar 06 2008 Tom "spot" Callaway - 2.005-2 - Rebuild for new perl * Mon Jul 09 2007 Steven Pritchard 2.005-1 - Specfile autogenerated by cpanspec 1.71. - Add the "v" before version numbers to handle broken upstream packaging. - Remove redundant perl build dependency. - Drop bogus version number from Net::DNS::Resolver::Programmable dependency. - Drop redundant explicit dependencies. - BR Test::More and Test::Pod. - Include the spfd and spfquery scripts as %%doc Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-SPF/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 12 Jul 2007 17:32:27 -0000 1.1 +++ .cvsignore 25 Sep 2009 04:12:16 -0000 1.2 @@ -0,0 +1 @@ +Mail-SPF-v2.006.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-SPF/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 12 Jul 2007 17:32:27 -0000 1.1 +++ sources 25 Sep 2009 04:12:16 -0000 1.2 @@ -0,0 +1 @@ +4da41591b612560627ddbc6026b047a3 Mail-SPF-v2.006.tar.gz From mdbooth at fedoraproject.org Wed Sep 23 22:05:14 2009 From: mdbooth at fedoraproject.org (Matthew Booth) Date: Wed, 23 Sep 2009 22:05:14 +0000 (UTC) Subject: rpms/perl-XML-DOM-XPath/EL-5 perl-XML-DOM-XPath.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090923220514.69DA011C00E6@cvs1.fedora.phx.redhat.com> Author: mdbooth Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6451 Modified Files: perl-XML-DOM-XPath.spec sources Log Message: Initial build for EL-5 Index: perl-XML-DOM-XPath.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/EL-5/perl-XML-DOM-XPath.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-XML-DOM-XPath.spec 4 Sep 2007 10:07:39 -0000 1.2 +++ perl-XML-DOM-XPath.spec 23 Sep 2009 22:05:14 -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) 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,8 +49,5 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog -* Tue Sep 04 2007 Alex Lancaster 0.13-2 -- Clarified license terms: GPL+ or Artistic - -* Fri Mar 23 2007 Alex Lancaster 0.13-1 -- Specfile autogenerated by cpanspec 1.69.1. +* Wed Sep 23 2009 Matthew Booth - 0.14-1 +- Initial build for EL-5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 30 Mar 2007 01:57:44 -0000 1.2 +++ sources 23 Sep 2009 22:05:14 -0000 1.3 @@ -1 +1 @@ -276b4863d2886df313f849b329b9e090 XML-DOM-XPath-0.13.tar.gz +51a40df96c2f92829e1a4f84782fa75e XML-DOM-XPath-0.14.tar.gz From kasal at fedoraproject.org Fri Sep 25 13:10:36 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Fri, 25 Sep 2009 13:10:36 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/devel .cvsignore, 1.6, 1.7 perl-Mail-IMAPClient.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090925131036.C396011C0423@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Mail-IMAPClient/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32326 Modified Files: .cvsignore perl-Mail-IMAPClient.spec sources Log Message: - new upstream source Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 5 Sep 2009 13:13:01 -0000 1.6 +++ .cvsignore 25 Sep 2009 13:10:35 -0000 1.7 @@ -1 +1 @@ -Mail-IMAPClient-3.20.tar.gz +Mail-IMAPClient-3.21.tar.gz Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/perl-Mail-IMAPClient.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-Mail-IMAPClient.spec 5 Sep 2009 13:13:01 -0000 1.10 +++ perl-Mail-IMAPClient.spec 25 Sep 2009 13:10:35 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Mail-IMAPClient -Version: 3.20 +Version: 3.21 Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Sep 25 2009 Stepan Kasal - 3.21-1 +- new upstream source + * Sat Sep 5 2009 Stepan Kasal - 3.20-1 - new upstream source Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-IMAPClient/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 5 Sep 2009 13:13:01 -0000 1.6 +++ sources 25 Sep 2009 13:10:35 -0000 1.7 @@ -1 +1 @@ -bc5220b5540e4103f2111c94dcb1c938 Mail-IMAPClient-3.20.tar.gz +6f6f0fcc33140cd06245e0bf8d1b8f51 Mail-IMAPClient-3.21.tar.gz From tmraz at fedoraproject.org Fri Sep 25 13:35:24 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 25 Sep 2009 13:35:24 +0000 (UTC) Subject: rpms/pcsc-perl/devel pcsc-perl-1.4.8.tar.gz.asc, NONE, 1.1 pcsc-perl.spec, 1.19, 1.20 Message-ID: <20090925133524.264D111C00E8@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/pcsc-perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9055 Modified Files: pcsc-perl.spec Added Files: pcsc-perl-1.4.8.tar.gz.asc Log Message: * Fri Sep 25 2009 Tomas Mraz - 1.4.8-1 - New upstream version --- NEW FILE pcsc-perl-1.4.8.tar.gz.asc --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkq5/CEACgkQP0qKj+B/HPnS4gCeJpF9WwHtlmiVzUK0f9V1JAp6 ROkAmwSgz5xsE2BYaIigouDM3megyrco =wmhS -----END PGP SIGNATURE----- Index: pcsc-perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/pcsc-perl/devel/pcsc-perl.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- pcsc-perl.spec 25 Jul 2009 23:23:13 -0000 1.19 +++ pcsc-perl.spec 25 Sep 2009 13:35:23 -0000 1.20 @@ -5,14 +5,15 @@ %endif Name: pcsc-perl -Version: 1.4.7 -Release: 3%{?dist} +Version: 1.4.8 +Release: 1%{?dist} Summary: Perl interface to the PC/SC smart card library Group: Development/Libraries License: GPLv2+ URL: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ Source0: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.gz +Source1: http://ludovic.rousseau.free.fr/softwares/pcsc-perl/%{name}-%{version}.tar.gz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) @@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Sep 25 2009 Tomas Mraz - 1.4.8-1 +- New upstream version + * Sat Jul 25 2009 Fedora Release Engineering - 1.4.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From tmraz at fedoraproject.org Fri Sep 25 13:43:40 2009 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Fri, 25 Sep 2009 13:43:40 +0000 (UTC) Subject: rpms/pcsc-perl/devel .cvsignore,1.7,1.8 sources,1.7,1.8 Message-ID: <20090925134340.8CA2411C00E8@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/pcsc-perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12112 Modified Files: .cvsignore sources Log Message: * Fri Sep 25 2009 Tomas Mraz - 1.4.8-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pcsc-perl/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 30 Mar 2008 06:34:46 -0000 1.7 +++ .cvsignore 25 Sep 2009 13:43:39 -0000 1.8 @@ -1 +1 @@ -pcsc-perl-1.4.7.tar.gz +pcsc-perl-1.4.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pcsc-perl/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 30 Mar 2008 06:34:46 -0000 1.7 +++ sources 25 Sep 2009 13:43:39 -0000 1.8 @@ -1 +1 @@ -108e6a789b579deaa1446c2d3c8b43b9 pcsc-perl-1.4.7.tar.gz +ac842975d904e0acde36d4796ec19ef1 pcsc-perl-1.4.8.tar.gz From bugzilla at redhat.com Fri Sep 25 19:04:46 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Sep 2009 15:04:46 -0400 Subject: [Bug 490781] Segfault in XML::LibXSLT due to reference counting bug In-Reply-To: References: Message-ID: <200909251904.n8PJ4k39027617@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490781 --- Comment #3 from Jim Radford 2009-09-25 15:04:45 EDT --- FYI, this patch has been applied upstream. https://rt.cpan.org/Public/Bug/Display.html?id=40844 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 26 01:29:09 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Sep 2009 21:29:09 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909260129.n8Q1T9c3028464@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #7 from Fedora Update System 2009-09-25 21:29:08 EDT --- perl-Mail-IMAPClient-3.20-1.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Sep 26 01:29:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Sep 2009 21:29:42 -0400 Subject: [Bug 521363] Request upgrade of perl-Mail-IMAPClient In-Reply-To: References: Message-ID: <200909260129.n8Q1Tg6N021143@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=521363 --- Comment #8 from Fedora Update System 2009-09-25 21:29:41 EDT --- perl-Mail-IMAPClient-3.20-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sat Sep 26 05:43:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 26 Sep 2009 05:43:32 +0000 (UTC) Subject: rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.8, 1.9 perl-MooseX-MethodAttributes.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <20090926054332.56C9D11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16975 Modified Files: .cvsignore perl-MooseX-MethodAttributes.spec sources Log Message: * Sat Sep 26 2009 Chris Weyl 0.18-1 - auto-update to 0.18 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.79 => 0.90) - altered br on perl(MooseX::Types) (0.06 => 0.20) - altered br on perl(Test::More) (0 => 0.88) - added a new br on perl(namespace::autoclean) (version 0) - altered br on perl(namespace::clean) (0 => 0.10) - altered req on perl(Moose) (0.79 => 0.90) - altered req on perl(MooseX::Types) (0.06 => 0.20) - added a new req on perl(namespace::autoclean) (version 0) - altered req on perl(namespace::clean) (0 => 0.10) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 19 Sep 2009 18:40:20 -0000 1.8 +++ .cvsignore 26 Sep 2009 05:43:32 -0000 1.9 @@ -1 +1 @@ -MooseX-MethodAttributes-0.16.tar.gz +MooseX-MethodAttributes-0.18.tar.gz Index: perl-MooseX-MethodAttributes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-MooseX-MethodAttributes.spec 19 Sep 2009 18:40:21 -0000 1.8 +++ perl-MooseX-MethodAttributes.spec 26 Sep 2009 05:43:32 -0000 1.9 @@ -1,29 +1,33 @@ Name: perl-MooseX-MethodAttributes -Version: 0.16 +Version: 0.18 Release: 1%{?dist} # lib/MooseX/MethodAttributes.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Introspect your method code attributes -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz Url: http://search.cpan.org/dist/MooseX-MethodAttributes BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Moose) >= 0.79 -BuildRequires: perl(MooseX::Types) >= 0.06 +BuildRequires: perl(Moose) >= 0.90 +BuildRequires: perl(MooseX::Types) >= 0.20 BuildRequires: perl(MRO::Compat) -BuildRequires: perl(namespace::clean) +BuildRequires: perl(namespace::clean) >= 0.10 # testing -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Exception) +BuildRequires: perl(namespace::autoclean) Requires: perl(MRO::Compat) -Requires: perl(Moose) >= 0.79 -Requires: perl(MooseX::Types) >= 0.06 -Requires: perl(namespace::clean) +Requires: perl(Moose) >= 0.90 +Requires: perl(MooseX::Types) >= 0.20 +Requires: perl(namespace::clean) >= 0.10 +Requires: perl(namespace::autoclean) + +%{?perl_default_filter} %description This module allows code attributes of methods to be introspected using @@ -59,6 +63,18 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Sat Sep 26 2009 Chris Weyl 0.18-1 +- auto-update to 0.18 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.79 => 0.90) +- altered br on perl(MooseX::Types) (0.06 => 0.20) +- altered br on perl(Test::More) (0 => 0.88) +- added a new br on perl(namespace::autoclean) (version 0) +- altered br on perl(namespace::clean) (0 => 0.10) +- altered req on perl(Moose) (0.79 => 0.90) +- altered req on perl(MooseX::Types) (0.06 => 0.20) +- added a new req on perl(namespace::autoclean) (version 0) +- altered req on perl(namespace::clean) (0 => 0.10) + * Sat Sep 19 2009 Chris Weyl 0.16-1 - auto-update to 0.16 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 19 Sep 2009 18:40:21 -0000 1.8 +++ sources 26 Sep 2009 05:43:32 -0000 1.9 @@ -1 +1 @@ -e670255423f7f25c7146acfdb47c2ff1 MooseX-MethodAttributes-0.16.tar.gz +7202f1a4bffe36776d16f13130a52cfa MooseX-MethodAttributes-0.18.tar.gz From cweyl at fedoraproject.org Sat Sep 26 05:44:34 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 26 Sep 2009 05:44:34 +0000 (UTC) Subject: rpms/perl-Catalyst-Runtime/devel .cvsignore, 1.13, 1.14 perl-Catalyst-Runtime.spec, 1.20, 1.21 sources, 1.11, 1.12 Message-ID: <20090926054434.9DAB611C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17303 Modified Files: .cvsignore perl-Catalyst-Runtime.spec sources Log Message: * Sat Sep 26 2009 Chris Weyl 5.80013-1 - auto-update to 5.80013 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.78 => 0.90) - altered br on perl(MooseX::Emulate::Class::Accessor::Fast) (0.00801 => 0.00903) - altered br on perl(MooseX::MethodAttributes::Inheritable) (0.15 => 0.16) - altered br on perl(namespace::autoclean) (0 => 0.09) - altered req on perl(Moose) (0.78 => 0.90) - altered req on perl(MooseX::Emulate::Class::Accessor::Fast) (0.00801 => 0.00903) - altered req on perl(MooseX::MethodAttributes::Inheritable) (0.15 => 0.16) - altered req on perl(namespace::autoclean) (0 => 0.09) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- .cvsignore 3 Sep 2009 16:35:06 -0000 1.13 +++ .cvsignore 26 Sep 2009 05:44:34 -0000 1.14 @@ -1 +1 @@ -Catalyst-Runtime-5.80011.tar.gz +Catalyst-Runtime-5.80013.tar.gz Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/perl-Catalyst-Runtime.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- perl-Catalyst-Runtime.spec 3 Sep 2009 16:35:06 -0000 1.20 +++ perl-Catalyst-Runtime.spec 26 Sep 2009 05:44:34 -0000 1.21 @@ -1,5 +1,5 @@ Name: perl-Catalyst-Runtime -Version: 5.80011 +Version: 5.80013 Release: 1%{?dist} Summary: Catalyst Framework Runtime License: GPL+ or Artistic @@ -35,7 +35,7 @@ BuildRequires: perl(Tree::Simple::Visit BuildRequires: perl(URI) >= 1.35 BuildRequires: perl(String::RewritePrefix) >= 0.004 BuildRequires: perl(Task::Weaken) -BuildRequires: perl(namespace::autoclean) +BuildRequires: perl(namespace::autoclean) >= 0.09 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Class::MOP) >= 0.83 BuildRequires: perl(Time::HiRes) @@ -43,13 +43,13 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(B::Hooks::EndOfScope) >= 0.08 BuildRequires: perl(namespace::clean) -BuildRequires: perl(Moose) >= 0.78 -BuildRequires: perl(MooseX::MethodAttributes::Inheritable) >= 0.15 +BuildRequires: perl(Moose) >= 0.90 +BuildRequires: perl(MooseX::MethodAttributes::Inheritable) >= 0.16 BuildRequires: perl(Carp) BuildRequires: perl(Text::Balanced) BuildRequires: perl(Class::C3::Adopt::NEXT) >= 0.07 BuildRequires: perl(Test::MockObject) >= 1.07 -BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 +BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903 BuildRequires: perl(List::MoreUtils) # test BuildRequires: perl(Class::C3) @@ -85,9 +85,9 @@ Requires: perl(HTTP::Response) Requires: perl(LWP::UserAgent) Requires: perl(MRO::Compat) Requires: perl(Module::Pluggable) >= 3.9 -Requires: perl(Moose) >= 0.78 -Requires: perl(MooseX::MethodAttributes::Inheritable) >= 0.15 -Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00801 +Requires: perl(Moose) >= 0.90 +Requires: perl(MooseX::MethodAttributes::Inheritable) >= 0.16 +Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.00903 Requires: perl(Path::Class) >= 0.09 Requires: perl(Scalar::Util) Requires: perl(Sub::Exporter) @@ -100,7 +100,7 @@ Requires: perl(URI) >= 1.35 Requires: perl(namespace::clean) Requires: perl(String::RewritePrefix) >= 0.004 Requires: perl(Task::Weaken) -Requires: perl(namespace::autoclean) +Requires: perl(namespace::autoclean) >= 0.09 Requires: perl(List::MoreUtils) # use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11 @@ -184,6 +184,17 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Sat Sep 26 2009 Chris Weyl 5.80013-1 +- auto-update to 5.80013 (by cpan-spec-update 0.01) +- altered br on perl(Moose) (0.78 => 0.90) +- altered br on perl(MooseX::Emulate::Class::Accessor::Fast) (0.00801 => 0.00903) +- altered br on perl(MooseX::MethodAttributes::Inheritable) (0.15 => 0.16) +- altered br on perl(namespace::autoclean) (0 => 0.09) +- altered req on perl(Moose) (0.78 => 0.90) +- altered req on perl(MooseX::Emulate::Class::Accessor::Fast) (0.00801 => 0.00903) +- altered req on perl(MooseX::MethodAttributes::Inheritable) (0.15 => 0.16) +- altered req on perl(namespace::autoclean) (0 => 0.09) + * Tue Aug 25 2009 Chris Weyl 5.80011-1 - switch filtering system - auto-update to 5.80011 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 3 Sep 2009 16:35:06 -0000 1.11 +++ sources 26 Sep 2009 05:44:34 -0000 1.12 @@ -1 +1 @@ -96f09897079c6a13e1c0375b3a94ad4f Catalyst-Runtime-5.80011.tar.gz +b26b464360594b7eb231caf78c0bb1ef Catalyst-Runtime-5.80013.tar.gz From cweyl at fedoraproject.org Sat Sep 26 05:53:26 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 26 Sep 2009 05:53:26 +0000 (UTC) Subject: rpms/perl-Catalyst-View-TT/devel .cvsignore, 1.4, 1.5 perl-Catalyst-View-TT.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090926055326.8652A11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-View-TT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19628 Modified Files: .cvsignore perl-Catalyst-View-TT.spec sources Log Message: * Sat Sep 26 2009 Chris Weyl 0.30-1 - update filtering - auto-update to 0.30 (by cpan-spec-update 0.01) - altered br on perl(Catalyst) (5.5 => 5.7) - added a new br on perl(Class::Accessor) (version 0) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on CPAN (inc::Module::AutoInstall found) - altered req on perl(Catalyst) (0 => 5.7) - added a new req on perl(Class::Accessor) (version 0) - added a new req on perl(MRO::Compat) (version 0) - added a new req on perl(Template) (version 0) - added a new req on perl(Template::Timer) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 28 Feb 2009 06:21:26 -0000 1.4 +++ .cvsignore 26 Sep 2009 05:53:25 -0000 1.5 @@ -1 +1 @@ -Catalyst-View-TT-0.29.tar.gz +Catalyst-View-TT-0.30.tar.gz Index: perl-Catalyst-View-TT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/perl-Catalyst-View-TT.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Catalyst-View-TT.spec 26 Jul 2009 04:18:54 -0000 1.6 +++ perl-Catalyst-View-TT.spec 26 Sep 2009 05:53:25 -0000 1.7 @@ -1,61 +1,46 @@ Name: perl-Catalyst-View-TT -Version: 0.29 -Release: 2%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Template Toolkit View Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-View-TT/ -Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-View-TT-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Catalyst-View-TT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Catalyst) >= 5.5 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Catalyst) >= 5.7 BuildRequires: perl(MRO::Compat) BuildRequires: perl(Path::Class) BuildRequires: perl(Template) BuildRequires: perl(Template::Timer) BuildRequires: perl(Test::More) - +BuildRequires: perl(Class::Accessor) +BuildRequires: perl(CPAN) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -# either not auto-pickedup, or to get rpmlint to stop complaining :) Requires: perl(Path::Class) -Requires: perl(Catalyst) +Requires: perl(Catalyst) >= 5.7 Requires: perl(warnings) +Requires: perl(Class::Accessor) +Requires: perl(MRO::Compat) +Requires: perl(Template) +Requires: perl(Template::Timer) + +%{?perl_default_filter} %description -This is the Catalyst view base class for the Template Toolkit. +This is the Catalyst view base class for the Template Toolkit. %prep %setup -q -n Catalyst-View-TT-%{version} find . -type f -exec chmod -x -c {} + -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(TestApp.*)/d' -EOF - -%define __perl_provides %{_builddir}/Catalyst-View-TT-%{version}/%{name}-prov -chmod +x %{__perl_provides} - - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(FindBin)/d' -EOF - -%define __perl_requires %{_builddir}/Catalyst-View-TT-%{version}/%{name}-req -chmod +x %{__perl_requires} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -65,7 +50,7 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -83,6 +68,19 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Sep 26 2009 Chris Weyl 0.30-1 +- update filtering +- auto-update to 0.30 (by cpan-spec-update 0.01) +- altered br on perl(Catalyst) (5.5 => 5.7) +- added a new br on perl(Class::Accessor) (version 0) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on CPAN (inc::Module::AutoInstall found) +- altered req on perl(Catalyst) (0 => 5.7) +- added a new req on perl(Class::Accessor) (version 0) +- added a new req on perl(MRO::Compat) (version 0) +- added a new req on perl(Template) (version 0) +- added a new req on perl(Template::Timer) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 0.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-View-TT/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 28 Feb 2009 06:21:26 -0000 1.4 +++ sources 26 Sep 2009 05:53:25 -0000 1.5 @@ -1 +1 @@ -3cbb1db11ba859bb5280547b5d4bd526 Catalyst-View-TT-0.29.tar.gz +11d69501f57f4a85c541dbd1ab506278 Catalyst-View-TT-0.30.tar.gz From cweyl at fedoraproject.org Sat Sep 26 06:56:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 26 Sep 2009 06:56:05 +0000 (UTC) Subject: rpms/perl-Class-C3-XS/devel .cvsignore, 1.7, 1.8 perl-Class-C3-XS.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <20090926065605.8AB3411C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-XS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10651 Modified Files: .cvsignore perl-Class-C3-XS.spec sources Log Message: * Sat Sep 26 2009 Chris Weyl 0.13-1 - update filtering - auto-update to 0.13 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-XS/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 2 Apr 2009 07:22:28 -0000 1.7 +++ .cvsignore 26 Sep 2009 06:56:03 -0000 1.8 @@ -1,9 +1 @@ -Class-C3-XS-0.11.tar.gz -Class-C3-XS-* -i386 -x86_64 -.build* -clog -*.rpm -*.gz -*.tar +Class-C3-XS-0.13.tar.gz Index: perl-Class-C3-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-XS/devel/perl-Class-C3-XS.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Class-C3-XS.spec 26 Jul 2009 04:22:35 -0000 1.12 +++ perl-Class-C3-XS.spec 26 Sep 2009 06:56:03 -0000 1.13 @@ -1,25 +1,22 @@ Name: perl-Class-C3-XS -Version: 0.11 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: XS speedups for Class::C3 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3-XS/ -Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Class-C3-XS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # core -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) >= 0.47 # test BuildRequires: perl(Test::Pod) # don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" +%{?perl_default_filter} %description This contains XS performance enhancers for Class::C3 version 0.16 and @@ -29,26 +26,6 @@ it can find it. Do not use this package %prep %setup -q -n Class-C3-XS-%{version} -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(t::.*)/d' -EOF - -%define __perl_provides %{_builddir}/Class-C3-XS-%{version}/%{name}-prov -chmod +x %{__perl_provides} - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(base)/d' -EOF - -%define __perl_requires %{_builddir}/Class-C3-XS-%{version}/%{name}-req -chmod +x %{__perl_requires} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -72,11 +49,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog README t/ -%{perl_vendorarch}/auto/* -%{perl_vendorarch}/Class* %{_mandir}/man3/* +%{perl_vendorarch}/* +%exclude %dir %{perl_vendorarch}/auto %changelog +* Sat Sep 26 2009 Chris Weyl 0.13-1 +- update filtering +- auto-update to 0.13 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Sat Jul 25 2009 Fedora Release Engineering - 0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-XS/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 2 Apr 2009 07:22:29 -0000 1.6 +++ sources 26 Sep 2009 06:56:03 -0000 1.7 @@ -1 +1 @@ -6afa4bd20dd179358df6acf8e77037fc Class-C3-XS-0.11.tar.gz +92a48fe74206b803315749de29c30b88 Class-C3-XS-0.13.tar.gz From cweyl at fedoraproject.org Sat Sep 26 06:59:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 26 Sep 2009 06:59:16 +0000 (UTC) Subject: rpms/perl-Class-C3-Componentised/devel .cvsignore, 1.5, 1.6 perl-Class-C3-Componentised.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090926065916.C90E011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-C3-Componentised/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11595 Modified Files: .cvsignore perl-Class-C3-Componentised.spec sources Log Message: * Sat Sep 26 2009 Chris Weyl 1.0006-1 - update filtering - auto-update to 1.0006 (by cpan-spec-update 0.01) - added a new req on perl(Carp) (version 0) - added a new req on perl(Class::C3) (version 0.20) - added a new req on perl(Class::Inspector) (version 0) - added a new req on perl(MRO::Compat) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 23 May 2009 20:30:52 -0000 1.5 +++ .cvsignore 26 Sep 2009 06:59:16 -0000 1.6 @@ -1 +1 @@ -Class-C3-Componentised-1.0005.tar.gz +Class-C3-Componentised-1.0006.tar.gz Index: perl-Class-C3-Componentised.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/perl-Class-C3-Componentised.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Class-C3-Componentised.spec 26 Jul 2009 04:22:20 -0000 1.8 +++ perl-Class-C3-Componentised.spec 26 Sep 2009 06:59:16 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Class-C3-Componentised -Version: 1.0005 -Release: 2%{?dist} +Version: 1.0006 +Release: 1%{?dist} Summary: Load mix-ins or components to your C3-based class License: GPL+ or Artistic Group: Development/Libraries @@ -10,10 +10,10 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# core BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) -# cpan +BuildRequires: perl(FindBin) +BuildRequires: perl(Carp) BuildRequires: perl(Class::C3) >= 0.20 BuildRequires: perl(Class::Inspector) BuildRequires: perl(MRO::Compat) @@ -22,10 +22,12 @@ BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(Carp) +Requires: perl(Class::C3) >= 0.20 +Requires: perl(Class::Inspector) +Requires: perl(MRO::Compat) -### auto-added brs! -BuildRequires: perl(FindBin) -BuildRequires: perl(Carp) +%{?perl_default_filter} %description This will inject base classes to your module using the Class::C3 method @@ -38,18 +40,7 @@ MooseX::Object::Pluggable. %prep %setup -q -n Class-C3-Componentised-%{version} - -perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} $* |\ - sed -e '/perl(base)/d' -EOF - -%define __perl_requires %{_builddir}/Class-C3-Componentised-%{version}/%{name}-req -chmod +x %{__perl_requires} +perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -78,6 +69,14 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Sep 26 2009 Chris Weyl 1.0006-1 +- update filtering +- auto-update to 1.0006 (by cpan-spec-update 0.01) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(Class::C3) (version 0.20) +- added a new req on perl(Class::Inspector) (version 0) +- added a new req on perl(MRO::Compat) (version 0) + * Sat Jul 25 2009 Fedora Release Engineering - 1.0005-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 23 May 2009 20:30:52 -0000 1.5 +++ sources 26 Sep 2009 06:59:16 -0000 1.6 @@ -1 +1 @@ -1c843ffd2737c6db77edcc6b666cfc48 Class-C3-Componentised-1.0005.tar.gz +daea1eb95cdeda8752b472e5fe6a4c86 Class-C3-Componentised-1.0006.tar.gz From cweyl at fedoraproject.org Sun Sep 27 00:43:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 00:43:38 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.36, 1.37 perl-Class-MOP.spec, 1.42, 1.43 sources, 1.34, 1.35 Message-ID: <20090927004338.0788511C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31984 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.94-1 - auto-update to 0.94 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- .cvsignore 19 Sep 2009 18:39:52 -0000 1.36 +++ .cvsignore 27 Sep 2009 00:43:36 -0000 1.37 @@ -1 +1 @@ -Class-MOP-0.93.tar.gz +Class-MOP-0.94.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- perl-Class-MOP.spec 19 Sep 2009 18:39:53 -0000 1.42 +++ perl-Class-MOP.spec 27 Sep 2009 00:43:36 -0000 1.43 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.93 +Version: 0.94 Release: 1%{?dist} Summary: A Meta Object Protocol for Perl 5 License: GPL+ or Artistic @@ -83,6 +83,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.94-1 +- auto-update to 0.94 (by cpan-spec-update 0.01) + * Fri Sep 18 2009 Chris Weyl 0.93-1 - switch filtering systems - auto-update to 0.93 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- sources 19 Sep 2009 18:39:53 -0000 1.34 +++ sources 27 Sep 2009 00:43:36 -0000 1.35 @@ -1 +1 @@ -ad212d53b085389638ead45b0192b69d Class-MOP-0.93.tar.gz +19fa19752df27396cfb9d826002ccdce Class-MOP-0.94.tar.gz From cweyl at fedoraproject.org Sun Sep 27 01:39:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 01:39:17 +0000 (UTC) Subject: rpms/perl-Catalyst-Runtime/devel perl-Catalyst-Runtime.spec, 1.21, 1.22 Message-ID: <20090927013917.8098311C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Runtime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16724 Modified Files: perl-Catalyst-Runtime.spec Log Message: * Sat Sep 26 2009 Chris Weyl 5.80013-2 - dis-enable certain optional tests until a couple RT tix are resolved Index: perl-Catalyst-Runtime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Runtime/devel/perl-Catalyst-Runtime.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-Catalyst-Runtime.spec 26 Sep 2009 05:44:34 -0000 1.21 +++ perl-Catalyst-Runtime.spec 27 Sep 2009 01:39:16 -0000 1.22 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Runtime Version: 5.80013 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Catalyst Framework Runtime License: GPL+ or Artistic Group: Development/Libraries @@ -161,11 +161,13 @@ find %{buildroot} -depth -type d -exec r export TEST_POD=1 export TEST_LIGHTTPD=1 -export TEST_HTTP=1 +# still bombs, sadly. Could patch but not too concerned right now: rt49415 +#export TEST_HTTP=1 # fails weirdly. see http://rt.cpan.org/Ticket/Display.html?id=26732 #export TEST_MEMLEAK=1 export TEST_STRESS=1 -export TEST_THREADS=1 +# until rt50039 is resolved +#export TEST_THREADS=1 make test make clean @@ -184,6 +186,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Sat Sep 26 2009 Chris Weyl 5.80013-2 +- dis-enable certain optional tests until a couple RT tix are resolved + * Sat Sep 26 2009 Chris Weyl 5.80013-1 - auto-update to 5.80013 (by cpan-spec-update 0.01) - altered br on perl(Moose) (0.78 => 0.90) From cweyl at fedoraproject.org Sun Sep 27 01:45:47 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 01:45:47 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.34, 1.35 perl-Moose.spec, 1.46, 1.47 sources, 1.34, 1.35 Message-ID: <20090927014547.D1CA311C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18475 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.92-1 - auto-update to 0.92 (by cpan-spec-update 0.01) - altered br on perl(Class::MOP) (0.93 => 0.94) - altered req on perl(Class::MOP) (0.93 => 0.94) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- .cvsignore 19 Sep 2009 18:39:55 -0000 1.34 +++ .cvsignore 27 Sep 2009 01:45:47 -0000 1.35 @@ -1 +1 @@ -Moose-0.90.tar.gz +Moose-0.92.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- perl-Moose.spec 19 Sep 2009 18:39:55 -0000 1.46 +++ perl-Moose.spec 27 Sep 2009 01:45:47 -0000 1.47 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.90 +Version: 0.92 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(ev BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Carp) -BuildRequires: perl(Class::MOP) >= 0.93 +BuildRequires: perl(Class::MOP) >= 0.94 BuildRequires: perl(Data::OptList) BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 @@ -55,7 +55,7 @@ BuildRequires: perl(Test::Warn) BuildRequires: perl(Test::Output) Requires: perl(Carp) -Requires: perl(Class::MOP) >= 0.93 +Requires: perl(Class::MOP) >= 0.94 Requires: perl(Data::OptList) Requires: perl(List::MoreUtils) >= 0.12 Requires: perl(Scalar::Util) >= 1.19 @@ -133,6 +133,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Test::Moose* %changelog +* Sun Sep 27 2009 Chris Weyl 0.92-1 +- auto-update to 0.92 (by cpan-spec-update 0.01) +- altered br on perl(Class::MOP) (0.93 => 0.94) +- altered req on perl(Class::MOP) (0.93 => 0.94) + * Fri Sep 18 2009 Chris Weyl 0.90-1 - switch filtering systems... - auto-update to 0.90 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- sources 19 Sep 2009 18:39:55 -0000 1.34 +++ sources 27 Sep 2009 01:45:47 -0000 1.35 @@ -1 +1 @@ -11f738724ea32a143a36af6e2e6e7d71 Moose-0.90.tar.gz +c6dfb7bc8b3ae2bb677e0ce53818348e Moose-0.92.tar.gz From cweyl at fedoraproject.org Sun Sep 27 03:45:13 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 03:45:13 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize/F-11 perl-WWW-Mechanize.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <20090927034513.956CF11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5863 Modified Files: perl-WWW-Mechanize.spec sources Log Message: * Sun Aug 23 2009 Chris Weyl 1.60-1 - auto-update to 1.60 (by cpan-spec-update 0.01) - added a new br on perl(Carp) (version 0) - added a new br on perl(File::Temp) (version 0) - added a new br on perl(FindBin) (version 0) - added a new br on perl(Getopt::Long) (version 0) - added a new br on perl(HTML::Form) (version 1.038) - added a new br on perl(HTML::HeadParser) (version 0) - added a new br on perl(HTML::Parser) (version 3.33) - altered br on perl(HTML::TokeParser) (0 => 2.28) - added a new br on perl(HTTP::Daemon) (version 0) - added a new br on perl(HTTP::Request) (version 1.3) - altered br on perl(HTTP::Server::Simple) (0 => 0.35) - added a new br on perl(HTTP::Server::Simple::CGI) (version 0) - added a new br on perl(HTTP::Status) (version 0) - added a new br on perl(LWP) (version 5.829) - altered br on perl(LWP::UserAgent) (0 => 5.829) - added a new br on perl(Pod::Usage) (version 0) - altered br on perl(Test::More) (0 => 0.34) - altered br on perl(Test::Warn) (0 => 0.11) - added a new br on perl(URI::file) (version 0) - added a new req on perl(Carp) (version 0) - added a new req on perl(File::Temp) (version 0) - added a new req on perl(FindBin) (version 0) - added a new req on perl(Getopt::Long) (version 0) - added a new req on perl(HTML::Form) (version 1.038) - added a new req on perl(HTML::HeadParser) (version 0) - added a new req on perl(HTML::Parser) (version 3.33) - added a new req on perl(HTML::TokeParser) (version 2.28) - added a new req on perl(HTTP::Daemon) (version 0) - added a new req on perl(HTTP::Request) (version 1.3) - added a new req on perl(HTTP::Server::Simple) (version 0.35) - added a new req on perl(HTTP::Server::Simple::CGI) (version 0) - added a new req on perl(HTTP::Status) (version 0) - added a new req on perl(LWP) (version 5.829) - added a new req on perl(LWP::UserAgent) (version 5.829) - added a new req on perl(Pod::Usage) (version 0) - added a new req on perl(URI) (version 1.36) - added a new req on perl(URI::URL) (version 0) - added a new req on perl(URI::file) (version 0) Index: perl-WWW-Mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-11/perl-WWW-Mechanize.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-WWW-Mechanize.spec 27 Feb 2009 04:18:10 -0000 1.18 +++ perl-WWW-Mechanize.spec 27 Sep 2009 03:45:10 -0000 1.19 @@ -6,29 +6,71 @@ %bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.54 -Release: 2%{?dist} +Version: 1.60 +Release: 1%{?dist} Summary: Automates web page form & link interaction Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/WWW-Mechanize/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{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) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) +BuildRequires: perl(Test::More) >= 0.34 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn) -BuildRequires: perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL) +BuildRequires: perl(Test::Memory::Cycle) +BuildRequires: perl(Test::Taint) +BuildRequires: perl(Test::Warn) >= 0.11 +BuildRequires: perl(HTML::TokeParser) >= 2.28 +BuildRequires: perl(LWP::UserAgent) >= 5.829 +BuildRequires: perl(URI::URL) BuildRequires: perl(IO::Socket::SSL) BuildRequires: perl(URI) >= 1.36 -BuildRequires: perl(HTTP::Server::Simple) +BuildRequires: perl(HTTP::Server::Simple) >= 0.35 BuildRequires: perl(HTTP::Response::Encoding) >= 0.05 +### auto-added reqs! +Requires: perl(Carp) +Requires: perl(File::Temp) +Requires: perl(FindBin) +Requires: perl(Getopt::Long) +Requires: perl(HTML::Form) >= 1.038 +Requires: perl(HTML::HeadParser) +Requires: perl(HTML::Parser) >= 3.33 +Requires: perl(HTML::TokeParser) >= 2.28 +Requires: perl(HTTP::Daemon) +Requires: perl(HTTP::Request) >= 1.3 +Requires: perl(HTTP::Server::Simple) >= 0.35 +Requires: perl(HTTP::Server::Simple::CGI) +Requires: perl(HTTP::Status) +Requires: perl(LWP) >= 5.829 +Requires: perl(LWP::UserAgent) >= 5.829 +Requires: perl(Pod::Usage) +Requires: perl(URI) >= 1.36 +Requires: perl(URI::URL) +Requires: perl(URI::file) + +### auto-added brs! +BuildRequires: perl(Carp) +BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(HTML::Form) >= 1.038 +BuildRequires: perl(HTML::HeadParser) +BuildRequires: perl(HTML::Parser) >= 3.33 +BuildRequires: perl(HTTP::Daemon) +BuildRequires: perl(HTTP::Request) >= 1.3 +BuildRequires: perl(HTTP::Server::Simple::CGI) +BuildRequires: perl(HTTP::Status) +BuildRequires: perl(LWP) >= 5.829 +BuildRequires: perl(Pod::Usage) +BuildRequires: perl(URI::file) + %description "WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches @@ -62,7 +104,7 @@ make %{?_smp_mflags} rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* @@ -78,14 +120,58 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes etc/www-mechanize-logo.png +%doc Changes etc/www-mechanize-logo.png %{_bindir}/mech-dump -%{perl_vendorlib}/WWW/ +%{perl_vendorlib}/* %{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm* %changelog +* Sun Aug 23 2009 Chris Weyl 1.60-1 +- auto-update to 1.60 (by cpan-spec-update 0.01) +- added a new br on perl(Carp) (version 0) +- added a new br on perl(File::Temp) (version 0) +- added a new br on perl(FindBin) (version 0) +- added a new br on perl(Getopt::Long) (version 0) +- added a new br on perl(HTML::Form) (version 1.038) +- added a new br on perl(HTML::HeadParser) (version 0) +- added a new br on perl(HTML::Parser) (version 3.33) +- altered br on perl(HTML::TokeParser) (0 => 2.28) +- added a new br on perl(HTTP::Daemon) (version 0) +- added a new br on perl(HTTP::Request) (version 1.3) +- altered br on perl(HTTP::Server::Simple) (0 => 0.35) +- added a new br on perl(HTTP::Server::Simple::CGI) (version 0) +- added a new br on perl(HTTP::Status) (version 0) +- added a new br on perl(LWP) (version 5.829) +- altered br on perl(LWP::UserAgent) (0 => 5.829) +- added a new br on perl(Pod::Usage) (version 0) +- altered br on perl(Test::More) (0 => 0.34) +- altered br on perl(Test::Warn) (0 => 0.11) +- added a new br on perl(URI::file) (version 0) +- added a new req on perl(Carp) (version 0) +- added a new req on perl(File::Temp) (version 0) +- added a new req on perl(FindBin) (version 0) +- added a new req on perl(Getopt::Long) (version 0) +- added a new req on perl(HTML::Form) (version 1.038) +- added a new req on perl(HTML::HeadParser) (version 0) +- added a new req on perl(HTML::Parser) (version 3.33) +- added a new req on perl(HTML::TokeParser) (version 2.28) +- added a new req on perl(HTTP::Daemon) (version 0) +- added a new req on perl(HTTP::Request) (version 1.3) +- added a new req on perl(HTTP::Server::Simple) (version 0.35) +- added a new req on perl(HTTP::Server::Simple::CGI) (version 0) +- added a new req on perl(HTTP::Status) (version 0) +- added a new req on perl(LWP) (version 5.829) +- added a new req on perl(LWP::UserAgent) (version 5.829) +- added a new req on perl(Pod::Usage) (version 0) +- added a new req on perl(URI) (version 1.36) +- added a new req on perl(URI::URL) (version 0) +- added a new req on perl(URI::file) (version 0) + +* Sun Jul 26 2009 Fedora Release Engineering - 1.54-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-11/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 21 Feb 2009 04:01:03 -0000 1.12 +++ sources 27 Sep 2009 03:45:10 -0000 1.13 @@ -1 +1 @@ -27257ee2a33348df181c866d865925fb WWW-Mechanize-1.54.tar.gz +bd3bf56f28881c5363d1c599ff43a632 WWW-Mechanize-1.60.tar.gz From cweyl at fedoraproject.org Sun Sep 27 04:29:31 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 04:29:31 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/devel .cvsignore, 1.11, 1.12 perl-YAML-Tiny.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <20090927042931.DF67011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Tiny/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15829 Modified Files: .cvsignore perl-YAML-Tiny.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.40-1 - auto-update to 1.40 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 23 May 2009 19:54:51 -0000 1.11 +++ .cvsignore 27 Sep 2009 04:29:31 -0000 1.12 @@ -1 +1 @@ -YAML-Tiny-1.39.tar.gz +YAML-Tiny-1.40.tar.gz Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/perl-YAML-Tiny.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-YAML-Tiny.spec 26 Jul 2009 17:43:24 -0000 1.13 +++ perl-YAML-Tiny.spec 27 Sep 2009 04:29:31 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-YAML-Tiny -Version: 1.39 -Release: 2%{?dist} +Version: 1.40 +Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries @@ -17,8 +17,10 @@ BuildRequires: perl(YAML) BuildRequires: perl(YAML::Syck) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description -YAML::Tiny is a perl class for reading and writing YAML-style files, +YAML::Tiny is a Perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.40-1 +- auto-update to 1.40 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.39-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 23 May 2009 19:54:51 -0000 1.11 +++ sources 27 Sep 2009 04:29:31 -0000 1.12 @@ -1 +1 @@ -549d0d26bc4d9609ed43b84aec20cf19 YAML-Tiny-1.39.tar.gz +412bba484e5a3ab53308a0d731d853a6 YAML-Tiny-1.40.tar.gz From cweyl at fedoraproject.org Sun Sep 27 04:33:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 04:33:46 +0000 (UTC) Subject: rpms/perl-YAML-Syck/devel .cvsignore, 1.11, 1.12 perl-YAML-Syck.spec, 1.17, 1.18 sources, 1.11, 1.12 Message-ID: <20090927043346.A578511C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Syck/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17531 Modified Files: .cvsignore perl-YAML-Syck.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.07-1 - auto-update to 1.07 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Syck/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- .cvsignore 9 Jun 2008 18:04:59 -0000 1.11 +++ .cvsignore 27 Sep 2009 04:33:46 -0000 1.12 @@ -1 +1 @@ -YAML-Syck-1.05.tar.gz +YAML-Syck-1.07.tar.gz Index: perl-YAML-Syck.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Syck/devel/perl-YAML-Syck.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- perl-YAML-Syck.spec 26 Jul 2009 17:43:09 -0000 1.17 +++ perl-YAML-Syck.spec 27 Sep 2009 04:33:46 -0000 1.18 @@ -1,17 +1,19 @@ Name: perl-YAML-Syck -Version: 1.05 -Release: 3%{?dist} +Version: 1.07 +Release: 1%{?dist} Summary: Fast, lightweight YAML loader and dumper License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/YAML-Syck/ -Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Devel::Leak) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data @@ -50,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.07-1 +- auto-update to 1.07 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 1.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Syck/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 9 Jun 2008 18:04:59 -0000 1.11 +++ sources 27 Sep 2009 04:33:46 -0000 1.12 @@ -1 +1 @@ -f74aaf6f275eb922bbf58cdb2cb02895 YAML-Syck-1.05.tar.gz +410ef7e24185de2a04390e0543876cad YAML-Syck-1.07.tar.gz From cweyl at fedoraproject.org Sun Sep 27 04:33:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 04:33:56 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/F-11 perl-YAML-Tiny.spec, 1.12, 1.13 sources, 1.11, 1.12 Message-ID: <20090927043356.7DDE111C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Tiny/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17624 Modified Files: perl-YAML-Tiny.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.40-1 - auto-update to 1.40 (by cpan-spec-update 0.01) Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-11/perl-YAML-Tiny.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-YAML-Tiny.spec 23 May 2009 19:59:12 -0000 1.12 +++ perl-YAML-Tiny.spec 27 Sep 2009 04:33:56 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-YAML-Tiny -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic @@ -17,8 +17,10 @@ BuildRequires: perl(YAML) BuildRequires: perl(YAML::Syck) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description -YAML::Tiny is a perl class for reading and writing YAML-style files, +YAML::Tiny is a Perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. @@ -52,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.40-1 +- auto-update to 1.40 (by cpan-spec-update 0.01) + +* Sun Jul 26 2009 Fedora Release Engineering - 1.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat May 23 2009 Chris Weyl 1.39-1 - auto-update to 1.39 (by cpan-spec-update 0.01) - added a new br on perl(File::Spec) (version 0.80) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-11/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- sources 23 May 2009 19:59:12 -0000 1.11 +++ sources 27 Sep 2009 04:33:56 -0000 1.12 @@ -1 +1 @@ -549d0d26bc4d9609ed43b84aec20cf19 YAML-Tiny-1.39.tar.gz +412bba484e5a3ab53308a0d731d853a6 YAML-Tiny-1.40.tar.gz From cweyl at fedoraproject.org Sun Sep 27 04:40:21 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 04:40:21 +0000 (UTC) Subject: rpms/perl-Text-Diff/devel .cvsignore, 1.2, 1.3 perl-Text-Diff.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <20090927044021.D025011C0424@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Diff/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19279 Modified Files: .cvsignore perl-Text-Diff.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.37-1 - add filtering - auto-update to 1.37 (by cpan-spec-update 0.01) - altered br on perl(Algorithm::Diff) (0 => 1.19) - added a new br on perl(Exporter) (version 0) - added a new br on perl(Test) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 21:24:01 -0000 1.2 +++ .cvsignore 27 Sep 2009 04:40:21 -0000 1.3 @@ -1 +1 @@ -Text-Diff-0.35.tar.gz +Text-Diff-1.37.tar.gz Index: perl-Text-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/perl-Text-Diff.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Text-Diff.spec 26 Jul 2009 17:05:16 -0000 1.7 +++ perl-Text-Diff.spec 27 Sep 2009 04:40:21 -0000 1.8 @@ -1,17 +1,21 @@ Name: perl-Text-Diff -Version: 0.35 -Release: 8%{?dist} +Version: 1.37 +Release: 1%{?dist} Summary: Perform diffs on files and record sets License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff/ -Source0: http://www.cpan.org/authors/id/R/RB/RBS/Text-Diff-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Text-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Algorithm::Diff) +BuildRequires: perl(Algorithm::Diff) >= 1.19 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Exporter) +BuildRequires: perl(Test) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Text::Diff provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better @@ -49,6 +53,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.37-1 +- add filtering +- auto-update to 1.37 (by cpan-spec-update 0.01) +- altered br on perl(Algorithm::Diff) (0 => 1.19) +- added a new br on perl(Exporter) (version 0) +- added a new br on perl(Test) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 0.35-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 6 Jan 2006 21:24:01 -0000 1.2 +++ sources 27 Sep 2009 04:40:21 -0000 1.3 @@ -1 +1 @@ -4931662ea353384dec2a54a71b26ee8c Text-Diff-0.35.tar.gz +52c1cba785ecfbbca242b57742173665 Text-Diff-1.37.tar.gz From bugzilla at redhat.com Sun Sep 27 04:43:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Sep 2009 00:43:44 -0400 Subject: [Bug 511445] FTBFS perl-HTML-FormFu-Model-DBIC-0.03007-1.fc11 In-Reply-To: References: Message-ID: <200909270443.n8R4hiCp025819@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511445 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 27 04:47:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Sep 2009 00:47:41 -0400 Subject: [Bug 511752] FTBFS perl-MooseX-AttributeHelpers-0.19-1.fc12 In-Reply-To: References: Message-ID: <200909270447.n8R4lf7j017207@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511752 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 27 04:48:26 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Sep 2009 00:48:26 -0400 Subject: [Bug 511652] FTBFS perl-MooseX-Role-Parameterized-0.09-2.fc12 In-Reply-To: References: Message-ID: <200909270448.n8R4mQAW026786@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=511652 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Sep 27 04:46:48 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 27 Sep 2009 00:46:48 -0400 Subject: [Bug 520431] package unusable, missing dependency "POE::Component::Pluggable" In-Reply-To: References: Message-ID: <200909270446.n8R4kmb2026583@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=520431 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE Bug 520431 depends on bug 520460, which changed state. Bug 520460 Summary: Review Request: perl-POE-Component-Pluggable - A base class for creating plugin-enabled POE components https://bugzilla.redhat.com/show_bug.cgi?id=520460 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Resolution| |NEXTRELEASE Status|ASSIGNED |CLOSED --- Comment #1 from Chris Weyl 2009-09-27 00:46:47 EDT --- We have perl-POE-Component-Pluggable in rawhide now, so we should be OK here... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sun Sep 27 04:52:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 04:52:24 +0000 (UTC) Subject: rpms/perl-Text-Diff/devel perl-Text-Diff.spec,1.8,1.9 Message-ID: <20090927045224.B87EF11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Diff/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21925 Modified Files: perl-Text-Diff.spec Log Message: * Sun Sep 27 2009 Chris Weyl 1.37-2 - add Test::More as a BR (rt#50040) Index: perl-Text-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/perl-Text-Diff.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-Text-Diff.spec 27 Sep 2009 04:40:21 -0000 1.8 +++ perl-Text-Diff.spec 27 Sep 2009 04:52:24 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Text-Diff Version: 1.37 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perform diffs on files and record sets License: GPL+ or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(Algorithm::Diff) >= BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Exporter) BuildRequires: perl(Test) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.37-2 +- add Test::More as a BR (rt#50040) + * Sun Sep 27 2009 Chris Weyl 1.37-1 - add filtering - auto-update to 1.37 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Sun Sep 27 05:00:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 05:00:03 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/devel .cvsignore, 1.10, 1.11 perl-SQL-Abstract.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <20090927050003.6FADA11C0424@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24037 Modified Files: .cvsignore perl-SQL-Abstract.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.60-1 - auto-update to 1.60 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 11 Sep 2009 16:15:16 -0000 1.10 +++ .cvsignore 27 Sep 2009 05:00:03 -0000 1.11 @@ -1 +1 @@ -SQL-Abstract-1.58.tar.gz +SQL-Abstract-1.60.tar.gz Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-SQL-Abstract.spec 11 Sep 2009 16:15:16 -0000 1.16 +++ perl-SQL-Abstract.spec 27 Sep 2009 05:00:03 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-SQL-Abstract -Version: 1.58 +Version: 1.60 Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 27 2009 Chris Weyl 1.60-1 +- auto-update to 1.60 (by cpan-spec-update 0.01) + * Fri Sep 11 2009 Chris Weyl 1.58-1 - add default filtering (pro forma) - auto-update to 1.58 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 11 Sep 2009 16:15:16 -0000 1.10 +++ sources 27 Sep 2009 05:00:03 -0000 1.11 @@ -1 +1 @@ -4ab50f21c4795a7ec988efa7b21e6270 SQL-Abstract-1.58.tar.gz +1f24c3367f8841ec3780284712f7622a SQL-Abstract-1.60.tar.gz From cweyl at fedoraproject.org Sun Sep 27 05:06:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 05:06:23 +0000 (UTC) Subject: rpms/perl-SQL-Translator/devel .cvsignore, 1.8, 1.9 perl-SQL-Translator.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <20090927050623.CD76011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Translator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26608 Modified Files: .cvsignore perl-SQL-Translator.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.11002-1 - auto-update to 0.11002 (by cpan-spec-update 0.01) - altered br on perl(Parse::RecDescent) (1.096 => 1.962002) - altered req on perl(Parse::RecDescent) (1.096 => 1.962002) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 24 Aug 2009 02:49:43 -0000 1.8 +++ .cvsignore 27 Sep 2009 05:06:23 -0000 1.9 @@ -1 +1 @@ -SQL-Translator-0.11001.tar.gz +SQL-Translator-0.11002.tar.gz Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/perl-SQL-Translator.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-SQL-Translator.spec 24 Aug 2009 02:49:43 -0000 1.11 +++ perl-SQL-Translator.spec 27 Sep 2009 05:06:23 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-SQL-Translator -Version: 0.11001 +Version: 0.11002 Release: 1%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm @@ -14,7 +14,6 @@ Requires: perl(:MODULE_COMPAT_%(ev Requires: perl(Class::Accessor::Fast) Requires: perl(Class::Data::Inheritable) >= 0.02 -# core BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Dir) @@ -22,7 +21,6 @@ BuildRequires: perl(IO::File) BuildRequires: perl(Pod::Usage) BuildRequires: perl(Test::More) >= 0.6 #BuildRequires: perl(Text::ParseWords) -# cpan BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Class::Base) BuildRequires: perl(Class::Data::Inheritable) >= 0.02 @@ -35,7 +33,7 @@ BuildRequires: perl(GraphViz) BuildRequires: perl(IO::Scalar) >= 2.11 BuildRequires: perl(Log::Log4perl) BuildRequires: perl(Module::Build) -BuildRequires: perl(Parse::RecDescent) >= 1.096 +BuildRequires: perl(Parse::RecDescent) >= 1.962002 # >= 0.2602 avail in FC-5+ BuildRequires: perl(Spreadsheet::ParseExcel) BuildRequires: perl(Template) >= 2.1 @@ -43,6 +41,10 @@ BuildRequires: perl(Text::RecordParser) BuildRequires: perl(XML::Writer) >= 0.5 BuildRequires: perl(XML::XPath) >= 1.13 BuildRequires: perl(YAML) >= 0.66 +BuildRequires: perl(Carp::Clan) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(File::ShareDir) >= 1 +BuildRequires: perl(CPAN) # test BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::Exception) @@ -58,16 +60,10 @@ Requires: perl(File::ShareDir) >= Requires: perl(File::Spec) Requires: perl(IO::Dir) Requires: perl(IO::Scalar) >= 2.11 -Requires: perl(Parse::RecDescent) >= 1.096 +Requires: perl(Parse::RecDescent) >= 1.962002 Requires: perl(Pod::Usage) Requires: perl(XML::Writer) >= 0.5 -### auto-added brs! -BuildRequires: perl(Carp::Clan) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(File::ShareDir) >= 1 -BuildRequires: perl(CPAN) - %{?perl_default_filter: %filter_from_requires /perl(:)/d %perl_default_filter @@ -121,6 +117,11 @@ rm -rf %{buildroot} %{_mandir}/man[13]/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.11002-1 +- auto-update to 0.11002 (by cpan-spec-update 0.01) +- altered br on perl(Parse::RecDescent) (1.096 => 1.962002) +- altered req on perl(Parse::RecDescent) (1.096 => 1.962002) + * Mon Aug 24 2009 Chris Weyl 0.11001-1 - auto-update to 0.11001 (by cpan-spec-update 0.01) - added a new br on perl(Carp::Clan) (version 0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 24 Aug 2009 02:49:43 -0000 1.7 +++ sources 27 Sep 2009 05:06:23 -0000 1.8 @@ -1 +1 @@ -09475b116f9d4f160418955225b99bdb SQL-Translator-0.11001.tar.gz +72de264f0b2ffac5cc6dafd9be05fb77 SQL-Translator-0.11002.tar.gz From cweyl at alumni.drew.edu Sun Sep 27 05:22:08 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sat, 26 Sep 2009 22:22:08 -0700 Subject: RFC: adding perl(UNIVERSAL), perl(DB) to perl_default_filter Message-ID: <7dd7ab490909262222s34617927ia53199f0cbd107c4@mail.gmail.com> I'm thinking it's a good idea to add something to the effect of: %filter_from_provides /perl(UNIVERSAL)/d; /perl(DB)/d to our %perl_default_filter... I can think of a couple cases where a package could legitimately be saying 'package DB' or 'package UNIVERSAL', but I can't think of any good reason a perl-* package should be providing those at the RPM-metadata level. Can you? :) -Chris -- Chris Weyl Ex astris, scientia From cweyl at fedoraproject.org Sun Sep 27 05:23:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 05:23:02 +0000 (UTC) Subject: rpms/perl-SUPER/devel .cvsignore, 1.4, 1.5 perl-SUPER.spec, 1.8, 1.9 sources, 1.4, 1.5 filter-provides.sh, 1.1, NONE Message-ID: <20090927052302.7BBE311C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SUPER/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30698 Modified Files: .cvsignore perl-SUPER.spec sources Removed Files: filter-provides.sh Log Message: * Sun Sep 27 2009 Chris Weyl 1.17-1 - update filtering - auto-update to 1.17 (by cpan-spec-update 0.01) - added a new br on perl(Scalar::Util) (version 1.20) - altered br on perl(Sub::Identify) (0 => 0.03) - altered br on perl(Test::Simple) (0 => 0.61) - added a new req on perl(Scalar::Util) (version 1.20) - added a new req on perl(Sub::Identify) (version 0.03) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SUPER/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 18 Apr 2007 22:26:51 -0000 1.4 +++ .cvsignore 27 Sep 2009 05:23:01 -0000 1.5 @@ -1 +1 @@ -SUPER-1.16.tar.gz +SUPER-1.17.tar.gz Index: perl-SUPER.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SUPER/devel/perl-SUPER.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- perl-SUPER.spec 26 Jul 2009 16:25:23 -0000 1.8 +++ perl-SUPER.spec 27 Sep 2009 05:23:02 -0000 1.9 @@ -1,31 +1,33 @@ Name: perl-SUPER -Version: 1.16 -Release: 5%{?dist} +Version: 1.17 +Release: 1%{?dist} Summary: Sane superclass method dispatcher License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/SUPER/ -Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# We don't really want to provide: perl(UNIVERSAL) -Source98: filter-provides.sh -%define __perl_provides %{SOURCE98} - -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Simple) -BuildRequires: perl(Sub::Identify) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Simple) >= 0.61 +BuildRequires: perl(Sub::Identify) >= 0.03 +BuildRequires: perl(Scalar::Util) >= 1.20 -# not picked up due to use base Requires: perl(Exporter) +Requires: perl(Scalar::Util) >= 1.20 +Requires: perl(Sub::Identify) >= 0.03 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter: +%filter_from_provides /perl(UNIVERSAL)/d; /perl(DB)/d +%perl_default_filter +} %description When subclassing a class, you occasionally want to dispatch control to the superclass -- at least conditionally and temporarily. This module provides -an easier, cleaner way for class methods to access their ancestor's +an easier, cleaner way for class methods to access their ancestor's implementation. %prep @@ -56,6 +58,15 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 1.17-1 +- update filtering +- auto-update to 1.17 (by cpan-spec-update 0.01) +- added a new br on perl(Scalar::Util) (version 1.20) +- altered br on perl(Sub::Identify) (0 => 0.03) +- altered br on perl(Test::Simple) (0 => 0.61) +- added a new req on perl(Scalar::Util) (version 1.20) +- added a new req on perl(Sub::Identify) (version 0.03) + * Sun Jul 26 2009 Fedora Release Engineering - 1.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SUPER/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 18 Apr 2007 22:26:51 -0000 1.4 +++ sources 27 Sep 2009 05:23:02 -0000 1.5 @@ -1 +1 @@ -3a0584598514f471f5df9480e12573c0 SUPER-1.16.tar.gz +aa54aa7e9148c368091e34559587f3b2 SUPER-1.17.tar.gz --- filter-provides.sh DELETED --- From cweyl at fedoraproject.org Sun Sep 27 05:40:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 05:40:32 +0000 (UTC) Subject: rpms/perl-POE-Test-Loops/devel .cvsignore, 1.3, 1.4 perl-POE-Test-Loops.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090927054032.2EFF411C0424@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Test-Loops/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4091 Modified Files: .cvsignore perl-POE-Test-Loops.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.022-1 - update filtering - auto-update to 1.022 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Aug 2009 08:08:56 -0000 1.3 +++ .cvsignore 27 Sep 2009 05:40:31 -0000 1.4 @@ -1 +1 @@ -POE-Test-Loops-1.021.tar.gz +POE-Test-Loops-1.022.tar.gz Index: perl-POE-Test-Loops.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/perl-POE-Test-Loops.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-POE-Test-Loops.spec 11 Aug 2009 08:08:56 -0000 1.3 +++ perl-POE-Test-Loops.spec 27 Sep 2009 05:40:31 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-POE-Test-Loops -Version: 1.021 +Version: 1.022 Release: 1%{?dist} # META.yml, bin/poe-gen-tests -> perl License: GPL+ or Artistic @@ -14,6 +14,11 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +%{?perl_default_filter: +%filter_from_provides /perl([DIFMOSU].*)/d; /perl(POE::MySession)/d +%perl_default_filter +} + %description POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses. The SYNOPSIS @@ -21,25 +26,11 @@ example is a version of poe-gen-tests, w to generate the actual tests. The poe-gen-tests manpage also documents the POE::Test::Loops system in more detail. - %prep %setup -q -n POE-Test-Loops-%{version} find . -type f -exec chmod -c -x {} ';' -# 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+||'` | \ - sed -e '/perl([DIFMOSU].*)/d; /perl(POE::MySession)/d' - #sed -e '/perl((?!(POE)).*)/d' - #perl -p -e '/^(?!POE)/d' -EOF - -%define __perl_provides %{_builddir}/POE-Test-Loops-%{version}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -68,6 +59,10 @@ rm -rf %{buildroot} %{_mandir}/man1/poe-gen-tests.1.gz %changelog +* Sun Sep 27 2009 Chris Weyl 1.022-1 +- update filtering +- auto-update to 1.022 (by cpan-spec-update 0.01) + * Tue Aug 11 2009 Chris Weyl 1.021-1 - auto-update to 1.021 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Aug 2009 08:08:56 -0000 1.3 +++ sources 27 Sep 2009 05:40:31 -0000 1.4 @@ -1 +1 @@ -1a77a4d9891fd5bed316fad45131e766 POE-Test-Loops-1.021.tar.gz +d663b5d958cc74990b30a021cc555dfd POE-Test-Loops-1.022.tar.gz From cweyl at fedoraproject.org Sun Sep 27 05:49:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 05:49:40 +0000 (UTC) Subject: rpms/perl-POE/devel .cvsignore, 1.12, 1.13 perl-POE.spec, 1.18, 1.19 sources, 1.12, 1.13 Message-ID: <20090927054940.1DFCB11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6668 Modified Files: .cvsignore perl-POE.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.269-1 - update filtering... - auto-update to 1.269 (by cpan-spec-update 0.01) - added a new br on perl(Module::Build) - altered br on perl(POE::Test::Loops) (1.021 => 1.022) - altered req on perl(POE::Test::Loops) (1.021 => 1.022) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 25 Aug 2009 06:32:06 -0000 1.12 +++ .cvsignore 27 Sep 2009 05:49:39 -0000 1.13 @@ -1 +1 @@ -POE-1.007.tar.gz +POE-1.269.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-POE.spec 25 Aug 2009 06:32:07 -0000 1.18 +++ perl-POE.spec 27 Sep 2009 05:49:39 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-POE -Version: 1.007 +Version: 1.269 Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl @@ -11,10 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# core BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) -# cpan BuildRequires: perl(Compress::Zlib) >= 1.33 BuildRequires: perl(Curses) >= 1.08 BuildRequires: perl(IO::Poll) >= 0.01 @@ -33,37 +31,36 @@ BuildRequires: perl(URI) >= 1.30 BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) -# not picked up automatically -Requires: perl(Compress::Zlib) -Requires: perl(Event) -Requires: perl(IO::Pty) -Requires: perl(Socket6) - -### auto-added brs! +BuildRequires: perl(Module::Build) BuildRequires: perl(Storable) >= 2.16 BuildRequires: perl(Errno) >= 1.09 BuildRequires: perl(IO::Handle) >= 1.27 BuildRequires: perl(Socket) >= 1.7 BuildRequires: perl(IO::Tty) >= 1.08 -BuildRequires: perl(POE::Test::Loops) >= 1.021 +BuildRequires: perl(POE::Test::Loops) >= 1.022 BuildRequires: perl(POSIX) >= 1.02 BuildRequires: perl(File::Spec) >= 0.87 BuildRequires: perl(Exporter) BuildRequires: perl(Test::Harness) >= 2.26 BuildRequires: perl(Carp) -### auto-added reqs! +Requires: perl(Compress::Zlib) +Requires: perl(Event) +Requires: perl(IO::Pty) +Requires: perl(Socket6) Requires: perl(Carp) Requires: perl(Errno) >= 1.09 Requires: perl(Exporter) Requires: perl(File::Spec) >= 0.87 Requires: perl(IO::Handle) >= 1.27 Requires: perl(IO::Tty) >= 1.08 -Requires: perl(POE::Test::Loops) >= 1.021 +Requires: perl(POE::Test::Loops) >= 1.022 Requires: perl(POSIX) >= 1.02 Requires: perl(Socket) >= 1.7 Requires: perl(Storable) >= 2.16 +%{?perl_default_filter} + %description POE is a framework for cooperative, event driven multitasking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the @@ -84,29 +81,7 @@ possible to use POE at varying levels of # make rpmlint happy... chmod -c -x examples/* find t/ -type f -exec chmod -c -x {} + -find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + - -# Filter unwanted Requires: -cat << \EOF > %{name}-req -#!/bin/sh -%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` - sed -e '/perl(Tk)/d; /perl(Test::More)/d; /perl(lib)/d' -EOF - -%define __perl_requires %{_builddir}/POE-%{version}/%{name}-req -chmod +x %{__perl_requires} - - -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` |\ - sed -e '/^perl(POE::Kernel)$/d; /^perl(POE::Loop::Tk)$/d' -EOF - -%define __perl_provides %{_builddir}/POE-%{version}/%{name}-prov -chmod +x %{__perl_provides} - +find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor --default @@ -154,6 +129,13 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2009 Chris Weyl 1.269-1 +- update filtering... +- auto-update to 1.269 (by cpan-spec-update 0.01) +- added a new br on perl(Module::Build) +- altered br on perl(POE::Test::Loops) (1.021 => 1.022) +- altered req on perl(POE::Test::Loops) (1.021 => 1.022) + * Tue Aug 25 2009 Chris Weyl 1.007-1 - auto-update to 1.007 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 25 Aug 2009 06:32:07 -0000 1.12 +++ sources 27 Sep 2009 05:49:39 -0000 1.13 @@ -1 +1 @@ -c7e8822bd11ed36a2f716f60e58da2e6 POE-1.007.tar.gz +1e368c2c9ff34cf79c31359c002936d7 POE-1.269.tar.gz From cweyl at fedoraproject.org Sun Sep 27 06:06:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 06:06:18 +0000 (UTC) Subject: rpms/perl-Mouse/devel .cvsignore, 1.12, 1.13 perl-Mouse.spec, 1.14, 1.15 sources, 1.12, 1.13 Message-ID: <20090927060618.A24D711C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Mouse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13421 Modified Files: .cvsignore perl-Mouse.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.35-1 - update filtering - drop our soft-requires (except 1). Anything using Mouse by this point should know to require them if their bits are needed. - add benchmarks/ to doc - auto-update to 0.35 (by cpan-spec-update 0.01) - altered br on perl(Test::Exception) (0.21 => 0.27) - altered br on perl(Test::More) (0.8 => 0.88) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 19 Sep 2009 18:45:02 -0000 1.12 +++ .cvsignore 27 Sep 2009 06:06:16 -0000 1.13 @@ -1 +1 @@ -Mouse-0.29.tar.gz +Mouse-0.35.tar.gz Index: perl-Mouse.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-Mouse.spec 19 Sep 2009 18:45:02 -0000 1.14 +++ perl-Mouse.spec 27 Sep 2009 06:06:17 -0000 1.15 @@ -1,10 +1,10 @@ Name: perl-Mouse -Version: 0.28 +Version: 0.35 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Moose minus the antlers -Source: http://search.cpan.org/CPAN/authors/id/S/SU/SUNNAVY/Mouse-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-%{version}.tar.gz Url: http://search.cpan.org/dist/Mouse BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -16,18 +16,13 @@ BuildRequires: perl(MRO::Compat) BuildRequires: perl(Scalar::Util) >= 1.14 # tests BuildRequires: perl(Moose) -BuildRequires: perl(Test::Exception) >= 0.21 -BuildRequires: perl(Test::More) >= 0.8 +BuildRequires: perl(Test::Exception) >= 0.27 +BuildRequires: perl(Test::More) >= 0.88 -# Strictly speaking, since 0.09 these are "soft dependencies", that is, Mouse -# will take advantage of them (and run faster) if they're there; but can cope -# otherwise. As they're already all in Fedora, and we don't have a -# "recommends" in rpm yet, let's manually require them here. -Requires: perl(Class::Method::Modifiers) >= 1.01 -Requires: perl(Test::Exception) >= 0.27 -Requires: perl(Scalar::Util) >= 1.14 -Requires: perl(MRO::Compat) >= 0.09 +# "soft requires" +BuildRequires: perl(MRO::Compat) +%{?perl_default_filter} %description Moose, a powerful metaobject-fuelled extension of the Perl 5 object system, @@ -42,18 +37,9 @@ functionality, faster. %prep %setup -q -n Mouse-%{version} -find t/ -type f -exec perl -pi -e 's|^#!perl|#!/usr/bin/perl|' {} + - -# 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|%{_docdir}/%{name}-%{version}\S+||'` -EOF - -%define __perl_provides %{_builddir}/Mouse-%{version}/%{name}-prov -chmod +x %{__perl_provides} - +find . -type f -exec chmod -c -x {} + +find t/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} + +find benchmarks/ -type f -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -76,11 +62,20 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes t/ +%doc Changes benchmarks/ t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun Sep 27 2009 Chris Weyl 0.35-1 +- update filtering +- drop our soft-requires (except 1). Anything using Mouse by this point + should know to require them if their bits are needed. +- add benchmarks/ to doc +- auto-update to 0.35 (by cpan-spec-update 0.01) +- altered br on perl(Test::Exception) (0.21 => 0.27) +- altered br on perl(Test::More) (0.8 => 0.88) + * Sat Sep 19 2009 Chris Weyl 0.28-1 - auto-update to 0.28 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 19 Sep 2009 18:45:02 -0000 1.12 +++ sources 27 Sep 2009 06:06:17 -0000 1.13 @@ -1 +1 @@ -fa8f93156c9d466763c6d7d4b4b416b9 Mouse-0.29.tar.gz +86575b25595fd50ed363ac678fcb4720 Mouse-0.35.tar.gz From cweyl at fedoraproject.org Sun Sep 27 06:15:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 06:15:01 +0000 (UTC) Subject: rpms/perl-Module-ScanDeps/devel .cvsignore, 1.20, 1.21 perl-Module-ScanDeps.spec, 1.24, 1.25 sources, 1.20, 1.21 Message-ID: <20090927061501.7AF2D11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-ScanDeps/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17162 Modified Files: .cvsignore perl-Module-ScanDeps.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.95-1 - auto-update to 0.95 (by cpan-spec-update 0.01) - add perl_default_filter (pro forma) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-ScanDeps/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 15 Dec 2008 20:25:16 -0000 1.20 +++ .cvsignore 27 Sep 2009 06:15:01 -0000 1.21 @@ -1 +1 @@ -Module-ScanDeps-0.89.tar.gz +Module-ScanDeps-0.95.tar.gz Index: perl-Module-ScanDeps.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-ScanDeps/devel/perl-Module-ScanDeps.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- perl-Module-ScanDeps.spec 26 Jul 2009 11:20:29 -0000 1.24 +++ perl-Module-ScanDeps.spec 27 Sep 2009 06:15:01 -0000 1.25 @@ -1,14 +1,14 @@ Name: perl-Module-ScanDeps -Version: 0.89 -Release: 3%{?dist} +Version: 0.95 +Release: 1%{?dist} Summary: Recursively scan Perl code for dependencies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-ScanDeps/ -Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Module-ScanDeps-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Module-ScanDeps-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Test::More) @@ -17,6 +17,8 @@ BuildRequires: perl(prefork) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description This module scans potential modules used by perl programs and returns a hash reference. Its keys are the module names as appears in %INC (e.g. @@ -54,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.95-1 +- auto-update to 0.95 (by cpan-spec-update 0.01) +- add perl_default_filter (pro forma) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) + * Sun Jul 26 2009 Fedora Release Engineering - 0.89-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-ScanDeps/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- sources 15 Dec 2008 20:25:16 -0000 1.20 +++ sources 27 Sep 2009 06:15:01 -0000 1.21 @@ -1 +1 @@ -97eccc0184030d598c84c544f3507a53 Module-ScanDeps-0.89.tar.gz +9181f1d8b521e698064610917094f89a Module-ScanDeps-0.95.tar.gz From cweyl at fedoraproject.org Sun Sep 27 07:39:59 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 07:39:59 +0000 (UTC) Subject: rpms/perl-JavaScript-Minifier-XS/devel .cvsignore, 1.2, 1.3 perl-JavaScript-Minifier-XS.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090927073959.6762D11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JavaScript-Minifier-XS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15047 Modified Files: .cvsignore perl-JavaScript-Minifier-XS.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.06-1 - update filtering - auto-update to 0.06 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-JavaScript-Minifier-XS/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 3 Jun 2009 17:03:26 -0000 1.2 +++ .cvsignore 27 Sep 2009 07:39:58 -0000 1.3 @@ -1 +1 @@ -JavaScript-Minifier-XS-0.05.tar.gz +JavaScript-Minifier-XS-0.06.tar.gz Index: perl-JavaScript-Minifier-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JavaScript-Minifier-XS/devel/perl-JavaScript-Minifier-XS.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-JavaScript-Minifier-XS.spec 26 Jul 2009 08:51:40 -0000 1.2 +++ perl-JavaScript-Minifier-XS.spec 27 Sep 2009 07:39:58 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-JavaScript-Minifier-XS -Version: 0.05 -Release: 3%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: XS based JavaScript minifier License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Minifier-XS/ -Source0: http://www.cpan.org/authors/id/G/GT/GTERMARS/JavaScript-Minifier-XS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/JavaScript-Minifier-XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) @@ -13,14 +13,10 @@ BuildRequires: perl(JavaScript::Minifie BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" +%{?perl_default_filter} %description -JavaScript::Minifier::XS is a JavaScript "minifier"; its designed +JavaScript::Minifier::XS is a JavaScript "minifier"; it's designed to remove un-necessary whitespace and comments from JavaScript files without breaking the JavaScript. @@ -54,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.06-1 +- update filtering +- auto-update to 0.06 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-JavaScript-Minifier-XS/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 3 Jun 2009 17:03:26 -0000 1.2 +++ sources 27 Sep 2009 07:39:58 -0000 1.3 @@ -1 +1 @@ -be844769f0c65ec3ef0e8390331d58d3 JavaScript-Minifier-XS-0.05.tar.gz +f77bb263e4851227086112aecbf14ac9 JavaScript-Minifier-XS-0.06.tar.gz From cweyl at fedoraproject.org Sun Sep 27 08:21:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 08:21:58 +0000 (UTC) Subject: rpms/perl-JavaScript-Minifier-XS/F-11 perl-JavaScript-Minifier-XS.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090927082158.D746811C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JavaScript-Minifier-XS/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30504 Modified Files: perl-JavaScript-Minifier-XS.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.06-1 - update filtering - auto-update to 0.06 (by cpan-spec-update 0.01) Index: perl-JavaScript-Minifier-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JavaScript-Minifier-XS/F-11/perl-JavaScript-Minifier-XS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-JavaScript-Minifier-XS.spec 3 Jun 2009 17:06:01 -0000 1.1 +++ perl-JavaScript-Minifier-XS.spec 27 Sep 2009 08:21:58 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-JavaScript-Minifier-XS -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: XS based JavaScript minifier License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JavaScript-Minifier-XS/ -Source0: http://www.cpan.org/authors/id/G/GT/GTERMARS/JavaScript-Minifier-XS-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/G/GT/GTERMARS/JavaScript-Minifier-XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) @@ -13,14 +13,10 @@ BuildRequires: perl(JavaScript::Minifie BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" +%{?perl_default_filter} %description -JavaScript::Minifier::XS is a JavaScript "minifier"; its designed +JavaScript::Minifier::XS is a JavaScript "minifier"; it's designed to remove un-necessary whitespace and comments from JavaScript files without breaking the JavaScript. @@ -54,6 +50,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.06-1 +- update filtering +- auto-update to 0.06 (by cpan-spec-update 0.01) + +* Sun Jul 26 2009 Fedora Release Engineering - 0.05-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue May 5 2009 Marcela Ma?l??ov? 0.05-2 - add BR, remove useless provides Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-JavaScript-Minifier-XS/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 3 Jun 2009 17:06:01 -0000 1.2 +++ sources 27 Sep 2009 08:21:58 -0000 1.3 @@ -1 +1 @@ -be844769f0c65ec3ef0e8390331d58d3 JavaScript-Minifier-XS-0.05.tar.gz +f77bb263e4851227086112aecbf14ac9 JavaScript-Minifier-XS-0.06.tar.gz From cweyl at fedoraproject.org Sun Sep 27 08:28:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 08:28:33 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-DNS/devel .cvsignore, 1.5, 1.6 perl-POE-Component-Client-DNS.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090927082833.C324211C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32702 Modified Files: .cvsignore perl-POE-Component-Client-DNS.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 1.050-1 - auto-update to 1.050 (by cpan-spec-update 0.01) - added a new br on perl(Test::NoWarnings) (version 0.084) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Aug 2009 06:50:56 -0000 1.5 +++ .cvsignore 27 Sep 2009 08:28:33 -0000 1.6 @@ -1 +1 @@ -POE-Component-Client-DNS-1.04.tar.gz +POE-Component-Client-DNS-1.050.tar.gz Index: perl-POE-Component-Client-DNS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/perl-POE-Component-Client-DNS.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- perl-POE-Component-Client-DNS.spec 25 Aug 2009 06:50:56 -0000 1.9 +++ perl-POE-Component-Client-DNS.spec 27 Sep 2009 08:28:33 -0000 1.10 @@ -1,5 +1,5 @@ Name: perl-POE-Component-Client-DNS -Version: 1.04 +Version: 1.050 Release: 1%{?dist} Summary: Non-blocking/concurrent DNS queries using Net::DNS and POE @@ -15,11 +15,13 @@ BuildRequires: perl(POE) >= 1.007 BuildRequires: perl(Net::DNS) >= 0.59 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +BuildRequires: perl(Test::NoWarnings) >= 0.084 -### auto-added reqs! Requires: perl(Net::DNS) >= 0.59 Requires: perl(POE) >= 1.007 +%{?perl_default_filter} + %description POE::Component::Client::DNS provides a facility for non-blocking, concurrent DNS requests. Using POE, it allows other tasks to run while waiting for name @@ -66,6 +68,10 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2009 Chris Weyl 1.050-1 +- auto-update to 1.050 (by cpan-spec-update 0.01) +- added a new br on perl(Test::NoWarnings) (version 0.084) + * Tue Aug 25 2009 Chris Weyl 1.04-1 - auto-update to 1.04 (by cpan-spec-update 0.01) - added a new br on perl(ExtUtils::MakeMaker) (version 0) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Aug 2009 06:50:56 -0000 1.5 +++ sources 27 Sep 2009 08:28:33 -0000 1.6 @@ -1 +1 @@ -81328c4af17a40e34d5f37fe5768f428 POE-Component-Client-DNS-1.04.tar.gz +c07de9f13818a9d8bf467831282df55c POE-Component-Client-DNS-1.050.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:01:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:01:19 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel .cvsignore, 1.5, 1.6 perl-POE-Component-Client-Keepalive.spec, 1.11, 1.12 sources, 1.5, 1.6 Message-ID: <20090927090119.1C33711C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12383 Modified Files: .cvsignore perl-POE-Component-Client-Keepalive.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.260-1 - update filtering - auto-update to 0.260 (by cpan-spec-update 0.01) - added a new br on perl(Net::IP) (version 1.25) - altered br on perl(POE) (0.31 => 1.007) - altered br on perl(POE::Component::Client::DNS) (1.01 => 1.04) - added a new req on perl(Net::IP) (version 1.25) - added a new req on perl(POE) (version 1.007) - added a new req on perl(POE::Component::Client::DNS) (version 1.04) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 May 2009 07:20:42 -0000 1.5 +++ .cvsignore 27 Sep 2009 09:01:18 -0000 1.6 @@ -1 +1 @@ -POE-Component-Client-Keepalive-0.25.tar.gz +POE-Component-Client-Keepalive-0.260.tar.gz Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-POE-Component-Client-Keepalive.spec 26 Jul 2009 13:56:51 -0000 1.11 +++ perl-POE-Component-Client-Keepalive.spec 27 Sep 2009 09:01:18 -0000 1.12 @@ -1,15 +1,12 @@ Name: perl-POE-Component-Client-Keepalive -%define real_ver 0.25 -# Keep four digits to stay above the unfortunate 0.0901, -# so that epoch need not be changed. -Version: %{real_ver}00 -Release: 3%{?dist} +Version: 0.260 +Release: 1%{?dist} Summary: Manages and keeps alive client connections Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE-Component-Client-Keepalive -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{real_ver}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,14 +14,20 @@ Requires: perl(:MODULE_COMPAT_%(eval "` # core BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) -# cpan -BuildRequires: perl(POE) >= 0.31 -BuildRequires: perl(POE::Component::Client::DNS) >= 1.01 +BuildRequires: perl(POE) >= 1.007 +BuildRequires: perl(POE::Component::Client::DNS) >= 1.04 +BuildRequires: perl(Net::IP) >= 1.25 # Satisfy automaticly generated requires that want this module >= 0.0901 -# (So the package has this provide in two versions, oh well.) Provides: perl(POE::Component::Client::Keepalive) = %{version} +### auto-added reqs! +Requires: perl(Net::IP) >= 1.25 +Requires: perl(POE) >= 1.007 +Requires: perl(POE::Component::Client::DNS) >= 1.04 + +%{?perl_default_filter} + %description POE::Component::Client::Keepalive creates and manages connections for other components. It maintains a cache of kept-alive connections for quick reuse. It @@ -33,25 +36,13 @@ connections, such as HTTP clients. Using probably be silly. %prep -%setup -q -n POE-Component-Client-Keepalive-%{real_ver} - +%setup -q -n POE-Component-Client-Keepalive-%{version} chmod -c -x mylib/* t/* -# Filter unwanted Provides: -cat << \EOF > %{name}-prov -#!/bin/sh -%{__perl_provides} $* |\ - sed -e '/perl(TestServer)/d' -EOF - -%define __perl_provides %{_builddir}/POE-Component-Client-Keepalive-%{real_ver}/%{name}-prov -chmod +x %{__perl_provides} - %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install rm -rf %{buildroot} @@ -61,27 +52,33 @@ find %{buildroot} -type d -depth -exec r %{_fixperms} %{buildroot}/* - %check # I'm leaving all tests active for now, even though 09_timeout.t runs a test # which is _supposed_ to timeout against google.com. This may or may not # work inside the buildsys; if it doesn't the cure should be as easy as nixing # this one test. -#make test - +make test %clean rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc CHANGES README mylib/ t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* - %changelog +* Sun Sep 27 2009 Chris Weyl 0.260-1 +- update filtering +- auto-update to 0.260 (by cpan-spec-update 0.01) +- added a new br on perl(Net::IP) (version 1.25) +- altered br on perl(POE) (0.31 => 1.007) +- altered br on perl(POE::Component::Client::DNS) (1.01 => 1.04) +- added a new req on perl(Net::IP) (version 1.25) +- added a new req on perl(POE) (version 1.007) +- added a new req on perl(POE::Component::Client::DNS) (version 1.04) + * Sun Jul 26 2009 Fedora Release Engineering - 0.2500-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 May 2009 07:20:42 -0000 1.5 +++ sources 27 Sep 2009 09:01:18 -0000 1.6 @@ -1 +1 @@ -ecc86743c52c7ca70c207583f681a071 POE-Component-Client-Keepalive-0.25.tar.gz +4841d341b0a1e9ebcdf9ef573b388236 POE-Component-Client-Keepalive-0.260.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:01:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:01:29 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-HTTP/devel .cvsignore, 1.8, 1.9 perl-POE-Component-Client-HTTP.spec, 1.15, 1.16 sources, 1.8, 1.9 Message-ID: <20090927090129.9062611C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12491 Modified Files: .cvsignore perl-POE-Component-Client-HTTP.spec sources Log Message: * Tue Aug 25 2009 Chris Weyl 0.890-1 - auto-update to 0.890 (by cpan-spec-update 0.01) - altered br on perl(POE) (0.3202 => 1.007) - altered br on perl(POE::Component::Client::Keepalive) (0.25 => 0.26) - added a new req on perl(HTTP::Request) (version 1.3) - added a new req on perl(HTTP::Response) (version 1.37) - added a new req on perl(Net::HTTP::Methods) (version 0.02) - added a new req on perl(POE) (version 1.007) - altered req on perl(POE::Component::Client::Keepalive) (0.0901 => 0.26) - added a new req on perl(URI) (version 1.24) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 21 May 2009 05:21:22 -0000 1.8 +++ .cvsignore 27 Sep 2009 09:01:29 -0000 1.9 @@ -1 +1 @@ -POE-Component-Client-HTTP-0.88.tar.gz +POE-Component-Client-HTTP-0.890.tar.gz Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-POE-Component-Client-HTTP.spec 26 Jul 2009 13:56:37 -0000 1.15 +++ perl-POE-Component-Client-HTTP.spec 27 Sep 2009 09:01:29 -0000 1.16 @@ -10,8 +10,8 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-Client-HTTP -Version: 0.88 -Release: 2%{?dist} +Version: 0.890 +Release: 1%{?dist} Summary: A non-blocking/parallel web requests engine for POE Group: Development/Libraries @@ -23,11 +23,11 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: sed BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(POE) >= 0.3202 +BuildRequires: perl(POE) >= 1.007 BuildRequires: perl(HTTP::Request) >= 1.3 BuildRequires: perl(HTTP::Response) >= 1.37 BuildRequires: perl(URI) >= 1.24 -BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.25 +BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.26 # tests... BuildRequires: perl(Test::Pod) @@ -37,7 +37,7 @@ BuildRequires: perl(Test::More) # use base... Requires: perl(POE::Filter), perl(POE::Filter::Stackable) # use POE qw{ ... } -Requires: perl(POE::Component::Client::Keepalive) >= 0.0901 +Requires: perl(POE::Component::Client::Keepalive) >= 0.26 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -45,6 +45,15 @@ Requires: perl(:MODULE_COMPAT_%(eval "` BuildRequires: perl(Test::POE::Server::TCP) BuildRequires: perl(Net::HTTP::Methods) >= 0.02 +### auto-added reqs! +Requires: perl(HTTP::Request) >= 1.3 +Requires: perl(HTTP::Response) >= 1.37 +Requires: perl(Net::HTTP::Methods) >= 0.02 +Requires: perl(POE) >= 1.007 +Requires: perl(URI) >= 1.24 + +%{?perl_default_filter} + %description POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several @@ -94,6 +103,17 @@ rm -rf %{buildroot} %changelog +* Tue Aug 25 2009 Chris Weyl 0.890-1 +- auto-update to 0.890 (by cpan-spec-update 0.01) +- altered br on perl(POE) (0.3202 => 1.007) +- altered br on perl(POE::Component::Client::Keepalive) (0.25 => 0.26) +- added a new req on perl(HTTP::Request) (version 1.3) +- added a new req on perl(HTTP::Response) (version 1.37) +- added a new req on perl(Net::HTTP::Methods) (version 0.02) +- added a new req on perl(POE) (version 1.007) +- altered req on perl(POE::Component::Client::Keepalive) (0.0901 => 0.26) +- added a new req on perl(URI) (version 1.24) + * Sun Jul 26 2009 Fedora Release Engineering - 0.88-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 21 May 2009 05:21:22 -0000 1.8 +++ sources 27 Sep 2009 09:01:29 -0000 1.9 @@ -1 +1 @@ -27b4988e1749054838ce7672e217c1d0 POE-Component-Client-HTTP-0.88.tar.gz +88508c5d66be9a7a56ed576ea17e661d POE-Component-Client-HTTP-0.890.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:04:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:04:00 +0000 (UTC) Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.19, 1.20 perl-POE-Component-IRC.spec, 1.23, 1.24 sources, 1.19, 1.20 Message-ID: <20090927090400.24C1711C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13122 Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 6.14-1 - auto-update to 6.14 (by cpan-spec-update 0.01) - altered br on perl(POE::Component::Pluggable) (1.12 => 1.24) - altered req on perl(POE::Component::Pluggable) (1.12 => 1.24) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- .cvsignore 21 May 2009 05:25:51 -0000 1.19 +++ .cvsignore 27 Sep 2009 09:03:59 -0000 1.20 @@ -1 +1 @@ -POE-Component-IRC-6.06.tar.gz +POE-Component-IRC-6.14.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- perl-POE-Component-IRC.spec 26 Jul 2009 13:57:48 -0000 1.23 +++ perl-POE-Component-IRC.spec 27 Sep 2009 09:03:59 -0000 1.24 @@ -10,8 +10,8 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 6.06 -Release: 2%{?dist} +Version: 6.14 +Release: 1%{?dist} Summary: A POE component for building IRC clients Group: Development/Libraries @@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(POE) >= 0.3202 BuildRequires: perl(POE::Component::Client::DNS) BuildRequires: perl(POE::Filter::IRCD) >= 1.7 @@ -35,14 +35,11 @@ BuildRequires: perl(Test::Pod::Coverage BuildRequires: perl(Socket6) BuildRequires: perl(POE::Component::Client::DNS) -# optional test -- perl(Test::Kwalitee) not yet packaged in Fedora -#BuildRequires: perl(Test::Kwalitee) - Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ### auto-added brs! BuildRequires: perl(Encode) -BuildRequires: perl(POE::Component::Pluggable) >= 1.12 +BuildRequires: perl(POE::Component::Pluggable) >= 1.24 BuildRequires: perl(POE::Filter::Stream) BuildRequires: perl(POE::Filter::Stackable) BuildRequires: perl(POE::Wheel::ReadWrite) @@ -51,6 +48,21 @@ BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter::Line) BuildRequires: perl(Encode::Guess) +### auto-added reqs! +Requires: perl(Encode) +Requires: perl(Encode::Guess) +Requires: perl(POE) >= 0.3202 +Requires: perl(POE::Component::Pluggable) >= 1.24 +Requires: perl(POE::Driver::SysRW) +Requires: perl(POE::Filter::IRCD) >= 1.7 +Requires: perl(POE::Filter::Line) +Requires: perl(POE::Filter::Stackable) +Requires: perl(POE::Filter::Stream) +Requires: perl(POE::Wheel::ReadWrite) +Requires: perl(POE::Wheel::SocketFactory) + +%{?perl_default_filter} + %description POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You @@ -102,6 +114,26 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2009 Chris Weyl 6.14-1 +- auto-update to 6.14 (by cpan-spec-update 0.01) +- altered br on perl(POE::Component::Pluggable) (1.12 => 1.24) +- altered req on perl(POE::Component::Pluggable) (1.12 => 1.24) + +* Wed Aug 26 2009 Chris Weyl 6.10-1 +- auto-update to 6.10 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new req on perl(Encode) (version 0) +- added a new req on perl(Encode::Guess) (version 0) +- added a new req on perl(POE) (version 0.3202) +- added a new req on perl(POE::Component::Pluggable) (version 1.12) +- added a new req on perl(POE::Driver::SysRW) (version 0) +- added a new req on perl(POE::Filter::IRCD) (version 1.7) +- added a new req on perl(POE::Filter::Line) (version 0) +- added a new req on perl(POE::Filter::Stackable) (version 0) +- added a new req on perl(POE::Filter::Stream) (version 0) +- added a new req on perl(POE::Wheel::ReadWrite) (version 0) +- added a new req on perl(POE::Wheel::SocketFactory) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 6.06-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- sources 21 May 2009 05:25:51 -0000 1.19 +++ sources 27 Sep 2009 09:03:59 -0000 1.20 @@ -1 +1 @@ -4b7b551b93adc67cf6ec9fbaee51880f POE-Component-IRC-6.06.tar.gz +d29749cee479d0a60fe2ec694262a29b POE-Component-IRC-6.14.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:06:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:06:03 +0000 (UTC) Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel .cvsignore, 1.6, 1.7 perl-POE-Component-Server-SimpleHTTP.spec, 1.13, 1.14 sources, 1.6, 1.7 Message-ID: <20090927090603.64D7C11C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13755 Modified Files: .cvsignore perl-POE-Component-Server-SimpleHTTP.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 2.0-1 - auto-update to 2.0 (by cpan-spec-update 0.01) - altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) - added a new br on perl(Moose) (version 0.81) - added a new br on perl(MooseX::AttributeHelpers) (version 0) - added a new br on perl(MooseX::POE) (version 0.205) - added a new req on perl(Moose) (version 0.81) - added a new req on perl(MooseX::AttributeHelpers) (version 0) - added a new req on perl(MooseX::POE) (version 0.205) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 2 Jun 2009 07:25:42 -0000 1.6 +++ .cvsignore 27 Sep 2009 09:06:03 -0000 1.7 @@ -1 +1 @@ -POE-Component-Server-SimpleHTTP-1.58.tar.gz +POE-Component-Server-SimpleHTTP-2.0.tar.gz Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-POE-Component-Server-SimpleHTTP.spec 26 Aug 2009 00:50:54 -0000 1.13 +++ perl-POE-Component-Server-SimpleHTTP.spec 27 Sep 2009 09:06:03 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SimpleHTTP -Version: 1.58 -Release: 2%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Serve HTTP requests in POE License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) @@ -23,21 +23,17 @@ BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter::HTTPD) BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) - # tests BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(POE::Component::Client::HTTP) - # optional tests BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) #BuildRequires: perl(Test::Kwalitee) -# missed due to a use base construct -Requires: perl(HTTP::Response) - - -### auto-added brs! +BuildRequires: perl(Moose) >= 0.81 +BuildRequires: perl(MooseX::AttributeHelpers) +BuildRequires: perl(MooseX::POE) >= 0.205 BuildRequires: perl(Storable) BuildRequires: perl(Sys::Hostname) BuildRequires: perl(POE::Filter::HTTP::Parser) >= 0.02 @@ -45,10 +41,13 @@ BuildRequires: perl(Socket) BuildRequires: perl(Test::POE::Client::TCP) >= 0.1 BuildRequires: perl(Carp) -### auto-added reqs! +Requires: perl(Moose) >= 0.81 +Requires: perl(MooseX::AttributeHelpers) +Requires: perl(MooseX::POE) >= 0.205 Requires: perl(Carp) Requires: perl(HTTP::Date) Requires: perl(HTTP::Request) +Requires: perl(HTTP::Response) Requires: perl(POE) >= 1.0000 Requires: perl(Socket) Requires: perl(Storable) @@ -62,8 +61,6 @@ This module makes serving up HTTP reques %prep %setup -q -n POE-Component-Server-SimpleHTTP-%{version} - -# dos encoding, eww sed -i 's/\r//' examples/* %build @@ -95,6 +92,16 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2009 Chris Weyl 2.0-1 +- auto-update to 2.0 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- added a new br on perl(Moose) (version 0.81) +- added a new br on perl(MooseX::AttributeHelpers) (version 0) +- added a new br on perl(MooseX::POE) (version 0.205) +- added a new req on perl(Moose) (version 0.81) +- added a new req on perl(MooseX::AttributeHelpers) (version 0) +- added a new req on perl(MooseX::POE) (version 0.205) + * Sun Jul 26 2009 Fedora Release Engineering - 1.58-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 2 Jun 2009 07:25:43 -0000 1.6 +++ sources 27 Sep 2009 09:06:03 -0000 1.7 @@ -1 +1 @@ -9c252b837cf11fb1ae23bcc052deba9e POE-Component-Server-SimpleHTTP-1.58.tar.gz +8c711a208427e6d556aa7e082858f455 POE-Component-Server-SimpleHTTP-2.0.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:12:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:12:53 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel .cvsignore, 1.7, 1.8 perl-Git-CPAN-Patch.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <20090927091253.0E81511C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16725 Modified Files: .cvsignore perl-Git-CPAN-Patch.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.2.1-1 - auto-update to 0.2.1 (by cpan-spec-update 0.01) - altered br on perl(CPANPLUS) (0 => 0.84) - added a new br on perl(File::chdir) (version 0) - altered req on perl(CPANPLUS) (0 => 0.84) - added a new req on perl(File::chdir) (version 0) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 11 Aug 2009 07:52:02 -0000 1.7 +++ .cvsignore 27 Sep 2009 09:12:52 -0000 1.8 @@ -1 +1 @@ -Git-CPAN-Patch-0.2.0.tar.gz +Git-CPAN-Patch-0.2.1.tar.gz Index: perl-Git-CPAN-Patch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/perl-Git-CPAN-Patch.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-Git-CPAN-Patch.spec 18 Aug 2009 21:25:56 -0000 1.7 +++ perl-Git-CPAN-Patch.spec 27 Sep 2009 09:12:52 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Git-CPAN-Patch -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries @@ -11,7 +11,7 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(autodie) -BuildRequires: perl(CPANPLUS) +BuildRequires: perl(CPANPLUS) >= 0.84 BuildRequires: perl(Module::Build) BuildRequires: perl(Parse::BACKPAN::Packages) BuildRequires: perl(Pod::Usage) @@ -20,8 +20,9 @@ BuildRequires: perl(Test::More) # for install paths BuildRequires: git -### auto-added reqs! -Requires: perl(CPANPLUS) +Requires: perl(File::chdir) + +Requires: perl(CPANPLUS) >= 0.84 Requires: perl(Module::Build) Requires: perl(Parse::BACKPAN::Packages) Requires: perl(Pod::Usage) @@ -29,6 +30,11 @@ Requires: perl(autodie) Requires: git-cpan-patch = %{version}-%{release} +### auto-added brs! +BuildRequires: perl(File::chdir) + +%{?perl_default_filter} + %description Git::CPAN::Patch provides a suite of git commands aimed at making trivially easy the process of grabbing any distribution off CPAN, stuffing it in a @@ -87,6 +93,13 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.2.1-1 +- auto-update to 0.2.1 (by cpan-spec-update 0.01) +- altered br on perl(CPANPLUS) (0 => 0.84) +- added a new br on perl(File::chdir) (version 0) +- altered req on perl(CPANPLUS) (0 => 0.84) +- added a new req on perl(File::chdir) (version 0) + * Tue Aug 18 2009 Chris Weyl 0.2.0-2 - add a BR on git, for command paths Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 11 Aug 2009 07:52:02 -0000 1.7 +++ sources 27 Sep 2009 09:12:52 -0000 1.8 @@ -1 +1 @@ -058d90fcde4516d8ed7b1def3fad0610 Git-CPAN-Patch-0.2.0.tar.gz +155809b8ae498481e2b70cbf85186d4d Git-CPAN-Patch-0.2.1.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:19:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:19:08 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel .cvsignore, 1.7, 1.8 perl-DBIx-Class.spec, 1.18, 1.19 sources, 1.7, 1.8 Message-ID: <20090927091908.85EC011C00E6@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19693 Modified Files: .cvsignore perl-DBIx-Class.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.08112-1 - auto-update to 0.08112 (by cpan-spec-update 0.01) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 11 Sep 2009 06:05:47 -0000 1.7 +++ .cvsignore 27 Sep 2009 09:19:08 -0000 1.8 @@ -1 +1 @@ -DBIx-Class-0.08111.tar.gz +DBIx-Class-0.08112.tar.gz Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- perl-DBIx-Class.spec 11 Sep 2009 06:05:47 -0000 1.18 +++ perl-DBIx-Class.spec 27 Sep 2009 09:19:08 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-DBIx-Class -Version: 0.08111 +Version: 0.08112 Release: 1%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic @@ -159,6 +159,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 27 2009 Chris Weyl 0.08112-1 +- auto-update to 0.08112 (by cpan-spec-update 0.01) + * Fri Sep 11 2009 Chris Weyl 0.08111-1 - update filtering - auto-update to 0.08111 (by cpan-spec-update 0.01) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DBIx-Class/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 11 Sep 2009 06:05:47 -0000 1.7 +++ sources 27 Sep 2009 09:19:08 -0000 1.8 @@ -1 +1 @@ -cdca0d2d974d9c583a266375ee4ab941 DBIx-Class-0.08111.tar.gz +bf4f4dd040c5f994606c33ee5fcdc9f6 DBIx-Class-0.08112.tar.gz From cweyl at fedoraproject.org Sun Sep 27 09:20:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 27 Sep 2009 09:20:19 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-11 perl-Git-CPAN-Patch.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <20090927092019.99CCF11C0419@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20175 Modified Files: perl-Git-CPAN-Patch.spec sources Log Message: * Sun Sep 27 2009 Chris Weyl 0.2.1-1 - auto-update to 0.2.1 (by cpan-spec-update 0.01) - altered br on perl(CPANPLUS) (0 => 0.84) - added a new br on perl(File::chdir) (version 0) - altered req on perl(CPANPLUS) (0 => 0.84) - added a new req on perl(File::chdir) (version 0) Index: perl-Git-CPAN-Patch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/perl-Git-CPAN-Patch.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Git-CPAN-Patch.spec 18 Aug 2009 21:37:30 -0000 1.5 +++ perl-Git-CPAN-Patch.spec 27 Sep 2009 09:20:19 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Git-CPAN-Patch -Version: 0.2.0 -Release: 2%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries @@ -11,7 +11,7 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(autodie) -BuildRequires: perl(CPANPLUS) +BuildRequires: perl(CPANPLUS) >= 0.84 BuildRequires: perl(Module::Build) BuildRequires: perl(Parse::BACKPAN::Packages) BuildRequires: perl(Pod::Usage) @@ -20,8 +20,9 @@ BuildRequires: perl(Test::More) # for install paths BuildRequires: git -### auto-added reqs! -Requires: perl(CPANPLUS) +Requires: perl(File::chdir) + +Requires: perl(CPANPLUS) >= 0.84 Requires: perl(Module::Build) Requires: perl(Parse::BACKPAN::Packages) Requires: perl(Pod::Usage) @@ -29,6 +30,11 @@ Requires: perl(autodie) Requires: git-cpan-patch = %{version}-%{release} +### auto-added brs! +BuildRequires: perl(File::chdir) + +%{?perl_default_filter} + %description Git::CPAN::Patch provides a suite of git commands aimed at making trivially easy the process of grabbing any distribution off CPAN, stuffing it in a @@ -87,6 +93,13 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Sun Sep 27 2009 Chris Weyl 0.2.1-1 +- auto-update to 0.2.1 (by cpan-spec-update 0.01) +- altered br on perl(CPANPLUS) (0 => 0.84) +- added a new br on perl(File::chdir) (version 0) +- altered req on perl(CPANPLUS) (0 => 0.84) +- added a new req on perl(File::chdir) (version 0) + * Tue Aug 18 2009 Chris Weyl 0.2.0-2 - add a BR on git, for command paths Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 18 Aug 2009 21:37:30 -0000 1.6 +++ sources 27 Sep 2009 09:20:19 -0000 1.7 @@ -1 +1 @@ -058d90fcde4516d8ed7b1def3fad0610 Git-CPAN-Patch-0.2.0.tar.gz +155809b8ae498481e2b70cbf85186d4d Git-CPAN-Patch-0.2.1.tar.gz From pghmcfc at fedoraproject.org Sun Sep 27 21:01:01 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sun, 27 Sep 2009 21:01:01 +0000 (UTC) Subject: rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.21, 1.22 perl-IO-Socket-SSL.spec, 1.25, 1.26 sources, 1.21, 1.22 Message-ID: <20090927210101.95C6111C00E6@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10733 Modified Files: .cvsignore perl-IO-Socket-SSL.spec sources Log Message: Update to 1.31 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- .cvsignore 20 Aug 2009 08:37:15 -0000 1.21 +++ .cvsignore 27 Sep 2009 21:01:01 -0000 1.22 @@ -1 +1 @@ -IO-Socket-SSL-1.30.tar.gz +IO-Socket-SSL-1.31.tar.gz Index: perl-IO-Socket-SSL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- perl-IO-Socket-SSL.spec 20 Aug 2009 08:37:15 -0000 1.25 +++ perl-IO-Socket-SSL.spec 27 Sep 2009 21:01:01 -0000 1.26 @@ -4,7 +4,7 @@ # Name: perl-IO-Socket-SSL -Version: 1.30 +Version: 1.31 Release: 1%{?dist} Summary: Perl library for transparent SSL Group: Development/Libraries @@ -61,6 +61,9 @@ done %{_mandir}/man3/IO::Socket::SSL.3pm* %changelog +* Sun Sep 27 2009 Paul Howarth - 1.31-1 +- Update to 1.31 (see Changes for details) + * Thu Aug 20 2009 Paul Howarth - 1.30-1 - Update to 1.30 (fix memleak when SSL handshake failed) - Add buildreq procps needed for memleak test Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- sources 20 Aug 2009 08:37:15 -0000 1.21 +++ sources 27 Sep 2009 21:01:01 -0000 1.22 @@ -1 +1 @@ -374f74487ef6fedc9326e20ac1e20dc0 IO-Socket-SSL-1.30.tar.gz +3a51c3f603ee242d5869e8ffd51b989b IO-Socket-SSL-1.31.tar.gz From jfearn at fedoraproject.org Mon Sep 28 04:05:08 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 28 Sep 2009 04:05:08 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/F-11 XML-TreeBuilder-NoExpand.patch, 1.3, 1.4 perl-XML-TreeBuilder.spec, 1.5, 1.6 Message-ID: <20090928040508.80C5011C0333@cvs1.fedora.phx.redhat.com> Author: jfearn Update of /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3703/F-11 Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: always remove NoExpand and ErrorContext attributes from output XML-TreeBuilder-NoExpand.patch: Changes | 7 ++- lib/XML/TreeBuilder.pm | 106 +++++++++++++++++++++++++++++++------------------ t/10main.t | 26 ++++++++++-- 3 files changed, 98 insertions(+), 41 deletions(-) Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- XML-TreeBuilder-NoExpand.patch 16 Mar 2009 05:07:00 -0000 1.3 +++ XML-TreeBuilder-NoExpand.patch 28 Sep 2009 04:05:07 -0000 1.4 @@ -1,4 +1,3 @@ -Only in XML-TreeBuilder-patched: blib diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/Changes XML-TreeBuilder-patched/Changes --- XML-TreeBuilder-3.09/Changes 2004-06-11 14:28:41.000000000 +1000 +++ XML-TreeBuilder-patched/Changes 2009-03-16 14:30:51.000000000 +1000 @@ -16,7 +15,7 @@ diff -rubB --exclude=.svn --exclude='*.s diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm --- XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm 2004-06-11 13:59:14.000000000 +1000 -+++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-03-16 13:55:57.000000000 +1000 ++++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-28 13:51:25.000000000 +1000 @@ -5,6 +7,7 @@ use strict; use XML::Element (); @@ -43,7 +42,7 @@ diff -rubB --exclude=.svn --exclude='*.s my $self = XML::Element->new('NIL'); bless $self, $class; # and rebless -@@ -21,44 +31,51 @@ +@@ -21,44 +31,53 @@ $self->{'_store_comments'} = 0; $self->{'_store_pis'} = 0; $self->{'_store_declarations'} = 0; @@ -66,6 +65,8 @@ diff -rubB --exclude=.svn --exclude='*.s 'Start' => sub { shift; - if(@stack) { ++ $self->attr('NoExpand', undef); ++ $self->attr('ErrorContext', undef); + if (@stack) { push @stack, $self->{'_element_class'}->new(@_); $stack[-2]->push_content( $stack[-1] ); @@ -110,7 +111,7 @@ diff -rubB --exclude=.svn --exclude='*.s return; }, -@@ -67,11 +84,11 @@ +@@ -67,11 +86,11 @@ 'Attlist' => sub { return unless $self->{'_store_declarations'}; shift; @@ -127,7 +128,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -80,11 +97,11 @@ +@@ -80,11 +99,11 @@ 'Element' => sub { return unless $self->{'_store_declarations'}; shift; @@ -144,7 +145,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -93,17 +110,32 @@ +@@ -93,17 +112,32 @@ 'Doctype' => sub { return unless $self->{'_store_declarations'}; shift; @@ -183,7 +184,7 @@ diff -rubB --exclude=.svn --exclude='*.s return $self; } -@@ -110,15 +143,15 @@ +@@ -110,15 +145,15 @@ #========================================================================== sub _elem # universal accessor... { @@ -203,11 +204,9 @@ diff -rubB --exclude=.svn --exclude='*.s #========================================================================== -Only in XML-TreeBuilder-patched: Makefile -Only in XML-TreeBuilder-patched: pm_to_blib diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t --- XML-TreeBuilder-3.09/t/10main.t 2004-06-11 14:22:53.000000000 +1000 -+++ XML-TreeBuilder-patched/t/10main.t 2009-03-16 13:33:49.000000000 +1000 ++++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 13:59:55.000000000 +1000 @@ -2,7 +2,7 @@ # Time-stamp: "2004-06-10 20:22:53 ADT" @@ -227,7 +226,7 @@ diff -rubB --exclude=.svn --exclude='*.s unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; -@@ -45,6 +44,28 @@ +@@ -45,6 +44,27 @@ $x->delete; $y->delete; @@ -242,7 +241,6 @@ diff -rubB --exclude=.svn --exclude='*.s + +$y = XML::Element->new_from_lol( + ['Gee', -+ { 'NoExpand' => "1", 'ErrorContext' => "2" }, + ['~comment', {'text' => ' myorp '}], + ['foo', {'Id'=> 'me', 'xml:foo' => 'lal'}, 'Hello World'], + ['lor'], Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11/perl-XML-TreeBuilder.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-XML-TreeBuilder.spec 16 Mar 2009 05:10:10 -0000 1.5 +++ perl-XML-TreeBuilder.spec 28 Sep 2009 04:05:07 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 13%{?dist} +Release: 15%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,6 +50,12 @@ find $RPM_BUILD_ROOT -name .packlist -ex %{perl_vendorlib}/XML/ %changelog +* Mon Sep 28 2009 Jeff Fearn - 3.09-15 +- Always remove NoExpand and ErrorContext from output + +* Sun Jul 26 2009 Fedora Release Engineering - 3.09-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Mar 16 2009 Jeff Fearn - 3.09-13 - Remove NoExpand and ErrorContext from output if they aren't set. From jfearn at fedoraproject.org Mon Sep 28 04:05:08 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 28 Sep 2009 04:05:08 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/devel XML-TreeBuilder-NoExpand.patch, 1.3, 1.4 perl-XML-TreeBuilder.spec, 1.6, 1.7 Message-ID: <20090928040508.7EFF911C02BD@cvs1.fedora.phx.redhat.com> Author: jfearn Update of /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3703/devel Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: always remove NoExpand and ErrorContext attributes from output XML-TreeBuilder-NoExpand.patch: Changes | 7 ++- lib/XML/TreeBuilder.pm | 106 +++++++++++++++++++++++++++++++------------------ t/10main.t | 26 ++++++++++-- 3 files changed, 98 insertions(+), 41 deletions(-) Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- XML-TreeBuilder-NoExpand.patch 16 Mar 2009 05:07:00 -0000 1.3 +++ XML-TreeBuilder-NoExpand.patch 28 Sep 2009 04:05:07 -0000 1.4 @@ -1,4 +1,3 @@ -Only in XML-TreeBuilder-patched: blib diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/Changes XML-TreeBuilder-patched/Changes --- XML-TreeBuilder-3.09/Changes 2004-06-11 14:28:41.000000000 +1000 +++ XML-TreeBuilder-patched/Changes 2009-03-16 14:30:51.000000000 +1000 @@ -16,7 +15,7 @@ diff -rubB --exclude=.svn --exclude='*.s diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm --- XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm 2004-06-11 13:59:14.000000000 +1000 -+++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-03-16 13:55:57.000000000 +1000 ++++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-28 13:51:25.000000000 +1000 @@ -5,6 +7,7 @@ use strict; use XML::Element (); @@ -43,7 +42,7 @@ diff -rubB --exclude=.svn --exclude='*.s my $self = XML::Element->new('NIL'); bless $self, $class; # and rebless -@@ -21,44 +31,51 @@ +@@ -21,44 +31,53 @@ $self->{'_store_comments'} = 0; $self->{'_store_pis'} = 0; $self->{'_store_declarations'} = 0; @@ -66,6 +65,8 @@ diff -rubB --exclude=.svn --exclude='*.s 'Start' => sub { shift; - if(@stack) { ++ $self->attr('NoExpand', undef); ++ $self->attr('ErrorContext', undef); + if (@stack) { push @stack, $self->{'_element_class'}->new(@_); $stack[-2]->push_content( $stack[-1] ); @@ -110,7 +111,7 @@ diff -rubB --exclude=.svn --exclude='*.s return; }, -@@ -67,11 +84,11 @@ +@@ -67,11 +86,11 @@ 'Attlist' => sub { return unless $self->{'_store_declarations'}; shift; @@ -127,7 +128,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -80,11 +97,11 @@ +@@ -80,11 +99,11 @@ 'Element' => sub { return unless $self->{'_store_declarations'}; shift; @@ -144,7 +145,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -93,17 +110,32 @@ +@@ -93,17 +112,32 @@ 'Doctype' => sub { return unless $self->{'_store_declarations'}; shift; @@ -183,7 +184,7 @@ diff -rubB --exclude=.svn --exclude='*.s return $self; } -@@ -110,15 +143,15 @@ +@@ -110,15 +145,15 @@ #========================================================================== sub _elem # universal accessor... { @@ -203,11 +204,9 @@ diff -rubB --exclude=.svn --exclude='*.s #========================================================================== -Only in XML-TreeBuilder-patched: Makefile -Only in XML-TreeBuilder-patched: pm_to_blib diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t --- XML-TreeBuilder-3.09/t/10main.t 2004-06-11 14:22:53.000000000 +1000 -+++ XML-TreeBuilder-patched/t/10main.t 2009-03-16 13:33:49.000000000 +1000 ++++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 13:59:55.000000000 +1000 @@ -2,7 +2,7 @@ # Time-stamp: "2004-06-10 20:22:53 ADT" @@ -227,7 +226,7 @@ diff -rubB --exclude=.svn --exclude='*.s unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; -@@ -45,6 +44,28 @@ +@@ -45,6 +44,27 @@ $x->delete; $y->delete; @@ -242,7 +241,6 @@ diff -rubB --exclude=.svn --exclude='*.s + +$y = XML::Element->new_from_lol( + ['Gee', -+ { 'NoExpand' => "1", 'ErrorContext' => "2" }, + ['~comment', {'text' => ' myorp '}], + ['foo', {'Id'=> 'me', 'xml:foo' => 'lal'}, 'Hello World'], + ['lor'], Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/perl-XML-TreeBuilder.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-XML-TreeBuilder.spec 26 Jul 2009 17:39:37 -0000 1.6 +++ perl-XML-TreeBuilder.spec 28 Sep 2009 04:05:08 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -name .packlist -ex %{perl_vendorlib}/XML/ %changelog +* Mon Sep 28 2009 Jeff Fearn - 3.09-15 +- Always remove NoExpand and ErrorContext from output + * Sun Jul 26 2009 Fedora Release Engineering - 3.09-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From corsepiu at fedoraproject.org Mon Sep 28 09:18:44 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Mon, 28 Sep 2009 09:18:44 +0000 (UTC) Subject: rpms/perl-Test-Script/devel .cvsignore, 1.3, 1.4 perl-Test-Script.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090928091844.7974411C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25974 Modified Files: .cvsignore perl-Test-Script.spec sources Log Message: * Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 - Upstream update. - BR: perl(Probe::Perl) - Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Mar 2008 06:54:16 -0000 1.3 +++ .cvsignore 28 Sep 2009 09:18:42 -0000 1.4 @@ -1 +1 @@ -Test-Script-1.03.tar.gz +Test-Script-1.06.tar.gz Index: perl-Test-Script.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/devel/perl-Test-Script.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-Test-Script.spec 26 Jul 2009 16:56:30 -0000 1.6 +++ perl-Test-Script.spec 28 Sep 2009 09:18:43 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Test-Script -Version: 1.03 -Release: 3%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries @@ -11,8 +11,15 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 +BuildRequires: perl(Probe::Perl) BuildRequires: perl(Test::More) +# For improved tests +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +44,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test AUTOMATED_TESTING=1 RELEASE_TESTING=1 %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 +- Upstream update. +- BR: perl(Probe::Perl) +- Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. + * Sun Jul 26 2009 Fedora Release Engineering - 1.03-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Mar 2008 06:54:16 -0000 1.3 +++ sources 28 Sep 2009 09:18:43 -0000 1.4 @@ -1 +1 @@ -fa3018d63bc54ebb8d4d244fb1dc4c35 Test-Script-1.03.tar.gz +43e8f1429472da66a853be819b11a5b9 Test-Script-1.06.tar.gz From corsepiu at fedoraproject.org Mon Sep 28 12:19:48 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Mon, 28 Sep 2009 12:19:48 +0000 (UTC) Subject: rpms/perl-Test-Script/F-10 .cvsignore, 1.3, 1.4 perl-Test-Script.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <20090928121948.5B03911C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28121/F-10 Modified Files: .cvsignore perl-Test-Script.spec sources Log Message: * Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 - Upstream update. - BR: perl(Probe::Perl) - Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Mar 2008 06:54:16 -0000 1.3 +++ .cvsignore 28 Sep 2009 12:19:47 -0000 1.4 @@ -1 +1 @@ -Test-Script-1.03.tar.gz +Test-Script-1.06.tar.gz Index: perl-Test-Script.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-10/perl-Test-Script.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Test-Script.spec 11 Mar 2008 06:54:16 -0000 1.4 +++ perl-Test-Script.spec 28 Sep 2009 12:19:47 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Test-Script -Version: 1.03 +Version: 1.06 Release: 1%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic @@ -11,8 +11,15 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 +BuildRequires: perl(Probe::Perl) BuildRequires: perl(Test::More) +# For improved tests +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +44,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test AUTOMATED_TESTING=1 RELEASE_TESTING=1 %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 +- Upstream update. +- BR: perl(Probe::Perl) +- Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. + * Tue Mar 11 2008 Ralf Cors?pius - 1.03-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Mar 2008 06:54:16 -0000 1.3 +++ sources 28 Sep 2009 12:19:47 -0000 1.4 @@ -1 +1 @@ -fa3018d63bc54ebb8d4d244fb1dc4c35 Test-Script-1.03.tar.gz +43e8f1429472da66a853be819b11a5b9 Test-Script-1.06.tar.gz From corsepiu at fedoraproject.org Mon Sep 28 12:19:48 2009 From: corsepiu at fedoraproject.org (corsepiu) Date: Mon, 28 Sep 2009 12:19:48 +0000 (UTC) Subject: rpms/perl-Test-Script/F-11 .cvsignore, 1.3, 1.4 perl-Test-Script.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090928121948.13D7511C00E4@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Test-Script/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28121/F-11 Modified Files: .cvsignore perl-Test-Script.spec sources Log Message: * Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 - Upstream update. - BR: perl(Probe::Perl) - Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 11 Mar 2008 06:54:16 -0000 1.3 +++ .cvsignore 28 Sep 2009 12:19:47 -0000 1.4 @@ -1 +1 @@ -Test-Script-1.03.tar.gz +Test-Script-1.06.tar.gz Index: perl-Test-Script.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-11/perl-Test-Script.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Test-Script.spec 27 Feb 2009 02:51:43 -0000 1.5 +++ perl-Test-Script.spec 28 Sep 2009 12:19:47 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Test-Script -Version: 1.03 -Release: 2%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Cross-platform basic tests for scripts License: GPL+ or Artistic Group: Development/Libraries @@ -11,8 +11,15 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IPC::Run3) >= 0.034 +BuildRequires: perl(Probe::Perl) BuildRequires: perl(Test::More) +# For improved tests +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::Pod) >= 1.26 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Perl::MinimumVersion) >= 1.20 + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,7 +44,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +make test AUTOMATED_TESTING=1 RELEASE_TESTING=1 %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Sep 28 2009 Ralf Cors?pius - 1.06-1 +- Upstream update. +- BR: perl(Probe::Perl) +- Activate AUTOMATED_TESTING=1 RELEASE_TESTING=1. + * Thu Feb 26 2009 Fedora Release Engineering - 1.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Script/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 11 Mar 2008 06:54:16 -0000 1.3 +++ sources 28 Sep 2009 12:19:47 -0000 1.4 @@ -1 +1 @@ -fa3018d63bc54ebb8d4d244fb1dc4c35 Test-Script-1.03.tar.gz +43e8f1429472da66a853be819b11a5b9 Test-Script-1.06.tar.gz From buildsys at fedoraproject.org Mon Sep 28 13:19:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 28 Sep 2009 13:19:30 +0000 (UTC) Subject: Broken dependencies: perl-POE-Component-Client-HTTP Message-ID: <20090928131930.8A8861F8221@releng2.fedora.phx.redhat.com> perl-POE-Component-Client-HTTP has broken dependencies in the development tree: On ppc: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On x86_64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On i386: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On ppc64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 Please resolve this as soon as possible. From buildsys at fedoraproject.org Mon Sep 28 13:19:30 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 28 Sep 2009 13:19:30 +0000 (UTC) Subject: Broken dependencies: perl-POE-Component-Client-HTTP Message-ID: <20090928131930.8A8861F8221@releng2.fedora.phx.redhat.com> perl-POE-Component-Client-HTTP has broken dependencies in the development tree: On ppc: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On x86_64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On i386: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On ppc64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 Please resolve this as soon as possible. From spot at fedoraproject.org Mon Sep 28 14:33:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 28 Sep 2009 14:33:10 +0000 (UTC) Subject: rpms/perl-HTML-Tree/EL-4 missing_close_tag.patch, NONE, 1.1 perl-HTML-Tree.spec, 1.2, 1.3 Message-ID: <20090928143310.0ED3311C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-HTML-Tree/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14112/EL-4 Modified Files: perl-HTML-Tree.spec Added Files: missing_close_tag.patch Log Message: fix missing close tag issue (bz 525587) missing_close_tag.patch: Element.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE missing_close_tag.patch --- diff -ur HTML-Tree-3.23/lib/HTML/Element.pm HTML-Tree-3.23-fix/lib/HTML/Element.pm --- HTML-Tree-3.23/lib/HTML/Element.pm 2006-11-13 03:13:33.000000000 +1000 +++ HTML-Tree-3.23-fix/lib/HTML/Element.pm 2009-09-23 14:22:12.000000000 +1000 @@ -2041,7 +2041,7 @@ and ref($this) # sanity and not( $this->{'_empty_element'} - || $empty_element_map->{$this->{'_tag'} || ''} + || ($empty_element_map->{$this->{'_tag'} || ''} && !@{$this->{'_content'}}) ) # things that don't get post-order callbacks ) { shift @I; Index: perl-HTML-Tree.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Tree/EL-4/perl-HTML-Tree.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-HTML-Tree.spec 26 Aug 2007 15:53:36 -0000 1.2 +++ perl-HTML-Tree.spec 28 Sep 2009 14:33:09 -0000 1.3 @@ -1,11 +1,14 @@ Name: perl-HTML-Tree Version: 3.23 -Release: 2%{?dist} +Release: 9%{?dist} Summary: HTML tree handling modules for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tree/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.gz +# Upstream bug filed: +# https://rt.cpan.org/Ticket/Display.html?id=49932 +Patch0: missing_close_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Parser) >= 2.19 @@ -25,6 +28,7 @@ a separate development track. %prep %setup -q -n HTML-Tree-%{version} +%patch0 -p1 -b .missing-close-tag %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree cat << \EOF > %{name}-prov @@ -59,6 +63,27 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/HTML::*3* %changelog +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + +* Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 20 2008 Tom "spot" Callaway - 1:3.23-5 +- fix source url + +* Wed Feb 27 2008 Tom "spot" Callaway - 1:3.23-4 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway 3.23-3 +- rebuild for new perl + * Sun Aug 26 2007 Tom "spot" Callaway 3.23-2 - license tag fix From spot at fedoraproject.org Mon Sep 28 14:33:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 28 Sep 2009 14:33:10 +0000 (UTC) Subject: rpms/perl-HTML-Tree/EL-5 missing_close_tag.patch, NONE, 1.1 perl-HTML-Tree.spec, 1.10, 1.11 Message-ID: <20090928143310.3852711C02BD@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-HTML-Tree/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14112/EL-5 Modified Files: perl-HTML-Tree.spec Added Files: missing_close_tag.patch Log Message: fix missing close tag issue (bz 525587) missing_close_tag.patch: Element.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE missing_close_tag.patch --- diff -ur HTML-Tree-3.23/lib/HTML/Element.pm HTML-Tree-3.23-fix/lib/HTML/Element.pm --- HTML-Tree-3.23/lib/HTML/Element.pm 2006-11-13 03:13:33.000000000 +1000 +++ HTML-Tree-3.23-fix/lib/HTML/Element.pm 2009-09-23 14:22:12.000000000 +1000 @@ -2041,7 +2041,7 @@ and ref($this) # sanity and not( $this->{'_empty_element'} - || $empty_element_map->{$this->{'_tag'} || ''} + || ($empty_element_map->{$this->{'_tag'} || ''} && !@{$this->{'_content'}}) ) # things that don't get post-order callbacks ) { shift @I; Index: perl-HTML-Tree.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Tree/EL-5/perl-HTML-Tree.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- perl-HTML-Tree.spec 26 Aug 2007 15:53:39 -0000 1.10 +++ perl-HTML-Tree.spec 28 Sep 2009 14:33:10 -0000 1.11 @@ -1,11 +1,14 @@ Name: perl-HTML-Tree Version: 3.23 -Release: 2%{?dist} +Release: 9%{?dist} Summary: HTML tree handling modules for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tree/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.gz +# Upstream bug filed: +# https://rt.cpan.org/Ticket/Display.html?id=49932 +Patch0: missing_close_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Parser) >= 2.19 @@ -25,6 +28,7 @@ a separate development track. %prep %setup -q -n HTML-Tree-%{version} +%patch0 -p1 -b .missing-close-tag %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree cat << \EOF > %{name}-prov @@ -59,6 +63,27 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/HTML::*3* %changelog +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + +* Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 20 2008 Tom "spot" Callaway - 1:3.23-5 +- fix source url + +* Wed Feb 27 2008 Tom "spot" Callaway - 1:3.23-4 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway 3.23-3 +- rebuild for new perl + * Sun Aug 26 2007 Tom "spot" Callaway 3.23-2 - license tag fix From spot at fedoraproject.org Mon Sep 28 14:33:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 28 Sep 2009 14:33:10 +0000 (UTC) Subject: rpms/perl-HTML-Tree/F-10 missing_close_tag.patch, NONE, 1.1 perl-HTML-Tree.spec, 1.12, 1.13 Message-ID: <20090928143310.5A9AC11C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-HTML-Tree/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14112/F-10 Modified Files: perl-HTML-Tree.spec Added Files: missing_close_tag.patch Log Message: fix missing close tag issue (bz 525587) missing_close_tag.patch: Element.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE missing_close_tag.patch --- diff -ur HTML-Tree-3.23/lib/HTML/Element.pm HTML-Tree-3.23-fix/lib/HTML/Element.pm --- HTML-Tree-3.23/lib/HTML/Element.pm 2006-11-13 03:13:33.000000000 +1000 +++ HTML-Tree-3.23-fix/lib/HTML/Element.pm 2009-09-23 14:22:12.000000000 +1000 @@ -2041,7 +2041,7 @@ and ref($this) # sanity and not( $this->{'_empty_element'} - || $empty_element_map->{$this->{'_tag'} || ''} + || ($empty_element_map->{$this->{'_tag'} || ''} && !@{$this->{'_content'}}) ) # things that don't get post-order callbacks ) { shift @I; Index: perl-HTML-Tree.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Tree/F-10/perl-HTML-Tree.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-HTML-Tree.spec 28 Feb 2008 13:06:25 -0000 1.12 +++ perl-HTML-Tree.spec 28 Sep 2009 14:33:10 -0000 1.13 @@ -1,11 +1,14 @@ Name: perl-HTML-Tree Version: 3.23 -Release: 4%{?dist} +Release: 9%{?dist} Summary: HTML tree handling modules for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tree/ -Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.gz +# Upstream bug filed: +# https://rt.cpan.org/Ticket/Display.html?id=49932 +Patch0: missing_close_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Parser) >= 2.19 @@ -25,6 +28,7 @@ a separate development track. %prep %setup -q -n HTML-Tree-%{version} +%patch0 -p1 -b .missing-close-tag %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree cat << \EOF > %{name}-prov @@ -59,6 +63,21 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/HTML::*3* %changelog +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + +* Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 20 2008 Tom "spot" Callaway - 1:3.23-5 +- fix source url + * Wed Feb 27 2008 Tom "spot" Callaway - 1:3.23-4 - Rebuild for perl 5.10 (again) From spot at fedoraproject.org Mon Sep 28 14:33:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 28 Sep 2009 14:33:10 +0000 (UTC) Subject: rpms/perl-HTML-Tree/devel missing_close_tag.patch, NONE, 1.1 perl-HTML-Tree.spec, 1.16, 1.17 Message-ID: <20090928143310.B7C2B11C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-HTML-Tree/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14112/devel Modified Files: perl-HTML-Tree.spec Added Files: missing_close_tag.patch Log Message: fix missing close tag issue (bz 525587) missing_close_tag.patch: Element.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE missing_close_tag.patch --- diff -ur HTML-Tree-3.23/lib/HTML/Element.pm HTML-Tree-3.23-fix/lib/HTML/Element.pm --- HTML-Tree-3.23/lib/HTML/Element.pm 2006-11-13 03:13:33.000000000 +1000 +++ HTML-Tree-3.23-fix/lib/HTML/Element.pm 2009-09-23 14:22:12.000000000 +1000 @@ -2041,7 +2041,7 @@ and ref($this) # sanity and not( $this->{'_empty_element'} - || $empty_element_map->{$this->{'_tag'} || ''} + || ($empty_element_map->{$this->{'_tag'} || ''} && !@{$this->{'_content'}}) ) # things that don't get post-order callbacks ) { shift @I; Index: perl-HTML-Tree.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Tree/devel/perl-HTML-Tree.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-HTML-Tree.spec 26 Jul 2009 06:32:18 -0000 1.16 +++ perl-HTML-Tree.spec 28 Sep 2009 14:33:10 -0000 1.17 @@ -1,11 +1,14 @@ Name: perl-HTML-Tree Version: 3.23 -Release: 8%{?dist} +Release: 9%{?dist} Summary: HTML tree handling modules for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tree/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.gz +# Upstream bug filed: +# https://rt.cpan.org/Ticket/Display.html?id=49932 +Patch0: missing_close_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Parser) >= 2.19 @@ -25,6 +28,7 @@ a separate development track. %prep %setup -q -n HTML-Tree-%{version} +%patch0 -p1 -b .missing-close-tag %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree cat << \EOF > %{name}-prov @@ -59,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/HTML::*3* %changelog +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + * Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From spot at fedoraproject.org Mon Sep 28 14:33:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 28 Sep 2009 14:33:10 +0000 (UTC) Subject: rpms/perl-HTML-Tree/F-11 missing_close_tag.patch, NONE, 1.1 perl-HTML-Tree.spec, 1.15, 1.16 Message-ID: <20090928143310.8E54011C00E4@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-HTML-Tree/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14112/F-11 Modified Files: perl-HTML-Tree.spec Added Files: missing_close_tag.patch Log Message: fix missing close tag issue (bz 525587) missing_close_tag.patch: Element.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE missing_close_tag.patch --- diff -ur HTML-Tree-3.23/lib/HTML/Element.pm HTML-Tree-3.23-fix/lib/HTML/Element.pm --- HTML-Tree-3.23/lib/HTML/Element.pm 2006-11-13 03:13:33.000000000 +1000 +++ HTML-Tree-3.23-fix/lib/HTML/Element.pm 2009-09-23 14:22:12.000000000 +1000 @@ -2041,7 +2041,7 @@ and ref($this) # sanity and not( $this->{'_empty_element'} - || $empty_element_map->{$this->{'_tag'} || ''} + || ($empty_element_map->{$this->{'_tag'} || ''} && !@{$this->{'_content'}}) ) # things that don't get post-order callbacks ) { shift @I; Index: perl-HTML-Tree.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Tree/F-11/perl-HTML-Tree.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-HTML-Tree.spec 26 Feb 2009 19:59:42 -0000 1.15 +++ perl-HTML-Tree.spec 28 Sep 2009 14:33:10 -0000 1.16 @@ -1,11 +1,14 @@ Name: perl-HTML-Tree Version: 3.23 -Release: 7%{?dist} +Release: 9%{?dist} Summary: HTML tree handling modules for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tree/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.gz +# Upstream bug filed: +# https://rt.cpan.org/Ticket/Display.html?id=49932 +Patch0: missing_close_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Parser) >= 2.19 @@ -25,6 +28,7 @@ a separate development track. %prep %setup -q -n HTML-Tree-%{version} +%patch0 -p1 -b .missing-close-tag %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree cat << \EOF > %{name}-prov @@ -59,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/HTML::*3* %changelog +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + +* Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From bugzilla at redhat.com Mon Sep 28 14:45:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 10:45:55 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909281445.n8SEjtre029868@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Tom "spot" Callaway 2009-09-28 10:45:54 EDT --- Updates are building for this now, thanks for the patch. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 28 16:05:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 12:05:45 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909281605.n8SG5joF015523@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #5 from Fedora Update System 2009-09-28 12:05:44 EDT --- perl-HTML-Tree-3.23-9.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-HTML-Tree-3.23-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. From bugzilla at redhat.com Mon Sep 28 16:04:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 12:04:58 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909281604.n8SG4wao015103@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #4 from Fedora Update System 2009-09-28 12:04:58 EDT --- perl-HTML-Tree-3.23-9.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/perl-HTML-Tree-3.23-9.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 28 16:04:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 12:04:54 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909281604.n8SG4stU006753@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #3 from Fedora Update System 2009-09-28 12:04:53 EDT --- perl-HTML-Tree-3.23-9.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/perl-HTML-Tree-3.23-9.el4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 28 16:05:49 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 12:05:49 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909281605.n8SG5nsi007280@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #6 from Fedora Update System 2009-09-28 12:05:49 EDT --- perl-HTML-Tree-3.23-9.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/perl-HTML-Tree-3.23-9.fc11 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 28 18:23:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 14:23:12 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909281823.n8SINCAe004263@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 --- Comment #7 from Fedora Update System 2009-09-28 14:23:11 EDT --- perl-Mail-Box-2.091-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Sep 28 18:23:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Sep 2009 14:23:16 -0400 Subject: [Bug 522136] perl-Mail-Box RPM misses dependency to perl-Object-Realize-Later In-Reply-To: References: Message-ID: <200909281823.n8SING06012354@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=522136 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.091-1.fc11 |2.091-1.el5 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From jfearn at fedoraproject.org Mon Sep 28 23:41:25 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 28 Sep 2009 23:41:25 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/devel XML-TreeBuilder-NoExpand.patch, 1.4, 1.5 perl-XML-TreeBuilder.spec, 1.7, 1.8 Message-ID: <20090928234126.1A54D11C02BD@cvs1.fedora.phx.redhat.com> Author: jfearn Update of /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29187 Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: sigh, previous patch was eating entities XML-TreeBuilder-NoExpand.patch: Changes | 7 ++ lib/XML/TreeBuilder.pm | 116 +++++++++++++++++++++++++++++++++---------------- t/10main.t | 26 +++++++++- 3 files changed, 108 insertions(+), 41 deletions(-) Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- XML-TreeBuilder-NoExpand.patch 28 Sep 2009 04:05:07 -0000 1.4 +++ XML-TreeBuilder-NoExpand.patch 28 Sep 2009 23:41:24 -0000 1.5 @@ -15,7 +15,7 @@ diff -rubB --exclude=.svn --exclude='*.s diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm --- XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm 2004-06-11 13:59:14.000000000 +1000 -+++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-28 13:51:25.000000000 +1000 ++++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-29 09:21:18.000000000 +1000 @@ -5,6 +7,7 @@ use strict; use XML::Element (); @@ -33,7 +33,7 @@ diff -rubB --exclude=.svn --exclude='*.s + my ( $this, $arg ) = @_; + my $class = ref($this) || $this; + -+ my $NoExpand = ( delete $arg->{'NoExpand'} || undef ); ++ my $NoExpand = ( delete $arg->{'NoExpand'} || undef ); + my $ErrorContext = ( delete $arg->{'ErrorContext'} || undef ); + + if ( %{$arg} ) { @@ -42,7 +42,7 @@ diff -rubB --exclude=.svn --exclude='*.s my $self = XML::Element->new('NIL'); bless $self, $class; # and rebless -@@ -21,44 +31,53 @@ +@@ -21,57 +31,76 @@ $self->{'_store_comments'} = 0; $self->{'_store_pis'} = 0; $self->{'_store_declarations'} = 0; @@ -65,8 +65,6 @@ diff -rubB --exclude=.svn --exclude='*.s 'Start' => sub { shift; - if(@stack) { -+ $self->attr('NoExpand', undef); -+ $self->attr('ErrorContext', undef); + if (@stack) { push @stack, $self->{'_element_class'}->new(@_); $stack[-2]->push_content( $stack[-1] ); @@ -111,7 +109,20 @@ diff -rubB --exclude=.svn --exclude='*.s return; }, -@@ -67,11 +86,11 @@ ++ 'Final' => sub { ++ $self->root()->traverse( ++ sub { ++ my ( $node, $start ) = @_; ++ if ( ref $node ) { # it's an element ++ $node->attr( 'NoExpand', undef ); ++ $node->attr( 'ErrorContext', undef ); ++ } ++ } ++ ); ++ }, ++ + # And now, declarations: + 'Attlist' => sub { return unless $self->{'_store_declarations'}; shift; @@ -128,7 +139,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -80,11 +99,11 @@ +@@ -80,11 +109,11 @@ 'Element' => sub { return unless $self->{'_store_declarations'}; shift; @@ -145,7 +156,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -93,17 +112,32 @@ +@@ -93,17 +122,32 @@ 'Doctype' => sub { return unless $self->{'_store_declarations'}; shift; @@ -184,7 +195,7 @@ diff -rubB --exclude=.svn --exclude='*.s return $self; } -@@ -110,15 +145,15 @@ +@@ -110,15 +155,15 @@ #========================================================================== sub _elem # universal accessor... { @@ -205,8 +216,8 @@ diff -rubB --exclude=.svn --exclude='*.s #========================================================================== diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t ---- XML-TreeBuilder-3.09/t/10main.t 2004-06-11 14:22:53.000000000 +1000 -+++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 13:59:55.000000000 +1000 +--- XML-TreeBuilder-3.09/t/10main.t 2009-09-28 14:00:50.000000000 +1000 ++++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 14:00:54.000000000 +1000 @@ -2,7 +2,7 @@ # Time-stamp: "2004-06-10 20:22:53 ADT" @@ -226,7 +237,7 @@ diff -rubB --exclude=.svn --exclude='*.s unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; -@@ -45,6 +44,27 @@ +@@ -43,6 +44,27 @@ $x->delete; $y->delete; Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/perl-XML-TreeBuilder.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- perl-XML-TreeBuilder.spec 28 Sep 2009 04:05:08 -0000 1.7 +++ perl-XML-TreeBuilder.spec 28 Sep 2009 23:41:24 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -name .packlist -ex %{perl_vendorlib}/XML/ %changelog +* Tue Sep 29 2009 Jeff Fearn - 3.09-16 +- Stupid man! Don't eat entities :( + * Mon Sep 28 2009 Jeff Fearn - 3.09-15 - Always remove NoExpand and ErrorContext from output From jfearn at fedoraproject.org Mon Sep 28 23:44:22 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 28 Sep 2009 23:44:22 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/F-11 XML-TreeBuilder-NoExpand.patch, 1.4, 1.5 perl-XML-TreeBuilder.spec, 1.6, 1.7 Message-ID: <20090928234423.237B311C0333@cvs1.fedora.phx.redhat.com> Author: jfearn Update of /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30185/F-11 Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: fix entites being eaten by NoExpnad switch XML-TreeBuilder-NoExpand.patch: Changes | 7 ++ lib/XML/TreeBuilder.pm | 116 +++++++++++++++++++++++++++++++++---------------- t/10main.t | 26 +++++++++- 3 files changed, 108 insertions(+), 41 deletions(-) Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- XML-TreeBuilder-NoExpand.patch 28 Sep 2009 04:05:07 -0000 1.4 +++ XML-TreeBuilder-NoExpand.patch 28 Sep 2009 23:44:22 -0000 1.5 @@ -15,7 +15,7 @@ diff -rubB --exclude=.svn --exclude='*.s diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm --- XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm 2004-06-11 13:59:14.000000000 +1000 -+++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-28 13:51:25.000000000 +1000 ++++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-29 09:21:18.000000000 +1000 @@ -5,6 +7,7 @@ use strict; use XML::Element (); @@ -33,7 +33,7 @@ diff -rubB --exclude=.svn --exclude='*.s + my ( $this, $arg ) = @_; + my $class = ref($this) || $this; + -+ my $NoExpand = ( delete $arg->{'NoExpand'} || undef ); ++ my $NoExpand = ( delete $arg->{'NoExpand'} || undef ); + my $ErrorContext = ( delete $arg->{'ErrorContext'} || undef ); + + if ( %{$arg} ) { @@ -42,7 +42,7 @@ diff -rubB --exclude=.svn --exclude='*.s my $self = XML::Element->new('NIL'); bless $self, $class; # and rebless -@@ -21,44 +31,53 @@ +@@ -21,57 +31,76 @@ $self->{'_store_comments'} = 0; $self->{'_store_pis'} = 0; $self->{'_store_declarations'} = 0; @@ -65,8 +65,6 @@ diff -rubB --exclude=.svn --exclude='*.s 'Start' => sub { shift; - if(@stack) { -+ $self->attr('NoExpand', undef); -+ $self->attr('ErrorContext', undef); + if (@stack) { push @stack, $self->{'_element_class'}->new(@_); $stack[-2]->push_content( $stack[-1] ); @@ -111,7 +109,20 @@ diff -rubB --exclude=.svn --exclude='*.s return; }, -@@ -67,11 +86,11 @@ ++ 'Final' => sub { ++ $self->root()->traverse( ++ sub { ++ my ( $node, $start ) = @_; ++ if ( ref $node ) { # it's an element ++ $node->attr( 'NoExpand', undef ); ++ $node->attr( 'ErrorContext', undef ); ++ } ++ } ++ ); ++ }, ++ + # And now, declarations: + 'Attlist' => sub { return unless $self->{'_store_declarations'}; shift; @@ -128,7 +139,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -80,11 +99,11 @@ +@@ -80,11 +109,11 @@ 'Element' => sub { return unless $self->{'_store_declarations'}; shift; @@ -145,7 +156,7 @@ diff -rubB --exclude=.svn --exclude='*.s ) ); return; -@@ -93,17 +112,32 @@ +@@ -93,17 +122,32 @@ 'Doctype' => sub { return unless $self->{'_store_declarations'}; shift; @@ -184,7 +195,7 @@ diff -rubB --exclude=.svn --exclude='*.s return $self; } -@@ -110,15 +145,15 @@ +@@ -110,15 +155,15 @@ #========================================================================== sub _elem # universal accessor... { @@ -205,8 +216,8 @@ diff -rubB --exclude=.svn --exclude='*.s #========================================================================== diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t ---- XML-TreeBuilder-3.09/t/10main.t 2004-06-11 14:22:53.000000000 +1000 -+++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 13:59:55.000000000 +1000 +--- XML-TreeBuilder-3.09/t/10main.t 2009-09-28 14:00:50.000000000 +1000 ++++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 14:00:54.000000000 +1000 @@ -2,7 +2,7 @@ # Time-stamp: "2004-06-10 20:22:53 ADT" @@ -226,7 +237,7 @@ diff -rubB --exclude=.svn --exclude='*.s unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; -@@ -45,6 +44,27 @@ +@@ -43,6 +44,27 @@ $x->delete; $y->delete; Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-11/perl-XML-TreeBuilder.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- perl-XML-TreeBuilder.spec 28 Sep 2009 04:05:07 -0000 1.6 +++ perl-XML-TreeBuilder.spec 28 Sep 2009 23:44:22 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -name .packlist -ex %{perl_vendorlib}/XML/ %changelog +* Tue Sep 29 2009 Jeff Fearn - 3.09-16 +- Stupid man! Don't eat entities :( + * Mon Sep 28 2009 Jeff Fearn - 3.09-15 - Always remove NoExpand and ErrorContext from output From jfearn at fedoraproject.org Mon Sep 28 23:44:22 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 28 Sep 2009 23:44:22 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/F-10 XML-TreeBuilder-NoExpand.patch, 1.2, 1.3 perl-XML-TreeBuilder.spec, 1.2, 1.3 Message-ID: <20090928234423.1E8D211C02BD@cvs1.fedora.phx.redhat.com> Author: jfearn Update of /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30185/F-10 Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: fix entites being eaten by NoExpnad switch XML-TreeBuilder-NoExpand.patch: Changes | 7 ++ lib/XML/TreeBuilder.pm | 116 +++++++++++++++++++++++++++++++++---------------- t/10main.t | 26 +++++++++- 3 files changed, 108 insertions(+), 41 deletions(-) Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-10/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- XML-TreeBuilder-NoExpand.patch 15 Oct 2008 03:29:04 -0000 1.2 +++ XML-TreeBuilder-NoExpand.patch 28 Sep 2009 23:44:21 -0000 1.3 @@ -1,22 +1,22 @@ -diff -rubB --exclude=.svn XML-TreeBuilder-3.09/Changes XML-TreeBuilder-patched/Changes +diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/Changes XML-TreeBuilder-patched/Changes --- XML-TreeBuilder-3.09/Changes 2004-06-11 14:28:41.000000000 +1000 -+++ XML-TreeBuilder-patched/Changes 2008-10-15 12:17:13.000000000 +1000 -@@ -1,5 +1,11 @@ - # Time-stamp: "2004-06-10 20:28:41 ADT" ++++ XML-TreeBuilder-patched/Changes 2009-03-16 14:30:51.000000000 +1000 +@@ -1,5 +1,10 @@ +-# Time-stamp: "2004-06-10 20:28:41 ADT" ++2009-16-03 Jeff Fearn -+2007-12-01 Jeff Fearn -+ -+ Release 3.10 ++ Release 3.09.x + + Added NoExpand option to allow entities to be left untouched in xml. -+ ++ Added ErrorContext option to allow better reporting of error locations. ++ Expanded tests to test these options. 2004-06-10 Sean M. Burke -diff -rubB --exclude=.svn XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm +diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm --- XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm 2004-06-11 13:59:14.000000000 +1000 -+++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2008-10-15 12:38:59.000000000 +1000 -@@ -5,6 +5,7 @@ ++++ XML-TreeBuilder-patched/lib/XML/TreeBuilder.pm 2009-09-29 09:21:18.000000000 +1000 +@@ -5,6 +7,7 @@ use strict; use XML::Element (); use XML::Parser (); @@ -24,81 +24,210 @@ diff -rubB --exclude=.svn XML-TreeBuilde use vars qw(@ISA $VERSION); $VERSION = '3.09'; -@@ -12,8 +13,15 @@ +@@ -12,8 +15,15 @@ #========================================================================== sub new { - my $class = ref($_[0]) || $_[0]; - # that's the only parameter it knows -+ my ($this, $arg) = @_; -+ my $class = ref($this) || $this; ++ my ( $this, $arg ) = @_; ++ my $class = ref($this) || $this; + -+ my $NoExpand = defined $arg->{'NoExpand'} ? delete $arg->{'NoExpand'} : 0; -+ my $ErrorContext = defined $arg->{'ErrorContext'} ? delete $arg->{'ErrorContext'} : 0; ++ my $NoExpand = ( delete $arg->{'NoExpand'} || undef ); ++ my $ErrorContext = ( delete $arg->{'ErrorContext'} || undef ); + -+ if ( %{$arg} ) { -+ croak "unknown args: " . join( ", ", keys %{$arg} ); -+ } ++ if ( %{$arg} ) { ++ croak "unknown args: " . join( ", ", keys %{$arg} ); ++ } my $self = XML::Element->new('NIL'); bless $self, $class; # and rebless -@@ -21,11 +29,19 @@ +@@ -21,57 +31,76 @@ $self->{'_store_comments'} = 0; $self->{'_store_pis'} = 0; $self->{'_store_declarations'} = 0; -+ $self->{'NoExpand'} = $NoExpand; -+ $self->{'ErrorContext'} = $ErrorContext; ++ $self->{'NoExpand'} = $NoExpand if ($NoExpand); ++ $self->{'ErrorContext'} = $ErrorContext if ($ErrorContext); my @stack; ++ # Compare the simplicity of this to the sheer nastiness of HTML::TreeBuilder! - $self->{'_xml_parser'} = XML::Parser->new( 'Handlers' => { -+ 'Default' => sub { -+ if ( ( $self->{'NoExpand'} ) && ( $_[1] =~ /&.*\;/ ) ) { -+ $stack[-1]->push_content( $_[1] ); -+ } -+ return; -+ }, +- $self->{'_xml_parser'} = XML::Parser->new( 'Handlers' => { ++ $self->{'_xml_parser'} = XML::Parser->new( ++ 'Handlers' => { ++ 'Default' => sub { ++ if ( ( $self->{'NoExpand'} ) && ( $_[1] =~ /&.*\;/ ) ) { ++ $stack[-1]->push_content( $_[1] ); ++ } ++ return; ++ }, 'Start' => sub { shift; - if(@stack) { -@@ -103,7 +119,22 @@ +- if(@stack) { ++ if (@stack) { + push @stack, $self->{'_element_class'}->new(@_); + $stack[-2]->push_content( $stack[-1] ); +- } else { ++ } ++ else { + $self->tag(shift); +- while(@_) { $self->attr(splice(@_,0,2)) }; ++ while (@_) { $self->attr( splice( @_, 0, 2 ) ) } + push @stack, $self; + } + }, + + 'End' => sub { pop @stack; return }, + +- 'Char' => sub { $stack[-1]->push_content($_[1]) }, ++ 'Char' => sub { $stack[-1]->push_content( $_[1] ) }, + + 'Comment' => sub { + return unless $self->{'_store_comments'}; +- ( +- @stack ? $stack[-1] : $self +- )->push_content( +- $self->{'_element_class'}->new('~comment', 'text' => $_[1]) +- ); ++ ( @stack ? $stack[-1] : $self ) ++ ->push_content( $self->{'_element_class'} ++ ->new( '~comment', 'text' => $_[1] ) ); + return; + }, + + 'Proc' => sub { + return unless $self->{'_store_pis'}; +- ( +- @stack ? $stack[-1] : $self +- )->push_content( +- $self->{'_element_class'}->new('~pi', 'text' => "$_[1] $_[2]") +- ); ++ ( @stack ? $stack[-1] : $self ) ++ ->push_content( $self->{'_element_class'} ++ ->new( '~pi', 'text' => "$_[1] $_[2]" ) ); + return; + }, + ++ 'Final' => sub { ++ $self->root()->traverse( ++ sub { ++ my ( $node, $start ) = @_; ++ if ( ref $node ) { # it's an element ++ $node->attr( 'NoExpand', undef ); ++ $node->attr( 'ErrorContext', undef ); ++ } ++ } ++ ); ++ }, ++ + # And now, declarations: + + 'Attlist' => sub { + return unless $self->{'_store_declarations'}; + shift; +- ( +- @stack ? $stack[-1] : $self +- )->push_content( +- $self->{'_element_class'}->new('~declaration', +- 'text' => join ' ', 'ATTLIST', @_ ++ ( @stack ? $stack[-1] : $self )->push_content( ++ $self->{'_element_class'}->new( ++ '~declaration', ++ 'text' => join ' ', ++ 'ATTLIST', @_ + ) + ); + return; +@@ -80,11 +109,11 @@ + 'Element' => sub { + return unless $self->{'_store_declarations'}; + shift; +- ( +- @stack ? $stack[-1] : $self +- )->push_content( +- $self->{'_element_class'}->new('~declaration', +- 'text' => join ' ', 'ELEMENT', @_ ++ ( @stack ? $stack[-1] : $self )->push_content( ++ $self->{'_element_class'}->new( ++ '~declaration', ++ 'text' => join ' ', ++ 'ELEMENT', @_ + ) + ); + return; +@@ -93,17 +122,32 @@ + 'Doctype' => sub { + return unless $self->{'_store_declarations'}; + shift; +- ( +- @stack ? $stack[-1] : $self +- )->push_content( +- $self->{'_element_class'}->new('~declaration', +- 'text' => join ' ', 'DOCTYPE', @_ ++ ( @stack ? $stack[-1] : $self )->push_content( ++ $self->{'_element_class'}->new( ++ '~declaration', ++ 'text' => join ' ', ++ 'DOCTYPE', @_ + ) + ); return; }, - }); -+ 'Entity' => sub { -+ return unless $self->{'_store_declarations'}; -+ shift; -+ ( -+ @stack ? $stack[-1] : $self -+ )->push_content( -+ $self->{'_element_class'}->new('~declaration', -+ 'text' => join ' ', 'ENTITY', @_ -+ ) -+ ); -+ return; -+ }, -+ }, -+ 'NoExpand' => $self->{'NoExpand'}, -+ 'ErrorContext' => $self->{'ErrorContext'} -+ ); ++ 'Entity' => sub { ++ return unless $self->{'_store_declarations'}; ++ shift; ++ ( @stack ? $stack[-1] : $self )->push_content( ++ $self->{'_element_class'}->new( ++ '~declaration', ++ 'text' => join ' ', ++ 'ENTITY', @_ ++ ) ++ ); ++ return; ++ }, ++ }, ++ 'NoExpand' => $self->{'NoExpand'}, ++ 'ErrorContext' => $self->{'ErrorContext'} ++ ); return $self; } -Only in XML-TreeBuilder-patched/lib/XML: .TreeBuilder.pm.swp -diff -rubB --exclude=.svn XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t ---- XML-TreeBuilder-3.09/t/10main.t 2004-06-11 14:22:53.000000000 +1000 -+++ XML-TreeBuilder-patched/t/10main.t 2008-10-15 12:17:13.000000000 +1000 -@@ -21,6 +21,7 @@ - - my $y = XML::Element->new_from_lol( - ['Gee', -+ { 'NoExpand' => '0', 'ErrorContext' => '0'}, - ['~comment', {'text' => ' myorp '}], - ['foo', {'Id'=> 'me', 'xml:foo' => 'lal'}, 'Hello World'], - ['lor'], -@@ -29,8 +30,7 @@ +@@ -110,15 +155,15 @@ + #========================================================================== + sub _elem # universal accessor... + { +- my($self, $elem, $val) = @_; ++ my ( $self, $elem, $val ) = @_; + my $old = $self->{$elem}; + $self->{$elem} = $val if defined $val; + return $old; + } + +-sub store_comments { shift->_elem('_store_comments', @_); } +-sub store_declarations { shift->_elem('_store_declarations', @_); } +-sub store_pis { shift->_elem('_store_pis', @_); } ++sub store_comments { shift->_elem( '_store_comments', @_ ); } ++sub store_declarations { shift->_elem( '_store_declarations', @_ ); } ++sub store_pis { shift->_elem( '_store_pis', @_ ); } + + #========================================================================== + +diff -rubB --exclude=.svn --exclude='*.swp' XML-TreeBuilder-3.09/t/10main.t XML-TreeBuilder-patched/t/10main.t +--- XML-TreeBuilder-3.09/t/10main.t 2009-09-28 14:00:50.000000000 +1000 ++++ XML-TreeBuilder-patched/t/10main.t 2009-09-28 14:00:54.000000000 +1000 +@@ -2,7 +2,7 @@ + # Time-stamp: "2004-06-10 20:22:53 ADT" + + use Test; +-BEGIN { plan tests => 3 } ++BEGIN { plan tests => 4 } + + use XML::TreeBuilder; + +@@ -29,8 +29,7 @@ ] ); @@ -108,3 +237,31 @@ diff -rubB --exclude=.svn XML-TreeBuilde unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; +@@ -43,6 +44,27 @@ + $x->delete; + $y->delete; + ++$x = XML::TreeBuilder->new({ 'NoExpand' => "1", 'ErrorContext' => "2" }); ++$x->store_comments(1); ++$x->store_pis(1); ++$x->store_declarations(1); ++$x->parse( ++ qq{Hello World} . ++ qq{} ++); ++ ++$y = XML::Element->new_from_lol( ++ ['Gee', ++ ['~comment', {'text' => ' myorp '}], ++ ['foo', {'Id'=> 'me', 'xml:foo' => 'lal'}, 'Hello World'], ++ ['lor'], ++ ['~comment', {'text' => ' foo '}], ++ ['~comment', {'text' => ' glarg '}], ++ ] ++); ++ ++ok($x->same_as($y)); ++ + ok 1; + print "# Bye from ", __FILE__, "\n"; + Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/F-10/perl-XML-TreeBuilder.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- perl-XML-TreeBuilder.spec 15 Oct 2008 03:29:05 -0000 1.2 +++ perl-XML-TreeBuilder.spec 28 Sep 2009 23:44:22 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 11%{?dist} +Release: 16%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,6 +50,21 @@ find $RPM_BUILD_ROOT -name .packlist -ex %{perl_vendorlib}/XML/ %changelog +* Tue Sep 29 2009 Jeff Fearn - 3.09-16 +- Stupid man! Don't eat entities :( + +* Mon Sep 28 2009 Jeff Fearn - 3.09-15 +- Always remove NoExpand and ErrorContext from output + +* Sun Jul 26 2009 Fedora Release Engineering - 3.09-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Mar 16 2009 Jeff Fearn - 3.09-13 +- Remove NoExpand and ErrorContext from output if they aren't set. + +* Thu Feb 26 2009 Fedora Release Engineering - 3.09-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Oct 15 2008 Jeff Fearn - 3.09-11 - Add ErrorContext pass through - Fix crash on Entity declaration. BZ #461557 From rlandmann at fedoraproject.org Fri Sep 25 20:30:47 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 20:30:47 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/devel import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925203047.A3DBD11C02BB@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8074/devel Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:HEAD:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253910438 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 20:30:47 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 20:30:47 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From rlandmann at fedoraproject.org Fri Sep 25 21:08:45 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 21:08:45 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/F-11 import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925210845.221CC11C00E8@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20944/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:F-11:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253912782 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 21:08:43 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 21:08:44 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From rlandmann at fedoraproject.org Fri Sep 25 21:18:42 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 21:18:42 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/F-12 import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925211842.ABA0011C00E8@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26684/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:F-12:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253913443 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From rlandmann at fedoraproject.org Fri Sep 25 21:27:37 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 21:27:37 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/F-10 import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925212737.1A0A911C00E8@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29841/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:F-10:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253913966 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 21:27:36 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 21:27:36 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From rlandmann at fedoraproject.org Fri Sep 25 21:41:16 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 21:41:16 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/EL-5 import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925214116.6A3BA11C00E8@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv782/EL-5 Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:EL-5:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253914796 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 21:41:16 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 21:41:16 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From rlandmann at fedoraproject.org Fri Sep 25 21:55:35 2009 From: rlandmann at fedoraproject.org (=?utf-8?q?R=C3=BCdiger_Landmann?=) Date: Fri, 25 Sep 2009 21:55:35 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Gettext/EL-4 import.log, NONE, 1.1 perl-Locale-Maketext-Gettext.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090925215535.C600611C00E8@cvs1.fedora.phx.redhat.com> Author: rlandmann Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7041/EL-4 Modified Files: .cvsignore sources Added Files: import.log perl-Locale-Maketext-Gettext.spec Log Message: * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. --- NEW FILE import.log --- perl-Locale-Maketext-Gettext-1_27-2_fc11:EL-4:perl-Locale-Maketext-Gettext-1.27-2.fc11.src.rpm:1253915652 --- NEW FILE perl-Locale-Maketext-Gettext.spec --- Name: perl-Locale-Maketext-Gettext Version: 1.27 Release: 2%{?dist} Summary: Joins the gettext and Maketext frameworks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Gettext/ Source0: http://www.cpan.org/authors/id/I/IM/IMACAT/Locale-Maketext-Gettext-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too. %prep %setup -q -n Locale-Maketext-Gettext-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check rm -f debugsources.list debugfiles.list debuglinks.list ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Artistic BUGS Changes COPYING README THANKS TODO %{perl_vendorlib}/* %{_mandir}/man3/* %{_bindir}/maketext %{_mandir}/man1/* %changelog * Mon Sep 21 2009 R?diger Landmann 1.27-2 - added BuildRequires: perl(Test::More) and BuildRequires: perl(Test::Pod) * Mon Sep 07 2009 R?diger Landmann 1.27-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-4/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 25 Sep 2009 16:34:55 -0000 1.1 +++ .cvsignore 25 Sep 2009 21:55:34 -0000 1.2 @@ -0,0 +1 @@ +Locale-Maketext-Gettext-1.27.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Gettext/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 25 Sep 2009 16:34:55 -0000 1.1 +++ sources 25 Sep 2009 21:55:34 -0000 1.2 @@ -0,0 +1 @@ +58019c37c8ad1c4526476a7fb98b64c6 Locale-Maketext-Gettext-1.27.tar.gz From bugzilla at redhat.com Tue Sep 29 14:11:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Sep 2009 10:11:05 -0400 Subject: [Bug 526255] New: tkmib crashes Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: tkmib crashes https://bugzilla.redhat.com/show_bug.cgi?id=526255 Summary: tkmib crashes Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Tk AssignedTo: andreas.bierfert at lowlatency.de ReportedBy: jsafrane at redhat.com QAContact: extras-qa at fedoraproject.org CC: andreas.bierfert at lowlatency.de, fedora-perl-devel-list at redhat.com Classification: Fedora Target Release: --- Description of problem: /usr/bin/tkmib from net-snmp-gui-5.4.2.1-17.fc12.x86_64 crashes on rawhide, while the same /usr/bin/tkmib runs well on Fedora 11. Version-Release number of selected component (if applicable): perl-Tk-804.028-10.fc12.x86_64 perl-5.10.0-82.fc12.x86_64 How reproducible: always Steps to Reproduce: 1. yum install net-snmp-gui 2. tkmib Actual results: setting opts Segmentation fault (core dumped) Expected results: tkmib shows some fancy GUI Stack trace: Core was generated by `/usr/bin/perl /usr/bin/tkmib'. Program terminated with signal 11, Segmentation fault. #0 Tk_AllocFontFromObj (interp=, tkwin=0x275d7c0, objPtr=0x278a470) at tkFont.c:1145 1145 fontPtr->resourceRefCount = 1; (gdb) bt #0 Tk_AllocFontFromObj (interp=, tkwin=0x275d7c0, objPtr=0x278a470) at tkFont.c:1145 #1 0x00007f176f349dc2 in DoObjConfig (interp=0x26c8190, recordPtr=, optionPtr=0x276d880, valuePtr=0x278a470, tkwin=, savedOptionPtr=0x0) at tkConfig.c:799 #2 0x00007f176f34a002 in Tk_InitOptions (interp=0x26c8190, recordPtr=, optionTable=, tkwin=0x275d7c0) at tkConfig.c:569 #3 0x00007f176d1b8838 in Tk_MenubuttonObjCmd (clientData=, interp=0x26c8190, objc=, objv=0x2043aa0) at tkMenubutton.c:306 #4 0x00007f176f2cf595 in Call_Tk (info=, items=4, args=0x2043aa0) at tkGlue.c:2283 #5 0x00007f176f2d1190 in XSTkCommand (cv=0x278a038, mwcd=, proc=0x7f176d1b8550 , items=4, args=0x2043aa0) at tkGlue.c:3062 #6 0x00007f176d1b7064 in XS_Tk_menubutton (my_perl=0x1e2c010, cv=0x278a038) at Menubutton.xs:29 #7 0x00007f177751411a in Perl_pp_entersub (my_perl=0x1e2c010) at pp_hot.c:2850 #8 0x00007f17774ea4a8 in Perl_runops_debug (my_perl=0x1e2c010) at dump.c:1931 #9 0x00007f1777510049 in S_run_body (oldscope=, my_perl=) at perl.c:2386 #10 perl_run (oldscope=, my_perl=) at perl.c:2309 #11 0x0000000000400cfc in main (argc=2, argv=0x7fff1e77b7a8, env=0x7fff1e77b7c0) at perlmain.c:113 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 29 14:27:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Sep 2009 10:27:56 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909291427.n8TERum7022614@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #7 from Fedora Update System 2009-09-29 10:27:56 EDT --- perl-HTML-Tree-3.23-9.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 29 14:28:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Sep 2009 10:28:01 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909291428.n8TES16t011695@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |3.23-9.fc11 Resolution| |ERRATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 29 14:37:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Sep 2009 10:37:38 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909291437.n8TEbcoo027323@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 --- Comment #8 from Fedora Update System 2009-09-29 10:37:37 EDT --- perl-HTML-Tree-3.23-9.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Sep 29 14:37:44 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Sep 2009 10:37:44 -0400 Subject: [Bug 525587] Close tag missing in XML output of optionally empty tags In-Reply-To: References: Message-ID: <200909291437.n8TEbig8016383@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=525587 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|3.23-9.fc11 |3.23-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. From cweyl at fedoraproject.org Tue Sep 29 14:51:44 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 29 Sep 2009 14:51:44 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.12, 1.13 Message-ID: <20090929145144.0254711C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22946 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: * Tue Sep 29 2009 Chris Weyl 0.260-2 - fix provides version (for perl-POE-Component-Client-HTTP) Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-POE-Component-Client-Keepalive.spec 27 Sep 2009 09:01:18 -0000 1.12 +++ perl-POE-Component-Client-Keepalive.spec 29 Sep 2009 14:51:43 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Client-Keepalive Version: 0.260 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manages and keeps alive client connections Group: Development/Libraries @@ -19,7 +19,7 @@ BuildRequires: perl(POE::Component::Cli BuildRequires: perl(Net::IP) >= 1.25 # Satisfy automaticly generated requires that want this module >= 0.0901 -Provides: perl(POE::Component::Client::Keepalive) = %{version} +Provides: perl(POE::Component::Client::Keepalive) = %{version}0 ### auto-added reqs! Requires: perl(Net::IP) >= 1.25 @@ -69,6 +69,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Sep 29 2009 Chris Weyl 0.260-2 +- fix provides version (for perl-POE-Component-Client-HTTP) + * Sun Sep 27 2009 Chris Weyl 0.260-1 - update filtering - auto-update to 0.260 (by cpan-spec-update 0.01) From buildsys at fedoraproject.org Tue Sep 29 14:57:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 29 Sep 2009 14:57:46 +0000 (UTC) Subject: Broken dependencies: perl-POE-Component-Client-HTTP Message-ID: <20090929145746.598CC1F8222@releng2.fedora.phx.redhat.com> perl-POE-Component-Client-HTTP has broken dependencies in the development tree: On ppc: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On x86_64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On i386: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On ppc64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 Please resolve this as soon as possible. From buildsys at fedoraproject.org Tue Sep 29 14:57:46 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 29 Sep 2009 14:57:46 +0000 (UTC) Subject: Broken dependencies: perl-POE-Component-Client-HTTP Message-ID: <20090929145746.598CC1F8222@releng2.fedora.phx.redhat.com> perl-POE-Component-Client-HTTP has broken dependencies in the development tree: On ppc: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On x86_64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On i386: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 On ppc64: perl-POE-Component-Client-HTTP-0.85-3.fc11.noarch requires perl(POE::Component::Client::Keepalive) >= 0:0.0901 Please resolve this as soon as possible. From cweyl at fedoraproject.org Tue Sep 29 15:31:40 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 29 Sep 2009 15:31:40 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/F-12 perl-POE-Component-Client-Keepalive.spec, 1.12, 1.13 Message-ID: <20090929153140.30C6111C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1773 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: * Tue Sep 29 2009 Chris Weyl 0.260-2 - fix provides version (for perl-POE-Component-Client-HTTP) Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-POE-Component-Client-Keepalive.spec 27 Sep 2009 09:01:18 -0000 1.12 +++ perl-POE-Component-Client-Keepalive.spec 29 Sep 2009 15:31:39 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Client-Keepalive Version: 0.260 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manages and keeps alive client connections Group: Development/Libraries @@ -19,7 +19,7 @@ BuildRequires: perl(POE::Component::Cli BuildRequires: perl(Net::IP) >= 1.25 # Satisfy automaticly generated requires that want this module >= 0.0901 -Provides: perl(POE::Component::Client::Keepalive) = %{version} +Provides: perl(POE::Component::Client::Keepalive) = %{version}0 ### auto-added reqs! Requires: perl(Net::IP) >= 1.25 @@ -69,6 +69,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Tue Sep 29 2009 Chris Weyl 0.260-2 +- fix provides version (for perl-POE-Component-Client-HTTP) + * Sun Sep 27 2009 Chris Weyl 0.260-1 - update filtering - auto-update to 0.260 (by cpan-spec-update 0.01) From cweyl at fedoraproject.org Wed Sep 30 01:47:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:47:16 +0000 (UTC) Subject: rpms/perl-common-sense/devel import.log, NONE, 1.1 perl-common-sense.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014716.F1EFB11C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-common-sense/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27117/devel Modified Files: .cvsignore sources Added Files: import.log perl-common-sense.spec Log Message: initial import --- NEW FILE import.log --- perl-common-sense-1_0-2_fc11:HEAD:perl-common-sense-1.0-2.fc11.src.rpm:1254275232 --- NEW FILE perl-common-sense.spec --- Name: perl-common-sense Version: 1.0 Release: 2%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: "Common sense" Perl defaults Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz Url: http://search.cpan.org/dist/common-sense BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) %{?perl_default_filter} %description This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: use strict qw(vars subs); use feature qw(say state switch); no warnings; %prep %setup -q -n common-sense-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Sep 27 2009 Chris Weyl 1.0-2 - update summary (though now we deviate from upstream) * Mon Aug 31 2009 Chris Weyl 1.0-1 - auto-update to 1.0 (by cpan-spec-update 0.01) * Fri Aug 21 2009 Chris Weyl 0.04-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:20:04 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:47:16 -0000 1.2 @@ -0,0 +1 @@ +common-sense-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:20:04 -0000 1.1 +++ sources 30 Sep 2009 01:47:16 -0000 1.2 @@ -0,0 +1 @@ +c6fd2a8fd579f62c57211d7c8e4115f3 common-sense-1.0.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:47:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:47:29 +0000 (UTC) Subject: rpms/perl-common-sense/F-12 import.log, NONE, 1.1 perl-common-sense.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014729.1129D11C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-common-sense/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27296/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-common-sense.spec Log Message: initial import --- NEW FILE import.log --- perl-common-sense-1_0-2_fc11:F-12:perl-common-sense-1.0-2.fc11.src.rpm:1254275244 --- NEW FILE perl-common-sense.spec --- Name: perl-common-sense Version: 1.0 Release: 2%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: "Common sense" Perl defaults Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz Url: http://search.cpan.org/dist/common-sense BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) %{?perl_default_filter} %description This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: use strict qw(vars subs); use feature qw(say state switch); no warnings; %prep %setup -q -n common-sense-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Sep 27 2009 Chris Weyl 1.0-2 - update summary (though now we deviate from upstream) * Mon Aug 31 2009 Chris Weyl 1.0-1 - auto-update to 1.0 (by cpan-spec-update 0.01) * Fri Aug 21 2009 Chris Weyl 0.04-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:20:04 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:47:28 -0000 1.2 @@ -0,0 +1 @@ +common-sense-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:20:04 -0000 1.1 +++ sources 30 Sep 2009 01:47:28 -0000 1.2 @@ -0,0 +1 @@ +c6fd2a8fd579f62c57211d7c8e4115f3 common-sense-1.0.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:47:39 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:47:39 +0000 (UTC) Subject: rpms/perl-common-sense/F-11 import.log, NONE, 1.1 perl-common-sense.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014739.228B811C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-common-sense/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27470/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-common-sense.spec Log Message: initial import --- NEW FILE import.log --- perl-common-sense-1_0-2_fc11:F-11:perl-common-sense-1.0-2.fc11.src.rpm:1254275254 --- NEW FILE perl-common-sense.spec --- Name: perl-common-sense Version: 1.0 Release: 2%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: "Common sense" Perl defaults Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz Url: http://search.cpan.org/dist/common-sense BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) %{?perl_default_filter} %description This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: use strict qw(vars subs); use feature qw(say state switch); no warnings; %prep %setup -q -n common-sense-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Sep 27 2009 Chris Weyl 1.0-2 - update summary (though now we deviate from upstream) * Mon Aug 31 2009 Chris Weyl 1.0-1 - auto-update to 1.0 (by cpan-spec-update 0.01) * Fri Aug 21 2009 Chris Weyl 0.04-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:20:04 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:47:38 -0000 1.2 @@ -0,0 +1 @@ +common-sense-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:20:04 -0000 1.1 +++ sources 30 Sep 2009 01:47:38 -0000 1.2 @@ -0,0 +1 @@ +c6fd2a8fd579f62c57211d7c8e4115f3 common-sense-1.0.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:47:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:47:58 +0000 (UTC) Subject: rpms/perl-common-sense/F-10 import.log, NONE, 1.1 perl-common-sense.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014758.7690511C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-common-sense/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27693/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-common-sense.spec Log Message: initial import --- NEW FILE import.log --- perl-common-sense-1_0-2_fc11:F-10:perl-common-sense-1.0-2.fc11.src.rpm:1254275267 --- NEW FILE perl-common-sense.spec --- Name: perl-common-sense Version: 1.0 Release: 2%{?dist} # see LICENSE License: GPL+ or Artistic Group: Development/Libraries Summary: "Common sense" Perl defaults Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz Url: http://search.cpan.org/dist/common-sense BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) %{?perl_default_filter} %description This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: use strict qw(vars subs); use feature qw(say state switch); no warnings; %prep %setup -q -n common-sense-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Sep 27 2009 Chris Weyl 1.0-2 - update summary (though now we deviate from upstream) * Mon Aug 31 2009 Chris Weyl 1.0-1 - auto-update to 1.0 (by cpan-spec-update 0.01) * Fri Aug 21 2009 Chris Weyl 0.04-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:20:04 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:47:57 -0000 1.2 @@ -0,0 +1 @@ +common-sense-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-common-sense/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:20:04 -0000 1.1 +++ sources 30 Sep 2009 01:47:58 -0000 1.2 @@ -0,0 +1 @@ +c6fd2a8fd579f62c57211d7c8e4115f3 common-sense-1.0.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:49:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:49:07 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-GZip/devel import.log, NONE, 1.1 perl-WWW-Mechanize-GZip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014907.3E95511C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28092/devel Modified Files: .cvsignore sources Added Files: import.log perl-WWW-Mechanize-GZip.spec Log Message: initial import --- NEW FILE import.log --- perl-WWW-Mechanize-GZip-0_12-1_fc11:HEAD:perl-WWW-Mechanize-GZip-0.12-1.fc11.src.rpm:1254275342 --- NEW FILE perl-WWW-Mechanize-GZip.spec --- Name: perl-WWW-Mechanize-GZip Version: 0.12 Release: 1%{?dist} # lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Fetch compressed webpages Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz Url: http://search.cpan.org/dist/WWW-Mechanize-GZip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(WWW::Mechanize) Requires: perl(WWW::Mechanize) Requires: perl(Compress::Zlib) %{?perl_default_filter} %description The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. %prep %setup -q -n WWW-Mechanize-GZip-%{version} find . -type f -exec chmod -x -c {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Sep 26 2009 Chris Weyl 0.12-1 - submission - update filtering * Sat Sep 26 2009 Chris Weyl 0.12-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:22:13 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:49:06 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-GZip-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:22:13 -0000 1.1 +++ sources 30 Sep 2009 01:49:07 -0000 1.2 @@ -0,0 +1 @@ +c3475fcff561629dddbd25b9db611e49 WWW-Mechanize-GZip-0.12.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:49:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:49:18 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-GZip/F-12 import.log, NONE, 1.1 perl-WWW-Mechanize-GZip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014918.333F011C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28258/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-WWW-Mechanize-GZip.spec Log Message: initial import --- NEW FILE import.log --- perl-WWW-Mechanize-GZip-0_12-1_fc11:F-12:perl-WWW-Mechanize-GZip-0.12-1.fc11.src.rpm:1254275353 --- NEW FILE perl-WWW-Mechanize-GZip.spec --- Name: perl-WWW-Mechanize-GZip Version: 0.12 Release: 1%{?dist} # lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Fetch compressed webpages Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz Url: http://search.cpan.org/dist/WWW-Mechanize-GZip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(WWW::Mechanize) Requires: perl(WWW::Mechanize) Requires: perl(Compress::Zlib) %{?perl_default_filter} %description The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. %prep %setup -q -n WWW-Mechanize-GZip-%{version} find . -type f -exec chmod -x -c {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Sep 26 2009 Chris Weyl 0.12-1 - submission - update filtering * Sat Sep 26 2009 Chris Weyl 0.12-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:22:13 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:49:17 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-GZip-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:22:13 -0000 1.1 +++ sources 30 Sep 2009 01:49:18 -0000 1.2 @@ -0,0 +1 @@ +c3475fcff561629dddbd25b9db611e49 WWW-Mechanize-GZip-0.12.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:49:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:49:30 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-GZip/F-11 import.log, NONE, 1.1 perl-WWW-Mechanize-GZip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014930.AC17311C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28428/F-11 Modified Files: .cvsignore sources Added Files: import.log perl-WWW-Mechanize-GZip.spec Log Message: initial import --- NEW FILE import.log --- perl-WWW-Mechanize-GZip-0_12-1_fc11:F-11:perl-WWW-Mechanize-GZip-0.12-1.fc11.src.rpm:1254275364 --- NEW FILE perl-WWW-Mechanize-GZip.spec --- Name: perl-WWW-Mechanize-GZip Version: 0.12 Release: 1%{?dist} # lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Fetch compressed webpages Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz Url: http://search.cpan.org/dist/WWW-Mechanize-GZip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(WWW::Mechanize) Requires: perl(WWW::Mechanize) Requires: perl(Compress::Zlib) %{?perl_default_filter} %description The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. %prep %setup -q -n WWW-Mechanize-GZip-%{version} find . -type f -exec chmod -x -c {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Sep 26 2009 Chris Weyl 0.12-1 - submission - update filtering * Sat Sep 26 2009 Chris Weyl 0.12-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:22:13 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:49:30 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-GZip-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:22:13 -0000 1.1 +++ sources 30 Sep 2009 01:49:30 -0000 1.2 @@ -0,0 +1 @@ +c3475fcff561629dddbd25b9db611e49 WWW-Mechanize-GZip-0.12.tar.gz From cweyl at fedoraproject.org Wed Sep 30 01:49:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 30 Sep 2009 01:49:42 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize-GZip/F-10 import.log, NONE, 1.1 perl-WWW-Mechanize-GZip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090930014942.76D5811C00C1@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28604/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-WWW-Mechanize-GZip.spec Log Message: initial import --- NEW FILE import.log --- perl-WWW-Mechanize-GZip-0_12-1_fc11:F-10:perl-WWW-Mechanize-GZip-0.12-1.fc11.src.rpm:1254275377 --- NEW FILE perl-WWW-Mechanize-GZip.spec --- Name: perl-WWW-Mechanize-GZip Version: 0.12 Release: 1%{?dist} # lib/WWW/Mechanize/GZip.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Fetch compressed webpages Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEGI/WWW-Mechanize-GZip-%{version}.tar.gz Url: http://search.cpan.org/dist/WWW-Mechanize-GZip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(WWW::Mechanize) Requires: perl(WWW::Mechanize) Requires: perl(Compress::Zlib) %{?perl_default_filter} %description The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. %prep %setup -q -n WWW-Mechanize-GZip-%{version} find . -type f -exec chmod -x -c {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Sep 26 2009 Chris Weyl 0.12-1 - submission - update filtering * Sat Sep 26 2009 Chris Weyl 0.12-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 29 Sep 2009 20:22:13 -0000 1.1 +++ .cvsignore 30 Sep 2009 01:49:42 -0000 1.2 @@ -0,0 +1 @@ +WWW-Mechanize-GZip-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize-GZip/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 29 Sep 2009 20:22:13 -0000 1.1 +++ sources 30 Sep 2009 01:49:42 -0000 1.2 @@ -0,0 +1 @@ +c3475fcff561629dddbd25b9db611e49 WWW-Mechanize-GZip-0.12.tar.gz From kasal at fedoraproject.org Wed Sep 30 16:52:26 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 16:52:26 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-HTTP/devel perl-POE-Component-Client-HTTP.spec, 1.16, 1.17 Message-ID: <20090930165226.5410F11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30809 Modified Files: perl-POE-Component-Client-HTTP.spec Log Message: - fix the perl(POE::Component::Client::Keepalive) require to match our numbering Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-POE-Component-Client-HTTP.spec 27 Sep 2009 09:01:29 -0000 1.16 +++ perl-POE-Component-Client-HTTP.spec 30 Sep 2009 16:52:26 -0000 1.17 @@ -11,7 +11,7 @@ Name: perl-POE-Component-Client-HTTP Version: 0.890 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A non-blocking/parallel web requests engine for POE Group: Development/Libraries @@ -27,7 +27,7 @@ BuildRequires: perl(POE) >= 1.007 BuildRequires: perl(HTTP::Request) >= 1.3 BuildRequires: perl(HTTP::Response) >= 1.37 BuildRequires: perl(URI) >= 1.24 -BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.26 +BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.2600 # tests... BuildRequires: perl(Test::Pod) @@ -37,7 +37,7 @@ BuildRequires: perl(Test::More) # use base... Requires: perl(POE::Filter), perl(POE::Filter::Stackable) # use POE qw{ ... } -Requires: perl(POE::Component::Client::Keepalive) >= 0.26 +Requires: perl(POE::Component::Client::Keepalive) >= 0.2600 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -103,6 +103,10 @@ rm -rf %{buildroot} %changelog +* Wed Sep 30 2009 Stepan Kasal 0.890-2 +- fix the perl(POE::Component::Client::Keepalive) require + to match our numbering + * Tue Aug 25 2009 Chris Weyl 0.890-1 - auto-update to 0.890 (by cpan-spec-update 0.01) - altered br on perl(POE) (0.3202 => 1.007) From kasal at fedoraproject.org Wed Sep 30 16:53:00 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 16:53:00 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-HTTP/F-12 perl-POE-Component-Client-HTTP.spec, 1.16, 1.17 Message-ID: <20090930165300.A5F1E11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30969 Modified Files: perl-POE-Component-Client-HTTP.spec Log Message: sync w/ rawhide Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/F-12/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-POE-Component-Client-HTTP.spec 27 Sep 2009 09:01:29 -0000 1.16 +++ perl-POE-Component-Client-HTTP.spec 30 Sep 2009 16:53:00 -0000 1.17 @@ -11,7 +11,7 @@ Name: perl-POE-Component-Client-HTTP Version: 0.890 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A non-blocking/parallel web requests engine for POE Group: Development/Libraries @@ -27,7 +27,7 @@ BuildRequires: perl(POE) >= 1.007 BuildRequires: perl(HTTP::Request) >= 1.3 BuildRequires: perl(HTTP::Response) >= 1.37 BuildRequires: perl(URI) >= 1.24 -BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.26 +BuildRequires: perl(POE::Component::Client::Keepalive) >= 0.2600 # tests... BuildRequires: perl(Test::Pod) @@ -37,7 +37,7 @@ BuildRequires: perl(Test::More) # use base... Requires: perl(POE::Filter), perl(POE::Filter::Stackable) # use POE qw{ ... } -Requires: perl(POE::Component::Client::Keepalive) >= 0.26 +Requires: perl(POE::Component::Client::Keepalive) >= 0.2600 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -103,6 +103,10 @@ rm -rf %{buildroot} %changelog +* Wed Sep 30 2009 Stepan Kasal 0.890-2 +- fix the perl(POE::Component::Client::Keepalive) require + to match our numbering + * Tue Aug 25 2009 Chris Weyl 0.890-1 - auto-update to 0.890 (by cpan-spec-update 0.01) - altered br on perl(POE) (0.3202 => 1.007) From kasal at fedoraproject.org Wed Sep 30 16:58:30 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 16:58:30 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.13, 1.14 Message-ID: <20090930165830.2314211C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1097 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: - keep the version aligned to 0.xxxx to maintain upgrade path Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-POE-Component-Client-Keepalive.spec 29 Sep 2009 14:51:43 -0000 1.13 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 16:58:30 -0000 1.14 @@ -1,6 +1,9 @@ Name: perl-POE-Component-Client-Keepalive -Version: 0.260 -Release: 2%{?dist} +%define real_ver 0.260 +# Keep four digits to stay above the unfortunate 0.0901, +# so that epoch need not be changed. +Version: %{real_ver}0 +Release: 3%{?dist} Summary: Manages and keeps alive client connections Group: Development/Libraries @@ -19,7 +22,8 @@ BuildRequires: perl(POE::Component::Cli BuildRequires: perl(Net::IP) >= 1.25 # Satisfy automaticly generated requires that want this module >= 0.0901 -Provides: perl(POE::Component::Client::Keepalive) = %{version}0 +# (So the package has this provide in two versions, oh well.) +Provides: perl(POE::Component::Client::Keepalive) = %{version} ### auto-added reqs! Requires: perl(Net::IP) >= 1.25 @@ -69,6 +73,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Sep 30 2009 Stepan Kasal 0.2600-3 +- keep the version aligned to 0.xxxx to maintain upgrade path + * Tue Sep 29 2009 Chris Weyl 0.260-2 - fix provides version (for perl-POE-Component-Client-HTTP) From kasal at fedoraproject.org Wed Sep 30 16:58:53 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 16:58:53 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/F-12 perl-POE-Component-Client-Keepalive.spec, 1.13, 1.14 Message-ID: <20090930165853.A65DE11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1190 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: - keep the version aligned to 0.xxxx to maintain upgrade path Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- perl-POE-Component-Client-Keepalive.spec 29 Sep 2009 15:31:39 -0000 1.13 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 16:58:53 -0000 1.14 @@ -1,6 +1,9 @@ Name: perl-POE-Component-Client-Keepalive -Version: 0.260 -Release: 2%{?dist} +%define real_ver 0.260 +# Keep four digits to stay above the unfortunate 0.0901, +# so that epoch need not be changed. +Version: %{real_ver}0 +Release: 3%{?dist} Summary: Manages and keeps alive client connections Group: Development/Libraries @@ -19,7 +22,8 @@ BuildRequires: perl(POE::Component::Cli BuildRequires: perl(Net::IP) >= 1.25 # Satisfy automaticly generated requires that want this module >= 0.0901 -Provides: perl(POE::Component::Client::Keepalive) = %{version}0 +# (So the package has this provide in two versions, oh well.) +Provides: perl(POE::Component::Client::Keepalive) = %{version} ### auto-added reqs! Requires: perl(Net::IP) >= 1.25 @@ -69,6 +73,9 @@ rm -rf %{buildroot} %{_mandir}/man3/*.3* %changelog +* Wed Sep 30 2009 Stepan Kasal 0.2600-3 +- keep the version aligned to 0.xxxx to maintain upgrade path + * Tue Sep 29 2009 Chris Weyl 0.260-2 - fix provides version (for perl-POE-Component-Client-HTTP) From kasal at fedoraproject.org Wed Sep 30 17:05:56 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 17:05:56 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.14, 1.15 Message-ID: <20090930170556.ACE9711C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3829 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: fix typo Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 16:58:30 -0000 1.14 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:05:56 -0000 1.15 @@ -9,7 +9,7 @@ Summary: Manages and keeps alive Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE-Component-Client-Keepalive -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{real_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) From kasal at fedoraproject.org Wed Sep 30 17:07:09 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 17:07:09 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/F-12 perl-POE-Component-Client-Keepalive.spec, 1.14, 1.15 Message-ID: <20090930170709.1B52C11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4222 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: fix typo Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 16:58:53 -0000 1.14 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:07:08 -0000 1.15 @@ -9,7 +9,7 @@ Summary: Manages and keeps alive Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE-Component-Client-Keepalive -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-%{real_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) From kasal at fedoraproject.org Wed Sep 30 17:17:01 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 17:17:01 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/devel perl-POE-Component-Client-Keepalive.spec, 1.15, 1.16 Message-ID: <20090930171701.CBF5E11C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6634 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: fix typo Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/devel/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:05:56 -0000 1.15 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:17:01 -0000 1.16 @@ -40,7 +40,7 @@ connections, such as HTTP clients. Using probably be silly. %prep -%setup -q -n POE-Component-Client-Keepalive-%{version} +%setup -q -n POE-Component-Client-Keepalive-%{real_ver} chmod -c -x mylib/* t/* %build From kasal at fedoraproject.org Wed Sep 30 17:24:31 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 30 Sep 2009 17:24:31 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-Keepalive/F-12 perl-POE-Component-Client-Keepalive.spec, 1.15, 1.16 Message-ID: <20090930172431.A5B1511C00E6@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8669 Modified Files: perl-POE-Component-Client-Keepalive.spec Log Message: fix typo Index: perl-POE-Component-Client-Keepalive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-Keepalive/F-12/perl-POE-Component-Client-Keepalive.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:07:08 -0000 1.15 +++ perl-POE-Component-Client-Keepalive.spec 30 Sep 2009 17:24:31 -0000 1.16 @@ -40,7 +40,7 @@ connections, such as HTTP clients. Using probably be silly. %prep -%setup -q -n POE-Component-Client-Keepalive-%{version} +%setup -q -n POE-Component-Client-Keepalive-%{real_ver} chmod -c -x mylib/* t/* %build From stevetraylen at fedoraproject.org Wed Sep 30 17:56:28 2009 From: stevetraylen at fedoraproject.org (stevetraylen) Date: Wed, 30 Sep 2009 17:56:28 +0000 (UTC) Subject: rpms/perl-Curses/EL-5 .cvsignore, 1.4, 1.5 perl-Curses.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090930175628.A9BD211C00E6@cvs1.fedora.phx.redhat.com> Author: stevetraylen Update of /cvs/pkgs/rpms/perl-Curses/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17692 Modified Files: .cvsignore perl-Curses.spec sources Log Message: First EL-5 version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 03:15:15 -0000 1.4 +++ .cvsignore 30 Sep 2009 17:56:28 -0000 1.5 @@ -1 +1 @@ -Curses-1.15.tgz +Curses-1.27.tgz Index: perl-Curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/perl-Curses.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Curses.spec 17 Oct 2006 03:15:15 -0000 1.4 +++ perl-Curses.spec 30 Sep 2009 17:56:28 -0000 1.5 @@ -1,15 +1,15 @@ Name: perl-Curses -Version: 1.15 -Release: 1%{?dist} +Version: 1.27 +Release: 3%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries -License: GPL or Artistic +License: GPL+ URL: http://search.cpan.org/dist/Curses/ Source0: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -19,7 +19,9 @@ handling capabilities to Perl. %prep %setup -q -n Curses-%{version} +test -f hints/c-linux.ncursesw.h || cp hints/c-linux.ncurses.h hints/c-linux.ncursesw.h sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo* +sed -i -e 's|/usr//bin/perl|%{__perl}|' demo* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \ @@ -47,6 +49,8 @@ find $RPM_BUILD_ROOT -type f -name '*.bs find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* +#Remove exec perm for file aimed to be bundled as %%doc +chmod -x demo* %check make test @@ -65,6 +69,42 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 30 2009 Steve Traylen - 1.27-3 +- First build for EPEL5, Remove perl-devel BR. + +* Sat Jul 25 2009 Fedora Release Engineering - 1.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.27-1 +- Update to 1.27 +- Remove exec perm for demo* provided as %%doc - Fix #510186 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.20-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Mar 4 2008 Tom "spot" Callaway 1.20-3 +- rebuild for new perl + +* Thu Feb 14 2008 Garrick Staples 1.20-2 +- forgot to update tarball, building + +* Thu Feb 14 2008 Garrick Staples 1.20-1 +- bump to 1.20 + +* Fri Aug 17 2007 Garrick Staples 1.16-4 +- fix /usr//bin/perl, bz#253336 + +* Thu Aug 16 2007 Garrick Staples 1.16-3 +- need BR: perl(Test::More) + +* Thu Aug 16 2007 Garrick Staples 1.16-2 +- rebuild + +* Thu Aug 16 2007 Garrick Staples 1.16-1 +- bump to 1.16 +- correct License: tag +- need BR: perl-devel + * Sun Aug 27 2006 Garrick Staples 1.15-1 - bump to 1.15 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 17 Oct 2006 03:15:15 -0000 1.4 +++ sources 30 Sep 2009 17:56:28 -0000 1.5 @@ -1 +1 @@ -6f3c5ea61cbbfabe15b0004febcb3a4d Curses-1.15.tgz +f125ccc648141ff0be7b0743a73cf67e Curses-1.27.tgz From stevetraylen at fedoraproject.org Wed Sep 30 17:57:57 2009 From: stevetraylen at fedoraproject.org (stevetraylen) Date: Wed, 30 Sep 2009 17:57:57 +0000 (UTC) Subject: rpms/perl-Curses/EL-5 perl-Curses.spec,1.5,1.6 Message-ID: <20090930175757.6CACB11C00E6@cvs1.fedora.phx.redhat.com> Author: stevetraylen Update of /cvs/pkgs/rpms/perl-Curses/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18106 Modified Files: perl-Curses.spec Log Message: commit before tag. Index: perl-Curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/perl-Curses.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- perl-Curses.spec 30 Sep 2009 17:56:28 -0000 1.5 +++ perl-Curses.spec 30 Sep 2009 17:57:57 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Curses Version: 1.27 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 30 2009 Steve Traylen - 1.27-4 +- Forgot to commit. + * Wed Sep 30 2009 Steve Traylen - 1.27-3 - First build for EPEL5, Remove perl-devel BR. From stevetraylen at fedoraproject.org Wed Sep 30 18:00:51 2009 From: stevetraylen at fedoraproject.org (stevetraylen) Date: Wed, 30 Sep 2009 18:00:51 +0000 (UTC) Subject: rpms/perl-Curses/EL-4 .cvsignore, 1.2, 1.3 perl-Curses.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090930180051.7364211C01EA@cvs1.fedora.phx.redhat.com> Author: stevetraylen Update of /cvs/pkgs/rpms/perl-Curses/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19193 Modified Files: .cvsignore perl-Curses.spec sources Log Message: First EL-5 build. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 23 Apr 2006 19:17:55 -0000 1.2 +++ .cvsignore 30 Sep 2009 18:00:50 -0000 1.3 @@ -1 +1 @@ -Curses-1.13.tgz +Curses-1.27.tgz Index: perl-Curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/perl-Curses.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-Curses.spec 23 Apr 2006 19:17:55 -0000 1.1 +++ perl-Curses.spec 30 Sep 2009 18:00:50 -0000 1.2 @@ -1,15 +1,15 @@ Name: perl-Curses -Version: 1.13 +Version: 1.27 Release: 3%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries -License: GPL or Artistic +License: GPL+ URL: http://search.cpan.org/dist/Curses/ Source0: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -19,8 +19,9 @@ handling capabilities to Perl. %prep %setup -q -n Curses-%{version} +test -f hints/c-linux.ncursesw.h || cp hints/c-linux.ncurses.h hints/c-linux.ncursesw.h sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo* - +sed -i -e 's|/usr//bin/perl|%{__perl}|' demo* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \ @@ -48,6 +49,8 @@ find $RPM_BUILD_ROOT -type f -name '*.bs find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* +#Remove exec perm for file aimed to be bundled as %%doc +chmod -x demo* %check make test @@ -66,6 +69,52 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 30 2009 Steve Traylen - 1.27-3 +- First build for EPEL4, remove perl-devel BR. + +* Sat Jul 25 2009 Fedora Release Engineering - 1.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.27-1 +- Update to 1.27 +- Remove exec perm for demo* provided as %%doc - Fix #510186 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.20-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Mar 4 2008 Tom "spot" Callaway 1.20-3 +- rebuild for new perl + +* Thu Feb 14 2008 Garrick Staples 1.20-2 +- forgot to update tarball, building + +* Thu Feb 14 2008 Garrick Staples 1.20-1 +- bump to 1.20 + +* Fri Aug 17 2007 Garrick Staples 1.16-4 +- fix /usr//bin/perl, bz#253336 + +* Thu Aug 16 2007 Garrick Staples 1.16-3 +- need BR: perl(Test::More) + +* Thu Aug 16 2007 Garrick Staples 1.16-2 +- rebuild + +* Thu Aug 16 2007 Garrick Staples 1.16-1 +- bump to 1.16 +- correct License: tag +- need BR: perl-devel + +* Sun Aug 27 2006 Garrick Staples 1.15-1 +- bump to 1.15 + +* Sun Aug 27 2006 Garrick Staples 1.14-2 +- rebuild + +* Sun Aug 27 2006 Garrick Staples 1.14-1 +- bump to 1.14 +- FC6 mass rebuild + * Fri Apr 21 2006 Garrick Staples 1.13-3 - add a note about the falsely alarming warning - don't remove execute bit from demos Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 23 Apr 2006 19:17:55 -0000 1.2 +++ sources 30 Sep 2009 18:00:50 -0000 1.3 @@ -1 +1 @@ -33f6a17f9ece7efda2dde3431e1540f6 Curses-1.13.tgz +f125ccc648141ff0be7b0743a73cf67e Curses-1.27.tgz