From allisson at fedoraproject.org Sun Mar 1 00:03:32 2009 From: allisson at fedoraproject.org (Allisson Azevedo) Date: Sun, 1 Mar 2009 00:03:32 +0000 (UTC) Subject: rpms/perl-AnyEvent-XMPP/F-9 import.log, NONE, 1.1 perl-AnyEvent-XMPP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301000332.7429070116@cvs1.fedora.phx.redhat.com> Author: allisson Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv364/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-AnyEvent-XMPP.spec Log Message: First import --- NEW FILE import.log --- perl-AnyEvent-XMPP-0_4-1_fc10:F-9:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865727 --- NEW FILE perl-AnyEvent-XMPP.spec --- Name: perl-AnyEvent-XMPP Version: 0.4 Release: 1%{?dist} Summary: Implementation of the XMPP Protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/AnyEvent-XMPP/ Source0: http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(AnyEvent) BuildRequires: perl(AnyEvent::Handle) BuildRequires: perl(AnyEvent::Socket) BuildRequires: perl(Authen::SASL) BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Net::LibIDN) BuildRequires: perl(Object::Event) BuildRequires: perl(XML::Parser::Expat) BuildRequires: perl(XML::Writer) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description AnyEvent::XMPP - An implementation of the XMPP Protocol. %prep %setup -q -n AnyEvent-XMPP-%{version} # Filter requires cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(AnyEvent::XMPP::Client)/d' |\ sed -e '/perl(AnyEvent::XMPP::Connection)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Exception)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::IQ)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::IQAuth)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::MUC)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Message)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Parser)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Presence)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Register)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::SASL)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Stanza)/d' |\ sed -e '/perl(AnyEvent::XMPP::Error::Stream)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::DataForm)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::Disco::Info)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::Disco::Items)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::MUC::Message)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::MUC::Room)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::MUC::RoomInfo)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::MUC::User)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::OOB)/d' |\ sed -e '/perl(AnyEvent::XMPP::Ext::RegisterForm)/d' |\ sed -e '/perl(AnyEvent::XMPP::Extendable)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Account)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Connection)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Contact)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Delayed)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Message)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Presence)/d' |\ sed -e '/perl(AnyEvent::XMPP::IM::Roster)/d' |\ sed -e '/perl(AnyEvent::XMPP::Namespaces)/d' |\ sed -e '/perl(AnyEvent::XMPP::Node)/d' |\ sed -e '/perl(AnyEvent::XMPP::Parser)/d' |\ sed -e '/perl(AnyEvent::XMPP::SimpleConnection)/d' |\ sed -e '/perl(AnyEvent::XMPP::Util)/d' |\ sed -e '/perl(AnyEvent::XMPP::Writer)/d' EOF %define __perl_requires %{_builddir}/AnyEvent-XMPP-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes CONTRIBUTORS README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Feb 27 2009 Allisson Azevedo 0.4-1 - Initial rpm release. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Feb 2009 23:47:23 -0000 1.1 +++ .cvsignore 1 Mar 2009 00:03:02 -0000 1.2 @@ -0,0 +1 @@ +AnyEvent-XMPP-0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Feb 2009 23:47:23 -0000 1.1 +++ sources 1 Mar 2009 00:03:02 -0000 1.2 @@ -0,0 +1 @@ +6c25cb47a603f48b81b76f5a20394fcd AnyEvent-XMPP-0.4.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:05:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:05:46 +0000 (UTC) Subject: rpms/perl-Task-Catalyst/devel import.log, NONE, 1.1 perl-Task-Catalyst.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301020546.47CBD70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Task-Catalyst/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18057/devel Modified Files: .cvsignore sources Added Files: import.log perl-Task-Catalyst.spec Log Message: initial import --- NEW FILE import.log --- perl-Task-Catalyst-3_0000-1_fc10:HEAD:perl-Task-Catalyst-3.0000-1.fc10.src.rpm:1235873105 --- NEW FILE perl-Task-Catalyst.spec --- Name: perl-Task-Catalyst Version: 3.0000 Release: 1%{?dist} # lib/Task/Catalyst.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: All you need to start with Catalyst Source: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Task-Catalyst-%{version}.tar.gz Url: http://search.cpan.org/dist/Task-Catalyst 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) => 6.42 # tests for Task::Catalyst itself BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # This macro allows us to easily define identical Requires and BR %global req_both() %{expand:\ Requires: %*\ BuildRequires: %*\ } # core %req_both perl(Catalyst) => 5.7007 %req_both perl(Catalyst::Devel) => 1.02 # feature: Apache/mod_perl Support %req_both perl(Catalyst::Engine::Apache) => 1.09 # feature: FastCGI Support %req_both perl(FCGI::ProcManager) # feature: PAR Support %req_both perl(PAR) # feature: Log4perl Support %req_both perl(Params::Validate) %req_both perl(Catalyst::Log::Log4perl) => 0.1 # feature: HTML::FormFu Support %req_both perl(Catalyst::Controller::HTML::FormFu) => 0.03 # feature: FormBuilder Support %req_both perl(Catalyst::Controller::FormBuilder) => 0.03 # feature: Stacktrace Advanced Debugging Support %req_both perl(Catalyst::Plugin::StackTrace) => 0.02 # feature: Session Support %req_both perl(Catalyst::Plugin::Session) => 0.05 %req_both perl(Catalyst::Plugin::Session::Store::File) => 0.07 %req_both perl(Catalyst::Plugin::Session::State::Cookie) => 0.02 %req_both perl(Catalyst::Plugin::Session::State::URI) => 0.02 # feature: Authentication/Authorization Support %req_both perl(Catalyst::Plugin::Authentication) => 0.05 %req_both perl(Catalyst::Authentication::Store::DBIx::Class) => 0.04 %req_both perl(Catalyst::Plugin::Authorization::ACL) => 0.06 %req_both perl(Catalyst::Plugin::Authorization::Roles) => 0.03 # feature: I18N Support %req_both perl(Catalyst::Plugin::I18N) => 0.05 # feature: DBIx::Class Support %req_both perl(Catalyst::Model::DBIC::Schema) => 0.08 # feature: Template::Toolkit Support %req_both perl(Catalyst::View::TT) => 0.22 # feature: Test::WWW::Mechanize Support %req_both perl(Test::WWW::Mechanize::Catalyst) => 0.35 # feature: SQLite Support %req_both perl(DBD::SQLite) %description This package ensures everything you need to write serious Catalyst applications is installed. Install this if you're interested in developing Catalyst apps. %prep %setup -q -n Task-Catalyst-%{version} %build PERL_AUTOINSTALL='--skipdeps' %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 3.0000-1 - implement the req_both macro and pull in the deps we require from Makefile.PL * Thu Feb 26 2009 Chris Weyl 3.0000-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:25:05 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:05:15 -0000 1.2 @@ -0,0 +1 @@ +Task-Catalyst-3.0000.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:25:05 -0000 1.1 +++ sources 1 Mar 2009 02:05:15 -0000 1.2 @@ -0,0 +1 @@ +7a1dbc782dd2cc4e23c3ee0fde6e555f Task-Catalyst-3.0000.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:06:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:06:32 +0000 (UTC) Subject: rpms/perl-Task-Catalyst/F-10 import.log, NONE, 1.1 perl-Task-Catalyst.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301020632.A9F7A70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Task-Catalyst/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18322/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Task-Catalyst.spec Log Message: initial import --- NEW FILE import.log --- perl-Task-Catalyst-3_0000-1_fc10:F-10:perl-Task-Catalyst-3.0000-1.fc10.src.rpm:1235873153 --- NEW FILE perl-Task-Catalyst.spec --- Name: perl-Task-Catalyst Version: 3.0000 Release: 1%{?dist} # lib/Task/Catalyst.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: All you need to start with Catalyst Source: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Task-Catalyst-%{version}.tar.gz Url: http://search.cpan.org/dist/Task-Catalyst 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) => 6.42 # tests for Task::Catalyst itself BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # This macro allows us to easily define identical Requires and BR %global req_both() %{expand:\ Requires: %*\ BuildRequires: %*\ } # core %req_both perl(Catalyst) => 5.7007 %req_both perl(Catalyst::Devel) => 1.02 # feature: Apache/mod_perl Support %req_both perl(Catalyst::Engine::Apache) => 1.09 # feature: FastCGI Support %req_both perl(FCGI::ProcManager) # feature: PAR Support %req_both perl(PAR) # feature: Log4perl Support %req_both perl(Params::Validate) %req_both perl(Catalyst::Log::Log4perl) => 0.1 # feature: HTML::FormFu Support %req_both perl(Catalyst::Controller::HTML::FormFu) => 0.03 # feature: FormBuilder Support %req_both perl(Catalyst::Controller::FormBuilder) => 0.03 # feature: Stacktrace Advanced Debugging Support %req_both perl(Catalyst::Plugin::StackTrace) => 0.02 # feature: Session Support %req_both perl(Catalyst::Plugin::Session) => 0.05 %req_both perl(Catalyst::Plugin::Session::Store::File) => 0.07 %req_both perl(Catalyst::Plugin::Session::State::Cookie) => 0.02 %req_both perl(Catalyst::Plugin::Session::State::URI) => 0.02 # feature: Authentication/Authorization Support %req_both perl(Catalyst::Plugin::Authentication) => 0.05 %req_both perl(Catalyst::Authentication::Store::DBIx::Class) => 0.04 %req_both perl(Catalyst::Plugin::Authorization::ACL) => 0.06 %req_both perl(Catalyst::Plugin::Authorization::Roles) => 0.03 # feature: I18N Support %req_both perl(Catalyst::Plugin::I18N) => 0.05 # feature: DBIx::Class Support %req_both perl(Catalyst::Model::DBIC::Schema) => 0.08 # feature: Template::Toolkit Support %req_both perl(Catalyst::View::TT) => 0.22 # feature: Test::WWW::Mechanize Support %req_both perl(Test::WWW::Mechanize::Catalyst) => 0.35 # feature: SQLite Support %req_both perl(DBD::SQLite) %description This package ensures everything you need to write serious Catalyst applications is installed. Install this if you're interested in developing Catalyst apps. %prep %setup -q -n Task-Catalyst-%{version} %build PERL_AUTOINSTALL='--skipdeps' %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 3.0000-1 - implement the req_both macro and pull in the deps we require from Makefile.PL * Thu Feb 26 2009 Chris Weyl 3.0000-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:25:05 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:06:02 -0000 1.2 @@ -0,0 +1 @@ +Task-Catalyst-3.0000.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:25:05 -0000 1.1 +++ sources 1 Mar 2009 02:06:02 -0000 1.2 @@ -0,0 +1 @@ +7a1dbc782dd2cc4e23c3ee0fde6e555f Task-Catalyst-3.0000.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:07:19 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:07:19 +0000 (UTC) Subject: rpms/perl-Task-Catalyst/F-9 import.log, NONE, 1.1 perl-Task-Catalyst.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301020719.5C10270115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Task-Catalyst/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18562/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Task-Catalyst.spec Log Message: initial import --- NEW FILE import.log --- perl-Task-Catalyst-3_0000-1_fc10:F-9:perl-Task-Catalyst-3.0000-1.fc10.src.rpm:1235873200 --- NEW FILE perl-Task-Catalyst.spec --- Name: perl-Task-Catalyst Version: 3.0000 Release: 1%{?dist} # lib/Task/Catalyst.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: All you need to start with Catalyst Source: http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Task-Catalyst-%{version}.tar.gz Url: http://search.cpan.org/dist/Task-Catalyst 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) => 6.42 # tests for Task::Catalyst itself BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # This macro allows us to easily define identical Requires and BR %global req_both() %{expand:\ Requires: %*\ BuildRequires: %*\ } # core %req_both perl(Catalyst) => 5.7007 %req_both perl(Catalyst::Devel) => 1.02 # feature: Apache/mod_perl Support %req_both perl(Catalyst::Engine::Apache) => 1.09 # feature: FastCGI Support %req_both perl(FCGI::ProcManager) # feature: PAR Support %req_both perl(PAR) # feature: Log4perl Support %req_both perl(Params::Validate) %req_both perl(Catalyst::Log::Log4perl) => 0.1 # feature: HTML::FormFu Support %req_both perl(Catalyst::Controller::HTML::FormFu) => 0.03 # feature: FormBuilder Support %req_both perl(Catalyst::Controller::FormBuilder) => 0.03 # feature: Stacktrace Advanced Debugging Support %req_both perl(Catalyst::Plugin::StackTrace) => 0.02 # feature: Session Support %req_both perl(Catalyst::Plugin::Session) => 0.05 %req_both perl(Catalyst::Plugin::Session::Store::File) => 0.07 %req_both perl(Catalyst::Plugin::Session::State::Cookie) => 0.02 %req_both perl(Catalyst::Plugin::Session::State::URI) => 0.02 # feature: Authentication/Authorization Support %req_both perl(Catalyst::Plugin::Authentication) => 0.05 %req_both perl(Catalyst::Authentication::Store::DBIx::Class) => 0.04 %req_both perl(Catalyst::Plugin::Authorization::ACL) => 0.06 %req_both perl(Catalyst::Plugin::Authorization::Roles) => 0.03 # feature: I18N Support %req_both perl(Catalyst::Plugin::I18N) => 0.05 # feature: DBIx::Class Support %req_both perl(Catalyst::Model::DBIC::Schema) => 0.08 # feature: Template::Toolkit Support %req_both perl(Catalyst::View::TT) => 0.22 # feature: Test::WWW::Mechanize Support %req_both perl(Test::WWW::Mechanize::Catalyst) => 0.35 # feature: SQLite Support %req_both perl(DBD::SQLite) %description This package ensures everything you need to write serious Catalyst applications is installed. Install this if you're interested in developing Catalyst apps. %prep %setup -q -n Task-Catalyst-%{version} %build PERL_AUTOINSTALL='--skipdeps' %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check TEST_POD=1 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 3.0000-1 - implement the req_both macro and pull in the deps we require from Makefile.PL * Thu Feb 26 2009 Chris Weyl 3.0000-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:25:05 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:06:49 -0000 1.2 @@ -0,0 +1 @@ +Task-Catalyst-3.0000.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:25:05 -0000 1.1 +++ sources 1 Mar 2009 02:06:49 -0000 1.2 @@ -0,0 +1 @@ +7a1dbc782dd2cc4e23c3ee0fde6e555f Task-Catalyst-3.0000.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:09:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:09:45 +0000 (UTC) Subject: rpms/perl-HTML-FormFu-Model-DBIC/devel import.log, NONE, 1.1 perl-HTML-FormFu-Model-DBIC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301020945.AE7A870115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19606/devel Modified Files: .cvsignore sources Added Files: import.log perl-HTML-FormFu-Model-DBIC.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-FormFu-Model-DBIC-0_03007-1_fc10:HEAD:perl-HTML-FormFu-Model-DBIC-0.03007-1.fc10.src.rpm:1235873346 --- NEW FILE perl-HTML-FormFu-Model-DBIC.spec --- Name: perl-HTML-FormFu-Model-DBIC Version: 0.03007 Release: 1%{?dist} # lib/HTML/FormFu/Model/DBIC.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Integrate HTML::FormFu with DBIx::Class Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.08002 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::MockObject) BuildRequires: perl(Test::More) # "use base" Requires: perl(HTML::FormFu::Model) Requires: perl(DBIx::Class) %description Integrate your HTML::FormFu forms with a DBIx::Class model. %prep %setup -q -n HTML-FormFu-Model-DBIC-%{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 * Fri Feb 27 2009 Chris Weyl 0.03007-1 - touch up for submission * Fri Feb 27 2009 Chris Weyl 0.03007-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:22:12 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:09:14 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-Model-DBIC-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:22:13 -0000 1.1 +++ sources 1 Mar 2009 02:09:15 -0000 1.2 @@ -0,0 +1 @@ +caca3a81477206d8233ed39b46b4d8ce HTML-FormFu-Model-DBIC-0.03007.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:10:31 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:10:31 +0000 (UTC) Subject: rpms/perl-HTML-FormFu-Model-DBIC/F-10 import.log, NONE, 1.1 perl-HTML-FormFu-Model-DBIC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021031.99E5270115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19995/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-FormFu-Model-DBIC.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-FormFu-Model-DBIC-0_03007-1_fc10:F-10:perl-HTML-FormFu-Model-DBIC-0.03007-1.fc10.src.rpm:1235873392 --- NEW FILE perl-HTML-FormFu-Model-DBIC.spec --- Name: perl-HTML-FormFu-Model-DBIC Version: 0.03007 Release: 1%{?dist} # lib/HTML/FormFu/Model/DBIC.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Integrate HTML::FormFu with DBIx::Class Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.08002 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::MockObject) BuildRequires: perl(Test::More) # "use base" Requires: perl(HTML::FormFu::Model) Requires: perl(DBIx::Class) %description Integrate your HTML::FormFu forms with a DBIx::Class model. %prep %setup -q -n HTML-FormFu-Model-DBIC-%{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 * Fri Feb 27 2009 Chris Weyl 0.03007-1 - touch up for submission * Fri Feb 27 2009 Chris Weyl 0.03007-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:22:12 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:10:01 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-Model-DBIC-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:22:13 -0000 1.1 +++ sources 1 Mar 2009 02:10:01 -0000 1.2 @@ -0,0 +1 @@ +caca3a81477206d8233ed39b46b4d8ce HTML-FormFu-Model-DBIC-0.03007.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:13:37 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:13:37 +0000 (UTC) Subject: rpms/perl-HTML-LinkList/devel import.log, NONE, 1.1 perl-HTML-LinkList.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021337.76E1B70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-LinkList/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20878/devel Modified Files: .cvsignore sources Added Files: import.log perl-HTML-LinkList.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-LinkList-0_1503-1_fc10:HEAD:perl-HTML-LinkList-0.1503-1.fc10.src.rpm:1235873574 --- NEW FILE perl-HTML-LinkList.spec --- Name: perl-HTML-LinkList Version: 0.1503 Release: 1%{?dist} # lib/HTML/LinkList.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create a 'smart' list of HTML links Source: http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/HTML-LinkList-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-LinkList BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(strict) BuildRequires: perl(Test::Distribution) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page. While many website systems have plugins for "smart" navbars, they are specialized for that system only, and can't be reused elsewhere, forcing people to reinvent the wheel. I hereby present one wheel, free to be reused by anybody; just the simple functions, a backend, which can be plugged into whatever system you want.The default format for the HTML is to make an unordered list, but there are many options, enabling one to have a flatter layout with any separators you desire, or a more complicated list with differing formats for different levels. %prep %setup -q -n HTML-LinkList-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 0.1503-1 - submission * Fri Feb 27 2009 Chris Weyl 0.1503-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:24:17 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:13:06 -0000 1.2 @@ -0,0 +1 @@ +HTML-LinkList-0.1503.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:24:17 -0000 1.1 +++ sources 1 Mar 2009 02:13:06 -0000 1.2 @@ -0,0 +1 @@ +57e79ea9a15e57864042d3645651530c HTML-LinkList-0.1503.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:14:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:14:24 +0000 (UTC) Subject: rpms/perl-HTML-LinkList/F-10 import.log, NONE, 1.1 perl-HTML-LinkList.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021424.2EB0F70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-LinkList/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21151/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-LinkList.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-LinkList-0_1503-1_fc10:F-10:perl-HTML-LinkList-0.1503-1.fc10.src.rpm:1235873625 --- NEW FILE perl-HTML-LinkList.spec --- Name: perl-HTML-LinkList Version: 0.1503 Release: 1%{?dist} # lib/HTML/LinkList.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create a 'smart' list of HTML links Source: http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/HTML-LinkList-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-LinkList BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(strict) BuildRequires: perl(Test::Distribution) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page. While many website systems have plugins for "smart" navbars, they are specialized for that system only, and can't be reused elsewhere, forcing people to reinvent the wheel. I hereby present one wheel, free to be reused by anybody; just the simple functions, a backend, which can be plugged into whatever system you want.The default format for the HTML is to make an unordered list, but there are many options, enabling one to have a flatter layout with any separators you desire, or a more complicated list with differing formats for different levels. %prep %setup -q -n HTML-LinkList-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 0.1503-1 - submission * Fri Feb 27 2009 Chris Weyl 0.1503-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:24:17 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:13:53 -0000 1.2 @@ -0,0 +1 @@ +HTML-LinkList-0.1503.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:24:17 -0000 1.1 +++ sources 1 Mar 2009 02:13:53 -0000 1.2 @@ -0,0 +1 @@ +57e79ea9a15e57864042d3645651530c HTML-LinkList-0.1503.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:15:10 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:15:10 +0000 (UTC) Subject: rpms/perl-HTML-LinkList/F-9 import.log, NONE, 1.1 perl-HTML-LinkList.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021510.2319970115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-LinkList/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21433/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-LinkList.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-LinkList-0_1503-1_fc10:F-9:perl-HTML-LinkList-0.1503-1.fc10.src.rpm:1235873671 --- NEW FILE perl-HTML-LinkList.spec --- Name: perl-HTML-LinkList Version: 0.1503 Release: 1%{?dist} # lib/HTML/LinkList.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create a 'smart' list of HTML links Source: http://search.cpan.org/CPAN/authors/id/R/RU/RUBYKAT/HTML-LinkList-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-LinkList BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(strict) BuildRequires: perl(Test::Distribution) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are "smart" because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page. While many website systems have plugins for "smart" navbars, they are specialized for that system only, and can't be reused elsewhere, forcing people to reinvent the wheel. I hereby present one wheel, free to be reused by anybody; just the simple functions, a backend, which can be plugged into whatever system you want.The default format for the HTML is to make an unordered list, but there are many options, enabling one to have a flatter layout with any separators you desire, or a more complicated list with differing formats for different levels. %prep %setup -q -n HTML-LinkList-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Feb 27 2009 Chris Weyl 0.1503-1 - submission * Fri Feb 27 2009 Chris Weyl 0.1503-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:24:17 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:14:39 -0000 1.2 @@ -0,0 +1 @@ +HTML-LinkList-0.1503.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-LinkList/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:24:17 -0000 1.1 +++ sources 1 Mar 2009 02:14:39 -0000 1.2 @@ -0,0 +1 @@ +57e79ea9a15e57864042d3645651530c HTML-LinkList-0.1503.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:11:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:11:24 +0000 (UTC) Subject: rpms/perl-HTML-FormFu-Model-DBIC/F-9 import.log, NONE, 1.1 perl-HTML-FormFu-Model-DBIC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021124.96FB170115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20304/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-FormFu-Model-DBIC.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-FormFu-Model-DBIC-0_03007-1_fc10:F-9:perl-HTML-FormFu-Model-DBIC-0.03007-1.fc10.src.rpm:1235873443 --- NEW FILE perl-HTML-FormFu-Model-DBIC.spec --- Name: perl-HTML-FormFu-Model-DBIC Version: 0.03007 Release: 1%{?dist} # lib/HTML/FormFu/Model/DBIC.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Integrate HTML::FormFu with DBIx::Class Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.08002 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::MockObject) BuildRequires: perl(Test::More) # "use base" Requires: perl(HTML::FormFu::Model) Requires: perl(DBIx::Class) %description Integrate your HTML::FormFu forms with a DBIx::Class model. %prep %setup -q -n HTML-FormFu-Model-DBIC-%{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 * Fri Feb 27 2009 Chris Weyl 0.03007-1 - touch up for submission * Fri Feb 27 2009 Chris Weyl 0.03007-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:22:12 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:10:54 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-Model-DBIC-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:22:13 -0000 1.1 +++ sources 1 Mar 2009 02:10:54 -0000 1.2 @@ -0,0 +1 @@ +caca3a81477206d8233ed39b46b4d8ce HTML-FormFu-Model-DBIC-0.03007.tar.gz From cweyl at fedoraproject.org Sun Mar 1 02:11:24 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 02:11:24 +0000 (UTC) Subject: rpms/perl-HTML-FormFu-Model-DBIC/F-9 import.log, NONE, 1.1 perl-HTML-FormFu-Model-DBIC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301021124.96FB170115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20304/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-FormFu-Model-DBIC.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-FormFu-Model-DBIC-0_03007-1_fc10:F-9:perl-HTML-FormFu-Model-DBIC-0.03007-1.fc10.src.rpm:1235873443 --- NEW FILE perl-HTML-FormFu-Model-DBIC.spec --- Name: perl-HTML-FormFu-Model-DBIC Version: 0.03007 Release: 1%{?dist} # lib/HTML/FormFu/Model/DBIC.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Integrate HTML::FormFu with DBIx::Class Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-FormFu-Model-DBIC BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime::Format::MySQL) BuildRequires: perl(DBD::SQLite) BuildRequires: perl(DBIx::Class) >= 0.08002 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTML::FormFu) >= 0.03007 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::MockObject) BuildRequires: perl(Test::More) # "use base" Requires: perl(HTML::FormFu::Model) Requires: perl(DBIx::Class) %description Integrate your HTML::FormFu forms with a DBIx::Class model. %prep %setup -q -n HTML-FormFu-Model-DBIC-%{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 * Fri Feb 27 2009 Chris Weyl 0.03007-1 - touch up for submission * Fri Feb 27 2009 Chris Weyl 0.03007-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:22:12 -0000 1.1 +++ .cvsignore 1 Mar 2009 02:10:54 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormFu-Model-DBIC-0.03007.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormFu-Model-DBIC/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:22:13 -0000 1.1 +++ sources 1 Mar 2009 02:10:54 -0000 1.2 @@ -0,0 +1 @@ +caca3a81477206d8233ed39b46b4d8ce HTML-FormFu-Model-DBIC-0.03007.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:39:08 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:39:08 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Email/F-10 perl-Catalyst-Plugin-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301043908.303A270115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9750/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Email.spec --- Name: perl-Catalyst-Plugin-Email Version: 0.08 Release: 1%{?dist} Summary: Send emails with Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Email/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 2.99 BuildRequires: perl(Email::MIME) BuildRequires: perl(Email::MIME::Creator) BuildRequires: perl(Email::Send) BuildRequires: perl(Email::Simple::Creator) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Send emails with Catalyst and Email::Send and Email::MIME::Creator. %prep %setup -q -n Catalyst-Plugin-Email-%{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 * Thu Feb 26 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - cleanup BR/R Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Feb 2009 23:48:45 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:38:37 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Email-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Feb 2009 23:48:45 -0000 1.1 +++ sources 1 Mar 2009 04:38:37 -0000 1.2 @@ -0,0 +1 @@ +173e2b91b21e55da9671220734869c6d Catalyst-Plugin-Email-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:39:08 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:39:08 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Email/devel perl-Catalyst-Plugin-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301043908.F138F70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9750/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Email.spec --- Name: perl-Catalyst-Plugin-Email Version: 0.08 Release: 1%{?dist} Summary: Send emails with Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Email/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 2.99 BuildRequires: perl(Email::MIME) BuildRequires: perl(Email::MIME::Creator) BuildRequires: perl(Email::Send) BuildRequires: perl(Email::Simple::Creator) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Send emails with Catalyst and Email::Send and Email::MIME::Creator. %prep %setup -q -n Catalyst-Plugin-Email-%{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 * Thu Feb 26 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - cleanup BR/R Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Feb 2009 23:48:45 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:38:38 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Email-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Feb 2009 23:48:45 -0000 1.1 +++ sources 1 Mar 2009 04:38:38 -0000 1.2 @@ -0,0 +1 @@ +173e2b91b21e55da9671220734869c6d Catalyst-Plugin-Email-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:39:08 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:39:08 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Email/F-9 perl-Catalyst-Plugin-Email.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301043908.B69A570115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9750/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Email.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Email.spec --- Name: perl-Catalyst-Plugin-Email Version: 0.08 Release: 1%{?dist} Summary: Send emails with Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Email/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Email-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 2.99 BuildRequires: perl(Email::MIME) BuildRequires: perl(Email::MIME::Creator) BuildRequires: perl(Email::Send) BuildRequires: perl(Email::Simple::Creator) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Send emails with Catalyst and Email::Send and Email::MIME::Creator. %prep %setup -q -n Catalyst-Plugin-Email-%{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 * Thu Feb 26 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - cleanup BR/R Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Feb 2009 23:48:45 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:38:38 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Email-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Email/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Feb 2009 23:48:45 -0000 1.1 +++ sources 1 Mar 2009 04:38:38 -0000 1.2 @@ -0,0 +1 @@ +173e2b91b21e55da9671220734869c6d Catalyst-Plugin-Email-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:44:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:44:04 +0000 (UTC) Subject: rpms/perl-Algorithm-Merge/F-10 perl-Algorithm-Merge.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301044404.EFB8870116@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Algorithm-Merge/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10493/F-10 Modified Files: .cvsignore sources Added Files: perl-Algorithm-Merge.spec Log Message: initial import --- NEW FILE perl-Algorithm-Merge.spec --- Name: perl-Algorithm-Merge Version: 0.08 Release: 1%{?dist} Summary: Three-way merge and diff License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Merge/ Source0: http://www.cpan.org/authors/id/J/JS/JSMITH/Algorithm-Merge-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) >= 1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module complements Algorithm::Diff by providing three-way merge and diff functions. %prep %setup -q -n Algorithm-Merge-%{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 * Sat Feb 28 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:02 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:43:34 -0000 1.2 @@ -0,0 +1 @@ +Algorithm-Merge-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:02 -0000 1.1 +++ sources 1 Mar 2009 04:43:34 -0000 1.2 @@ -0,0 +1 @@ +eadf67581b25d00ca30d7ec6488c9db0 Algorithm-Merge-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:44:05 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:44:05 +0000 (UTC) Subject: rpms/perl-Algorithm-Merge/devel perl-Algorithm-Merge.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301044405.7C10070116@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Algorithm-Merge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10493/devel Modified Files: .cvsignore sources Added Files: perl-Algorithm-Merge.spec Log Message: initial import --- NEW FILE perl-Algorithm-Merge.spec --- Name: perl-Algorithm-Merge Version: 0.08 Release: 1%{?dist} Summary: Three-way merge and diff License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Merge/ Source0: http://www.cpan.org/authors/id/J/JS/JSMITH/Algorithm-Merge-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) >= 1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module complements Algorithm::Diff by providing three-way merge and diff functions. %prep %setup -q -n Algorithm-Merge-%{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 * Sat Feb 28 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:02 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:43:35 -0000 1.2 @@ -0,0 +1 @@ +Algorithm-Merge-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:02 -0000 1.1 +++ sources 1 Mar 2009 04:43:35 -0000 1.2 @@ -0,0 +1 @@ +eadf67581b25d00ca30d7ec6488c9db0 Algorithm-Merge-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:44:05 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:44:05 +0000 (UTC) Subject: rpms/perl-Algorithm-Merge/F-9 perl-Algorithm-Merge.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301044405.40EC770131@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10493/F-9 Modified Files: .cvsignore sources Added Files: perl-Algorithm-Merge.spec Log Message: initial import --- NEW FILE perl-Algorithm-Merge.spec --- Name: perl-Algorithm-Merge Version: 0.08 Release: 1%{?dist} Summary: Three-way merge and diff License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Merge/ Source0: http://www.cpan.org/authors/id/J/JS/JSMITH/Algorithm-Merge-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) >= 1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module complements Algorithm::Diff by providing three-way merge and diff functions. %prep %setup -q -n Algorithm-Merge-%{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 * Sat Feb 28 2009 Iain Arnell 0.08-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:02 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:43:34 -0000 1.2 @@ -0,0 +1 @@ +Algorithm-Merge-0.08.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Algorithm-Merge/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:02 -0000 1.1 +++ sources 1 Mar 2009 04:43:35 -0000 1.2 @@ -0,0 +1 @@ +eadf67581b25d00ca30d7ec6488c9db0 Algorithm-Merge-0.08.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:50:44 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:50:44 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Unicode/devel perl-Catalyst-Plugin-Unicode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045044.D97EC70116@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12050/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Unicode.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Unicode.spec --- Name: perl-Catalyst-Plugin-Unicode Version: 0.8 Release: 1%{?dist} Summary: Unicode aware Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Unicode/ Source0: http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Plugin-Unicode-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(ok) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets. %prep %setup -q -n Catalyst-Plugin-Unicode-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.8-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:10:50 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:50:43 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Unicode-0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:10:50 -0000 1.1 +++ sources 1 Mar 2009 04:50:43 -0000 1.2 @@ -0,0 +1 @@ +b6e7afe2b01b363e37789573adf80f13 Catalyst-Plugin-Unicode-0.8.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:50:44 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:50:44 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Unicode/F-9 perl-Catalyst-Plugin-Unicode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045044.CD3E070115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12050/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Unicode.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Unicode.spec --- Name: perl-Catalyst-Plugin-Unicode Version: 0.8 Release: 1%{?dist} Summary: Unicode aware Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Unicode/ Source0: http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Plugin-Unicode-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(ok) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets. %prep %setup -q -n Catalyst-Plugin-Unicode-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.8-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:10:50 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:50:41 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Unicode-0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:10:50 -0000 1.1 +++ sources 1 Mar 2009 04:50:42 -0000 1.2 @@ -0,0 +1 @@ +b6e7afe2b01b363e37789573adf80f13 Catalyst-Plugin-Unicode-0.8.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:51:12 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:51:12 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Unicode/F-10 perl-Catalyst-Plugin-Unicode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045112.0626C70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12050/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Unicode.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Unicode.spec --- Name: perl-Catalyst-Plugin-Unicode Version: 0.8 Release: 1%{?dist} Summary: Unicode aware Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Unicode/ Source0: http://www.cpan.org/authors/id/J/JR/JROCKWAY/Catalyst-Plugin-Unicode-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.70 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar) BuildRequires: perl(ok) BuildRequires: perl(Test::More) BuildRequires: perl(Test::WWW::Mechanize::Catalyst) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets. %prep %setup -q -n Catalyst-Plugin-Unicode-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check TEST_POD=1 make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.8-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:10:50 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:50:40 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Unicode-0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Unicode/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:10:50 -0000 1.1 +++ sources 1 Mar 2009 04:50:41 -0000 1.2 @@ -0,0 +1 @@ +b6e7afe2b01b363e37789573adf80f13 Catalyst-Plugin-Unicode-0.8.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:55:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:55:54 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Singleton/F-9 perl-Catalyst-Plugin-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045554.71CB870116@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13132/F-9 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Singleton.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Singleton.spec --- Name: perl-Catalyst-Plugin-Singleton Version: 0.02 Release: 1%{?dist} Summary: Singleton to context License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Singleton accessors to context. %prep %setup -q -n Catalyst-Plugin-Singleton-%{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 TEST_POD=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:09:52 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:55:24 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Singleton-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:09:53 -0000 1.1 +++ sources 1 Mar 2009 04:55:24 -0000 1.2 @@ -0,0 +1 @@ +2b52d9aa50e49a761a3a3c9e51720478 Catalyst-Plugin-Singleton-0.02.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:55:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:55:54 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Singleton/F-10 perl-Catalyst-Plugin-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045554.4B0A270115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13132/F-10 Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Singleton.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Singleton.spec --- Name: perl-Catalyst-Plugin-Singleton Version: 0.02 Release: 1%{?dist} Summary: Singleton to context License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Singleton accessors to context. %prep %setup -q -n Catalyst-Plugin-Singleton-%{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 TEST_POD=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:09:52 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:55:23 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Singleton-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:09:53 -0000 1.1 +++ sources 1 Mar 2009 04:55:23 -0000 1.2 @@ -0,0 +1 @@ +2b52d9aa50e49a761a3a3c9e51720478 Catalyst-Plugin-Singleton-0.02.tar.gz From iarnell at fedoraproject.org Sun Mar 1 04:55:54 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 04:55:54 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Singleton/devel perl-Catalyst-Plugin-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301045554.C716C70131@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13132/devel Modified Files: .cvsignore sources Added Files: perl-Catalyst-Plugin-Singleton.spec Log Message: initial import --- NEW FILE perl-Catalyst-Plugin-Singleton.spec --- Name: perl-Catalyst-Plugin-Singleton Version: 0.02 Release: 1%{?dist} Summary: Singleton to context License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Singleton/ Source0: http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Singleton accessors to context. %prep %setup -q -n Catalyst-Plugin-Singleton-%{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 TEST_POD=1 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.02-1 - Specfile autogenerated by cpanspec 1.77. - enable pod tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:09:52 -0000 1.1 +++ .cvsignore 1 Mar 2009 04:55:24 -0000 1.2 @@ -0,0 +1 @@ +Catalyst-Plugin-Singleton-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:09:53 -0000 1.1 +++ sources 1 Mar 2009 04:55:24 -0000 1.2 @@ -0,0 +1 @@ +2b52d9aa50e49a761a3a3c9e51720478 Catalyst-Plugin-Singleton-0.02.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:01:02 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:01:02 +0000 (UTC) Subject: rpms/perl-HTML-SimpleParse/F-10 perl-HTML-SimpleParse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050102.69A7D70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13998/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-SimpleParse.spec Log Message: initial import --- NEW FILE perl-HTML-SimpleParse.spec --- Name: perl-HTML-SimpleParse Version: 0.12 Release: 1%{?dist} Summary: Bare-bones HTML parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-SimpleParse/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/HTML-SimpleParse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a couple of important ways. %prep %setup -q -n HTML-SimpleParse-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:53 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:00:31 -0000 1.2 @@ -0,0 +1 @@ +HTML-SimpleParse-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:53 -0000 1.1 +++ sources 1 Mar 2009 05:00:32 -0000 1.2 @@ -0,0 +1 @@ +f557818d78932654f9ca8dfeae2566b1 HTML-SimpleParse-0.12.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:01:02 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:01:02 +0000 (UTC) Subject: rpms/perl-HTML-SimpleParse/F-9 perl-HTML-SimpleParse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050102.DF7AD70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13998/F-9 Modified Files: .cvsignore sources Added Files: perl-HTML-SimpleParse.spec Log Message: initial import --- NEW FILE perl-HTML-SimpleParse.spec --- Name: perl-HTML-SimpleParse Version: 0.12 Release: 1%{?dist} Summary: Bare-bones HTML parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-SimpleParse/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/HTML-SimpleParse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a couple of important ways. %prep %setup -q -n HTML-SimpleParse-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:53 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:00:32 -0000 1.2 @@ -0,0 +1 @@ +HTML-SimpleParse-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:53 -0000 1.1 +++ sources 1 Mar 2009 05:00:32 -0000 1.2 @@ -0,0 +1 @@ +f557818d78932654f9ca8dfeae2566b1 HTML-SimpleParse-0.12.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:01:03 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:01:03 +0000 (UTC) Subject: rpms/perl-HTML-SimpleParse/devel perl-HTML-SimpleParse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050103.245AC70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-SimpleParse/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13998/devel Modified Files: .cvsignore sources Added Files: perl-HTML-SimpleParse.spec Log Message: initial import --- NEW FILE perl-HTML-SimpleParse.spec --- Name: perl-HTML-SimpleParse Version: 0.12 Release: 1%{?dist} Summary: Bare-bones HTML parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-SimpleParse/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/HTML-SimpleParse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module is a simple HTML parser. It is similar in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a couple of important ways. %prep %setup -q -n HTML-SimpleParse-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 0.12-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:13:53 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:00:32 -0000 1.2 @@ -0,0 +1 @@ +HTML-SimpleParse-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-SimpleParse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:13:53 -0000 1.1 +++ sources 1 Mar 2009 05:00:32 -0000 1.2 @@ -0,0 +1 @@ +f557818d78932654f9ca8dfeae2566b1 HTML-SimpleParse-0.12.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:05:49 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:05:49 +0000 (UTC) Subject: rpms/perl-Data-FormValidator/F-9 perl-Data-FormValidator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050549.9A12370115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14986/F-9 Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator.spec --- Name: perl-Data-FormValidator Version: 4.63 Release: 1%{?dist} Summary: Validates user input (usually from an HTML form) based on input profile License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator/ Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/Data-FormValidator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 BuildRequires: perl(Date::Calc) >= 5 BuildRequires: perl(Email::Valid) BuildRequires: perl(File::MMagic) >= 1.17 BuildRequires: perl(Image::Size) BuildRequires: perl(MIME::Types) >= 1.005 BuildRequires: perl(Module::Build) BuildRequires: perl(Perl6::Junction) >= 1.1 BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not detected by rpm Requires: perl(Date::Calc) >= 5 Requires: perl(Email::Valid) Requires: perl(File::MMagic) >= 1.17 Requires: perl(Image::Size) Requires: perl(Regexp::Common) %description Data::FormValidator's main aim is to make input validation expressible in a simple format. %prep %setup -q -n Data-FormValidator-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README RELEASE_NOTES %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 4.63-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:18:18 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:05:18 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-4.63.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:18:18 -0000 1.1 +++ sources 1 Mar 2009 05:05:19 -0000 1.2 @@ -0,0 +1 @@ +98b0fc28dee2a64524c21cebb07d860e Data-FormValidator-4.63.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:05:50 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:05:50 +0000 (UTC) Subject: rpms/perl-Data-FormValidator/devel perl-Data-FormValidator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050550.1EA2E70115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14986/devel Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator.spec --- Name: perl-Data-FormValidator Version: 4.63 Release: 1%{?dist} Summary: Validates user input (usually from an HTML form) based on input profile License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator/ Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/Data-FormValidator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 BuildRequires: perl(Date::Calc) >= 5 BuildRequires: perl(Email::Valid) BuildRequires: perl(File::MMagic) >= 1.17 BuildRequires: perl(Image::Size) BuildRequires: perl(MIME::Types) >= 1.005 BuildRequires: perl(Module::Build) BuildRequires: perl(Perl6::Junction) >= 1.1 BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not detected by rpm Requires: perl(Date::Calc) >= 5 Requires: perl(Email::Valid) Requires: perl(File::MMagic) >= 1.17 Requires: perl(Image::Size) Requires: perl(Regexp::Common) %description Data::FormValidator's main aim is to make input validation expressible in a simple format. %prep %setup -q -n Data-FormValidator-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README RELEASE_NOTES %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 4.63-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:18:18 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:05:19 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-4.63.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:18:18 -0000 1.1 +++ sources 1 Mar 2009 05:05:19 -0000 1.2 @@ -0,0 +1 @@ +98b0fc28dee2a64524c21cebb07d860e Data-FormValidator-4.63.tar.gz From iarnell at fedoraproject.org Sun Mar 1 05:05:48 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 1 Mar 2009 05:05:48 +0000 (UTC) Subject: rpms/perl-Data-FormValidator/F-10 perl-Data-FormValidator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301050548.C205870115@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Data-FormValidator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14986/F-10 Modified Files: .cvsignore sources Added Files: perl-Data-FormValidator.spec Log Message: initial import --- NEW FILE perl-Data-FormValidator.spec --- Name: perl-Data-FormValidator Version: 4.63 Release: 1%{?dist} Summary: Validates user input (usually from an HTML form) based on input profile License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-FormValidator/ Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/Data-FormValidator-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.008 BuildRequires: perl(Date::Calc) >= 5 BuildRequires: perl(Email::Valid) BuildRequires: perl(File::MMagic) >= 1.17 BuildRequires: perl(Image::Size) BuildRequires: perl(MIME::Types) >= 1.005 BuildRequires: perl(Module::Build) BuildRequires: perl(Perl6::Junction) >= 1.1 BuildRequires: perl(Regexp::Common) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not detected by rpm Requires: perl(Date::Calc) >= 5 Requires: perl(Email::Valid) Requires: perl(File::MMagic) >= 1.17 Requires: perl(Image::Size) Requires: perl(Regexp::Common) %description Data::FormValidator's main aim is to make input validation expressible in a simple format. %prep %setup -q -n Data-FormValidator-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README RELEASE_NOTES %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Feb 28 2009 Iain Arnell 4.63-1 - Specfile autogenerated by cpanspec 1.77. - remove unnecessary requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:18:18 -0000 1.1 +++ .cvsignore 1 Mar 2009 05:05:18 -0000 1.2 @@ -0,0 +1 @@ +Data-FormValidator-4.63.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-FormValidator/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:18:18 -0000 1.1 +++ sources 1 Mar 2009 05:05:18 -0000 1.2 @@ -0,0 +1 @@ +98b0fc28dee2a64524c21cebb07d860e Data-FormValidator-4.63.tar.gz From corsepiu at fedoraproject.org Sun Mar 1 05:56:17 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sun, 1 Mar 2009 05:56:17 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/devel .cvsignore, 1.9, 1.10 perl-Class-MethodMaker.spec, 1.18, 1.19 sources, 1.9, 1.10 Message-ID: <20090301055617.C4D4170115@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23083 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 - Upstream update. - Build in subdir to work-around rpm breaking the testsuite. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 20 Dec 2008 08:02:23 -0000 1.9 +++ .cvsignore 1 Mar 2009 05:55:47 -0000 1.10 @@ -1 +1 @@ -Class-MethodMaker-2.13.tar.gz +Class-MethodMaker-2.15.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/perl-Class-MethodMaker.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Class-MethodMaker.spec 26 Feb 2009 13:09:08 -0000 1.18 +++ perl-Class-MethodMaker.spec 1 Mar 2009 05:55:47 -0000 1.19 @@ -1,6 +1,6 @@ Name: perl-Class-MethodMaker -Version: 2.13 -Release: 2%{?dist} +Version: 2.15 +Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods Group: Development/Libraries @@ -12,6 +12,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Required by the tests BuildRequires: perl(IPC::Run) +# BR: to force deterministic build +BuildRequires: perl(Module::Signature) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,22 +23,29 @@ methods for your objects that perform standard tasks. %prep -%setup -q -n Class-MethodMaker-%{version} +%setup -q -T -c +%setup -q -T -D -a0 %build +cd Class-MethodMaker-%{version} %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} +cd .. %install rm -rf $RPM_BUILD_ROOT +cd Class-MethodMaker-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +cd .. find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check +cd Class-MethodMaker-%{version} make test +cd .. %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +53,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Class-MethodMaker-%{version}/Changes Class-MethodMaker-%{version}/README Class-MethodMaker-%{version}/TODO %{perl_vendorarch}/Class/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog +* Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 +- Upstream update. +- Build in subdir to work-around rpm breaking the testsuite. + * Thu Feb 26 2009 Fedora Release Engineering - 2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 20 Dec 2008 08:02:23 -0000 1.9 +++ sources 1 Mar 2009 05:55:47 -0000 1.10 @@ -1 +1 @@ -4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz +7af92ddaee49815ade7c5886b74d5e64 Class-MethodMaker-2.15.tar.gz From corsepiu at fedoraproject.org Sun Mar 1 05:58:57 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sun, 1 Mar 2009 05:58:57 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/F-10 .cvsignore, 1.9, 1.10 perl-Class-MethodMaker.spec, 1.17, 1.18 sources, 1.9, 1.10 Message-ID: <20090301055857.30DC470115@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23750 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 - Upstream update. - Build in subdir to work-around rpm breaking the testsuite. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 20 Dec 2008 08:02:23 -0000 1.9 +++ .cvsignore 1 Mar 2009 05:58:26 -0000 1.10 @@ -1 +1 @@ -Class-MethodMaker-2.13.tar.gz +Class-MethodMaker-2.15.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/perl-Class-MethodMaker.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Class-MethodMaker.spec 20 Dec 2008 08:02:24 -0000 1.17 +++ perl-Class-MethodMaker.spec 1 Mar 2009 05:58:26 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Class-MethodMaker -Version: 2.13 +Version: 2.15 Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods @@ -12,6 +12,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Required by the tests BuildRequires: perl(IPC::Run) +# BR: to force deterministic build +BuildRequires: perl(Module::Signature) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,22 +23,29 @@ methods for your objects that perform standard tasks. %prep -%setup -q -n Class-MethodMaker-%{version} +%setup -q -T -c +%setup -q -T -D -a0 %build +cd Class-MethodMaker-%{version} %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} +cd .. %install rm -rf $RPM_BUILD_ROOT +cd Class-MethodMaker-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +cd .. find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check +cd Class-MethodMaker-%{version} make test +cd .. %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +53,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Class-MethodMaker-%{version}/Changes Class-MethodMaker-%{version}/README Class-MethodMaker-%{version}/TODO %{perl_vendorarch}/Class/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog +* Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 +- Upstream update. +- Build in subdir to work-around rpm breaking the testsuite. + * Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 20 Dec 2008 08:02:24 -0000 1.9 +++ sources 1 Mar 2009 05:58:26 -0000 1.10 @@ -1 +1 @@ -4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz +7af92ddaee49815ade7c5886b74d5e64 Class-MethodMaker-2.15.tar.gz From corsepiu at fedoraproject.org Sun Mar 1 06:00:40 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sun, 1 Mar 2009 06:00:40 +0000 (UTC) Subject: rpms/perl-Class-MethodMaker/F-9 .cvsignore, 1.9, 1.10 perl-Class-MethodMaker.spec, 1.17, 1.18 sources, 1.9, 1.10 Message-ID: <20090301060040.5629670115@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24080 Modified Files: .cvsignore perl-Class-MethodMaker.spec sources Log Message: * Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 - Upstream update. - Build in subdir to work-around rpm breaking the testsuite. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 20 Dec 2008 08:02:24 -0000 1.9 +++ .cvsignore 1 Mar 2009 06:00:09 -0000 1.10 @@ -1 +1 @@ -Class-MethodMaker-2.13.tar.gz +Class-MethodMaker-2.15.tar.gz Index: perl-Class-MethodMaker.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/perl-Class-MethodMaker.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Class-MethodMaker.spec 20 Dec 2008 08:02:24 -0000 1.17 +++ perl-Class-MethodMaker.spec 1 Mar 2009 06:00:09 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Class-MethodMaker -Version: 2.13 +Version: 2.15 Release: 1%{?dist} Summary: Perl module for creating generic object-oriented methods @@ -12,6 +12,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Required by the tests BuildRequires: perl(IPC::Run) +# BR: to force deterministic build +BuildRequires: perl(Module::Signature) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -21,22 +23,29 @@ methods for your objects that perform standard tasks. %prep -%setup -q -n Class-MethodMaker-%{version} +%setup -q -T -c +%setup -q -T -D -a0 %build +cd Class-MethodMaker-%{version} %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} +cd .. %install rm -rf $RPM_BUILD_ROOT +cd Class-MethodMaker-%{version} make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +cd .. find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check +cd Class-MethodMaker-%{version} make test +cd .. %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +53,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Class-MethodMaker-%{version}/Changes Class-MethodMaker-%{version}/README Class-MethodMaker-%{version}/TODO %{perl_vendorarch}/Class/ %{perl_vendorarch}/auto/* %{_mandir}/man3/*.3* %changelog +* Sun Mar 01 2009 Ralf Cors??pius - 2.15-1 +- Upstream update. +- Build in subdir to work-around rpm breaking the testsuite. + * Sat Dec 20 2008 Ralf Cors??pius - 2.13-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-MethodMaker/F-9/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 20 Dec 2008 08:02:24 -0000 1.9 +++ sources 1 Mar 2009 06:00:09 -0000 1.10 @@ -1 +1 @@ -4e0e542fc50ebcf6098b23754003168b Class-MethodMaker-2.13.tar.gz +7af92ddaee49815ade7c5886b74d5e64 Class-MethodMaker-2.15.tar.gz From corsepiu at fedoraproject.org Sun Mar 1 06:24:39 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sun, 1 Mar 2009 06:24:39 +0000 (UTC) Subject: rpms/perl-File-Find-Rule-Perl import.log,1.2,NONE Message-ID: <20090301062439.4948E70115@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28183 Removed Files: import.log Log Message: Remove. --- import.log DELETED --- From cweyl at fedoraproject.org Sun Mar 1 08:19:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 08:19:09 +0000 (UTC) Subject: rpms/perl-DateTime-Format-ISO8601/devel import.log, NONE, 1.1 perl-DateTime-Format-ISO8601.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301081910.2035470115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-ISO8601/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15399/devel Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Format-ISO8601.spec Log Message: initial import --- NEW FILE import.log --- perl-DateTime-Format-ISO8601-0_06-1_fc10:HEAD:perl-DateTime-Format-ISO8601-0.06-1.fc10.src.rpm:1235895507 --- NEW FILE perl-DateTime-Format-ISO8601.spec --- Name: perl-DateTime-Format-ISO8601 Version: 0.06 Release: 1%{?dist} # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Parses ISO8601 formats Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-ISO8601 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime) >= 0.18 BuildRequires: perl(DateTime::Format::Builder) >= 0.77 BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) %description Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release. %prep %setup -q -n DateTime-Format-ISO8601-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes LICENSE Todo %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Feb 05 2009 Chris Weyl 0.06-1 - update for submission * Thu Feb 05 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:21:01 -0000 1.1 +++ .cvsignore 1 Mar 2009 08:18:38 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-ISO8601-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:21:02 -0000 1.1 +++ sources 1 Mar 2009 08:18:38 -0000 1.2 @@ -0,0 +1 @@ +4e0faf82577b4d7a9b116fc5a6825728 DateTime-Format-ISO8601-0.06.tar.gz From cweyl at fedoraproject.org Sun Mar 1 08:19:58 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 08:19:58 +0000 (UTC) Subject: rpms/perl-DateTime-Format-ISO8601/F-10 import.log, NONE, 1.1 perl-DateTime-Format-ISO8601.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301081958.60D1D70115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15673/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Format-ISO8601.spec Log Message: initial import --- NEW FILE import.log --- perl-DateTime-Format-ISO8601-0_06-1_fc10:F-10:perl-DateTime-Format-ISO8601-0.06-1.fc10.src.rpm:1235895557 --- NEW FILE perl-DateTime-Format-ISO8601.spec --- Name: perl-DateTime-Format-ISO8601 Version: 0.06 Release: 1%{?dist} # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Parses ISO8601 formats Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-ISO8601 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime) >= 0.18 BuildRequires: perl(DateTime::Format::Builder) >= 0.77 BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) %description Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release. %prep %setup -q -n DateTime-Format-ISO8601-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes LICENSE Todo %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Feb 05 2009 Chris Weyl 0.06-1 - update for submission * Thu Feb 05 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:21:01 -0000 1.1 +++ .cvsignore 1 Mar 2009 08:19:27 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-ISO8601-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:21:02 -0000 1.1 +++ sources 1 Mar 2009 08:19:28 -0000 1.2 @@ -0,0 +1 @@ +4e0faf82577b4d7a9b116fc5a6825728 DateTime-Format-ISO8601-0.06.tar.gz From cweyl at fedoraproject.org Sun Mar 1 08:20:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 08:20:46 +0000 (UTC) Subject: rpms/perl-DateTime-Format-ISO8601/F-9 import.log, NONE, 1.1 perl-DateTime-Format-ISO8601.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090301082046.09E6070115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15954/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-DateTime-Format-ISO8601.spec Log Message: initial import --- NEW FILE import.log --- perl-DateTime-Format-ISO8601-0_06-1_fc10:F-9:perl-DateTime-Format-ISO8601-0.06-1.fc10.src.rpm:1235895605 --- NEW FILE perl-DateTime-Format-ISO8601.spec --- Name: perl-DateTime-Format-ISO8601 Version: 0.06 Release: 1%{?dist} # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Parses ISO8601 formats Source: http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-%{version}.tar.gz Url: http://search.cpan.org/dist/DateTime-Format-ISO8601 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(DateTime) >= 0.18 BuildRequires: perl(DateTime::Format::Builder) >= 0.77 BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) %description Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release. %prep %setup -q -n DateTime-Format-ISO8601-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes LICENSE Todo %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Feb 05 2009 Chris Weyl 0.06-1 - update for submission * Thu Feb 05 2009 Chris Weyl 0.06-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Mar 2009 00:21:01 -0000 1.1 +++ .cvsignore 1 Mar 2009 08:20:15 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-ISO8601-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-ISO8601/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Mar 2009 00:21:02 -0000 1.1 +++ sources 1 Mar 2009 08:20:15 -0000 1.2 @@ -0,0 +1 @@ +4e0faf82577b4d7a9b116fc5a6825728 DateTime-Format-ISO8601-0.06.tar.gz From paul at city-fan.org Sun Mar 1 15:59:34 2009 From: paul at city-fan.org (Paul Howarth) Date: Sun, 1 Mar 2009 15:59:34 +0000 Subject: Filtering lib provides in XS packages? In-Reply-To: <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> References: <7dd7ab490902271744m36a5d8cdy20364df47abd2f29@mail.gmail.com> <7dd7ab490902271814n6f76f9bekdbe2680d2686fd36@mail.gmail.com> <20090228123645.2d9d5024@metropolis.intra.city-fan.org> <7dd7ab490902281202n7604b7c6v3d055b3a0aa5721a@mail.gmail.com> <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> Message-ID: <20090301155934.26cb364c@metropolis.intra.city-fan.org> On Sat, 28 Feb 2009 20:46:32 +0000 Paul Howarth wrote: > On Sat, 28 Feb 2009 12:02:01 -0800 > Chris Weyl wrote: > > > On Sat, Feb 28, 2009 at 4:36 AM, Paul Howarth > > wrote: > > > > > I do think that filtering these provides is the right thing to do > > > but I'm not sure about the approach. Whilst it should be fine for > > > a regular perl module package, it could cause problems for > > > mixed-language packages where there are other valid provides that > > > should be included but are not found by the perl provides script. > > > An alternative approach for such cases would be, e.g. > > > > > > # don't provide the private XS.so lib > > > %global _use_internal_dependency_generator 0 > > > %global provfind /bin/sh -c "%__find_provides | grep -v > > > '^XS[.]so'" %global __find_provides %provfind > > > > > > > Yeah. I was using as a simple case the filtering needed in > > perl-Readonly-XS... Others will be different, e.g. perl-Imager > > requires a bunch filtered: > > > > perl-Imager ==> CountColor.so()(64bit) > > perl-Imager ==> DynTest.so()(64bit) > > perl-Imager ==> Flines.so()(64bit) > > perl-Imager ==> ICO.so()(64bit) > > perl-Imager ==> Imager.so()(64bit) > > perl-Imager ==> Mandelbrot.so()(64bit) > > perl-Imager ==> SGI.so()(64bit) > > > > The following snippet just filters any .so files under > > %perl_vendorarch from being run through %__find_provides: > > > > # don't "provide" private Perl libs > > %global _use_internal_dependency_generator 0 > > %global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | > > %__find_provides" > > %global __find_provides %provfind > > > > Looking at just the packages installed on my system, I see 208 > > '*perl*' packages providing shared libs; for 432 .so's. > > > > http://fedorapeople.org/~cweyl/impacted_packages > > http://fedorapeople.org/~cweyl/private_libs > > I like the look of that one, seems suitable as an addition to the > arch-specific perl package template perhaps? One thing I just noticed about this approach is that it causes the dependency on rtld(GNU_HASH) to get dropped too. Don't know why but possibly a side-effect of turning off the internal dependency generator. Paul. From robert at fedoraproject.org Sun Mar 1 18:16:13 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 1 Mar 2009 18:16:13 +0000 (UTC) Subject: rpms/amavisd-new/devel amavisd-conf.patch, 1.5, 1.6 amavisd-new.spec, 1.23, 1.24 Message-ID: <20090301181613.9F7B370115@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20154 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Re-diffed amavisd-new configuration patch for no fuzz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-conf.patch 23 Jun 2007 01:26:06 -0000 1.5 +++ amavisd-conf.patch 1 Mar 2009 18:16:12 -0000 1.6 @@ -1,9 +1,9 @@ ---- amavisd-new-2.5.1/amavisd.conf.orig 2007-05-31 07:09:55.000000000 -0500 -+++ amavisd-new-2.5.1/amavisd.conf 2007-06-22 16:35:04.000000000 -0500 -@@ -15,23 +15,23 @@ +--- amavisd-new-2.6.2/amavisd.conf 2008-12-15 01:50:03.000000000 +0100 ++++ amavisd-new-2.6.2/amavisd.conf.conf 2009-03-01 19:11:48.000000000 +0100 +@@ -15,15 +15,15 @@ # $bypass_decode_parts = 1; # controls running of decoders&dearchivers - $max_servers = 2; # num of pre-forked children (2..15 is common), -m + $max_servers = 2; # num of pre-forked children (2..30 is common), -m -$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u -$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g +$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u @@ -18,8 +18,9 @@ -$QUARANTINEDIR = '/var/virusmails'; # -Q +$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R + # $release_format = 'resend'; # 'attach', 'plain', 'resend' + # $report_format = 'arf'; # 'attach', 'plain', 'resend', 'arf' +@@ -32,8 +32,8 @@ # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S @@ -30,7 +31,7 @@ #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually $log_level = 0; # verbosity 0..5, -d -@@ -110,11 +110,11 @@ +@@ -116,11 +116,11 @@ # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) @@ -46,7 +47,7 @@ $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -148,10 +148,10 @@ +@@ -154,10 +154,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -58,21 +59,21 @@ +$final_banned_destiny = D_BOUNCE; +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $bad_header_quarantine_method = undef; - # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - -@@ -353,10 +353,10 @@ + # $os_fingerprint_method = 'p0f:*:2345'; # to query p0f-analyzer.pl +@@ -360,10 +360,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ -# ['ClamAV-clamd', -# \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], -# qr/\bOK$/, qr/\bFOUND$/, --# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +-# qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], +['ClamAV-clamd', + \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, -+ qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], ++ qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ], # # NOTE: run clamd under the same user as amavisd, or run it under its own # # uid such as clamav, add user clamav to the amavis group, and then add # # AllowSupplementaryGroups to clamd.conf; Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- amavisd-new.spec 24 Feb 2009 00:56:26 -0000 1.23 +++ amavisd-new.spec 1 Mar 2009 18:16:12 -0000 1.24 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.6.2 -Release: 2%{?prerelease:.%{prerelease}}%{?dist} +Release: 3%{?prerelease:.%{prerelease}}%{?dist} # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+ License: GPLv2+ and BSD and GFDL Group: Applications/System @@ -174,6 +174,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Sun Mar 01 2009 Robert Scheck 2.6.2-3 +- Re-diffed amavisd-new configuration patch for no fuzz + * Mon Feb 23 2009 Fedora Release Engineering - 2.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From robert at fedoraproject.org Sun Mar 1 18:38:53 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 1 Mar 2009 18:38:53 +0000 (UTC) Subject: rpms/amavisd-new/devel amavisd-conf.patch, 1.6, 1.7 amavisd-new.spec, 1.24, 1.25 amavisd-db.patch, 1.2, NONE Message-ID: <20090301183853.E0ABC70115@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/amavisd-new/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24839 Modified Files: amavisd-conf.patch amavisd-new.spec Removed Files: amavisd-db.patch Log Message: Add the forgotten overlefts... amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- amavisd-conf.patch 1 Mar 2009 18:16:12 -0000 1.6 +++ amavisd-conf.patch 1 Mar 2009 18:38:53 -0000 1.7 @@ -1,6 +1,6 @@ --- amavisd-new-2.6.2/amavisd.conf 2008-12-15 01:50:03.000000000 +0100 +++ amavisd-new-2.6.2/amavisd.conf.conf 2009-03-01 19:11:48.000000000 +0100 -@@ -15,15 +15,15 @@ +@@ -15,25 +15,25 @@ # $bypass_decode_parts = 1; # controls running of decoders&dearchivers $max_servers = 2; # num of pre-forked children (2..30 is common), -m @@ -20,9 +20,11 @@ # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine # $release_format = 'resend'; # 'attach', 'plain', 'resend' # $report_format = 'arf'; # 'attach', 'plain', 'resend', 'arf' -@@ -32,8 +32,8 @@ - # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R + +-# $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D ++$db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S -# $lock_file = "$MYHOME/var/amavisd.lock"; # -L -# $pid_file = "$MYHOME/var/amavisd.pid"; # -P Index: amavisd-new.spec =================================================================== RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- amavisd-new.spec 1 Mar 2009 18:16:12 -0000 1.24 +++ amavisd-new.spec 1 Mar 2009 18:38:53 -0000 1.25 @@ -18,7 +18,6 @@ Patch0: amavisd-conf.patch Patch1: amavisd-init.patch Patch2: amavisd-condrestart.patch -Patch3: amavisd-db.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root/ Requires: /usr/sbin/clamd, /etc/clamd.d Requires: /usr/sbin/tmpwatch, /etc/cron.daily @@ -92,7 +91,6 @@ %patch0 -p1 %patch1 -p1 %patch2 -p0 -%patch3 -p0 install -m644 %{SOURCE4} %{SOURCE5} README_FILES/ sed -i -e 's,/var/amavis/amavisd.sock\>,/var/spool/amavisd/amavisd.sock,' \ --- amavisd-db.patch DELETED --- From cweyl at alumni.drew.edu Sun Mar 1 19:16:14 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 1 Mar 2009 11:16:14 -0800 Subject: Filtering lib provides in XS packages? In-Reply-To: <20090301155934.26cb364c@metropolis.intra.city-fan.org> References: <7dd7ab490902271744m36a5d8cdy20364df47abd2f29@mail.gmail.com> <7dd7ab490902271814n6f76f9bekdbe2680d2686fd36@mail.gmail.com> <20090228123645.2d9d5024@metropolis.intra.city-fan.org> <7dd7ab490902281202n7604b7c6v3d055b3a0aa5721a@mail.gmail.com> <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> <20090301155934.26cb364c@metropolis.intra.city-fan.org> Message-ID: <7dd7ab490903011116i20906187h2d9c27eceaede499@mail.gmail.com> On Sun, Mar 1, 2009 at 7:59 AM, Paul Howarth wrote: > > On Sat, 28 Feb 2009 20:46:32 +0000 > Paul Howarth wrote: > > I like the look of that one, seems suitable as an addition to the > > arch-specific perl package template perhaps? > > One thing I just noticed about this approach is that it causes the > dependency on rtld(GNU_HASH) to get dropped too. Don't know why but > possibly a side-effect of turning off the internal dependency generator. That seems like it must be a bug in RPM...? the only thing different we do to the requires through the above 3 lines is disable the internal generation of them. So: bug 487958 - [rpm] rtld(GNU_HASH) dropped bug 487960 - [rpmdevtools] RFE: filter Perl private libs for arch-specific packages Once bug 487958 is resolved, I'll go through and rebuild all my packages that need this applied...? I have a little script/patch that will do this relatively painlessly that I can share, or just hit up the other ones en-masse (or file bugs, etc); not surprisingly, mod_perl and perl itself are the biggest offenders :) -Chris -- Chris Weyl Ex astris, scientia From cweyl at alumni.drew.edu Sun Mar 1 22:08:51 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sun, 1 Mar 2009 14:08:51 -0800 Subject: Filtering lib provides in XS packages? In-Reply-To: <7dd7ab490903011116i20906187h2d9c27eceaede499@mail.gmail.com> References: <7dd7ab490902271744m36a5d8cdy20364df47abd2f29@mail.gmail.com> <7dd7ab490902271814n6f76f9bekdbe2680d2686fd36@mail.gmail.com> <20090228123645.2d9d5024@metropolis.intra.city-fan.org> <7dd7ab490902281202n7604b7c6v3d055b3a0aa5721a@mail.gmail.com> <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> <20090301155934.26cb364c@metropolis.intra.city-fan.org> <7dd7ab490903011116i20906187h2d9c27eceaede499@mail.gmail.com> Message-ID: <7dd7ab490903011408m375ad090t34788a6f7627cc71@mail.gmail.com> On Sun, Mar 1, 2009 at 11:16 AM, Chris Weyl wrote: > So: > > bug 487958 - [rpm] rtld(GNU_HASH) dropped > bug 487960 - [rpmdevtools] RFE: filter Perl private libs for > arch-specific packages Well, the spec template addition looks to be a no-go... Apparently solving an actual problem is too ugly to be included :-) I suspect that doesn't matter too much anyways, as most people seem to use either cpanspec or CPANPLUS::Dist::RPM to build out their initial spec files. I also just filed two more: bug 487972 - [rpm] RFE: filter private Perl lib provides bug 487974 - [rpmlint] RFE: error on shlib provides from under %perl_*arch I have very low hopes for 487972; AFAIK no request for rpm to filter certain provides from any specific directory has ever been granted. -Chris -- Chris Weyl Ex astris, scientia From cweyl at fedoraproject.org Sun Mar 1 23:39:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 1 Mar 2009 23:39:03 +0000 (UTC) Subject: rpms/perl-JSON/devel .cvsignore, 1.9, 1.10 perl-JSON.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <20090301233903.D706970115@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18781 Modified Files: .cvsignore perl-JSON.spec sources Log Message: * Sun Mar 01 2009 Chris Weyl 2.14-1 - update to 2.14 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 13 Oct 2008 04:26:45 -0000 1.9 +++ .cvsignore 1 Mar 2009 23:38:33 -0000 1.10 @@ -1 +1 @@ -JSON-2.12.tar.gz +JSON-2.14.tar.gz Index: perl-JSON.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-JSON.spec 26 Feb 2009 20:29:10 -0000 1.12 +++ perl-JSON.spec 1 Mar 2009 23:38:33 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-JSON -Version: 2.12 -Release: 3%{?dist} +Version: 2.14 +Release: 1%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries @@ -78,6 +78,9 @@ %{_mandir}/man3/* %changelog +* Sun Mar 01 2009 Chris Weyl 2.14-1 +- update to 2.14 + * Thu Feb 26 2009 Fedora Release Engineering - 2.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-JSON/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 13 Oct 2008 04:26:45 -0000 1.9 +++ sources 1 Mar 2009 23:38:33 -0000 1.10 @@ -1 +1 @@ -5719ba98f607003295d99952c2ac2ea7 JSON-2.12.tar.gz +340d2e9eb18406e18c88475d7aa25edc JSON-2.14.tar.gz From bugzilla at redhat.com Mon Mar 2 03:59:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Mar 2009 22:59:43 -0500 Subject: [Bug 483237] Make version 0.14-1.fc9 available for F-9 updates In-Reply-To: References: Message-ID: <200903020359.n223xhTe007508@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=483237 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE --- Comment #3 from Chris Weyl 2009-03-01 22:59:41 EDT --- Hm. Bodhi should have closed this ages ago... -- Configure bugmail: 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 Mar 2 04:01:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Mar 2009 23:01:14 -0500 Subject: [Bug 481519] HTTP::Body 1.04 in F-9, F-10? In-Reply-To: References: Message-ID: <200903020401.n2241Ecp002394@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=481519 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution| |CURRENTRELEASE --- Comment #4 from Chris Weyl 2009-03-01 23:01:13 EDT --- Hm, bodhi should have closed this ages ago... -- Configure bugmail: 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 Mar 2 04:02:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 1 Mar 2009 23:02:39 -0500 Subject: [Bug 462478] Please update perl-YAML-Tiny to latest from rawhide (ACLs set) In-Reply-To: References: Message-ID: <200903020402.n2242dOU008379@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462478 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(steve at silug.org) | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From paul at city-fan.org Mon Mar 2 22:02:32 2009 From: paul at city-fan.org (Paul Howarth) Date: Mon, 2 Mar 2009 22:02:32 +0000 Subject: Filtering lib provides in XS packages? In-Reply-To: <7dd7ab490903011408m375ad090t34788a6f7627cc71@mail.gmail.com> References: <7dd7ab490902271744m36a5d8cdy20364df47abd2f29@mail.gmail.com> <7dd7ab490902271814n6f76f9bekdbe2680d2686fd36@mail.gmail.com> <20090228123645.2d9d5024@metropolis.intra.city-fan.org> <7dd7ab490902281202n7604b7c6v3d055b3a0aa5721a@mail.gmail.com> <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> <20090301155934.26cb364c@metropolis.intra.city-fan.org> <7dd7ab490903011116i20906187h2d9c27eceaede499@mail.gmail.com> <7dd7ab490903011408m375ad090t34788a6f7627cc71@mail.gmail.com> Message-ID: <20090302220232.50dbe105@metropolis.intra.city-fan.org> On Sun, 1 Mar 2009 14:08:51 -0800 Chris Weyl wrote: > On Sun, Mar 1, 2009 at 11:16 AM, Chris Weyl > wrote: > > So: > > > > bug 487958 - [rpm] rtld(GNU_HASH) dropped > > bug 487960 - [rpmdevtools] RFE: filter Perl private libs for > > arch-specific packages > > Well, the spec template addition looks to be a no-go... Apparently > solving an actual problem is too ugly to be included :-) I suspect > that doesn't matter too much anyways, as most people seem to use > either cpanspec or CPANPLUS::Dist::RPM to build out their initial spec > files. > > I also just filed two more: > > bug 487972 - [rpm] RFE: filter private Perl lib provides > bug 487974 - [rpmlint] RFE: error on shlib provides from under > %perl_*arch > > I have very low hopes for 487972; AFAIK no request for rpm to filter > certain provides from any specific directory has ever been granted. This version seems to work a little better: # 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}" Paul. From cweyl at fedoraproject.org Tue Mar 3 04:15:33 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 3 Mar 2009 04:15:33 +0000 (UTC) Subject: rpms/perl-Workflow/devel .cvsignore, 1.2, 1.3 perl-Workflow.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090303041533.6E98470116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Workflow/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30829 Modified Files: .cvsignore perl-Workflow.spec sources Log Message: * Mon Mar 02 2009 Chris Weyl 1.32-1 - update to 1.32 - update br's to latest required Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Workflow/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Apr 2007 18:45:37 -0000 1.2 +++ .cvsignore 3 Mar 2009 04:15:02 -0000 1.3 @@ -1 +1,8 @@ -Workflow-0.26.tar.gz +Workflow-1.32.tar.gz +Workflow-* +*.rpm +*.gz +*.tar +noarch +clog +.build* Index: perl-Workflow.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Workflow/devel/perl-Workflow.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Workflow.spec 27 Feb 2009 04:21:59 -0000 1.4 +++ perl-Workflow.spec 3 Mar 2009 04:15:03 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Workflow -Version: 0.26 -Release: 5%{?dist} +Version: 1.32 +Release: 1%{?dist} Summary: Simple, flexible system to implement workflows License: GPL+ or Artistic Group: Development/Libraries @@ -15,19 +15,32 @@ %define __perl_provides %{SOURCE98} %define __perl_requires %{SOURCE99} -BuildRequires: perl, perl(Module::Build) +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Carp) BuildRequires: perl(Class::Accessor) >= 0.18 BuildRequires: perl(Class::Factory) >= 1 BuildRequires: perl(Class::Observable) >= 1.04 BuildRequires: perl(DateTime) >= 0.15 BuildRequires: perl(DateTime::Format::Strptime) >= 1 +BuildRequires: perl(Data::Dumper) BuildRequires: perl(DBD::Mock) >= 0.1 +BuildRequires: perl(DBI) BuildRequires: perl(Exception::Class) >= 1.1 +BuildRequires: perl(File::Slurp) +BuildRequires: perl(List::MoreUtils) BuildRequires: perl(Log::Dispatch) >= 2 BuildRequires: perl(Log::Log4perl) >= 0.34 BuildRequires: perl(Test::Exception) BuildRequires: perl(XML::Simple) >= 2 +# tests +BuildRequires: perl(Test::More) +BuildRequires: perl(DateTime) +BuildRequires: perl(DateTime::Format::Strptime) +BuildRequires: perl(DBD::SQLite) + # optional test #1 BuildRequires: perl(Data::UUID) # optional test #2 -- not in Fedora yet @@ -85,6 +98,10 @@ %{_mandir}/man3/* %changelog +* Mon Mar 02 2009 Chris Weyl 1.32-1 +- update to 1.32 +- update br's to latest required + * Thu Feb 26 2009 Fedora Release Engineering - 0.26-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Workflow/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Apr 2007 18:45:37 -0000 1.2 +++ sources 3 Mar 2009 04:15:03 -0000 1.3 @@ -1 +1 @@ -e9c25c357b0e2a62fa91493b818a538f Workflow-0.26.tar.gz +fd82389980de5640b9b100c17a930f90 Workflow-1.32.tar.gz From cweyl at fedoraproject.org Tue Mar 3 04:39:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Tue, 3 Mar 2009 04:39:30 +0000 (UTC) Subject: rpms/perl-GStreamer/devel .cvsignore, 1.2, 1.3 perl-GStreamer.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <20090303043930.DED6870116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-GStreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2518 Modified Files: .cvsignore perl-GStreamer.spec sources Log Message: * Mon Mar 02 2009 Chris Weyl 0.15-1 - update to 1.15 - trim doc - update BR's Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GStreamer/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 2 Sep 2006 08:49:26 -0000 1.2 +++ .cvsignore 3 Mar 2009 04:39:00 -0000 1.3 @@ -1 +1,9 @@ -GStreamer-0.09.tar.gz +GStreamer-0.15.tar.gz +GStreamer-* +*.rpm +*.gz +*.tar +clog +.build* +x86_64 +i386 Index: perl-GStreamer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GStreamer/devel/perl-GStreamer.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-GStreamer.spec 26 Feb 2009 16:52:03 -0000 1.7 +++ perl-GStreamer.spec 3 Mar 2009 04:39:00 -0000 1.8 @@ -1,23 +1,25 @@ Name: perl-GStreamer -Version: 0.09 -Release: 7%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Perl bindings to the GStreamer framework License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/GStreamer/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/GStreamer-%{version}.tar.gz - # see http://bugzilla.gnome.org/show_bug.cgi?id=348454 Patch0: test.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::Depends) >= 0.205 -BuildRequires: perl(ExtUtils::PkgConfig) >= 1.07 -BuildRequires: perl(Glib) >= 1.120 +# non-perl BuildRequires: gstreamer-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::Depends) >= 0.205 +BuildRequires: perl(ExtUtils::PkgConfig) >= 1.07 +BuildRequires: perl(Glib) >= 1.180 +# test +BuildRequires: perl(Test::More) %description GStreamer makes everybody dance like crazy. It provides the means to play, @@ -28,7 +30,7 @@ %prep %setup -q -n GStreamer-%{version} -%patch0 -p0 +#patch0 -p0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -60,17 +62,22 @@ %files %defattr(-,root,root,-) -%doc ChangeLog doctypes gst.typemap LICENSE maps NEWS README TODO examples/ +%doc ChangeLog doctypes LICENSE MAINTAINERS NEWS README TODO examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/GStreamer* %{_mandir}/man3/* %changelog +* Mon Mar 02 2009 Chris Weyl 0.15-1 +- update to 1.15 +- trim doc +- update BR's + * Thu Feb 26 2009 Fedora Release Engineering - 0.09-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 06 2008 Tom "spot" Callaway - 0.09-6 -Rebuild for new perl +- Rebuild for new perl * Mon Feb 18 2008 Fedora Release Engineering - 0.09-5 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GStreamer/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Sep 2006 08:49:26 -0000 1.2 +++ sources 3 Mar 2009 04:39:00 -0000 1.3 @@ -1 +1 @@ -4f6f27edded250b00055d076eb738ff5 GStreamer-0.09.tar.gz +a01261f5a1012f4d6763e3721f1c9de7 GStreamer-0.15.tar.gz From bugzilla at redhat.com Tue Mar 3 05:32:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 00:32:10 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903030532.n235WAd6001786@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=485621 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |cweyl at alumni.drew.edu AssignedTo|nobody at fedoraproject.org |cweyl at alumni.drew.edu Alias| |perl-Gtk2-MozEmbed Flag| |fedora-review? --- Comment #1 from Chris Weyl 2009-03-03 00:32:10 EDT --- rpmlint's warnings are expected for Perl packages; and while MozEmbed.so()(64bit) will need to be filtered, we're still figuring out the best way to do that over on fedora-perl-devel-list, so that's not a blocker right now. 1) MozEmbed.xs and other source files say LGPLv2+. 2) %check should be included, even if "make test" needs to be wrapped in some construct to prevent it from running in mock, e.g.: %{?_with_display_tests: make test} This will allow rebuilding locally using "rpmbuild --with display-tests" or defining "%_with_display_tests 1" in ~/.rpmmacros. 3) '%{__rm}' should be replaced with just 'rm', or make and chmod also need to be their macro representations. (Though I always prefer the %{_fixperms} chmod incantation :)) 4) %{perl_vendorarch}/Gtk2 and %{perl_vendorarch}/auto/Gtk2 need to be included as dirs in %files. One easy way to do so is: %{perl_vendorarch}/* %exclude %dir %{perl_vendorarch}/auto/ koji @ http://koji.fedoraproject.org/koji/taskinfo?taskID=1215907 Source tarball matches upstream: 23ffb8e4134ee8a8897149bf9db43d400cdbbe17 Gtk2-MozEmbed-0.08.tar.gz 23ffb8e4134ee8a8897149bf9db43d400cdbbe17 Gtk2-MozEmbed-0.08.tar.gz.srpm Provides, requires and rpmlint looks sane: =====> perl-Gtk2-MozEmbed-0.08-1.fc10.x86_64.rpm <===== ====> rpmlint perl-Gtk2-MozEmbed.x86_64: W: devel-file-in-non-devel-package /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/Gtk2/MozEmbed/Install/gtkmozembed2perl.h perl-Gtk2-MozEmbed.x86_64: W: devel-file-in-non-devel-package /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/Gtk2/MozEmbed/Install/gtkmozembed2perl-autogen.h 1 packages and 0 specfiles checked; 0 errors, 2 warnings. ====> provides for perl-Gtk2-MozEmbed-0.08-1.fc10.x86_64.rpm MozEmbed.so()(64bit) perl(Gtk2::MozEmbed) = 0.08 perl(Gtk2::MozEmbed::Install::Files) perl-Gtk2-MozEmbed = 0.08-1.fc10 perl-Gtk2-MozEmbed(x86-64) = 0.08-1.fc10 ====> requires for perl-Gtk2-MozEmbed-0.08-1.fc10.x86_64.rpm gecko-libs = 1.9.0.6 libatk-1.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libcairo.so.2()(64bit) libdl.so.2()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libnspr4.so()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libplc4.so()(64bit) libplds4.so()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libxpcom.so()(64bit) libxul.so()(64bit) perl >= 0:5.008 perl(:MODULE_COMPAT_5.10.0) perl(DynaLoader) perl(Glib) >= 1.180 perl(Gtk2) perl(Gtk2) >= 1.081 perl(strict) perl(warnings) rtld(GNU_HASH) =====> perl-Gtk2-MozEmbed-debuginfo-0.08-1.fc10.x86_64.rpm <===== ====> rpmlint 1 packages and 0 specfiles checked; 0 errors, 0 warnings. ====> provides for perl-Gtk2-MozEmbed-debuginfo-0.08-1.fc10.x86_64.rpm perl-Gtk2-MozEmbed-debuginfo = 0.08-1.fc10 perl-Gtk2-MozEmbed-debuginfo(x86-64) = 0.08-1.fc10 ====> requires for perl-Gtk2-MozEmbed-debuginfo-0.08-1.fc10.x86_64.rpm Address #1-4 and I think we're in business :-) -- Configure bugmail: 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 Mar 3 07:35:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 02:35:10 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903030735.n237ZAYW021970@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=485621 --- Comment #2 from Remi Collet 2009-03-03 02:35:10 EDT --- 1, 2 and 3 fixed About 4, I don't think this folders need to be owned be the package. Both are already owned by perl-Gtk2 which is Required . Both are also owned by perl-Gtk2-TrayIcon which is probably a mistake (or an exception for the Guidelines exists for perl ?) Guidelines : Packages must not own files already owned by other packages. http://remi.fedorapeople.org/perl-Gtk2-MozEmbed.spec http://remi.fedorapeople.org/perl-Gtk2-MozEmbed-0.08-2.fc8.src.rpm -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Tue Mar 3 08:01:46 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 3 Mar 2009 08:01:46 +0000 (UTC) Subject: rpms/perl-XML-LibXSLT/F-10 .cvsignore, 1.6, 1.7 perl-XML-LibXSLT.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <20090303080146.4E46670116@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-XML-LibXSLT/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6534 Modified Files: .cvsignore perl-XML-LibXSLT.spec sources Log Message: * Tue Mar 3 2009 Marcela Ma??l????ov?? - 1.68-1 - update to the latest version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Aug 2008 03:00:21 -0000 1.6 +++ .cvsignore 3 Mar 2009 08:01:15 -0000 1.7 @@ -1 +1 @@ -XML-LibXSLT-1.66.tar.gz +XML-LibXSLT-1.68.tar.gz Index: perl-XML-LibXSLT.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/F-10/perl-XML-LibXSLT.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-XML-LibXSLT.spec 3 Nov 2008 14:52:43 -0000 1.16 +++ perl-XML-LibXSLT.spec 3 Mar 2009 08:01:15 -0000 1.17 @@ -2,25 +2,25 @@ Name: perl-XML-LibXSLT -# NOTE: also update perl-XML-LibXML to the matching version. See below why. -Version: 1.66 -Release: 2%{?dist} +# NOTE: also update perl-XML-LibXML to a compatible version. See below why. +Version: 1.68 +Release: 1%{?dist} Summary: Perl module for interfacing to GNOME's libxslt Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-LibXSLT/ -Source0: http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-1.66.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-devel +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libxslt-devel >= 1.1.18, gdbm-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# the package shares code with perl-XML-LibXML, we have to require the same version +# the package shares code with perl-XML-LibXML, we have to require a compatible version # see https://bugzilla.redhat.com/show_bug.cgi?id=469480 -BuildRequires: perl(XML::LibXML) = %{version} -Requires: perl(XML::LibXML) = %{version} +BuildRequires: perl(XML::LibXML) >= 1.67 +Requires: perl(XML::LibXML) >= 1.67 %description This module is a fast XSLT library, based on the Gnome libxslt engine @@ -30,8 +30,8 @@ %setup -q -n XML-LibXSLT-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -56,6 +56,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Mar 3 2009 Marcela Ma??l????ov?? - 1.68-1 +- update to the latest version + * Mon Nov 3 2008 Stepan Kasal - 1.66-2 - require XML::LibXML of the same version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-LibXSLT/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Aug 2008 03:00:21 -0000 1.6 +++ sources 3 Mar 2009 08:01:15 -0000 1.7 @@ -1 +1 @@ -cfabf853c7139fb21948a31bc77e6ac7 XML-LibXSLT-1.66.tar.gz +23265ad14469b3eede5833f205198a6f XML-LibXSLT-1.68.tar.gz From corsepiu at fedoraproject.org Tue Mar 3 15:23:23 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Tue, 3 Mar 2009 15:23:23 +0000 (UTC) Subject: rpms/perl-Data-ICal/devel .cvsignore, 1.2, 1.3 perl-Data-ICal.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090303152323.50EF070116@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22619 Modified Files: .cvsignore perl-Data-ICal.spec sources Log Message: * Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 - Upstream update. - Reflect upstream maintainer having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Aug 2008 03:04:30 -0000 1.2 +++ .cvsignore 3 Mar 2009 15:22:52 -0000 1.3 @@ -1 +1 @@ -Data-ICal-0.13.tar.gz +Data-ICal-0.15.tar.gz Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/devel/perl-Data-ICal.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Data-ICal.spec 26 Feb 2009 14:29:47 -0000 1.4 +++ perl-Data-ICal.spec 3 Mar 2009 15:22:52 -0000 1.5 @@ -1,11 +1,11 @@ Name: perl-Data-ICal -Version: 0.13 -Release: 5%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-ICal/ -Source0: http://www.cpan.org/authors/id/J/JE/JESSE/Data-ICal-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/Data-ICal-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor) @@ -60,6 +60,10 @@ %{_mandir}/man3/* %changelog +* Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 +- Upstream update. +- Reflect upstream maintainer having changed. + * Thu Feb 26 2009 Fedora Release Engineering - 0.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Aug 2008 03:04:30 -0000 1.2 +++ sources 3 Mar 2009 15:22:52 -0000 1.3 @@ -1 +1 @@ -42496ff9b75108813b696ffbcffe5913 Data-ICal-0.13.tar.gz +71c830a2da27163d770b5c17fcc11541 Data-ICal-0.15.tar.gz From buildsys at fedoraproject.org Tue Mar 3 17:04:40 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Tue, 3 Mar 2009 17:04:40 +0000 (UTC) Subject: Broken dependencies: perl-Class-Prototyped Message-ID: <20090303170440.233BA1B8002@releng2.fedora.phx.redhat.com> perl-Class-Prototyped has broken dependencies in the development tree: On ppc: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On x86_64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On i386: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On ppc64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) Please resolve this as soon as possible. From bugzilla at redhat.com Tue Mar 3 17:24:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 12:24:27 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903031724.n23HOR9f026600@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485621 --- Comment #3 from Chris Weyl 2009-03-03 12:24:25 EDT --- Basically, Perl packages should own everything they provide (including directories) under %{perl_vendorarch} or %{perl_vendorlib} except %{perl_vendorarch}/auto.... Even if they're already owned by another Perl package. (Rationale being that as we move to 5.10.1, 5.10.2, etc, we will see directory ownership start to be a bit fuzzy.) https://fedoraproject.org/wiki/Packaging:Perl#Directory_Ownership -- Configure bugmail: 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 Mar 3 17:56:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 12:56:31 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903031756.n23HuVb4001261@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485621 --- Comment #4 from Remi Collet 2009-03-03 12:56:30 EDT --- Thanks for pointing me to this Guidelines section I haven't noticed... It seems clear now :) http://remi.fedorapeople.org/perl-Gtk2-MozEmbed.spec http://remi.fedorapeople.org/perl-XML-Entities-0.02-3.fc8.src.rpm %changelog * Tue Mar 03 2009 Remi Collet - 0.08-3 - Fix from review : Gtk2 dir ownership -- Configure bugmail: 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 Mar 3 18:56:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 13:56:41 -0500 Subject: [Bug 250804] Review Request: perl-Encode-Detect - Detects the encoding of data In-Reply-To: References: Message-ID: <200903031856.n23IufR2009528@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=250804 James Ralston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE --- Comment #26 from James Ralston 2009-03-03 13:56:36 EDT --- Yes, I think we can close this. :-) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Mar 4 01:37:32 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 3 Mar 2009 20:37:32 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903040137.n241bWXa006380@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485621 Chris Weyl changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ --- Comment #5 from Chris Weyl 2009-03-03 20:37:31 EDT --- APPROVED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Mar 4 07:28:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 4 Mar 2009 02:28:45 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903040728.n247SjVY031302@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=485621 Remi Collet changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs? --- Comment #6 from Remi Collet 2009-03-04 02:28:44 EDT --- Thanks for the review. New Package CVS Request ======================= Package Name: perl-Gtk2-MozEmbed Short Description: Interface to the Mozilla embedding widget Owners: remi Branches: F-10 InitialCC: -- Configure bugmail: 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 Wed Mar 4 14:36:55 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 4 Mar 2009 14:36:55 +0000 (UTC) Subject: rpms/perl-Data-ICal/F-10 .cvsignore, 1.2, 1.3 perl-Data-ICal.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090304143655.7DA2770116@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27489/F-10 Modified Files: .cvsignore perl-Data-ICal.spec sources Log Message: * Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 - Upstream update. - Reflect upstream maintainer having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Aug 2008 03:04:30 -0000 1.2 +++ .cvsignore 4 Mar 2009 14:36:25 -0000 1.3 @@ -1 +1 @@ -Data-ICal-0.13.tar.gz +Data-ICal-0.15.tar.gz Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-10/perl-Data-ICal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Data-ICal.spec 30 Dec 2008 05:42:28 -0000 1.3 +++ perl-Data-ICal.spec 4 Mar 2009 14:36:25 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Data-ICal -Version: 0.13 -Release: 4%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-ICal/ -Source0: http://www.cpan.org/authors/id/J/JE/JESSE/Data-ICal-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/Data-ICal-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor) @@ -60,6 +60,10 @@ %{_mandir}/man3/* %changelog +* Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 +- Upstream update. +- Reflect upstream maintainer having changed. + * Tue Dec 30 2008 Ralf Cors??pius 0.13-4 - BR: perl(Test::Pod::Coverage), perl(Test::Pod). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Aug 2008 03:04:30 -0000 1.2 +++ sources 4 Mar 2009 14:36:25 -0000 1.3 @@ -1 +1 @@ -42496ff9b75108813b696ffbcffe5913 Data-ICal-0.13.tar.gz +71c830a2da27163d770b5c17fcc11541 Data-ICal-0.15.tar.gz From corsepiu at fedoraproject.org Wed Mar 4 14:36:55 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 4 Mar 2009 14:36:55 +0000 (UTC) Subject: rpms/perl-Data-ICal/F-9 .cvsignore, 1.2, 1.3 perl-Data-ICal.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090304143655.CF91B70116@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Data-ICal/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27489/F-9 Modified Files: .cvsignore perl-Data-ICal.spec sources Log Message: * Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 - Upstream update. - Reflect upstream maintainer having changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Aug 2008 03:08:05 -0000 1.2 +++ .cvsignore 4 Mar 2009 14:36:25 -0000 1.3 @@ -1 +1 @@ -Data-ICal-0.13.tar.gz +Data-ICal-0.15.tar.gz Index: perl-Data-ICal.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/perl-Data-ICal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Data-ICal.spec 30 Dec 2008 05:42:28 -0000 1.3 +++ perl-Data-ICal.spec 4 Mar 2009 14:36:25 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Data-ICal -Version: 0.13 -Release: 4%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Generates iCalendar (RFC 2445) calendar files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-ICal/ -Source0: http://www.cpan.org/authors/id/J/JE/JESSE/Data-ICal-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AL/ALEXMV/Data-ICal-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor) @@ -60,6 +60,10 @@ %{_mandir}/man3/* %changelog +* Tue Mar 03 2009 Ralf Cors??pius - 0.15-1 +- Upstream update. +- Reflect upstream maintainer having changed. + * Tue Dec 30 2008 Ralf Cors??pius 0.13-4 - BR: perl(Test::Pod::Coverage), perl(Test::Pod). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Aug 2008 03:08:05 -0000 1.2 +++ sources 4 Mar 2009 14:36:25 -0000 1.3 @@ -1 +1 @@ -42496ff9b75108813b696ffbcffe5913 Data-ICal-0.13.tar.gz +71c830a2da27163d770b5c17fcc11541 Data-ICal-0.15.tar.gz From buildsys at fedoraproject.org Thu Mar 5 12:07:55 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Thu, 5 Mar 2009 12:07:55 +0000 (UTC) Subject: Broken dependencies: perl-Class-Prototyped Message-ID: <20090305120755.814101B8015@releng2.fedora.phx.redhat.com> perl-Class-Prototyped has broken dependencies in the development tree: On ppc: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On x86_64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On i386: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On ppc64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) Please resolve this as soon as possible. From caolanm at fedoraproject.org Thu Mar 5 12:16:11 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Thu, 5 Mar 2009 12:16:11 +0000 (UTC) Subject: rpms/perl-Proc-ProcessTable/devel perl-Proc-ProcessTable-ARG_MAX.patch, 1.1, 1.2 perl-Proc-ProcessTable.spec, 1.7, 1.8 Message-ID: <20090305121611.D8D1170116@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32084 Modified Files: perl-Proc-ProcessTable-ARG_MAX.patch perl-Proc-ProcessTable.spec Log Message: defuzz patches to build perl-Proc-ProcessTable-ARG_MAX.patch: Index: perl-Proc-ProcessTable-ARG_MAX.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/perl-Proc-ProcessTable-ARG_MAX.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Proc-ProcessTable-ARG_MAX.patch 5 Apr 2008 23:26:17 -0000 1.1 +++ perl-Proc-ProcessTable-ARG_MAX.patch 5 Mar 2009 12:15:41 -0000 1.2 @@ -2,9 +2,9 @@ diff -up Proc-ProcessTable-0.42/os/Linux.h.BAD Proc-ProcessTable-0.42/os/Linux.h --- Proc-ProcessTable-0.42/os/Linux.h.BAD 2008-04-05 19:24:02.000000000 -0400 +++ Proc-ProcessTable-0.42/os/Linux.h 2008-04-05 19:24:20.000000000 -0400 -@@ -14,6 +14,10 @@ - #include - #include +@@ -17,6 +17,10 @@ + #define ARG_MAX sysconf(_SC_ARG_MAX) + #endif +#ifndef ARG_MAX +#define ARG_MAX _POSIX_ARG_MAX Index: perl-Proc-ProcessTable.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Proc-ProcessTable/devel/perl-Proc-ProcessTable.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Proc-ProcessTable.spec 27 Feb 2009 00:48:44 -0000 1.7 +++ perl-Proc-ProcessTable.spec 5 Mar 2009 12:15:41 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Proc-ProcessTable Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl extension to access the unix process table License: GPL+ or Artistic Group: Development/Libraries @@ -49,6 +49,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 05 2009 Caol??n McNamara - 0.44-3 +- defuzz patches to build + * Thu Feb 26 2009 Fedora Release Engineering - 0.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From kwizart at fedoraproject.org Thu Mar 5 17:20:49 2009 From: kwizart at fedoraproject.org (NicolasChauvet) Date: Thu, 5 Mar 2009 17:20:49 +0000 (UTC) Subject: rpms/perl-AnyEvent/devel perl-AnyEvent.spec, 1.9, 1.10 sources, 1.7, 1.8 .cvsignore, 1.7, 1.8 Message-ID: <20090305172049.688E670116@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/perl-AnyEvent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13225 Modified Files: perl-AnyEvent.spec sources .cvsignore Log Message: Update to 4.34 Index: perl-AnyEvent.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/perl-AnyEvent.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-AnyEvent.spec 26 Feb 2009 10:49:32 -0000 1.9 +++ perl-AnyEvent.spec 5 Mar 2009 17:20:18 -0000 1.10 @@ -1,8 +1,8 @@ -%define version_anyevent 4.331 +%define version_anyevent 4.34 Name: perl-AnyEvent -Version: 4.331 -Release: 2%{?dist} +Version: 4.340 +Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries @@ -77,6 +77,9 @@ %changelog +* Thu Mar 5 2009 kwizart < kwizart at gmail.com > - 4.340-1 +- Update to 4.34 (rpm version : 4.340 ) + * Thu Feb 26 2009 Fedora Release Engineering - 4.331-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 12 Jan 2009 21:26:28 -0000 1.7 +++ sources 5 Mar 2009 17:20:18 -0000 1.8 @@ -1 +1 @@ -e4e560095dec173b89362232d03ab7fa AnyEvent-4.331.tar.gz +1413b299f4124feebb7be7508b84fc91 AnyEvent-4.34.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-AnyEvent/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 12 Jan 2009 21:26:28 -0000 1.7 +++ .cvsignore 5 Mar 2009 17:20:19 -0000 1.8 @@ -1 +1 @@ -AnyEvent-4.331.tar.gz +AnyEvent-4.34.tar.gz From bugzilla at redhat.com Thu Mar 5 20:06:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 5 Mar 2009 15:06:43 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903052006.n25K6h3p031478@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=485621 Kevin Fenzi changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+ --- Comment #7 from Kevin Fenzi 2009-03-05 15:06:43 EDT --- cvs done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From allisson at fedoraproject.org Thu Mar 5 21:21:26 2009 From: allisson at fedoraproject.org (Allisson Azevedo) Date: Thu, 5 Mar 2009 21:21:26 +0000 (UTC) Subject: rpms/perl-MooseX-Singleton/devel import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090305212126.5D37F70116@cvs1.fedora.phx.redhat.com> Author: allisson Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24485/devel Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Singleton.spec Log Message: First import --- NEW FILE import.log --- perl-MooseX-Singleton-0_14-1_fc10:HEAD:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236287799 --- NEW FILE perl-MooseX-Singleton.spec --- Name: perl-MooseX-Singleton Version: 0.14 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://www.cpan.org/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) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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 Moose class to a singleton. %prep %setup -q -n MooseX-Singleton-%{version} # Filter requires cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\ sed -e '/perl(MooseX::Singleton::Object)/d' EOF %define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Mar 04 2009 Allisson Azevedo 0.14-1 - Initial rpm release. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:44:13 -0000 1.1 +++ .cvsignore 5 Mar 2009 21:20:55 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Singleton-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:44:13 -0000 1.1 +++ sources 5 Mar 2009 21:20:55 -0000 1.2 @@ -0,0 +1 @@ +2e1aefa342d4d73bd8ff6fe2ab0ab34e MooseX-Singleton-0.14.tar.gz From allisson at fedoraproject.org Thu Mar 5 21:30:22 2009 From: allisson at fedoraproject.org (Allisson Azevedo) Date: Thu, 5 Mar 2009 21:30:22 +0000 (UTC) Subject: rpms/perl-MooseX-Singleton/F-10 import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090305213022.9913670116@cvs1.fedora.phx.redhat.com> Author: allisson Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26340/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Singleton.spec Log Message: First import --- NEW FILE import.log --- perl-MooseX-Singleton-0_14-1_fc10:F-10:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236288213 --- NEW FILE perl-MooseX-Singleton.spec --- Name: perl-MooseX-Singleton Version: 0.14 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://www.cpan.org/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) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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 Moose class to a singleton. %prep %setup -q -n MooseX-Singleton-%{version} # Filter requires cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\ sed -e '/perl(MooseX::Singleton::Object)/d' EOF %define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Mar 04 2009 Allisson Azevedo 0.14-1 - Initial rpm release. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:44:13 -0000 1.1 +++ .cvsignore 5 Mar 2009 21:29:52 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Singleton-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:44:13 -0000 1.1 +++ sources 5 Mar 2009 21:29:52 -0000 1.2 @@ -0,0 +1 @@ +2e1aefa342d4d73bd8ff6fe2ab0ab34e MooseX-Singleton-0.14.tar.gz From allisson at fedoraproject.org Thu Mar 5 21:34:08 2009 From: allisson at fedoraproject.org (Allisson Azevedo) Date: Thu, 5 Mar 2009 21:34:08 +0000 (UTC) Subject: rpms/perl-MooseX-Singleton/F-9 import.log, NONE, 1.1 perl-MooseX-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090305213408.5781B70116@cvs1.fedora.phx.redhat.com> Author: allisson Update of /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27588/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-MooseX-Singleton.spec Log Message: First import --- NEW FILE import.log --- perl-MooseX-Singleton-0_14-1_fc10:F-9:perl-MooseX-Singleton-0.14-1.fc10.src.rpm:1236288672 --- NEW FILE perl-MooseX-Singleton.spec --- Name: perl-MooseX-Singleton Version: 0.14 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://www.cpan.org/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) BuildRequires: perl(Moose) >= 0.65 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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 Moose class to a singleton. %prep %setup -q -n MooseX-Singleton-%{version} # Filter requires cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(MooseX::Singleton::Meta::Class)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Instance)/d' |\ sed -e '/perl(MooseX::Singleton::Meta::Method::Constructor)/d' |\ sed -e '/perl(MooseX::Singleton::Object)/d' EOF %define __perl_requires %{_builddir}/MooseX-Singleton-%{version}/%{name}-req chmod +x %{__perl_requires} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Mar 04 2009 Allisson Azevedo 0.14-1 - Initial rpm release. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:44:13 -0000 1.1 +++ .cvsignore 5 Mar 2009 21:33:37 -0000 1.2 @@ -0,0 +1 @@ +MooseX-Singleton-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MooseX-Singleton/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:44:13 -0000 1.1 +++ sources 5 Mar 2009 21:33:37 -0000 1.2 @@ -0,0 +1 @@ +2e1aefa342d4d73bd8ff6fe2ab0ab34e MooseX-Singleton-0.14.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:35:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:35:05 +0000 (UTC) Subject: rpms/perl-HTML-TagCloud/devel import.log, NONE, 1.1 perl-HTML-TagCloud.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053505.0A5B570116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-TagCloud/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17448/devel Modified Files: .cvsignore sources Added Files: import.log perl-HTML-TagCloud.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-TagCloud-0_34-1_fc10:HEAD:perl-HTML-TagCloud-0.34-1.fc10.src.rpm:1236317663 --- NEW FILE perl-HTML-TagCloud.spec --- Name: perl-HTML-TagCloud Version: 0.34 Release: 1%{?dist} # lib/HTML/TagCloud.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate An HTML Tag Cloud Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/HTML-TagCloud-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-TagCloud BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag clouds serve as a textual way to visualize terms and topics that are used most frequently. The tags are sorted alphabetically and a larger font is used to indicate more frequent term usage. This module provides a simple interface to generating a CSS-based HTML tag cloud. You simply pass in a set of tags, their URL and their count. This module outputs stylesheet-based HTML. You may use the included CSS or use your own. %prep %setup -q -n HTML-TagCloud-%{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 * Tue Mar 03 2009 Chris Weyl 0.34-1 - submission * Tue Mar 03 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:56:14 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:34:34 -0000 1.2 @@ -0,0 +1 @@ +HTML-TagCloud-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:56:14 -0000 1.1 +++ sources 6 Mar 2009 05:34:34 -0000 1.2 @@ -0,0 +1 @@ +095f3b1d5159cd1ef1d3dd240f566bb3 HTML-TagCloud-0.34.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:35:57 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:35:57 +0000 (UTC) Subject: rpms/perl-HTML-TagCloud/F-10 import.log, NONE, 1.1 perl-HTML-TagCloud.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053557.B311470116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-TagCloud/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17842/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-TagCloud.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-TagCloud-0_34-1_fc10:F-10:perl-HTML-TagCloud-0.34-1.fc10.src.rpm:1236317719 --- NEW FILE perl-HTML-TagCloud.spec --- Name: perl-HTML-TagCloud Version: 0.34 Release: 1%{?dist} # lib/HTML/TagCloud.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate An HTML Tag Cloud Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/HTML-TagCloud-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-TagCloud BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag clouds serve as a textual way to visualize terms and topics that are used most frequently. The tags are sorted alphabetically and a larger font is used to indicate more frequent term usage. This module provides a simple interface to generating a CSS-based HTML tag cloud. You simply pass in a set of tags, their URL and their count. This module outputs stylesheet-based HTML. You may use the included CSS or use your own. %prep %setup -q -n HTML-TagCloud-%{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 * Tue Mar 03 2009 Chris Weyl 0.34-1 - submission * Tue Mar 03 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:56:14 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:35:27 -0000 1.2 @@ -0,0 +1 @@ +HTML-TagCloud-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:56:14 -0000 1.1 +++ sources 6 Mar 2009 05:35:27 -0000 1.2 @@ -0,0 +1 @@ +095f3b1d5159cd1ef1d3dd240f566bb3 HTML-TagCloud-0.34.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:36:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:36:46 +0000 (UTC) Subject: rpms/perl-HTML-TagCloud/F-9 import.log, NONE, 1.1 perl-HTML-TagCloud.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053646.094E370116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-HTML-TagCloud/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18144/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-HTML-TagCloud.spec Log Message: initial import --- NEW FILE import.log --- perl-HTML-TagCloud-0_34-1_fc10:F-9:perl-HTML-TagCloud-0.34-1.fc10.src.rpm:1236317767 --- NEW FILE perl-HTML-TagCloud.spec --- Name: perl-HTML-TagCloud Version: 0.34 Release: 1%{?dist} # lib/HTML/TagCloud.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate An HTML Tag Cloud Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/HTML-TagCloud-%{version}.tar.gz Url: http://search.cpan.org/dist/HTML-TagCloud BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::More) # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag clouds serve as a textual way to visualize terms and topics that are used most frequently. The tags are sorted alphabetically and a larger font is used to indicate more frequent term usage. This module provides a simple interface to generating a CSS-based HTML tag cloud. You simply pass in a set of tags, their URL and their count. This module outputs stylesheet-based HTML. You may use the included CSS or use your own. %prep %setup -q -n HTML-TagCloud-%{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 * Tue Mar 03 2009 Chris Weyl 0.34-1 - submission * Tue Mar 03 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:56:14 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:36:15 -0000 1.2 @@ -0,0 +1 @@ +HTML-TagCloud-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-TagCloud/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:56:14 -0000 1.1 +++ sources 6 Mar 2009 05:36:15 -0000 1.2 @@ -0,0 +1 @@ +095f3b1d5159cd1ef1d3dd240f566bb3 HTML-TagCloud-0.34.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:37:29 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:37:29 +0000 (UTC) Subject: rpms/perl-Text-Password-Pronounceable/devel import.log, NONE, 1.1 perl-Text-Password-Pronounceable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053729.A712270116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Password-Pronounceable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18505/devel Modified Files: .cvsignore sources Added Files: import.log perl-Text-Password-Pronounceable.spec Log Message: initial import --- NEW FILE import.log --- perl-Text-Password-Pronounceable-0_28-1_fc10:HEAD:perl-Text-Password-Pronounceable-0.28-1.fc10.src.rpm:1236317810 --- NEW FILE perl-Text-Password-Pronounceable.spec --- Name: perl-Text-Password-Pronounceable Version: 0.28 Release: 1%{?dist} # lib/Text/Password/Pronounceable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate pronounceable passwords Source: http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/Text-Password-Pronounceable-%{version}.tar.gz Url: http://search.cpan.org/dist/Text-Password-Pronounceable 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) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module generates pronuceable passwords, based the the English digraphs by D. Edwards. %prep %setup -q -n Text-Password-Pronounceable-%{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 * Wed Mar 04 2009 Chris Weyl 0.28-1 - submission * Wed Mar 04 2009 Chris Weyl 0.28-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:57:35 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:36:58 -0000 1.2 @@ -0,0 +1 @@ +Text-Password-Pronounceable-0.28.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:57:35 -0000 1.1 +++ sources 6 Mar 2009 05:36:59 -0000 1.2 @@ -0,0 +1 @@ +d6db4130b2c8e66f5d18f2c79af9ff31 Text-Password-Pronounceable-0.28.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:38:17 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:38:17 +0000 (UTC) Subject: rpms/perl-Text-Password-Pronounceable/F-10 import.log, NONE, 1.1 perl-Text-Password-Pronounceable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053817.72AD070116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18940/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Text-Password-Pronounceable.spec Log Message: initial import --- NEW FILE import.log --- perl-Text-Password-Pronounceable-0_28-1_fc10:F-10:perl-Text-Password-Pronounceable-0.28-1.fc10.src.rpm:1236317859 --- NEW FILE perl-Text-Password-Pronounceable.spec --- Name: perl-Text-Password-Pronounceable Version: 0.28 Release: 1%{?dist} # lib/Text/Password/Pronounceable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate pronounceable passwords Source: http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/Text-Password-Pronounceable-%{version}.tar.gz Url: http://search.cpan.org/dist/Text-Password-Pronounceable 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) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module generates pronuceable passwords, based the the English digraphs by D. Edwards. %prep %setup -q -n Text-Password-Pronounceable-%{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 * Wed Mar 04 2009 Chris Weyl 0.28-1 - submission * Wed Mar 04 2009 Chris Weyl 0.28-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:57:35 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:37:46 -0000 1.2 @@ -0,0 +1 @@ +Text-Password-Pronounceable-0.28.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:57:35 -0000 1.1 +++ sources 6 Mar 2009 05:37:47 -0000 1.2 @@ -0,0 +1 @@ +d6db4130b2c8e66f5d18f2c79af9ff31 Text-Password-Pronounceable-0.28.tar.gz From cweyl at fedoraproject.org Fri Mar 6 05:39:06 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 6 Mar 2009 05:39:06 +0000 (UTC) Subject: rpms/perl-Text-Password-Pronounceable/F-9 import.log, NONE, 1.1 perl-Text-Password-Pronounceable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306053906.2DF6C70116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19345/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Text-Password-Pronounceable.spec Log Message: initial import --- NEW FILE import.log --- perl-Text-Password-Pronounceable-0_28-1_fc10:F-9:perl-Text-Password-Pronounceable-0.28-1.fc10.src.rpm:1236317907 --- NEW FILE perl-Text-Password-Pronounceable.spec --- Name: perl-Text-Password-Pronounceable Version: 0.28 Release: 1%{?dist} # lib/Text/Password/Pronounceable.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Generate pronounceable passwords Source: http://search.cpan.org/CPAN/authors/id/C/CL/CLKAO/Text-Password-Pronounceable-%{version}.tar.gz Url: http://search.cpan.org/dist/Text-Password-Pronounceable 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) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description This module generates pronuceable passwords, based the the English digraphs by D. Edwards. %prep %setup -q -n Text-Password-Pronounceable-%{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 * Wed Mar 04 2009 Chris Weyl 0.28-1 - submission * Wed Mar 04 2009 Chris Weyl 0.28-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:57:35 -0000 1.1 +++ .cvsignore 6 Mar 2009 05:38:35 -0000 1.2 @@ -0,0 +1 @@ +Text-Password-Pronounceable-0.28.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Password-Pronounceable/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:57:35 -0000 1.1 +++ sources 6 Mar 2009 05:38:35 -0000 1.2 @@ -0,0 +1 @@ +d6db4130b2c8e66f5d18f2c79af9ff31 Text-Password-Pronounceable-0.28.tar.gz From mmaslano at fedoraproject.org Fri Mar 6 06:48:20 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 6 Mar 2009 06:48:20 +0000 (UTC) Subject: rpms/perl-Class-XSAccessor-Array/devel perl-Class-XSAccessor-Array.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090306064820.DC43070116@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Class-XSAccessor-Array/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1431 Modified Files: .cvsignore sources Added Files: perl-Class-XSAccessor-Array.spec Log Message: * Mon Mar 2 2009 Marcela Ma??l????ov?? 0.14-2 - add BR --- NEW FILE perl-Class-XSAccessor-Array.spec --- Name: perl-Class-XSAccessor-Array Version: 0.14 Release: 2%{?dist} Summary: Generate fast XS accessors without runtime compilation License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-XSAccessor-Array/ Source0: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-XSAccessor-Array-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(AutoXS::Header) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The module implements fast XS accessors both for getting at and setting an object attribute. Additionally, the module supports mutators and simple predicates (has_foo() like tests for definedness of an attributes). The module works only with objects that are implemented as arrays. Using it on hash-based objects is bound to make your life miserable. Refer to Class::XSAccessor for an implementation that works with hash-based objects. %prep %setup -q -n Class-XSAccessor-Array-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Class* %{_mandir}/man3/* %changelog * Mon Mar 2 2009 Marcela Ma??l????ov?? 0.14-2 - add BR * Thu Feb 26 2009 Marcela Ma??l????ov?? 0.14-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor-Array/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Mar 2009 20:37:12 -0000 1.1 +++ .cvsignore 6 Mar 2009 06:47:50 -0000 1.2 @@ -0,0 +1 @@ +Class-XSAccessor-Array-0.14.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-XSAccessor-Array/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Mar 2009 20:37:12 -0000 1.1 +++ sources 6 Mar 2009 06:47:50 -0000 1.2 @@ -0,0 +1 @@ +fe97bdfbfdcfb37260a270d0d8bd4b36 Class-XSAccessor-Array-0.14.tar.gz From mmaslano at fedoraproject.org Fri Mar 6 07:49:16 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Fri, 6 Mar 2009 07:49:16 +0000 (UTC) Subject: rpms/perl-Padre/devel .cvsignore, 1.8, 1.9 perl-Padre.spec, 1.5, 1.6 sources, 1.8, 1.9 Message-ID: <20090306074916.DEAD470116@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13776 Modified Files: .cvsignore perl-Padre.spec sources Log Message: * Wed Mar 04 2009 Marcela Ma??l????ov?? 0.28-1 - Specfile autogenerated by cpanspec 1.78 again because Padre was rewritten and many requirement were changed. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 18 Dec 2008 11:34:05 -0000 1.8 +++ .cvsignore 6 Mar 2009 07:48:46 -0000 1.9 @@ -1,4 +1 @@ -Padre.desktop -Padre-0.14.tar.gz -Padre-0.16.tar.gz -Padre-0.20.tar.gz +Padre-0.28.tar.gz Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Padre.spec 27 Feb 2009 00:12:19 -0000 1.5 +++ perl-Padre.spec 6 Mar 2009 07:48:46 -0000 1.6 @@ -1,41 +1,90 @@ Name: perl-Padre -Version: 0.20 -Release: 2%{?dist} +Version: 0.28 +Release: 1%{?dist} Summary: Perl Application Development and Refactoring Environment License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Padre/ Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz Source1: Padre.desktop -Patch0: switchOfCheck.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 0:5.008 -BuildRequires: perl(Class::Accessor) -BuildRequires: perl(DBD::SQLite) -BuildRequires: perl(File::Copy::Recursive) -BuildRequires: perl(File::Which) -BuildRequires: perl(Module::Build) +BuildRequires: perl >= 0:5.008005 +BuildRequires: perl(App::Ack) >= 1.86 +BuildRequires: perl(Class::Adapter) >= 1.05 +BuildRequires: perl(Class::Autouse) >= 1.26 +BuildRequires: perl(Class::Unload) >= 0.03 +BuildRequires: perl(Class::XSAccessor) >= 0.14 +BuildRequires: perl(Class::XSAccessor::Array) >= 0.14 +BuildRequires: perl(DBD::SQLite) >= 1.10 +BuildRequires: perl(DBI) >= 1.58 +BuildRequires: perl(Devel::Dumpvar) >= 0.04 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Copy::Recursive) >= 0.37 +BuildRequires: perl(File::Find::Rule) >= 0.30 +BuildRequires: perl(File::HomeDir) >= 0.82 +BuildRequires: perl(File::ShareDir) >= 1.00 +BuildRequires: perl(File::ShareDir::PAR) >= 0.03 +BuildRequires: perl(File::Which) >= 0.05 +BuildRequires: perl(HTML::Entities) >= 3.57 +BuildRequires: perl(HTML::Parser) >= 3.58 +BuildRequires: perl(IO::Scalar) >= 2.110 +BuildRequires: perl(IO::String) >= 1.08 +BuildRequires: perl(IPC::Cmd) >= 0.42 +BuildRequires: perl(Module::Inspector) >= 0.04 +BuildRequires: perl(Module::Refresh) >= 0.13 +BuildRequires: perl(Module::Starter) >= 1.50 +BuildRequires: perl(ORLite) >= 1.18 +BuildRequires: perl(ORLite::Migrate) >= 0.01 BuildRequires: perl(PAR) >= 0.970 -BuildRequires: perl(Pod::Simple) +BuildRequires: perl(Params::Util) >= 0.33 +BuildRequires: perl(Parse::ErrorString::Perl) >= 0.11 +BuildRequires: perl(Pod::POM) >= 0.17 +BuildRequires: perl(Pod::Simple) >= 3.07 +BuildRequires: perl(Pod::Simple::XHTML) >= 3.04 +BuildRequires: perl(PPI) >= 1.203 BuildRequires: perl(Probe::Perl) >= 0.01 -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Compile) >= 0.08 +BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Test::More) >= 0.47 -BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Wx::Perl::Dialog) -#BuildRequires: perl(Test::NeedsDisplay) -BuildRequires: desktop-file-utils -Requires: perl(Class::Accessor) -Requires: perl(DBD::SQLite) -Requires: perl(File::Copy::Recursive) -Requires: perl(File::ShareDir::PAR) +BuildRequires: perl(Test::NoWarnings) >= 0.084 +BuildRequires: perl(Test::Script) >= 1.03 +BuildRequires: perl(Text::Balanced) +BuildRequires: perl(Text::Diff) >= 0.35 +BuildRequires: perl(Text::FindIndent) >= 0.03 +BuildRequires: perl(URI) +BuildRequires: perl(Wx) >= 0.89 +BuildRequires: perl(Wx::Perl::ProcessStream) >= 0.11 +BuildRequires: perl(YAML::Tiny) >= 1.32 +Requires: perl(App::Ack) >= 1.86 +Requires: perl(Class::Adapter) >= 1.05 +Requires: perl(Class::XSAccessor::Array) >= 0.14 +Requires: perl(DBD::SQLite) >= 1.10 +Requires: perl(DBI) >= 1.58 +Requires: perl(Devel::Dumpvar) >= 0.04 +Requires: perl(File::Copy::Recursive) >= 0.37 +Requires: perl(File::Find::Rule) >= 0.30 +Requires: perl(File::ShareDir) >= 1.00 +Requires: perl(File::Which) >= 0.05 +Requires: perl(HTML::Entities) >= 3.57 +Requires: perl(HTML::Parser) >= 3.58 +Requires: perl(IO::Scalar) >= 2.110 +Requires: perl(IPC::Cmd) >= 0.42 +Requires: perl(Module::Inspector) >= 0.04 +Requires: perl(Module::Refresh) >= 0.13 +Requires: perl(Module::Starter) >= 1.50 +Requires: perl(ORLite::Migrate) >= 0.01 Requires: perl(PAR) >= 0.970 -Requires: perl(Pod::Simple) -Requires: perl(PPI) >= 1.203 +Requires: perl(Pod::POM) >= 0.17 +Requires: perl(Pod::Simple) >= 3.07 +Requires: perl(Pod::Simple::XHTML) >= 3.04 Requires: perl(Probe::Perl) >= 0.01 -Requires: perl(Wx::Perl::Dialog) -Requires: perl(Module::Starter) >= 1.50 -Requires: perl(Class::Adapter) +Requires: perl(Text::Balanced) +Requires: perl(Text::Diff) >= 0.35 +Requires: perl(Text::FindIndent) >= 0.03 +Requires: perl(URI) +Requires: perl(Wx::Perl::ProcessStream) >= 0.11 +Requires: perl(YAML::Tiny) >= 1.32 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -45,43 +94,39 @@ %prep %setup -q -n Padre-%{version} -%patch0 -p1 %build -%{__perl} Build.PL installdirs=vendor -./Build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +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 \; -mv $RPM_BUILD_ROOT/%{perl_vendorlib}/auto/share/dist/Padre $RPM_BUILD_ROOT/%{_datadir}/padre -%{_fixperms} $RPM_BUILD_ROOT/* -chmod 644 $RPM_BUILD_ROOT/%{perl_vendorlib}/Padre/Wx/Ack.pm -# there's no desktop file in source, let's create one -desktop-file-install --vendor="fedora" \ ---dir=$RPM_BUILD_ROOT/%{_datadir}/applications \ -%{SOURCE1} +%{_fixperms} $RPM_BUILD_ROOT/* %check -# We don't test GUI tests. -#./Build test +make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README -/usr/bin/padre +%doc Changes padre.yml README %{perl_vendorlib}/* -%{_datadir}/padre -%{_datadir}/applications/fedora-Padre.desktop +/usr/bin/padre %{_mandir}/man3/* %changelog +* Wed Mar 04 2009 Marcela Ma??l????ov?? 0.28-1 +- Specfile autogenerated by cpanspec 1.78 again because Padre was + rewritten and many requirement were changed. + * Thu Feb 26 2009 Fedora Release Engineering - 0.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 18 Dec 2008 11:34:05 -0000 1.8 +++ sources 6 Mar 2009 07:48:46 -0000 1.9 @@ -1,2 +1 @@ -e9457439b1f0c929ab3141197294e061 Padre.desktop -cd91f198508d1756c9cf32736a40f58e Padre-0.20.tar.gz +6a0351313076c42bc6bbb020f61c757b Padre-0.28.tar.gz From mmaslano at redhat.com Fri Mar 6 07:50:06 2009 From: mmaslano at redhat.com (Marcela Maslanova) Date: Fri, 06 Mar 2009 08:50:06 +0100 Subject: [Fwd: Padre Plugins in downstream distributions] In-Reply-To: References: <49992760.2090009@redhat.com> <7dd7ab490902191133heb5ca93x3fa63cece0196750@mail.gmail.com> <7dd7ab490902201704t3773df1fk61c782d9641e4e6c@mail.gmail.com> <49A693BF.7010803@redhat.com> <7dd7ab490902260928q3267483en23b8bd8ae2ce9edd@mail.gmail.com> <49A790A8.5050102@redhat.com> Message-ID: <49B0D5AE.2090906@redhat.com> Gabor Szabo wrote: > On Fri, Feb 27, 2009 at 9:05 AM, Marcela Maslanova wrote: >> Chris Weyl wrote: >>> On Thu, Feb 26, 2009 at 5:06 AM, Marcela Maslanova >>> wrote: >>> >>>> Chris Weyl wrote: >>>> >>>>> On Thu, Feb 19, 2009 at 11:02 PM, Gabor Szabo wrote: >>>>> >>>>>> On Thu, Feb 19, 2009 at 9:33 PM, Chris Weyl >>>>>> wrote: >>>>>> >>>>>>> On Mon, Feb 16, 2009 at 12:44 AM, Marcela Maslanova < >>>>>>> mmaslano at redhat.com> >>>>>>> wrote: >>>>>>> >>>>>>>> Would be someone interested in packaging those mentioned plugins? >>>>>>>> Also >>>>>>>> if >>>>>>>> someone is interested in {co-}maintainance of Padre I'll be happy. >>>>>>>> >>>>>>> Let's throw them up on the Wishlist page and sort through them >>>>>>> there... >>>>>>> Looks like there are deps on 16 dists not yet in Fedora: >>>>>>> >>>>>> [...] >>>>>> >>>>>> This is awesome! >>>>>> >>>>>> Thanks both Marcela and Chris and the rest of the Fedora Perl team. >>>>>> >>>>> Nothing's packaged yet ;) >>>>> >>>>> https://fedoraproject.org/wiki/Perl_Wishlist#Task-Padre-Plugin-Deps >>>>> >>>>> https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list >>>>> >>>>> Anyway we are stucked with updates of Padre because of >>>>> Wx::Perl::Dialog. >>>> There is again problem with unsetting display for rpmbuild. I know that >>>> earlier the problem was in different package and that was fixed. >>>> If anyone has some experiences with this rpm error, please let me know >>>> the >>>> correct solution. >>>> Error: Unable to initialize gtk, is DISPLAY set properly? >>>> /var/tmp/rpm-tmp.bttX7K: line 29: 8857 Aborted /usr/bin/perl Makefile.PL >>>> INSTALLDIRS=vendor >>>> Regards, >>> >>> I usually use some sort of conditional construct.: >>> >>> %{?_with_display_tests: make test} >>> >>> Then, since I have _with_display_tests set in my ~/.rpmmacros (or have >>> called rpmbuild with "--with display_tests"), the tests are run locally >>> but >>> not in the buildsys. >>> >>> Ideally the tests themselves would note the lack of DISPLAY and skip >>> themselves, but... :-) >>> >>> -Chris >>> >>> >>> ------------------------------------------------------------------------ >>> >>> -- >>> Fedora Extras Perl SIG >>> http://www.fedoraproject.org/wiki/Extras/SIGs/Perl >>> Fedora-perl-devel-list mailing list >>> Fedora-perl-devel-list at redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list >> That's better solution then switch them off. Anyway the problem here is in >> build time: >> Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3ZKzZM >> + umask 022 >> + cd /home/marca/Development/PERL/perl-Wx-Perl-Dialog/devel >> + cd Wx-Perl-Dialog-0.04 >> + LANG=C >> + export LANG >> + unset DISPLAY >> + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor >> Checking if your kit is complete... >> Looks good >> Error: Unable to initialize gtk, is DISPLAY set properly? >> /var/tmp/rpm-tmp.3ZKzZM: line 29: 7234 Aborted /usr/bin/perl Makefile.PL >> INSTALLDIRS=vendor >> >> IMHO this is bug in perl module, which shouldn't be setting display for >> build. >> >> -- >> Marcela Ma?l??ov? >> BaseOS team Brno >> >> -- >> Fedora Extras Perl SIG >> http://www.fedoraproject.org/wiki/Extras/SIGs/Perl >> Fedora-perl-devel-list mailing list >> Fedora-perl-devel-list at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list >> > > In the next release of Padre (0.28 to be released in a few days) > we package Wx::Perl::Dialog into the Padre distro and > it seems that works well even without DISPLAY as it skips > the relevant tests. > > So don't worry about that package for now. > > Gabor > > -- > Fedora Extras Perl SIG > http://www.fedoraproject.org/wiki/Extras/SIGs/Perl > Fedora-perl-devel-list mailing list > Fedora-perl-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list Thank you. Padre-0.28 is running fine on rawhide. It will be in F-11. It looks grate. -- Marcela Ma?l??ov? BaseOS team Brno From buildsys at fedoraproject.org Fri Mar 6 08:34:17 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Fri, 6 Mar 2009 08:34:17 +0000 (UTC) Subject: Broken dependencies: perl-Class-Prototyped Message-ID: <20090306083417.B568A1F8260@releng2.fedora.phx.redhat.com> perl-Class-Prototyped has broken dependencies in the development tree: On ppc: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On x86_64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On i386: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On ppc64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) Please resolve this as soon as possible. From jkeating at fedoraproject.org Fri Mar 6 22:57:44 2009 From: jkeating at fedoraproject.org (Jesse Keating) Date: Fri, 6 Mar 2009 22:57:44 +0000 (UTC) Subject: rpms/perl-RPM2/devel perl-RPM2.spec,1.10,1.11 Message-ID: <20090306225744.9EF4C70116@cvs1.fedora.phx.redhat.com> Author: jkeating Update of /cvs/pkgs/rpms/perl-RPM2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv671 Modified Files: perl-RPM2.spec Log Message: * Fri Mar 06 2009 Jesse Keating - 0.68-3 - Rebuild for new rpm Index: perl-RPM2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-RPM2/devel/perl-RPM2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-RPM2.spec 27 Feb 2009 00:54:02 -0000 1.10 +++ perl-RPM2.spec 6 Mar 2009 22:57:14 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-RPM2 Version: 0.68 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl bindings for the RPM Package Manager API License: GPL+ or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Fri Mar 06 2009 Jesse Keating - 0.68-3 +- Rebuild for new rpm + * Thu Feb 26 2009 Fedora Release Engineering - 0.68-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at alumni.drew.edu Sat Mar 7 00:37:05 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Fri, 6 Mar 2009 16:37:05 -0800 Subject: @INC order? Message-ID: <7dd7ab490903061637n75039126q1ac8542d8d9f2cf1@mail.gmail.com> So the autodie package contains a Fatal.pm that needs to be loaded prior to the core Fatal.pm. "No problem," I thought, "vendor is after site but before core. I can just plunk it in vendor and things will Just Work." However, that turned out to not be the case. After poking around a bit, it looks like somewhere between F-8 and now @INC's order changed. >From perl-5.8.8-32.fc8: @INC: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 . >From perl-5.10.0-56.fc10: @INC: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/local/lib64/perl5/site_perl /usr/lib/perl5/site_perl . I was under the impression that the search order (for Fedora Perl at any rate) was always site, then vendor, then core (the better to allow people to override core and their vendors with). For F-10 (this build at any rate) it seems to be core, then part of site, then vendor, then the rest of site. Can someone sanity check my thinking here? I'll file a bug if it seems sane :-) -Chris -- Chris Weyl Ex astris, scientia From lkundrak at v3.sk Sat Mar 7 07:04:25 2009 From: lkundrak at v3.sk (Lubomir Rintel) Date: Sat, 07 Mar 2009 08:04:25 +0100 Subject: @INC order? In-Reply-To: <7dd7ab490903061637n75039126q1ac8542d8d9f2cf1@mail.gmail.com> References: <7dd7ab490903061637n75039126q1ac8542d8d9f2cf1@mail.gmail.com> Message-ID: <1236409465.4854.1.camel@localhost.localdomain> On Fri, 2009-03-06 at 16:37 -0800, Chris Weyl wrote: ... > I was under the impression that the search order (for Fedora Perl at > any rate) was always site, then vendor, then core (the better to allow > people to override core and their vendors with). For F-10 (this build > at any rate) it seems to be core, then part of site, then vendor, then > the rest of site. > > Can someone sanity check my thinking here? I'll file a bug if it seems sane :-) "site, vendor, core" makes perfect sense to me. -- Lubomir Rintel From bugzilla at redhat.com Sat Mar 7 08:05:12 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 7 Mar 2009 03:05:12 -0500 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903070805.n2785C5D025757@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=485621 Remi Collet changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pghmcfc at fedoraproject.org Sat Mar 7 09:06:20 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 7 Mar 2009 09:06:20 +0000 (UTC) Subject: rpms/perl-Date-Simple/devel perl-Date-Simple.spec,1.11,1.12 Message-ID: <20090307090620.59DC570116@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Date-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23092 Modified Files: perl-Date-Simple.spec Log Message: Filter out unwanted provides for perl shared objects Index: perl-Date-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Date-Simple.spec 26 Feb 2009 14:42:00 -0000 1.11 +++ perl-Date-Simple.spec 7 Mar 2009 09:05:50 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Simple date object for perl Name: perl-Date-Simple Version: 3.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Date-Simple/ @@ -10,6 +10,12 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +# 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}" + %description %{summary}. @@ -53,10 +59,13 @@ %{_mandir}/man3/Date::Simple*.3pm* %changelog +* Fri Mar 6 2009 Paul Howarth - 3.03-3 +- Filter out unwanted provides for perl shared objects + * Thu Feb 26 2009 Fedora Release Engineering - 3.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Thu Jan 22 2009 Paul Howarth 3.03-1 +* Thu Jan 22 2009 Paul Howarth - 3.03-1 - Update to 3.03 - Don't package Artistic license text, not included in upstream release - New upstream maintainer -> new source URL From buildsys at fedoraproject.org Sat Mar 7 09:12:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 7 Mar 2009 09:12:44 +0000 (UTC) Subject: Broken dependencies: perl-Class-Prototyped Message-ID: <20090307091244.E620F1B800B@releng2.fedora.phx.redhat.com> perl-Class-Prototyped has broken dependencies in the development tree: On ppc: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On x86_64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On i386: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On ppc64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) Please resolve this as soon as possible. From pghmcfc at fedoraproject.org Sat Mar 7 09:38:52 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 7 Mar 2009 09:38:52 +0000 (UTC) Subject: rpms/perl-Digest-MD2/devel perl-Digest-MD2.spec,1.9,1.10 Message-ID: <20090307093852.9C27D70116@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Digest-MD2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30017 Modified Files: perl-Digest-MD2.spec Log Message: - Filter out unwanted provides for perl shared objects - Recode docs as UTF-8 Index: perl-Digest-MD2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Digest-MD2/devel/perl-Digest-MD2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Digest-MD2.spec 26 Feb 2009 15:22:38 -0000 1.9 +++ perl-Digest-MD2.spec 7 Mar 2009 09:38:22 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Perl interface to the MD2 Algorithm Name: perl-Digest-MD2 Version: 2.03 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Digest-MD2/ @@ -10,6 +10,12 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) +# 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}" + %description The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a @@ -22,6 +28,10 @@ %prep %setup -q -n Digest-MD2-%{version} +# Convert docs to UTF-8 encoding +/usr/bin/iconv -f iso-8859-1 -t utf-8 < Changes > Changes.utf8 +%{__mv} -f Changes.utf8 Changes + %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} @@ -48,6 +58,10 @@ %{_mandir}/man3/Digest::MD2.3pm* %changelog +* Sat Mar 7 2009 Paul Howarth - 2.03-9 +- Filter out unwanted provides for perl shared objects +- Recode docs as UTF-8 + * Thu Feb 26 2009 Fedora Release Engineering - 2.03-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From pghmcfc at fedoraproject.org Sat Mar 7 20:31:42 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 7 Mar 2009 20:31:42 +0000 (UTC) Subject: rpms/perl-Digest-MD4/devel perl-Digest-MD4.spec,1.8,1.9 Message-ID: <20090307203142.1336E70116@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Digest-MD4/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5712 Modified Files: perl-Digest-MD4.spec Log Message: Filter out unwanted provides for perl shared objects Index: perl-Digest-MD4.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Digest-MD4/devel/perl-Digest-MD4.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Digest-MD4.spec 26 Feb 2009 15:23:33 -0000 1.8 +++ perl-Digest-MD4.spec 7 Mar 2009 20:31:11 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Digest-MD4 Version: 1.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl interface to the MD4 Algorithm Group: Development/Libraries License: GPL+ or Artistic @@ -10,6 +10,12 @@ BuildRequires: perl(ExtUtils::MakeMaker), db4-devel, gdbm-devel 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}" + %description The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a @@ -28,7 +34,7 @@ %{__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' -empty -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 @@ -45,6 +51,9 @@ %{_mandir}/man3/*.3pm* %changelog +* Sat Mar 7 2009 Paul Howarth - 1.5-8 +- Filter out unwanted provides for perl shared objects + * Thu Feb 26 2009 Fedora Release Engineering - 1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Sat Mar 7 20:38:28 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:38:28 +0000 (UTC) Subject: rpms/perl-App-Cache/devel import.log, NONE, 1.1 perl-App-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307203828.D081F70116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7359/devel Modified Files: .cvsignore sources Added Files: import.log perl-App-Cache.spec Log Message: initial import --- NEW FILE import.log --- perl-App-Cache-0_35-1_fc10:HEAD:perl-App-Cache-0.35-1.fc10.src.rpm:1236458267 --- NEW FILE perl-App-Cache.spec --- Name: perl-App-Cache Version: 0.35 Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Easy application-level caching Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache 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(Class::Accessor::Chained::Fast) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::HomeDir) BuildRequires: perl(File::stat) BuildRequires: perl(HTTP::Cookies) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Path::Class) BuildRequires: perl(Storable) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data in the home directory of the user, in a dot directory. For example, the Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. %prep %setup -q -n App-Cache-%{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 * Thu Mar 05 2009 Chris Weyl 0.35-1 - submission * Thu Mar 05 2009 Chris Weyl 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:39:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:37:58 -0000 1.2 @@ -0,0 +1 @@ +App-Cache-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:39:00 -0000 1.1 +++ sources 7 Mar 2009 20:37:58 -0000 1.2 @@ -0,0 +1 @@ +3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:39:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:39:15 +0000 (UTC) Subject: rpms/perl-App-Cache/F-10 import.log, NONE, 1.1 perl-App-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307203915.3E72070116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7689/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-App-Cache.spec Log Message: initial import --- NEW FILE import.log --- perl-App-Cache-0_35-1_fc10:F-10:perl-App-Cache-0.35-1.fc10.src.rpm:1236458313 --- NEW FILE perl-App-Cache.spec --- Name: perl-App-Cache Version: 0.35 Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Easy application-level caching Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache 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(Class::Accessor::Chained::Fast) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::HomeDir) BuildRequires: perl(File::stat) BuildRequires: perl(HTTP::Cookies) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Path::Class) BuildRequires: perl(Storable) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data in the home directory of the user, in a dot directory. For example, the Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. %prep %setup -q -n App-Cache-%{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 * Thu Mar 05 2009 Chris Weyl 0.35-1 - submission * Thu Mar 05 2009 Chris Weyl 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:39:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:38:44 -0000 1.2 @@ -0,0 +1 @@ +App-Cache-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:39:00 -0000 1.1 +++ sources 7 Mar 2009 20:38:44 -0000 1.2 @@ -0,0 +1 @@ +3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:39:31 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:39:31 +0000 (UTC) Subject: rpms/perl-IPC-System-Simple/devel import.log, NONE, 1.1 perl-IPC-System-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307203931.723D670116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-IPC-System-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7924/devel Modified Files: .cvsignore sources Added Files: import.log perl-IPC-System-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-IPC-System-Simple-1_18-1_fc10:HEAD:perl-IPC-System-Simple-1.18-1.fc10.src.rpm:1236458330 --- NEW FILE perl-IPC-System-Simple.spec --- Name: perl-IPC-System-Simple Version: 1.18 Release: 1%{?dist} # lib/IPC/System/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Run commands simply, with detailed diagnostics Source: http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/IPC-System-Simple 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) >= 6.42 BuildRequires: perl(Config) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: perl(List::Util) BuildRequires: perl(Scalar::Util) # testing BuildRequires: perl(BSD::Resource) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) # These are explicitly marked as AUTHOR_TESTS, and we skip those. #BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) %description Calling Perl's in-built 'system()' function is easy, determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeeed (run to completion and return a zero exit value), or die with rich diagnostic messages. %prep %setup -q -n IPC-System-Simple-%{version} find . -type f -exec chmod -x {} \; %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 examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 1.18-1 - submission * Thu Mar 05 2009 Chris Weyl 1.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:36:48 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:39:01 -0000 1.2 @@ -0,0 +1 @@ +IPC-System-Simple-1.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:36:48 -0000 1.1 +++ sources 7 Mar 2009 20:39:01 -0000 1.2 @@ -0,0 +1 @@ +deb1df36a184a6a5af0716f1acb8c70f IPC-System-Simple-1.18.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:40:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:40:01 +0000 (UTC) Subject: rpms/perl-App-Cache/F-9 import.log, NONE, 1.1 perl-App-Cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307204001.3E5B970116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8273/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-App-Cache.spec Log Message: initial import --- NEW FILE import.log --- perl-App-Cache-0_35-1_fc10:F-9:perl-App-Cache-0.35-1.fc10.src.rpm:1236458360 --- NEW FILE perl-App-Cache.spec --- Name: perl-App-Cache Version: 0.35 Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Easy application-level caching Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache 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(Class::Accessor::Chained::Fast) BuildRequires: perl(File::Find::Rule) BuildRequires: perl(File::HomeDir) BuildRequires: perl(File::stat) BuildRequires: perl(HTTP::Cookies) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Path::Class) BuildRequires: perl(Storable) # testing BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation. For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data in the home directory of the user, in a dot directory. For example, the Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. %prep %setup -q -n App-Cache-%{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 * Thu Mar 05 2009 Chris Weyl 0.35-1 - submission * Thu Mar 05 2009 Chris Weyl 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:39:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:39:30 -0000 1.2 @@ -0,0 +1 @@ +App-Cache-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:39:00 -0000 1.1 +++ sources 7 Mar 2009 20:39:30 -0000 1.2 @@ -0,0 +1 @@ +3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:40:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:40:16 +0000 (UTC) Subject: rpms/perl-IPC-System-Simple/F-10 import.log, NONE, 1.1 perl-IPC-System-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307204016.DFC9D70116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-IPC-System-Simple/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8498/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-IPC-System-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-IPC-System-Simple-1_18-1_fc10:F-10:perl-IPC-System-Simple-1.18-1.fc10.src.rpm:1236458376 --- NEW FILE perl-IPC-System-Simple.spec --- Name: perl-IPC-System-Simple Version: 1.18 Release: 1%{?dist} # lib/IPC/System/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Run commands simply, with detailed diagnostics Source: http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/IPC-System-Simple 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) >= 6.42 BuildRequires: perl(Config) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: perl(List::Util) BuildRequires: perl(Scalar::Util) # testing BuildRequires: perl(BSD::Resource) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) # These are explicitly marked as AUTHOR_TESTS, and we skip those. #BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) %description Calling Perl's in-built 'system()' function is easy, determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeeed (run to completion and return a zero exit value), or die with rich diagnostic messages. %prep %setup -q -n IPC-System-Simple-%{version} find . -type f -exec chmod -x {} \; %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 examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 1.18-1 - submission * Thu Mar 05 2009 Chris Weyl 1.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:36:48 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:39:46 -0000 1.2 @@ -0,0 +1 @@ +IPC-System-Simple-1.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:36:48 -0000 1.1 +++ sources 7 Mar 2009 20:39:46 -0000 1.2 @@ -0,0 +1 @@ +deb1df36a184a6a5af0716f1acb8c70f IPC-System-Simple-1.18.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:41:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:41:03 +0000 (UTC) Subject: rpms/perl-IPC-System-Simple/F-9 import.log, NONE, 1.1 perl-IPC-System-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307204103.869C970116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-IPC-System-Simple/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8866/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-IPC-System-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-IPC-System-Simple-1_18-1_fc10:F-9:perl-IPC-System-Simple-1.18-1.fc10.src.rpm:1236458422 --- NEW FILE perl-IPC-System-Simple.spec --- Name: perl-IPC-System-Simple Version: 1.18 Release: 1%{?dist} # lib/IPC/System/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Run commands simply, with detailed diagnostics Source: http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/IPC-System-Simple 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) >= 6.42 BuildRequires: perl(Config) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Spec) BuildRequires: perl(List::Util) BuildRequires: perl(Scalar::Util) # testing BuildRequires: perl(BSD::Resource) BuildRequires: perl(Test) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) # These are explicitly marked as AUTHOR_TESTS, and we skip those. #BuildRequires: perl(Test::Pod) #BuildRequires: perl(Test::Pod::Coverage) %description Calling Perl's in-built 'system()' function is easy, determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeeed (run to completion and return a zero exit value), or die with rich diagnostic messages. %prep %setup -q -n IPC-System-Simple-%{version} find . -type f -exec chmod -x {} \; %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 examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 1.18-1 - submission * Thu Mar 05 2009 Chris Weyl 1.18-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:36:48 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:40:33 -0000 1.2 @@ -0,0 +1 @@ +IPC-System-Simple-1.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-System-Simple/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:36:48 -0000 1.1 +++ sources 7 Mar 2009 20:40:33 -0000 1.2 @@ -0,0 +1 @@ +deb1df36a184a6a5af0716f1acb8c70f IPC-System-Simple-1.18.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:55:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:55:15 +0000 (UTC) Subject: rpms/perl-Hash-Merge-Simple/devel import.log, NONE, 1.1 perl-Hash-Merge-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307205515.3900870116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Hash-Merge-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11887/devel Modified Files: .cvsignore sources Added Files: import.log perl-Hash-Merge-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-Hash-Merge-Simple-0_04-1_fc10:HEAD:perl-Hash-Merge-Simple-0.04-1.fc10.src.rpm:1236459272 --- NEW FILE perl-Hash-Merge-Simple.spec --- Name: perl-Hash-Merge-Simple Version: 0.04 Release: 1%{?dist} # lib/Hash/Merge/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Recursively merge two or more hashes, simply Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Hash-Merge-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/Hash-Merge-Simple 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) >= 6.42 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) %description Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combine arrays, objects, scalars, or anything else. The rightmost hash also takes precedence, replacing whatever was in the left hash if a conflict occurs. This code was pretty much taken straight from Catalyst::Utils, and modified to handle more than 2 hashes at the same time. %prep %setup -q -n Hash-Merge-Simple-%{version} perl -pi -e 's/Test::Most/Test::More/g' `find . -type f` %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 * Thu Mar 05 2009 Chris Weyl 0.04-1 - submission * Thu Mar 05 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-Hash-Merge-Simple/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:34:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:54:44 -0000 1.2 @@ -0,0 +1 @@ +Hash-Merge-Simple-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Hash-Merge-Simple/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:34:00 -0000 1.1 +++ sources 7 Mar 2009 20:54:44 -0000 1.2 @@ -0,0 +1 @@ +977b6f679977e720ea70cef6acd00b47 Hash-Merge-Simple-0.04.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:56:02 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:56:02 +0000 (UTC) Subject: rpms/perl-Hash-Merge-Simple/F-10 import.log, NONE, 1.1 perl-Hash-Merge-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307205602.2F13870116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Hash-Merge-Simple/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12257/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Hash-Merge-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-Hash-Merge-Simple-0_04-1_fc10:F-10:perl-Hash-Merge-Simple-0.04-1.fc10.src.rpm:1236459321 --- NEW FILE perl-Hash-Merge-Simple.spec --- Name: perl-Hash-Merge-Simple Version: 0.04 Release: 1%{?dist} # lib/Hash/Merge/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Recursively merge two or more hashes, simply Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Hash-Merge-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/Hash-Merge-Simple 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) >= 6.42 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) %description Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combine arrays, objects, scalars, or anything else. The rightmost hash also takes precedence, replacing whatever was in the left hash if a conflict occurs. This code was pretty much taken straight from Catalyst::Utils, and modified to handle more than 2 hashes at the same time. %prep %setup -q -n Hash-Merge-Simple-%{version} perl -pi -e 's/Test::Most/Test::More/g' `find . -type f` %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 * Thu Mar 05 2009 Chris Weyl 0.04-1 - submission * Thu Mar 05 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-Hash-Merge-Simple/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:34:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:55:31 -0000 1.2 @@ -0,0 +1 @@ +Hash-Merge-Simple-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Hash-Merge-Simple/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:34:00 -0000 1.1 +++ sources 7 Mar 2009 20:55:31 -0000 1.2 @@ -0,0 +1 @@ +977b6f679977e720ea70cef6acd00b47 Hash-Merge-Simple-0.04.tar.gz From cweyl at fedoraproject.org Sat Mar 7 20:56:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 7 Mar 2009 20:56:50 +0000 (UTC) Subject: rpms/perl-Hash-Merge-Simple/F-9 import.log, NONE, 1.1 perl-Hash-Merge-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090307205650.23F0570116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Hash-Merge-Simple/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12588/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Hash-Merge-Simple.spec Log Message: initial import --- NEW FILE import.log --- perl-Hash-Merge-Simple-0_04-1_fc10:F-9:perl-Hash-Merge-Simple-0.04-1.fc10.src.rpm:1236459368 --- NEW FILE perl-Hash-Merge-Simple.spec --- Name: perl-Hash-Merge-Simple Version: 0.04 Release: 1%{?dist} # lib/Hash/Merge/Simple.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Recursively merge two or more hashes, simply Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Hash-Merge-Simple-%{version}.tar.gz Url: http://search.cpan.org/dist/Hash-Merge-Simple 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) >= 6.42 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) %description Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combine arrays, objects, scalars, or anything else. The rightmost hash also takes precedence, replacing whatever was in the left hash if a conflict occurs. This code was pretty much taken straight from Catalyst::Utils, and modified to handle more than 2 hashes at the same time. %prep %setup -q -n Hash-Merge-Simple-%{version} perl -pi -e 's/Test::Most/Test::More/g' `find . -type f` %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 * Thu Mar 05 2009 Chris Weyl 0.04-1 - submission * Thu Mar 05 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-Hash-Merge-Simple/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2009 17:34:00 -0000 1.1 +++ .cvsignore 7 Mar 2009 20:56:19 -0000 1.2 @@ -0,0 +1 @@ +Hash-Merge-Simple-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Hash-Merge-Simple/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Mar 2009 17:34:00 -0000 1.1 +++ sources 7 Mar 2009 20:56:19 -0000 1.2 @@ -0,0 +1 @@ +977b6f679977e720ea70cef6acd00b47 Hash-Merge-Simple-0.04.tar.gz From pghmcfc at fedoraproject.org Sat Mar 7 21:34:02 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 7 Mar 2009 21:34:02 +0000 (UTC) Subject: rpms/perl-Math-GMP/devel perl-Math-GMP.spec,1.14,1.15 Message-ID: <20090307213402.6ED6470116@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-serv19195 Modified Files: perl-Math-GMP.spec Log Message: - Filter out unwanted provides for perl shared objects - Do the build in a subdirectory so that the debug files list doesn't interfere with the signature test - Enable the signature test - Run the tests in the en_US locale - spell check tests now pass - Add buildreq perl(YAML) to enable the YAML tests Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Math-GMP.spec 27 Feb 2009 00:35:31 -0000 1.14 +++ perl-Math-GMP.spec 7 Mar 2009 21:33:32 -0000 1.15 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP Version: 2.05 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -11,7 +11,13 @@ 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) +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}" %description Math::GMP was designed to be a drop-in replacement both for Math::BigInt and @@ -22,26 +28,37 @@ %prep %setup -q -n Math-GMP-%{version} +# Do the build in a subdirectory so that the debug files list doesn't interfere +# with the signature test +set -- * .perlcriticrc +%{__mkdir} source +%{__mv} "$@" source +# Copy docs back to top level for %doc +%{__cp} -a source/{README,Changes,LICENSE} . + %build +cd source %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} +cd - %check -# Note: -# Perl::Critic test fails, disabled for now -# Module::Signature test fails due to presence of debuginfo data in build dir -# Pod::Coverage test fails -# Spell check tests fails -%{__make} test \ - TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=0 TEST_VERBOSE=1 +# 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) +LC_ALL=en_US %{__make} -C source test \ + TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 TEST_VERBOSE=1 %install %{__rm} -rf %{buildroot} +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 ';' %{__chmod} -R u+w %{buildroot}/* +cd - %clean %{__rm} -rf %{buildroot} @@ -54,12 +71,20 @@ %{_mandir}/man3/Math::GMP.3pm* %changelog +* Sat Mar 7 2009 Paul Howarth 2.05-4 +- Filter out unwanted provides for perl shared objects +- Do the build in a subdirectory so that the debug files list doesn't interfere + with the signature test +- Enable the signature test +- Run the tests in the en_US locale - spell check tests now pass +- Add buildreq perl(YAML) to enable the YAML tests + * Thu Feb 26 2009 Paul Howarth 2.05-3 - Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10 - Add buildreq perl(File::Comments) to support spellchecking of comments - Disable spellcheck tests as they fail anyway -* Thu Feb 26 2009 Fedora Release Engineering - 2.05-2 +* Thu Feb 26 2009 Fedora Release Engineering 2.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Oct 7 2008 Paul Howarth 2.05-1 From pghmcfc at fedoraproject.org Sat Mar 7 21:45:58 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sat, 7 Mar 2009 21:45:58 +0000 (UTC) Subject: rpms/perl-Math-GMP/devel 14964AC8.asc, NONE, 1.1 perl-Math-GMP.spec, 1.15, 1.16 Message-ID: <20090307214558.D018470116@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-serv21850 Modified Files: perl-Math-GMP.spec Added Files: 14964AC8.asc Log Message: Need the upstream GPG key on the koij builder --- NEW FILE 14964AC8.asc --- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (GNU/Linux) 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 =XCSS -----END PGP PUBLIC KEY BLOCK----- Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Math-GMP.spec 7 Mar 2009 21:33:32 -0000 1.15 +++ perl-Math-GMP.spec 7 Mar 2009 21:45:28 -0000 1.16 @@ -6,6 +6,7 @@ Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ Source0: http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Math-GMP-%{version}.tar.gz +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 @@ -47,6 +48,7 @@ # 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 From buildsys at fedoraproject.org Sun Mar 8 09:18:04 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 8 Mar 2009 09:18:04 +0000 (UTC) Subject: Broken dependencies: perl-Class-Prototyped Message-ID: <20090308091804.E4F021F8249@releng2.fedora.phx.redhat.com> perl-Class-Prototyped has broken dependencies in the development tree: On ppc: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On x86_64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On i386: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) On ppc64: perl-Class-Prototyped-1.11-2.fc11.noarch requires perl(Class::Prototyped::Graph) Please resolve this as soon as possible. From lkundrak at fedoraproject.org Sun Mar 8 11:24:49 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 8 Mar 2009 11:24:49 +0000 (UTC) Subject: rpms/perl-Class-Prototyped/devel perl-Class-Prototyped.spec, 1.5, 1.6 Message-ID: <20090308112450.1CFF370116@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-Class-Prototyped/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6724 Modified Files: perl-Class-Prototyped.spec Log Message: * Sun Mar 9 2009 Lubomir Rintel 1.11-3 - Fix permissions - Fix requires/provides Index: perl-Class-Prototyped.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Prototyped/devel/perl-Class-Prototyped.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Class-Prototyped.spec 26 Feb 2009 13:11:04 -0000 1.5 +++ perl-Class-Prototyped.spec 8 Mar 2009 11:24:15 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Class-Prototyped Version: 1.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast prototype-based OO programming in Perl License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,27 @@ %prep %setup -q -n Class-Prototyped-%{version} +cat <%{name}-prov +#!/bin/bash +# Filter out bogus provides from documentation +%{__perl_provides} $@ |sed -e 's/perl([ABCD])//g;s/perl(My[^)]*Class)//g' +EOF + +cat <%{name}-req +#!/bin/bash +# Class/Prototyped/Graph.pm doesn't define Class::Prototyped::Graph package +# Benchmark is dragged in by a regression test +%{__perl_requires} $@ |sed -e '/perl(Class::Prototyped::Graph)/d;/perl(Benchmark)/d' +EOF + +%global __perl_provides %{_builddir}/Class-Prototyped-%{version}/%{name}-prov +%global __perl_requires %{_builddir}/Class-Prototyped-%{version}/%{name}-req +chmod +x %{__perl_provides} %{__perl_requires} + +# Documentation and libraries should not be executable +chmod -x perf/* examples/* Changes lib/Class/*.pm lib/Class/Prototyped/* + + %build %{__perl} Build.PL installdirs=vendor ./Build @@ -39,11 +60,15 @@ %files %defattr(-,root,root,-) -%doc Changes README perf/ examples/ t/ +%doc Changes README perf/ examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Mar 9 2009 Lubomir Rintel 1.11-3 +- Fix permissions +- Fix requires/provides + * Thu Feb 26 2009 Fedora Release Engineering - 1.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From pghmcfc at fedoraproject.org Sun Mar 8 11:57:47 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sun, 8 Mar 2009 11:57:47 +0000 (UTC) Subject: rpms/perl-Math-Pari/devel perl-Math-Pari.spec,1.15,1.16 Message-ID: <20090308115747.9EDD270116@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Math-Pari/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7415 Modified Files: perl-Math-Pari.spec Log Message: Filter out unwanted provides for perl shared objects Index: perl-Math-Pari.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Math-Pari.spec 26 Feb 2009 21:41:36 -0000 1.15 +++ perl-Math-Pari.spec 8 Mar 2009 11:57:16 -0000 1.16 @@ -17,7 +17,7 @@ Summary: Perl interface to PARI Name: perl-Math-Pari Version: %{module_version} -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Math-Pari/ @@ -27,6 +27,12 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) +# don't "provide" private Perl libs or the redundant unversioned perl(Math::Pari) one +%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} | %{__grep} -Fvx 'perl(Math::Pari)'" +%global __find_requires /bin/sh -c "%{__deploop R}" + %description This package is a Perl interface to the famous library PARI for numerical/ scientific/ number-theoretic calculations. It allows use of most PARI functions @@ -35,10 +41,6 @@ %prep %setup -q -n Math-Pari-%{module_version} -a 1 -# Remove redundant provides (there's also a versioned one) -%global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(Math::Pari)'" -%define __perl_provides %{provfilt} - # Remove spurious executable permission bits %{__chmod} -x Changes README Pari.pm PariInit.pm func_codes.h Pari.xs @@ -80,10 +82,13 @@ %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm* %changelog +* Sun Mar 8 2009 Paul Howarth - 2.010801-3 +- Filter out unwanted provides for perl shared objects + * Thu Feb 26 2009 Fedora Release Engineering - 2.010801-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Wed Feb 11 2009 Paul Howarth 2.010801-1 +* Wed Feb 11 2009 Paul Howarth - 2.010801-1 - update to 2.010801, but build with pari-2.1.7 since 2.1.8 doesn't exist (upstream forgot their own numbering convention - CPAN RT#35493) - re-enable tests From skasal at redhat.com Sun Mar 8 19:39:53 2009 From: skasal at redhat.com (Stepan Kasal) Date: Sun, 8 Mar 2009 20:39:53 +0100 Subject: @INC order? In-Reply-To: <7dd7ab490903061637n75039126q1ac8542d8d9f2cf1@mail.gmail.com> References: <7dd7ab490903061637n75039126q1ac8542d8d9f2cf1@mail.gmail.com> Message-ID: <20090308193953.GA8754@camelia.ucw.cz> Hello, > From perl-5.10.0-56.fc10: > > @INC: > /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/5.10.0 > /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi > /usr/local/lib/perl5/site_perl/5.10.0 > /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi > /usr/lib/perl5/vendor_perl/5.10.0 > /usr/lib/perl5/vendor_perl > /usr/local/lib/perl5/site_perl > /usr/local/lib64/perl5/site_perl > /usr/lib/perl5/site_perl > . > > I was under the impression that the search order (for Fedora Perl at > any rate) was always site, then vendor, then core (the better to allow > people to override core and their vendors with). For F-10 (this build > at any rate) it seems to be core, then part of site, then vendor, then > the rest of site. > > Can someone sanity check my thinking here? I'd like correct a detail: the current order is core, site, vendor, obsolete dirs. What you call "rest of site" are previous incarnations of sitelib, implemented using otherlibdirs. 1) /usr/local/{lib,%{_lib}}/perl5/site_perl - These two (they are one on 32 bit archs) are to be removed soon (F-11), they were present only for a limited transition period. 2) /usr/lib/perl5/site_perl - It has been promised that this obsolete sitelib will stay permanently, and that there will be no others to join it (see bz 484053). > I'll file a bug if it seems sane :-) I agree that "site, vendor, core" seems sane. A quick check on a Debian installation with perl-5.8.8 seems to indicate that they share this idea. > After poking around a bit, it looks like somewhere between F-8 and > now @INC's order changed. More poking shows that the change was implemented on Fedora by perl-5.8.5-incorder.patch. Version up to 5.8.5 and including some of the releases of 5.8.5 followed the upstream order which always has been "core, site, vendor" During the update to 5.10.0, this patch has been dropped, perhaps unintentionally. I've yet to check whether the patch is still present in latest Debian builds; if yes, I'm all for including it again. Have a nice day, Stepan Kasal From cweyl at fedoraproject.org Sun Mar 8 20:07:57 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:07:57 +0000 (UTC) Subject: rpms/perl-SQL-Translator/devel .cvsignore, 1.5, 1.6 perl-SQL-Translator.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090308200757.BD72B70116@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-serv5519 Modified Files: .cvsignore perl-SQL-Translator.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Feb 2009 05:09:45 -0000 1.5 +++ .cvsignore 8 Mar 2009 20:07:26 -0000 1.6 @@ -1 +1 @@ -SQL-Translator-0.09002.tar.gz +SQL-Translator-0.09004.tar.gz Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/perl-SQL-Translator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-SQL-Translator.spec 27 Feb 2009 01:13:02 -0000 1.7 +++ perl-SQL-Translator.spec 8 Mar 2009 20:07:27 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-SQL-Translator -Version: 0.09002 -Release: 2%{?dist} +Version: 0.09004 +Release: 1%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm License: GPLv2 @@ -110,6 +110,9 @@ %{_mandir}/man[13]/* %changelog +* Sun Mar 08 2009 Chris Weyl 0.09004-1 +- update to 0.09004 + * Thu Feb 26 2009 Fedora Release Engineering - 0.09002-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Feb 2009 05:09:45 -0000 1.5 +++ sources 8 Mar 2009 20:07:27 -0000 1.6 @@ -1 +1 @@ -b53c9f897a9415d6c48472d50b21cf50 SQL-Translator-0.09002.tar.gz +0f54df1319ad5c5c6e833cbb5d51e383 SQL-Translator-0.09004.tar.gz From cweyl at fedoraproject.org Sun Mar 8 20:09:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:09:00 +0000 (UTC) Subject: rpms/perl-SQL-Translator/devel .cvsignore,1.6,1.7 Message-ID: <20090308200900.A362370116@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-serv5834 Modified Files: .cvsignore Log Message: ignore more... Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Mar 2009 20:07:26 -0000 1.6 +++ .cvsignore 8 Mar 2009 20:08:30 -0000 1.7 @@ -1 +1,8 @@ SQL-Translator-0.09004.tar.gz +*.gz +*.tar +*.rpm +noarch +clog +.build* +*.bak From cweyl at fedoraproject.org Sun Mar 8 20:33:16 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:33:16 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.25, 1.26 perl-Class-MOP.spec, 1.30, 1.31 sources, 1.24, 1.25 Message-ID: <20090308203316.E6BC870116@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-serv13811 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.78-1 - update to 0.78 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 28 Feb 2009 23:15:43 -0000 1.25 +++ .cvsignore 8 Mar 2009 20:32:46 -0000 1.26 @@ -1,10 +1,11 @@ -Class-MOP-0.77.tar.gz +Class-MOP-0.78.tar.gz Class-MOP-* *.gz *.tar *.rpm -noarch -i386 -x86_64 +*.bak clog .build* +noarch +x86_64 +i386 Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-Class-MOP.spec 28 Feb 2009 23:15:43 -0000 1.30 +++ perl-Class-MOP.spec 8 Mar 2009 20:32:46 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-Class-MOP -Version: 0.77 -Release: 3%{?dist} +Version: 0.78 +Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -16,7 +16,6 @@ BuildRequires: perl(Module::Build) BuildRequires: perl(MRO::Compat) >= 0.05 BuildRequires: perl(Sub::Identify) >= 0.03 -# building w/XS, not needed BuildRequires: perl(Sub::Name) >= 0.04 BuildRequires: perl(Devel::GlobalDestruction) # test @@ -92,6 +91,9 @@ %{_mandir}/man3/* %changelog +* Sun Mar 08 2009 Chris Weyl 0.78-1 +- update to 0.78 + * Sat Feb 28 2009 Chris Weyl - 0.77-3 - Stripping bad provides of private Perl extension libs Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 23 Feb 2009 04:33:06 -0000 1.24 +++ sources 8 Mar 2009 20:32:46 -0000 1.25 @@ -1 +1 @@ -2254557171643537ee6473ad2c5c4f08 Class-MOP-0.77.tar.gz +03be1d56b26e6fb12c04746e421fdbbe Class-MOP-0.78.tar.gz From cweyl at fedoraproject.org Sun Mar 8 20:42:35 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:42:35 +0000 (UTC) Subject: rpms/perl-SQL-Translator/F-10 perl-SQL-Translator.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090308204235.3214B70116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-SQL-Translator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16377 Modified Files: perl-SQL-Translator.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.09004-1 - update to 0.09004 Index: perl-SQL-Translator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/F-10/perl-SQL-Translator.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-SQL-Translator.spec 8 Sep 2008 02:18:13 -0000 1.5 +++ perl-SQL-Translator.spec 8 Mar 2009 20:42:04 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-SQL-Translator -Version: 0.09001 +Version: 0.09004 Release: 1%{?dist} Summary: Manipulate structured data definitions (SQL and more) # see, e.g., lib/SQL/Translator.pm @@ -110,6 +110,15 @@ %{_mandir}/man[13]/* %changelog +* Sun Mar 08 2009 Chris Weyl 0.09004-1 +- update to 0.09004 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.09002-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Feb 03 2009 Chris Weyl 0.09002-1 +- update to 0.09002 + * Sun Sep 07 2008 Chris Weyl 0.9001-1 - update to 0.9001 - add new BR: perl(Digest::SHA1) >= 2.00 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Translator/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Sep 2008 02:18:13 -0000 1.4 +++ sources 8 Mar 2009 20:42:04 -0000 1.5 @@ -1 +1 @@ -323ae358c3b468b0686b4ddad8703944 SQL-Translator-0.09001.tar.gz +0f54df1319ad5c5c6e833cbb5d51e383 SQL-Translator-0.09004.tar.gz From pghmcfc at fedoraproject.org Sun Mar 8 20:44:16 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Sun, 8 Mar 2009 20:44:16 +0000 (UTC) Subject: rpms/perl-Net-SSLeay/devel perl-Net-SSLeay.spec,1.13,1.14 Message-ID: <20090308204416.828B770116@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SSLeay/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16853 Modified Files: perl-Net-SSLeay.spec Log Message: - filter out unwanted provides for perl shared objects - run tests in verbose mode Index: perl-Net-SSLeay.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Net-SSLeay.spec 26 Feb 2009 23:28:04 -0000 1.13 +++ perl-Net-SSLeay.spec 8 Mar 2009 20:43:45 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay Version: 1.35 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL @@ -13,6 +13,12 @@ BuildRequires: perl(Test::Exception), perl(Test::NoWarnings), perl(Test::Pod) BuildRequires: perl(Test::Warn), perl(Tree::DAG_Node) +# don't "provide" private Perl libs or the redundant unversioned perl(Net::SSLeay) one +%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} | %{__grep} -Fvx 'perl(Net::SSLeay)'" +%global __find_requires /bin/sh -c "%{__deploop R}" + %description This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for @@ -29,10 +35,6 @@ %{__mv} ${f}.utf8 ${f} done -# Remove redundant provides (there's also a versioned one) -%global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(Net::SSLeay)'" -%define __perl_provides %{provfilt} - %build PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL \ INSTALLDIRS=vendor \ @@ -46,12 +48,12 @@ %{__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' -empty -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 ';' %{__rm} -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl %{__chmod} -R u+w %{buildroot}/* %check -%{__make} test +%{__make} test TEST_VERBOSE=1 %clean %{__rm} -rf %{buildroot} @@ -64,8 +66,12 @@ %{_mandir}/man3/Net::SSLeay*.3* %changelog +* Sun Mar 8 2009 Paul Howarth - 1.35-4 +- filter out unwanted provides for perl shared objects +- run tests in verbose mode + * Thu Feb 26 2009 Fedora Release Engineering - 1.35-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Jan 17 2009 Tomas Mraz - 1.35-2 - rebuild with new openssl @@ -78,10 +84,10 @@ - use the distro openssl flags rather than guessing them * Wed Feb 27 2008 Tom "spot" Callaway - 1.32-5 -- Rebuild for perl 5.10 (again) +- rebuild for perl 5.10 (again) * Tue Feb 19 2008 Fedora Release Engineering - 1.32-4 -- Autorebuild for GCC 4.3 +- autorebuild for GCC 4.3 * Thu Jan 31 2008 Tom "spot" Callaway - 1.32-3 - rebuild for new perl From cweyl at fedoraproject.org Sun Mar 8 20:47:30 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:47:30 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/devel .cvsignore, 1.2, 1.3 perl-B-Hooks-EndOfScope.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090308204730.A08C470119@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18094 Modified Files: .cvsignore perl-B-Hooks-EndOfScope.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.07-1 - update to 0.07 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Dec 2008 23:18:53 -0000 1.2 +++ .cvsignore 8 Mar 2009 20:47:00 -0000 1.3 @@ -1 +1 @@ -B-Hooks-EndOfScope-0.04.tar.gz +B-Hooks-EndOfScope-0.07.tar.gz Index: perl-B-Hooks-EndOfScope.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/perl-B-Hooks-EndOfScope.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-B-Hooks-EndOfScope.spec 26 Feb 2009 11:16:44 -0000 1.2 +++ perl-B-Hooks-EndOfScope.spec 8 Mar 2009 20:47:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.04 -Release: 2%{?dist} +Version: 0.07 +Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Scope::Guard) +BuildRequires: perl(Variable::Magic) >= 0.31 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) @@ -49,6 +49,9 @@ %{_mandir}/man3/*.3* %changelog +* Sun Mar 08 2009 Chris Weyl 0.07-1 +- update to 0.07 + * Thu Feb 26 2009 Fedora Release Engineering - 0.04-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Dec 2008 23:18:53 -0000 1.2 +++ sources 8 Mar 2009 20:47:00 -0000 1.3 @@ -1 +1 @@ -1705a0643af266ad902f8dda2212dd78 B-Hooks-EndOfScope-0.04.tar.gz +07bae81967dd4075f54aa839e70482e7 B-Hooks-EndOfScope-0.07.tar.gz From cweyl at fedoraproject.org Sun Mar 8 20:50:10 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 20:50:10 +0000 (UTC) Subject: rpms/perl-B-Hooks-EndOfScope/F-10 .cvsignore, 1.2, 1.3 perl-B-Hooks-EndOfScope.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090308205010.2848A70116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19442 Modified Files: .cvsignore perl-B-Hooks-EndOfScope.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.07-1 - update to 0.07 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Dec 2008 23:20:26 -0000 1.2 +++ .cvsignore 8 Mar 2009 20:49:39 -0000 1.3 @@ -1 +1 @@ -B-Hooks-EndOfScope-0.04.tar.gz +B-Hooks-EndOfScope-0.07.tar.gz Index: perl-B-Hooks-EndOfScope.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/perl-B-Hooks-EndOfScope.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-B-Hooks-EndOfScope.spec 1 Dec 2008 23:20:26 -0000 1.1 +++ perl-B-Hooks-EndOfScope.spec 8 Mar 2009 20:49:39 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-B-Hooks-EndOfScope -Version: 0.04 -Release: 1%{?dist} +Version: 0.07 +Release: 1%{?dist} # see lib/B/Hooks/EndOfScope.pm License: GPL+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Scope::Guard) +BuildRequires: perl(Variable::Magic) >= 0.31 BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) @@ -49,6 +49,12 @@ %{_mandir}/man3/*.3* %changelog +* Sun Mar 08 2009 Chris Weyl 0.07-1 +- update to 0.07 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.04-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat Nov 08 2008 Chris Weyl 0.04-1 - update for submission Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Dec 2008 23:20:26 -0000 1.2 +++ sources 8 Mar 2009 20:49:39 -0000 1.3 @@ -1 +1 @@ -1705a0643af266ad902f8dda2212dd78 B-Hooks-EndOfScope-0.04.tar.gz +07bae81967dd4075f54aa839e70482e7 B-Hooks-EndOfScope-0.07.tar.gz From cweyl at fedoraproject.org Sun Mar 8 21:07:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 8 Mar 2009 21:07:23 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.25, 1.26 perl-Moose.spec, 1.35, 1.36 sources, 1.25, 1.26 Message-ID: <20090308210723.381A870116@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23605 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sun Mar 08 2009 Chris Weyl 0.72-1 - update to 0.72 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 23 Feb 2009 06:17:57 -0000 1.25 +++ .cvsignore 8 Mar 2009 21:06:52 -0000 1.26 @@ -1 +1 @@ -Moose-0.71.tar.gz +Moose-0.72.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- perl-Moose.spec 26 Feb 2009 22:14:10 -0000 1.35 +++ perl-Moose.spec 8 Mar 2009 21:06:52 -0000 1.36 @@ -1,6 +1,6 @@ Name: perl-Moose -Version: 0.71 -Release: 2%{?dist} +Version: 0.72 +Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries @@ -15,7 +15,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Class::MOP) >= 0.77 +BuildRequires: perl(Class::MOP) >= 0.78 BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 BuildRequires: perl(Scalar::Util) >= 1.19 @@ -53,14 +53,11 @@ %description Moose is an extension of the Perl 5 object system. -Yes, I know there has been an explosion recently of new ways to build -objects in Perl 5, most of them based on inside-out objects and other -such things. Moose is different because it is not a new object system -for Perl 5, but instead an extension of the existing object system. - Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it also provides the power of metaclass programming. +such things. Moose is different from other Perl 5 object systems because +it is not a new system, but instead an extension of the existing one. While Moose is very much inspired by Perl 6, it is not itself Perl 6. Instead, it is an OO system for Perl 5. I built Moose because I was @@ -112,6 +109,9 @@ %{_mandir}/man3/* %changelog +* Sun Mar 08 2009 Chris Weyl 0.72-1 +- update to 0.72 + * Thu Feb 26 2009 Fedora Release Engineering - 0.71-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 23 Feb 2009 06:17:57 -0000 1.25 +++ sources 8 Mar 2009 21:06:52 -0000 1.26 @@ -1 +1 @@ -83ee74aa2d83ad1817fb6574ec324022 Moose-0.71.tar.gz +b78fef11546371f33b99e61fd4c4f5c0 Moose-0.72.tar.gz From bugzilla at redhat.com Sun Mar 8 21:42:18 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 8 Mar 2009 17:42:18 -0400 Subject: [Bug 489228] New: Keyboard does not work in perl-Tk programs Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Keyboard does not work in perl-Tk programs https://bugzilla.redhat.com/show_bug.cgi?id=489228 Summary: Keyboard does not work in perl-Tk programs Product: Fedora Version: 10 Platform: i686 OS/Version: Linux Status: NEW Severity: high Priority: low Component: perl-Tk AssignedTo: andreas.bierfert at lowlatency.de ReportedBy: pierre.lacaze at neuf.fr QAContact: extras-qa at fedoraproject.org CC: andreas.bierfert at lowlatency.de, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: It is impossible to use the keyboard (a french keyboard in my case) in perl-Tk programs). Version-Release number of selected component (if applicable): perl 5.10.0 perl-Tk 5.fc9 How reproducible: Steps to Reproduce: 1. Run the following simple program with perl. use Tk; my $top = MainWindow->new; my $filename=$top->getOpenFile( -title => 'GetFile', ); Actual results: Try to type some text in the dialog box that opens. Nothing happens. Expected results: What I type should appear in the dialog box. Additional info: I could use my perl-Tk programs with no problems a few weeks ago. I have a french keyboard, and I run Gnome. -- Configure bugmail: 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 Mar 9 05:56:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 9 Mar 2009 01:56:02 -0400 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903090556.n295u2TI025201@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=485621 --- Comment #8 from Fedora Update System 2009-03-09 01:56:02 EDT --- perl-Gtk2-MozEmbed-0.08-3.fc10.1 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Gtk2-MozEmbed-0.08-3.fc10.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 corsepiu at fedoraproject.org Mon Mar 9 08:46:04 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 9 Mar 2009 08:46:04 +0000 (UTC) Subject: rpms/perl-LockFile-Simple/devel license_of_LockFile_Simple.txt, 1.1, NONE Message-ID: <20090309084604.1444D70116@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-LockFile-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv602 Removed Files: license_of_LockFile_Simple.txt Log Message: Remove. --- license_of_LockFile_Simple.txt DELETED --- From corsepiu at fedoraproject.org Mon Mar 9 08:49:49 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Mon, 9 Mar 2009 08:49:49 +0000 (UTC) Subject: rpms/perl-LockFile-Simple/devel .cvsignore, 1.2, 1.3 perl-LockFile-Simple.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090309084949.30FCF70119@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-LockFile-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1751 Modified Files: .cvsignore perl-LockFile-Simple.spec sources Log Message: * Mon Mar 09 2009 Ralf Cors??pius - 0.207-1 - Upstream update. - Remove license_of_LockFile_Simple.txt (cf. README). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-LockFile-Simple/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Mar 2007 10:05:31 -0000 1.2 +++ .cvsignore 9 Mar 2009 08:49:18 -0000 1.3 @@ -1 +1 @@ -LockFile-Simple-0.2.5.tar.gz +LockFile-Simple-0.207.tar.gz Index: perl-LockFile-Simple.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-LockFile-Simple/devel/perl-LockFile-Simple.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-LockFile-Simple.spec 26 Feb 2009 21:05:59 -0000 1.5 +++ perl-LockFile-Simple.spec 9 Mar 2009 08:49:18 -0000 1.6 @@ -1,13 +1,11 @@ Name: perl-LockFile-Simple -Version: 0.206 -Release: 3%{?dist} +Version: 0.207 +Release: 1%{?dist} Summary: Simple file locking scheme -# Confirmed with copyright holder, code does not yet reflect it. -License: GPL+ or Artistic +License: GPLv2+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/LockFile-Simple/ Source0: http://www.cpan.org/modules/by-module/LockFile/LockFile-Simple-%{version}.tar.gz -Source1: license_of_LockFile_Simple.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -22,7 +20,6 @@ %prep %setup -q -n LockFile-Simple-%{version} -cp %{SOURCE1} . %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -46,11 +43,15 @@ %files %defattr(-,root,root,-) -%doc ChangeLog README license_of_LockFile_Simple.txt +%doc ChangeLog README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Mar 09 2009 Ralf Cors??pius - 0.207-1 +- Upstream update. +- Remove license_of_LockFile_Simple.txt (cf. README). + * Thu Feb 26 2009 Fedora Release Engineering - 0.206-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-LockFile-Simple/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Mar 2007 10:05:31 -0000 1.2 +++ sources 9 Mar 2009 08:49:18 -0000 1.3 @@ -1 +1 @@ -acf9fd6f965789a42fa5314a4be0189d LockFile-Simple-0.2.5.tar.gz +194573bdf3f1823723959b25f0a322d0 LockFile-Simple-0.207.tar.gz From cweyl at fedoraproject.org Mon Mar 9 15:28:28 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 15:28:28 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/devel .cvsignore, 1.4, 1.5 perl-Catalyst-Action-RenderView.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090309152829.0042670034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32338 Modified Files: .cvsignore perl-Catalyst-Action-RenderView.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 0.09-1 - update to 0.09 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 May 2008 06:15:36 -0000 1.4 +++ .cvsignore 9 Mar 2009 15:27:58 -0000 1.5 @@ -1 +1 @@ -Catalyst-Action-RenderView-0.08.tar.gz +Catalyst-Action-RenderView-0.09.tar.gz Index: perl-Catalyst-Action-RenderView.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/perl-Catalyst-Action-RenderView.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Catalyst-Action-RenderView.spec 26 Feb 2009 12:01:17 -0000 1.6 +++ perl-Catalyst-Action-RenderView.spec 9 Mar 2009 15:27:58 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Action-RenderView -Version: 0.08 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: Sensible default end action for view renders License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) >= 5.7 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Module::Build) BuildRequires: perl(Data::Visitor) >= 0.08 # test @@ -92,6 +93,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 09 2009 Chris Weyl 0.09-1 +- update to 0.09 + * Thu Feb 26 2009 Fedora Release Engineering - 0.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 May 2008 06:15:36 -0000 1.4 +++ sources 9 Mar 2009 15:27:58 -0000 1.5 @@ -1 +1 @@ -47a4771bed9b9b065cc83be14632f433 Catalyst-Action-RenderView-0.08.tar.gz +9a964d2c8d5cee6c82efc97e11565c3d Catalyst-Action-RenderView-0.09.tar.gz From cweyl at fedoraproject.org Mon Mar 9 15:31:38 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 15:31:38 +0000 (UTC) Subject: rpms/perl-Catalyst-Manual/devel .cvsignore, 1.5, 1.6 perl-Catalyst-Manual.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090309153138.41AB570034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1730 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 5.7017-1 - update to 5.7017 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jan 2009 23:06:09 -0000 1.5 +++ .cvsignore 9 Mar 2009 15:31:07 -0000 1.6 @@ -1 +1 @@ -Catalyst-Manual-5.7016.tar.gz +Catalyst-Manual-5.7017.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Catalyst-Manual.spec 26 Feb 2009 12:09:48 -0000 1.10 +++ perl-Catalyst-Manual.spec 9 Mar 2009 15:31:07 -0000 1.11 @@ -1,7 +1,7 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7016 -Release: 2%{?dist} +Version: 5.7017 +Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ %exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Mon Mar 09 2009 Chris Weyl 5.7017-1 +- update to 5.7017 + * Thu Feb 26 2009 Fedora Release Engineering - 1:5.7016-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Jan 2009 23:06:09 -0000 1.6 +++ sources 9 Mar 2009 15:31:07 -0000 1.7 @@ -1 +1 @@ -7645455d158e362b1d34dc8e678bbed1 Catalyst-Manual-5.7016.tar.gz +8d8c30dba6ff6e8dad014d6b48d7ceb2 Catalyst-Manual-5.7017.tar.gz From cweyl at fedoraproject.org Mon Mar 9 15:37:45 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 15:37:45 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090309153745.448F270034@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-serv5193 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 0.10-1 - update to 0.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jun 2008 18:01:59 -0000 1.2 +++ .cvsignore 9 Mar 2009 15:37:15 -0000 1.3 @@ -1 +1,12 @@ -Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz +Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz +Catalyst-Plugin-Session-State-Cookie-* +*.tar +*.gz +*.rpm +noarch +i386 +x86_64 +.build* +clog +*.old +*.bak 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 26 Feb 2009 12:19:21 -0000 1.3 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 9 Mar 2009 15:37:15 -0000 1.4 @@ -1,17 +1,19 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie -Version: 0.09 -Release: 3%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +#Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) # optional tests @@ -70,6 +72,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 09 2009 Chris Weyl 0.10-1 +- update to 0.10 + * Thu Feb 26 2009 Fedora Release Engineering - 0.09-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2008 18:01:59 -0000 1.2 +++ sources 9 Mar 2009 15:37:15 -0000 1.3 @@ -1 +1 @@ -0eb184e081051ca284c2952ba6db59f7 Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz +0c0f8992eecbe98295f3d36a9b378edc Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz From cweyl at fedoraproject.org Mon Mar 9 15:39:59 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 15:39:59 +0000 (UTC) Subject: rpms/perl-Catalyst-Manual/F-10 .cvsignore, 1.3, 1.4 perl-Catalyst-Manual.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090309153959.1FCCE70034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Manual/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6420 Modified Files: .cvsignore perl-Catalyst-Manual.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 5.7017-1 - update to 5.7017 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 23 Jun 2008 03:34:14 -0000 1.3 +++ .cvsignore 9 Mar 2009 15:39:28 -0000 1.4 @@ -1 +1 @@ -Catalyst-Manual-5.7012.tar.gz +Catalyst-Manual-5.7017.tar.gz Index: perl-Catalyst-Manual.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-10/perl-Catalyst-Manual.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Catalyst-Manual.spec 25 Jan 2009 23:06:43 -0000 1.9 +++ perl-Catalyst-Manual.spec 9 Mar 2009 15:39:28 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Catalyst-Manual Epoch: 1 -Version: 5.7016 +Version: 5.7017 Release: 1%{?dist} Summary: Catalyst web framework manual License: GPL+ or Artistic @@ -53,6 +53,12 @@ %exclude %{_mandir}/man3/Catalyst::Manual.3* %changelog +* Mon Mar 09 2009 Chris Weyl 5.7017-1 +- update to 5.7017 + +* Thu Feb 26 2009 Fedora Release Engineering - 1:5.7016-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Jan 25 2009 Chris Weyl 5.7016-1 - update to 5.7016 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 25 Jan 2009 23:06:43 -0000 1.6 +++ sources 9 Mar 2009 15:39:28 -0000 1.7 @@ -1 +1 @@ -7645455d158e362b1d34dc8e678bbed1 Catalyst-Manual-5.7016.tar.gz +8d8c30dba6ff6e8dad014d6b48d7ceb2 Catalyst-Manual-5.7017.tar.gz From cweyl at fedoraproject.org Mon Mar 9 16:00:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 16:00:15 +0000 (UTC) Subject: rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-10 .cvsignore, 1.2, 1.3 perl-Catalyst-Plugin-Session-State-Cookie.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090309160015.52EB270034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12715 Modified Files: .cvsignore perl-Catalyst-Plugin-Session-State-Cookie.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 0.10-1 - update to 0.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jun 2008 18:01:59 -0000 1.2 +++ .cvsignore 9 Mar 2009 15:59:44 -0000 1.3 @@ -1 +1,12 @@ -Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz +Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz +Catalyst-Plugin-Session-State-Cookie-* +*.tar +*.gz +*.rpm +noarch +i386 +x86_64 +.build* +clog +*.old +*.bak Index: perl-Catalyst-Plugin-Session-State-Cookie.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-10/perl-Catalyst-Plugin-Session-State-Cookie.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-Plugin-Session-State-Cookie.spec 1 Jun 2008 18:06:28 -0000 1.2 +++ perl-Catalyst-Plugin-Session-State-Cookie.spec 9 Mar 2009 15:59:45 -0000 1.3 @@ -1,17 +1,19 @@ Name: perl-Catalyst-Plugin-Session-State-Cookie -Version: 0.09 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Maintain session IDs using cookies License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-State-Cookie/ -Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz +#Source0: http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Plugin-Session-State-Cookie-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Catalyst::Plugin::Session) >= 0.19 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Test::More) BuildRequires: perl(Test::MockObject) # optional tests @@ -70,6 +72,12 @@ %{_mandir}/man3/* %changelog +* Mon Mar 09 2009 Chris Weyl 0.10-1 +- update to 0.10 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.09-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Jun 01 2008 Chris Weyl 0.09-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Plugin-Session-State-Cookie/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2008 18:01:59 -0000 1.2 +++ sources 9 Mar 2009 15:59:45 -0000 1.3 @@ -1 +1 @@ -0eb184e081051ca284c2952ba6db59f7 Catalyst-Plugin-Session-State-Cookie-0.09.tar.gz +0c0f8992eecbe98295f3d36a9b378edc Catalyst-Plugin-Session-State-Cookie-0.10.tar.gz From cweyl at fedoraproject.org Mon Mar 9 16:00:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 16:00:36 +0000 (UTC) Subject: rpms/perl-Catalyst-Action-RenderView/F-10 .cvsignore, 1.4, 1.5 perl-Catalyst-Action-RenderView.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090309160036.C529270034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12934 Modified Files: .cvsignore perl-Catalyst-Action-RenderView.spec sources Log Message: * Mon Mar 09 2009 Chris Weyl 0.09-1 - update to 0.09 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 May 2008 06:15:36 -0000 1.4 +++ .cvsignore 9 Mar 2009 16:00:06 -0000 1.5 @@ -1 +1 @@ -Catalyst-Action-RenderView-0.08.tar.gz +Catalyst-Action-RenderView-0.09.tar.gz Index: perl-Catalyst-Action-RenderView.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-10/perl-Catalyst-Action-RenderView.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Catalyst-Action-RenderView.spec 22 May 2008 06:15:36 -0000 1.5 +++ perl-Catalyst-Action-RenderView.spec 9 Mar 2009 16:00:06 -0000 1.6 @@ -1,5 +1,5 @@ Name: perl-Catalyst-Action-RenderView -Version: 0.08 +Version: 0.09 Release: 1%{?dist} Summary: Sensible default end action for view renders License: GPL+ or Artistic @@ -16,6 +16,7 @@ BuildRequires: perl(Test::More) # cpan BuildRequires: perl(Catalyst) >= 5.7 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Module::Build) BuildRequires: perl(Data::Visitor) >= 0.08 # test @@ -92,6 +93,12 @@ %{_mandir}/man3/* %changelog +* Mon Mar 09 2009 Chris Weyl 0.09-1 +- update to 0.09 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed May 21 2008 Chris Weyl 0.08-1 - update to 0.08 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Catalyst-Action-RenderView/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 May 2008 06:15:36 -0000 1.4 +++ sources 9 Mar 2009 16:00:06 -0000 1.5 @@ -1 +1 @@ -47a4771bed9b9b065cc83be14632f433 Catalyst-Action-RenderView-0.08.tar.gz +9a964d2c8d5cee6c82efc97e11565c3d Catalyst-Action-RenderView-0.09.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:02:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:02:07 +0000 (UTC) Subject: rpms/perl-local-lib/devel import.log, NONE, 1.1 perl-local-lib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170207.E770370034@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-serv5330/devel Modified Files: .cvsignore sources Added Files: import.log perl-local-lib.spec Log Message: initial import --- NEW FILE import.log --- perl-local-lib-1_003002-1_fc10:HEAD:perl-local-lib-1.003002-1.fc10.src.rpm:1236618084 --- NEW FILE perl-local-lib.spec --- Name: perl-local-lib Version: 1.003002 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create and use a local lib/ for perl modules Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz Url: http://search.cpan.org/dist/local-lib 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) >= 6.31 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Module::Build) >= 0.28 # testing... BuildRequires: perl(Test::More) %description This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the 'SHELL' environment variable), suitable for directly adding to one's shell configuration file. More generally, local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's '@INC'. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application. %prep %setup -q -n local-lib-%{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 * Sun Mar 08 2009 Chris Weyl 1.003002-1 - submission * Sun Mar 08 2009 Chris Weyl 1.003002-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:13:47 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:01:37 -0000 1.2 @@ -0,0 +1 @@ +local-lib-1.003002.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:13:47 -0000 1.1 +++ sources 9 Mar 2009 17:01:37 -0000 1.2 @@ -0,0 +1 @@ +e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:02:27 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:02:27 +0000 (UTC) Subject: rpms/perl-Parse-BACKPAN-Packages/devel import.log, NONE, 1.1 perl-Parse-BACKPAN-Packages.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170227.E152D70034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5641/devel Modified Files: .cvsignore sources Added Files: import.log perl-Parse-BACKPAN-Packages.spec Log Message: initial import --- NEW FILE import.log --- perl-Parse-BACKPAN-Packages-0_34-1_fc10:HEAD:perl-Parse-BACKPAN-Packages-0.34-1.fc10.src.rpm:1236618104 --- NEW FILE perl-Parse-BACKPAN-Packages.spec --- Name: perl-Parse-BACKPAN-Packages Version: 0.34 Release: 1%{?dist} # lib/Parse/BACKPAN/Packages.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/Distribution.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/File.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Provide an index of BACKPAN Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz Url: http://search.cpan.org/dist/Parse-BACKPAN-Packages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(App::Cache) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(CPAN::DistnameInfo) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Zlib) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Build::Compat) # testing... BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. However, in order to keep CPAN relatively small, authors of modules can delete older versions of modules to only let CPAN have the latest version of a module. BACKPAN is where these deleted modules are backed up. It's more like a full CPAN mirror, only without the deletions. This module provides an index of BACKPAN and some handy functions. The data is fetched from the net and cached for an hour. %prep %setup -q -n Parse-BACKPAN-Packages-%{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 # tests require network access %{?_with_network_tests: make test } %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 0.34-1 - submission - conditionalize tests; they require network access * Thu Mar 05 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:12:25 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:01:57 -0000 1.2 @@ -0,0 +1 @@ +Parse-BACKPAN-Packages-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:12:26 -0000 1.1 +++ sources 9 Mar 2009 17:01:57 -0000 1.2 @@ -0,0 +1 @@ +278a232a6b987e4ff0db45f5ac191f3f Parse-BACKPAN-Packages-0.34.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:03:01 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:03:01 +0000 (UTC) Subject: rpms/perl-local-lib/F-10 import.log, NONE, 1.1 perl-local-lib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170301.8F8B770034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-local-lib/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5981/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-local-lib.spec Log Message: initial import --- NEW FILE import.log --- perl-local-lib-1_003002-1_fc10:F-10:perl-local-lib-1.003002-1.fc10.src.rpm:1236618136 --- NEW FILE perl-local-lib.spec --- Name: perl-local-lib Version: 1.003002 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create and use a local lib/ for perl modules Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz Url: http://search.cpan.org/dist/local-lib 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) >= 6.31 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Module::Build) >= 0.28 # testing... BuildRequires: perl(Test::More) %description This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the 'SHELL' environment variable), suitable for directly adding to one's shell configuration file. More generally, local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's '@INC'. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application. %prep %setup -q -n local-lib-%{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 * Sun Mar 08 2009 Chris Weyl 1.003002-1 - submission * Sun Mar 08 2009 Chris Weyl 1.003002-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:13:47 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:02:31 -0000 1.2 @@ -0,0 +1 @@ +local-lib-1.003002.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:13:47 -0000 1.1 +++ sources 9 Mar 2009 17:02:31 -0000 1.2 @@ -0,0 +1 @@ +e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:03:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:03:18 +0000 (UTC) Subject: rpms/perl-Parse-BACKPAN-Packages/F-10 import.log, NONE, 1.1 perl-Parse-BACKPAN-Packages.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170318.11DCC70034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6297/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Parse-BACKPAN-Packages.spec Log Message: initial import --- NEW FILE import.log --- perl-Parse-BACKPAN-Packages-0_34-1_fc10:F-10:perl-Parse-BACKPAN-Packages-0.34-1.fc10.src.rpm:1236618155 --- NEW FILE perl-Parse-BACKPAN-Packages.spec --- Name: perl-Parse-BACKPAN-Packages Version: 0.34 Release: 1%{?dist} # lib/Parse/BACKPAN/Packages.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/Distribution.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/File.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Provide an index of BACKPAN Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz Url: http://search.cpan.org/dist/Parse-BACKPAN-Packages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(App::Cache) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(CPAN::DistnameInfo) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Zlib) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Build::Compat) # testing... BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. However, in order to keep CPAN relatively small, authors of modules can delete older versions of modules to only let CPAN have the latest version of a module. BACKPAN is where these deleted modules are backed up. It's more like a full CPAN mirror, only without the deletions. This module provides an index of BACKPAN and some handy functions. The data is fetched from the net and cached for an hour. %prep %setup -q -n Parse-BACKPAN-Packages-%{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 # tests require network access %{?_with_network_tests: make test } %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 0.34-1 - submission - conditionalize tests; they require network access * Thu Mar 05 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:12:25 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:02:47 -0000 1.2 @@ -0,0 +1 @@ +Parse-BACKPAN-Packages-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:12:26 -0000 1.1 +++ sources 9 Mar 2009 17:02:47 -0000 1.2 @@ -0,0 +1 @@ +278a232a6b987e4ff0db45f5ac191f3f Parse-BACKPAN-Packages-0.34.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:03:50 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:03:50 +0000 (UTC) Subject: rpms/perl-local-lib/F-9 import.log, NONE, 1.1 perl-local-lib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170350.0384D70034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-local-lib/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6751/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-local-lib.spec Log Message: initial import --- NEW FILE import.log --- perl-local-lib-1_003002-1_fc10:F-9:perl-local-lib-1.003002-1.fc10.src.rpm:1236618187 --- NEW FILE perl-local-lib.spec --- Name: perl-local-lib Version: 1.003002 Release: 1%{?dist} # lib/local/lib.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Create and use a local lib/ for perl modules Source: http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz Url: http://search.cpan.org/dist/local-lib 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) >= 6.31 BuildRequires: perl(CPAN) >= 1.80 BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Module::Build) >= 0.28 # testing... BuildRequires: perl(Test::More) %description This module provides a quick, convenient way of bootstrapping a user- local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the 'SHELL' environment variable), suitable for directly adding to one's shell configuration file. More generally, local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's '@INC'. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application. %prep %setup -q -n local-lib-%{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 * Sun Mar 08 2009 Chris Weyl 1.003002-1 - submission * Sun Mar 08 2009 Chris Weyl 1.003002-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:13:47 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:03:19 -0000 1.2 @@ -0,0 +1 @@ +local-lib-1.003002.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-local-lib/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:13:47 -0000 1.1 +++ sources 9 Mar 2009 17:03:19 -0000 1.2 @@ -0,0 +1 @@ +e3988eb5f0dff67b4bca98fe0cc3790d local-lib-1.003002.tar.gz From cweyl at fedoraproject.org Mon Mar 9 17:04:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 9 Mar 2009 17:04:05 +0000 (UTC) Subject: rpms/perl-Parse-BACKPAN-Packages/F-9 import.log, NONE, 1.1 perl-Parse-BACKPAN-Packages.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090309170405.D9DD570034@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7032/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Parse-BACKPAN-Packages.spec Log Message: initial import --- NEW FILE import.log --- perl-Parse-BACKPAN-Packages-0_34-1_fc10:F-9:perl-Parse-BACKPAN-Packages-0.34-1.fc10.src.rpm:1236618203 --- NEW FILE perl-Parse-BACKPAN-Packages.spec --- Name: perl-Parse-BACKPAN-Packages Version: 0.34 Release: 1%{?dist} # lib/Parse/BACKPAN/Packages.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/Distribution.pm -> GPL+ or Artistic # lib/Parse/BACKPAN/Packages/File.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Provide an index of BACKPAN Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/Parse-BACKPAN-Packages-%{version}.tar.gz Url: http://search.cpan.org/dist/Parse-BACKPAN-Packages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(App::Cache) BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(CPAN::DistnameInfo) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Zlib) BuildRequires: perl(LWP::UserAgent) BuildRequires: perl(Module::Build::Compat) # testing... BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) %description The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. However, in order to keep CPAN relatively small, authors of modules can delete older versions of modules to only let CPAN have the latest version of a module. BACKPAN is where these deleted modules are backed up. It's more like a full CPAN mirror, only without the deletions. This module provides an index of BACKPAN and some handy functions. The data is fetched from the net and cached for an hour. %prep %setup -q -n Parse-BACKPAN-Packages-%{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 # tests require network access %{?_with_network_tests: make test } %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Thu Mar 05 2009 Chris Weyl 0.34-1 - submission - conditionalize tests; they require network access * Thu Mar 05 2009 Chris Weyl 0.34-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Mar 2009 16:12:25 -0000 1.1 +++ .cvsignore 9 Mar 2009 17:03:35 -0000 1.2 @@ -0,0 +1 @@ +Parse-BACKPAN-Packages-0.34.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-BACKPAN-Packages/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Mar 2009 16:12:26 -0000 1.1 +++ sources 9 Mar 2009 17:03:35 -0000 1.2 @@ -0,0 +1 @@ +278a232a6b987e4ff0db45f5ac191f3f Parse-BACKPAN-Packages-0.34.tar.gz From bugzilla at redhat.com Tue Mar 10 17:55:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Mar 2009 13:55:27 -0400 Subject: [Bug 489421] swig-doc shouldn't provide perl(Test::More) In-Reply-To: References: Message-ID: <200903101755.n2AHtRR2031136@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489421 Iain Arnell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com --- Comment #2 from Iain Arnell 2009-03-10 13:55:26 EDT --- Adding perl-sig to cc list so that everyone (or at least, their mail filter) is aware that perl module builds in rawhide are most likely going to fail until this is resolved. -- Configure bugmail: 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 Mar 10 18:43:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Mar 2009 14:43:42 -0400 Subject: [Bug 489421] swig-doc shouldn't provide perl(Test::More) In-Reply-To: References: Message-ID: <200903101843.n2AIhgGD008070@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489421 --- Comment #4 from Adam Tkac 2009-03-10 14:43:42 EDT --- Fixed in the latest build (swig-1.3.38-5.fc11), I think it will be moved to F11 Beta soon (https://fedorahosted.org/rel-eng/ticket/1324). Thanks for the report, sorry for troubles. -- Configure bugmail: 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 Mar 10 18:43:59 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Mar 2009 14:43:59 -0400 Subject: [Bug 489421] swig-doc shouldn't provide perl(Test::More) In-Reply-To: References: Message-ID: <200903101843.n2AIhxEW008112@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489421 Adam Tkac changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 10 18:42:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Mar 2009 14:42:53 -0400 Subject: [Bug 489421] swig-doc shouldn't provide perl(Test::More) In-Reply-To: References: Message-ID: <200903101842.n2AIgrJ1007958@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489421 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203 at freenet.de --- Comment #3 from Ralf Corsepius 2009-03-10 14:42:52 EDT --- One part of a potential work-around to this issue: sing ships privates copies (outdated versions) of perl(Test::Builder) perl(Test::More) Getting rid of these by adding this near to the end of %prep /bin/rm -rf Examples/test-suite/perl5/Test* will likely help. -- Configure bugmail: 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 Mar 11 03:35:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Mar 2009 23:35:11 -0400 Subject: [Bug 489228] Keyboard does not work in perl-Tk programs In-Reply-To: References: Message-ID: <200903110335.n2B3ZBOI019627@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=489228 Jason Burrell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaybeeunix at gmail.com --- Comment #1 from Jason Burrell 2009-03-10 23:35:11 EDT --- This appears to be a known bug in the upstream perl-Tk wrt XIM (I believe perl-Tk's r12589 is supposedly a fix for it). An easy temporary work around is to disable XIM by unset'ing or clearing XMODIFIERS: $ XMODIFIERS='' perl -MTk -we 'my $top = MainWindow->new->getOpenFile(-title => "GetFile");' -- Configure bugmail: 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 Mar 12 01:36:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Mar 2009 21:36:35 -0400 Subject: [Bug 489825] Errors in perl-Newt: exported flag issue and documentation fixes In-Reply-To: References: Message-ID: <200903120136.n2C1aZtG025056@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489825 --- Comment #1 from Joe Ogulin 2009-03-11 21:36:35 EDT --- Created an attachment (id=334883) --> (https://bugzilla.redhat.com/attachment.cgi?id=334883) Patch to correct documentation error and misspelling -- Configure bugmail: 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 Mar 12 01:37:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Mar 2009 21:37:06 -0400 Subject: [Bug 489825] Errors in perl-Newt: exported flag issue and documentation fixes In-Reply-To: References: Message-ID: <200903120137.n2C1b6fx028294@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=489825 --- Comment #2 from Joe Ogulin 2009-03-11 21:37:07 EDT --- Created an attachment (id=334884) --> (https://bugzilla.redhat.com/attachment.cgi?id=334884) Modified spec file -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Mar 12 01:35:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Mar 2009 21:35:42 -0400 Subject: [Bug 489825] New: Errors in perl-Newt: exported flag issue and documentation fixes Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Errors in perl-Newt: exported flag issue and documentation fixes https://bugzilla.redhat.com/show_bug.cgi?id=489825 Summary: Errors in perl-Newt: exported flag issue and documentation fixes Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Newt AssignedTo: jorton at redhat.com ReportedBy: kiltedknight at verizon.net QAContact: extras-qa at fedoraproject.org CC: jorton at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Created an attachment (id=334882) --> (https://bugzilla.redhat.com/attachment.cgi?id=334882) Patch to remove additional reference of NEWT_FLAG_NOSCROLL Description of problem: In a perl script use Newt qw(:flags); produces: "NEWT_FLAG_NOSCROLL" is not exported by the Newt module Also, if you look at "man Newt" you will see a misspelling in the middle: Drawing panels instead uf running them And this at the end: POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 860: You forgot a ?=back? before ?=head1? Version-Release number of selected component (if applicable): 1.08-21 How reproducible: Install perl-Newt, use :flags as part of the list of things. Actual results: See above Expected results: No errors; no misspellings Additional info: Attached are two patch files to correct the problems along with a modified spec file. Since the newt-perl-1.08-debian.patch removed the one NEWT_FLAG_NOSCROLL, I am assuming that it should be removed. Otherwise, the export patch should be removed and the debian patch modified to leave NEWT_FLAG_NOSCROLL in place. -- Configure bugmail: 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 Mar 12 05:35:45 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Mar 2009 01:35:45 -0400 Subject: [Bug 489825] Errors in perl-Newt: exported flag issue and documentation fixes In-Reply-To: References: Message-ID: <200903120535.n2C5Zjn4007412@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=489825 Joe Ogulin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #334884|application/octet-stream |text/plain mime type| | -- Configure bugmail: 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 Fri Mar 13 15:36:36 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 13 Mar 2009 15:36:36 +0000 (UTC) Subject: rpms/perl-Crypt-RSA/EL-5 .cvsignore, 1.3, 1.4 perl-Crypt-RSA.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090313153636.091D870132@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8739/EL-5 Modified Files: .cvsignore perl-Crypt-RSA.spec sources Log Message: Clean up specs for EPEL Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Dec 2006 09:02:43 -0000 1.3 +++ .cvsignore 13 Mar 2009 15:36:05 -0000 1.4 @@ -1 +1 @@ -Crypt-RSA-1.58.tar.gz +Crypt-RSA-1.98.tar.gz Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/perl-Crypt-RSA.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Crypt-RSA.spec 22 Dec 2006 09:02:43 -0000 1.3 +++ perl-Crypt-RSA.spec 13 Mar 2009 15:36:05 -0000 1.4 @@ -1,8 +1,8 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA -Version: 1.58 +Version: 1.98 Release: 1%{?dist} -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ Source0: http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-RSA-%{version}.tar.gz @@ -19,9 +19,11 @@ BuildRequires: perl(Digest::MD2) BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::SHA1) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(Sort::Versions) BuildRequires: perl(Tie::EncryptedHash) +Requires: perl(Class::Loader) >= 2.00 %description Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key @@ -36,12 +38,9 @@ %prep %setup -q -n Crypt-RSA-%{version} -# Remove pointless shellbangs -/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! *\/usr\/bin\/perl /d' - # Convert documentation to UTF-8 -/usr/bin/iconv -f iso-8859-1 -t utf-8 -o lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm -%{__mv} -f lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm +/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes +%{__mv} -f Changes.utf-8 Changes %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -54,7 +53,7 @@ %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' -/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' +/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* # Additional manpages @@ -88,6 +87,30 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Tue Jul 8 2008 Paul Howarth 1.98-1 +- Update to 1.98 + +* Mon Jul 7 2008 Paul Howarth 1.97-1 +- Update to 1.97 + +* Mon Jul 7 2008 Paul Howarth 1.96-1 +- Update to 1.96 +- Convert "Changes" to UTF-8 +- Shellbangs no longer need removing +- Module is now UTF-8 and doesn't need converting +- Need manual perl(Class::Loader) dep due to move to use of "use base", + as rpm auto-dep-finder doesn't spot it + +* Thu Mar 6 2008 Tom "spot" Callaway 1.58-4 +- rebuild for new perl + +* Sun Aug 12 2007 Paul Howarth 1.58-3 +- Clarify license as GPL v1 or later, or Artistic (same as perl) + +* Tue Apr 17 2007 Paul Howarth 1.58-2 +- Buildrequire perl(ExtUtils::MakeMaker) +- Fix argument order for find with -depth + * Fri Dec 22 2006 Paul Howarth 1.58-1 - Update to 1.58 - GPL license text now included upstream (CPAN RT#18771) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Dec 2006 09:02:43 -0000 1.3 +++ sources 13 Mar 2009 15:36:05 -0000 1.4 @@ -1 +1 @@ -fb0eb5f47f42eb8737e1ecfa28ed4523 Crypt-RSA-1.58.tar.gz +c0bfb2df955be680ef5642bffec15b74 Crypt-RSA-1.98.tar.gz From pghmcfc at fedoraproject.org Fri Mar 13 15:36:35 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 13 Mar 2009 15:36:35 +0000 (UTC) Subject: rpms/perl-Crypt-RSA/EL-4 perl-Crypt-RSA.spec,1.11,1.12 Message-ID: <20090313153635.DA39070128@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8739/EL-4 Modified Files: perl-Crypt-RSA.spec Log Message: Clean up specs for EPEL Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4/perl-Crypt-RSA.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Crypt-RSA.spec 26 Feb 2009 13:56:35 -0000 1.11 +++ perl-Crypt-RSA.spec 13 Mar 2009 15:36:04 -0000 1.12 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.98 -Release: 2%{?dist} +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -87,9 +87,6 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog -* Thu Feb 26 2009 Fedora Release Engineering - 1.98-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - * Tue Jul 8 2008 Paul Howarth 1.98-1 - Update to 1.98 From paul at city-fan.org Fri Mar 13 15:40:01 2009 From: paul at city-fan.org (Paul Howarth) Date: Fri, 13 Mar 2009 15:40:01 +0000 Subject: EPEL-4 branch for perl-Sort-Versions? Message-ID: <49BA7E51.8090204@city-fan.org> Hi, I'm trying to import perl-Crypt-RSA into EPEL (required by perl-Net-SFTP, which Xavier Bachelot is trying to get in), and it needs perl-Sort-Versions; would you be prepared to branch and maintain it for EPEL-4 (I see that it's already done for EPEL-5)? I would be happy to maintain this branch if you're not interested (I already know Ralf isn't...). Cheers, Paul. From pkgdb at fedoraproject.org Fri Mar 13 16:05:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 13 Mar 2009 16:05:37 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090313160557.24A3F208504@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 6 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From pkgdb at fedoraproject.org Fri Mar 13 16:06:02 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 13 Mar 2009 16:06:02 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090313160559.26317208514@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 5 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From pkgdb at fedoraproject.org Fri Mar 13 16:04:42 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 13 Mar 2009 16:04:42 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090313160601.BC3892082B2@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 4 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From pkgdb at fedoraproject.org Fri Mar 13 16:05:44 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 13 Mar 2009 16:05:44 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090313160604.4658B208555@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 3 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From corsepiu at fedoraproject.org Fri Mar 13 16:08:12 2009 From: corsepiu at fedoraproject.org (=?UTF-8?B?UmFsZiBDb3Jzw6lwaXVz?=) Date: Fri, 13 Mar 2009 17:08:12 +0100 Subject: EPEL-4 branch for perl-Sort-Versions? In-Reply-To: <49BA7E51.8090204@city-fan.org> References: <49BA7E51.8090204@city-fan.org> Message-ID: <49BA84EC.9050002@fedoraproject.org> Paul Howarth wrote: > Hi, > > I'm trying to import perl-Crypt-RSA into EPEL (required by > perl-Net-SFTP, which Xavier Bachelot is trying to get in), and it needs > perl-Sort-Versions; would you be prepared to branch and maintain it for > EPEL-4 (I see that it's already done for EPEL-5)? > > I would be happy to maintain this branch if you're not interested (I > already know Ralf isn't...). Right, ... feel free to take it (and/or to join in on any other version). Ralf From paul at city-fan.org Fri Mar 13 16:24:16 2009 From: paul at city-fan.org (Paul Howarth) Date: Fri, 13 Mar 2009 16:24:16 +0000 Subject: EPEL-4 branch for perl-Sort-Versions? In-Reply-To: <49BA84EC.9050002@fedoraproject.org> References: <49BA7E51.8090204@city-fan.org> <49BA84EC.9050002@fedoraproject.org> Message-ID: <49BA88B0.2040309@city-fan.org> Ralf Cors?pius wrote: > Paul Howarth wrote: >> Hi, >> >> I'm trying to import perl-Crypt-RSA into EPEL (required by >> perl-Net-SFTP, which Xavier Bachelot is trying to get in), and it >> needs perl-Sort-Versions; would you be prepared to branch and maintain >> it for EPEL-4 (I see that it's already done for EPEL-5)? >> >> I would be happy to maintain this branch if you're not interested (I >> already know Ralf isn't...). > Right, ... feel free to take it (and/or to join in on any other version). > > Ralf Thanks Ralf; branch requested in #165553 I added laxathom (EL-5 branch maintainer) as co-maintainer. Cheers, Paul. From pghmcfc at fedoraproject.org Fri Mar 13 16:37:04 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 13 Mar 2009 16:37:04 +0000 (UTC) Subject: rpms/perl-Net-SSH-Perl/EL-4 perl-Net-SSH-Perl.spec,1.13,1.14 Message-ID: <20090313163704.575F070128@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20572/EL-4 Modified Files: perl-Net-SSH-Perl.spec Log Message: Fix up specs for EPEL Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4/perl-Net-SSH-Perl.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Net-SSH-Perl.spec 26 Feb 2009 23:26:12 -0000 1.13 +++ perl-Net-SSH-Perl.spec 13 Mar 2009 16:36:33 -0000 1.14 @@ -8,7 +8,7 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 1.34 -Release: 3%{?dist} +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ @@ -28,7 +28,7 @@ BuildRequires: perl(Digest::HMAC_MD5) BuildRequires: perl(Digest::HMAC_SHA1) BuildRequires: perl(Digest::MD5) -BuildRequires: perl(Digest::SHA1) >= 2.10 +BuildRequires: perl(Digest::SHA1) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Math::GMP) >= 1.04 BuildRequires: perl(Math::Pari) >= 2.001804 @@ -38,9 +38,7 @@ BuildRequires: perl(Module::Signature) BuildRequires: perl(Test::Pod) >= 0.95 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -BuildRequires: perl(Test::YAML::Meta) >= 0.03 -BuildRequires: perl(Perl::Critic) -BuildRequires: perl(Text::SpellChecker), aspell-en +#BuildRequires: perl(Test::YAML::Meta) >= 0.03 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)} @@ -77,8 +75,8 @@ %check # Critic and POD tests currently fail -%{__gpg} --import %{SOURCE1} -LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 +%{__gpg} --import %{SOURCE1} || : +LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0 %install %{__rm} -rf %{buildroot} @@ -97,12 +95,6 @@ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog -* Thu Feb 26 2009 Fedora Release Engineering - 1.34-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Feb 22 2009 Paul Howarth 1.34-2 -- Add buildreq aspell-en for spell check test - * Mon Feb 2 2009 Paul Howarth 1.34-1 - Update to 1.34, fixes various upstream bugs: * Rekey properly after 1 GB of data (rt.cpan.org #25044) @@ -110,6 +102,11 @@ * Fix typo in croak message (rt.cpan.org #42056) * Move 'use base' call after Crypt module loading (rt.cpan.org #42051) * Only apply stdin if defined in SSH1 (rt.cpan.org #42583) +- Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL) +- Remove perl(Perl::Critic) buildreq (not yet in EPEL-4) +- Remove perl(Digest::SHA1) version requirement (not satisfied in EL-4) +- Remove perl(Text::SpellChecker) buildreq (dictionary coverage in EL-4 + not sufficient to pass tests) * Tue Nov 4 2008 Paul Howarth 1.33-2 - Run tests in en_US locale, so spell checker doesn't complain about the use of From pghmcfc at fedoraproject.org Fri Mar 13 16:37:04 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Fri, 13 Mar 2009 16:37:04 +0000 (UTC) Subject: rpms/perl-Net-SSH-Perl/EL-5 14964AC8.asc, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Net-SSH-Perl.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20090313163704.C7A4C70132@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20572/EL-5 Modified Files: .cvsignore perl-Net-SSH-Perl.spec sources Added Files: 14964AC8.asc Log Message: Fix up specs for EPEL --- NEW FILE 14964AC8.asc --- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (GNU/Linux) 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 =XCSS -----END PGP PUBLIC KEY BLOCK----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2006 15:48:42 -0000 1.2 +++ .cvsignore 13 Mar 2009 16:36:34 -0000 1.3 @@ -1 +1 @@ -Net-SSH-Perl-1.30.tar.gz +Net-SSH-Perl-1.34.tar.gz Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-5/perl-Net-SSH-Perl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-SSH-Perl.spec 31 Aug 2006 15:17:55 -0000 1.3 +++ perl-Net-SSH-Perl.spec 13 Mar 2009 16:36:34 -0000 1.4 @@ -1,31 +1,46 @@ # IDEA is a patent-encumbered alogorithm so default to not supporting it # To include support for the IDEA algorithm, use: rpmbuild --with IDEA +# Noarch package doesn't provide debuginfo but the default script +# interferes with signature checking so disable it completely +%define debug_package %{nil} + Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl -Version: 1.30 -Release: 3%{?dist} -License: GPL or Artistic +Version: 1.34 +Release: 2%{?dist} +License: GPL+ or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ -Source0: http://search.cpan.org/CPAN/authors/id/D/DB/DBROBINS/Net-SSH-Perl-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Net-SSH-Perl-%{version}.tar.gz +Source1: 14964AC8.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Term::ReadKey) BuildArch: noarch -BuildRequires: perl(String::CRC32) >= 1.2 -BuildRequires: perl(Convert::PEM) >= 0.05 +BuildRequires: perl(String::CRC32) >= 1.2 +BuildRequires: perl(Convert::PEM) >= 0.05 BuildRequires: perl(Crypt::Blowfish) -BuildRequires: perl(Crypt::DH) >= 0.01 -BuildRequires: perl(Crypt::DSA) >= 0.11 +BuildRequires: perl(Crypt::DH) >= 0.01 +BuildRequires: perl(Crypt::DSA) >= 0.11 BuildRequires: perl(Crypt::RSA) BuildRequires: perl(Digest::BubbleBabble) BuildRequires: perl(Digest::HMAC_MD5) BuildRequires: perl(Digest::HMAC_SHA1) BuildRequires: perl(Digest::MD5) -BuildRequires: perl(Digest::SHA1) >= 2.10 -BuildRequires: perl(Math::GMP) >= 1.04 -BuildRequires: perl(Math::Pari) >= 2.001804 +BuildRequires: perl(Digest::SHA1) >= 2.10 +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Math::GMP) >= 1.04 +BuildRequires: perl(Math::Pari) >= 2.001804 BuildRequires: perl(MIME::Base64) +BuildRequires: perl(Test::More) +# Additional test coverage +BuildRequires: perl(Module::Signature) +BuildRequires: perl(Test::Pod) >= 0.95 +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +#BuildRequires: perl(Test::YAML::Meta) >= 0.03 +BuildRequires: perl(Perl::Critic) +BuildRequires: perl(Text::SpellChecker), aspell-en %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)} @@ -42,9 +57,6 @@ # Avoid extra deps from examples %{__chmod} -x eg/* -# Test 03-packet is prone to hanging (cpan rt#6101) -%{__mv} t/03-packet.t t/03-packet.t.skip - # Remove Crypt::IDEA dep if we're not supporting the IDEA algorithm %define bogusreq 'perl(Crypt::IDEA)' %global reqfilt /bin/sh -c "%{__perl_requires} | %{__grep} -Fvx %{bogusreq}" @@ -64,25 +76,83 @@ %{__make} %{?_smp_mflags} %check -%{__make} test +# Critic and POD tests currently fail +%{__gpg} --import %{SOURCE1} +LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=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} -type d -depth -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 %{__rm} -rf %{buildroot} %files -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc Changes README LICENSE eg ToDo %{perl_vendorlib}/Net/ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Sun Feb 22 2009 Paul Howarth 1.34-2 +- Add buildreqs aspell-en and perl(Text::SpellChecker) for spell check test +- Add perl(Perl::Critic) buildreq for EPEL-5 +- Re-add perl(Digest::SHA1) version requirement + +* Mon Feb 2 2009 Paul Howarth 1.34-1 +- Update to 1.34, fixes various upstream bugs: + * Rekey properly after 1 GB of data (rt.cpan.org #25044) + * Don't try to process nonexistent or empty auth file (rt.cpan.org #41877) + * Fix typo in croak message (rt.cpan.org #42056) + * Move 'use base' call after Crypt module loading (rt.cpan.org #42051) + * Only apply stdin if defined in SSH1 (rt.cpan.org #42583) +- Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL) +- Remove perl(Perl::Critic) buildreq (not yet in EPEL-4) +- Remove perl(Digest::SHA1) version requirement (not satisfied in EL-4) +- Remove perl(Text::SpellChecker) buildreq (dictionary coverage in EL-4 + not sufficient to pass tests) + +* Tue Nov 4 2008 Paul Howarth 1.33-2 +- Run tests in en_US locale, so spell checker doesn't complain about the use of + American English when the host is in a non-US locale + +* Mon Nov 3 2008 Paul Howarth 1.33-1 +- Update to 1.33 (#469612), fixes various upstream bugs: + * Fix open() calls (rt.cpan.org #40020) + * Fix non-shell problem (rt.cpan.org #39980) + * Allow full agent forwarding (rt.cpan.org #32190) + * Handle hashed known_hosts files (rt.cpan.org #25175) + * Add IO::Handle to Perl.pm (rt.cpan.org #40057, #35985) + * Prevent t/03-packet.t from hanging due to high file descriptor + | (rt.cpan.org #6101) + * If ENV{HOME} is not set, use getpwuid. If both fail and the dir + | is needed, we croak (rt.cpan.org #25174) + * Fix incorrect logical/bitwise AND mixup (rt.cpan.org #31490) + * Allow empty stdin for SSH2 (rt.cpan.org #32730) + * Adjust terminal dimensions dynamically if Term::ReadKey is available + | (rt.cpan.org #34874) +- New upstream (co-)maintainer, new source URL +- t/03-packet.t re-enabled as it should no longer hang +- Add buildreqs Module::Signature, Test::Pod, Test::Pod::Coverage, + Perl::Critic, Test::YAML::Meta, Text::SpellChecker for additional test + coverage +- Add dependency on Term::ReadKey to provide dynamic terminal resizing +- Include upstream maintainer's GPG key for signature checking + +* Thu Mar 6 2008 Tom "spot" Callaway 1.30-6 +- Rebuild for new perl + +* Mon Aug 13 2007 Paul Howarth 1.30-5 +- Clarify license as GPL v1 or later, or Artistic (same as perl) +- Add buildreq perl(Test::More) + +* Wed Apr 18 2007 Paul Howarth 1.30-4 +- Buildrequire perl(ExtUtils::MakeMaker) +- Fix argument order for find with -depth + * Wed Aug 30 2006 Paul Howarth 1.30-3 - Skip test 03-packet, which can sometimes hang (cpan rt#6101) - Add manual Crypt::Blowfish dep to ensure we have blowfish support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2006 15:48:42 -0000 1.2 +++ sources 13 Mar 2009 16:36:34 -0000 1.3 @@ -1 +1 @@ -063f3dc93a4fe6108b068b6d6097992d Net-SSH-Perl-1.30.tar.gz +5b6d60e459707058e856c45c30e96e53 Net-SSH-Perl-1.34.tar.gz From spot at fedoraproject.org Fri Mar 13 18:39:57 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 18:39:57 +0000 (UTC) Subject: rpms/perl-Cairo/devel .cvsignore, 1.15, 1.16 perl-Cairo.spec, 1.21, 1.22 sources, 1.15, 1.16 Message-ID: <20090313183957.D2C8D70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Cairo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11053 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: 1.060 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 4 Apr 2008 20:06:35 -0000 1.15 +++ .cvsignore 13 Mar 2009 18:39:26 -0000 1.16 @@ -1 +1 @@ -Cairo-1.045.tar.gz +Cairo-1.060.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Cairo.spec 26 Feb 2009 11:54:29 -0000 1.21 +++ perl-Cairo.spec 13 Mar 2009 18:39:27 -0000 1.22 @@ -5,15 +5,14 @@ # Name: perl-Cairo -Version: 1.045 -Release: 2%{?dist} +Version: 1.060 +Release: 1%{?dist} Summary: Perl interface to the cairo library Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/Cairo/ Source0: http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz -Patch0: perl-Cairo-ATSUItoQUARTZ.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) @@ -30,7 +29,6 @@ %prep %setup -q -n Cairo-%{version} -%patch0 -p1 chmod -c a-x examples/*.pl @@ -65,6 +63,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.060-1 +- update to 1.060 + * Thu Feb 26 2009 Fedora Release Engineering - 1.045-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Cairo/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 4 Apr 2008 20:06:35 -0000 1.15 +++ sources 13 Mar 2009 18:39:27 -0000 1.16 @@ -1 +1 @@ -de123ac0ecf149136a8d54312eaa79cc Cairo-1.045.tar.gz +7e08845927af6b2b754e6c476913c83f Cairo-1.060.tar.gz From bugzilla at redhat.com Fri Mar 13 18:42:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Mar 2009 14:42:22 -0400 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903131842.n2DIgMkW009279@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=485621 --- Comment #9 from Fedora Update System 2009-03-13 14:42:23 EDT --- perl-Gtk2-MozEmbed-0.08-3.fc10.1 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 Mar 13 18:42:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Mar 2009 14:42:27 -0400 Subject: [Bug 485621] Review Request: perl-Gtk2-MozEmbed - Interface to the Mozilla embedding widget In-Reply-To: References: Message-ID: <200903131842.n2DIgRIZ009325@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=485621 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |0.08-3.fc10.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 spot at fedoraproject.org Fri Mar 13 18:43:03 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 18:43:03 +0000 (UTC) Subject: rpms/perl-CGI-Simple/devel .cvsignore, 1.3, 1.4 perl-CGI-Simple.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20090313184303.A39BD70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-CGI-Simple/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11654 Modified Files: .cvsignore perl-CGI-Simple.spec sources Log Message: 1.108 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Nov 2007 18:42:29 -0000 1.3 +++ .cvsignore 13 Mar 2009 18:42:33 -0000 1.4 @@ -1 +1 @@ -CGI-Simple-1.103.tar.gz +CGI-Simple-1.108.tar.gz Index: perl-CGI-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/perl-CGI-Simple.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-CGI-Simple.spec 26 Feb 2009 11:36:57 -0000 1.9 +++ perl-CGI-Simple.spec 13 Mar 2009 18:42:33 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-CGI-Simple -Version: 1.103 -Release: 4%{?dist} +Version: 1.108 +Release: 1%{?dist} Summary: Simple totally OO CGI interface that is CGI.pm compliant Group: Development/Libraries License: GPL+ or Artistic @@ -46,6 +46,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway 1.108-1 +- update to 1.108 + * Thu Feb 26 2009 Fedora Release Engineering - 1.103-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Nov 2007 18:42:29 -0000 1.3 +++ sources 13 Mar 2009 18:42:33 -0000 1.4 @@ -1 +1 @@ -a8ddb457e170433f4abd3a034224d4b1 CGI-Simple-1.103.tar.gz +00c79666c3763220c33e35f75e1bea8b CGI-Simple-1.108.tar.gz From spot at fedoraproject.org Fri Mar 13 18:48:36 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 18:48:36 +0000 (UTC) Subject: rpms/perl-Class-Trigger/devel .cvsignore, 1.4, 1.5 perl-Class-Trigger.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090313184836.6126B70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Trigger/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12733 Modified Files: .cvsignore perl-Class-Trigger.spec sources Log Message: 0.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Trigger/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 24 Aug 2007 21:04:26 -0000 1.4 +++ .cvsignore 13 Mar 2009 18:48:05 -0000 1.5 @@ -1,3 +1 @@ -Class-Trigger-0.09.tar.gz -Class-Trigger-0.10.tar.gz -Class-Trigger-0.12.tar.gz +Class-Trigger-0.13.tar.gz Index: perl-Class-Trigger.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Trigger/devel/perl-Class-Trigger.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Class-Trigger.spec 26 Feb 2009 13:15:46 -0000 1.7 +++ perl-Class-Trigger.spec 13 Mar 2009 18:48:05 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Class-Trigger -Version: 0.12 -Release: 4%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Mixin to add / call inheritable triggers Group: Development/Libraries License: GPL+ or Artistic @@ -44,6 +44,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.13-1 +- update to 0.13 + * Thu Feb 26 2009 Fedora Release Engineering - 0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Trigger/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 24 Aug 2007 21:04:26 -0000 1.4 +++ sources 13 Mar 2009 18:48:05 -0000 1.5 @@ -1 +1 @@ -d9e507de9241d8b2b83a6eb11156d276 Class-Trigger-0.12.tar.gz +5e73d9376a5786450088e3384a938794 Class-Trigger-0.13.tar.gz From spot at fedoraproject.org Fri Mar 13 18:51:35 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 18:51:35 +0000 (UTC) Subject: rpms/perl-Clone/devel .cvsignore, 1.6, 1.7 perl-Clone.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <20090313185135.C1E6970128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Clone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14126 Modified Files: .cvsignore perl-Clone.spec sources Log Message: 0.31 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 28 Nov 2007 18:55:36 -0000 1.6 +++ .cvsignore 13 Mar 2009 18:51:05 -0000 1.7 @@ -1 +1 @@ -Clone-0.28.tar.gz +Clone-0.31.tar.gz Index: perl-Clone.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/devel/perl-Clone.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Clone.spec 26 Feb 2009 13:19:22 -0000 1.12 +++ perl-Clone.spec 13 Mar 2009 18:51:05 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Clone -Version: 0.28 -Release: 5%{?dist} +Version: 0.31 +Release: 1%{?dist} Summary: Recursively copy perl datatypes Group: Development/Libraries License: GPL+ or Artistic @@ -50,6 +50,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.31-1 +- update to 0.31 + * Thu Feb 26 2009 Fedora Release Engineering - 0.28-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Clone/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 28 Nov 2007 18:55:36 -0000 1.6 +++ sources 13 Mar 2009 18:51:05 -0000 1.7 @@ -1 +1 @@ -16186d984e358ab3ca069d00c81b7e5c Clone-0.28.tar.gz +65f34e7280d7b7dfb72ab6224e5767f5 Clone-0.31.tar.gz From spot at fedoraproject.org Fri Mar 13 18:58:49 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 18:58:49 +0000 (UTC) Subject: rpms/perl-Data-Page/devel .cvsignore, 1.2, 1.3 perl-Data-Page.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <20090313185849.EE0B770128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Data-Page/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15680 Modified Files: .cvsignore perl-Data-Page.spec sources Log Message: 2.01 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Page/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Aug 2005 03:20:02 -0000 1.2 +++ .cvsignore 13 Mar 2009 18:58:19 -0000 1.3 @@ -1 +1 @@ -Data-Page-2.00.tar.gz +Data-Page-2.01.tar.gz Index: perl-Data-Page.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Page/devel/perl-Data-Page.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Data-Page.spec 26 Feb 2009 14:31:40 -0000 1.7 +++ perl-Data-Page.spec 13 Mar 2009 18:58:19 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Data-Page -Version: 2.00 -Release: 9%{?dist} +Version: 2.01 +Release: 1%{?dist} Summary: Help when paging through sets of results Group: Development/Libraries License: GPL+ or Artistic @@ -48,6 +48,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 2.01-1 +- update to 2.01 + * Thu Feb 26 2009 Fedora Release Engineering - 2.00-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Page/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Aug 2005 03:20:02 -0000 1.2 +++ sources 13 Mar 2009 18:58:19 -0000 1.3 @@ -1 +1 @@ -7af91f13754fb256742b8d9d627bbd16 Data-Page-2.00.tar.gz +301eeb65db5f6aeafa354978404f08d8 Data-Page-2.01.tar.gz From spot at fedoraproject.org Fri Mar 13 19:03:44 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:03:44 +0000 (UTC) Subject: rpms/perl-Email-Abstract/devel .cvsignore, 1.3, 1.4 perl-Email-Abstract.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090313190344.B5E7770128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16702 Modified Files: .cvsignore perl-Email-Abstract.spec sources Log Message: 3.001 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Abstract/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Nov 2007 20:20:59 -0000 1.3 +++ .cvsignore 13 Mar 2009 19:03:13 -0000 1.4 @@ -1 +1 @@ -Email-Abstract-2.134.tar.gz +Email-Abstract-3.001.tar.gz Index: perl-Email-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Abstract/devel/perl-Email-Abstract.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-Abstract.spec 26 Feb 2009 15:28:29 -0000 1.6 +++ perl-Email-Abstract.spec 13 Mar 2009 19:03:13 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-Abstract -Version: 2.134 -Release: 4%{?dist} +Version: 3.001 +Release: 1%{?dist} Summary: Unified interface to mail representations Group: Development/Libraries License: GPL+ or Artistic @@ -8,7 +8,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More), perl(Class::ISA), perl(Email::Simple) -BuildRequires: perl(MIME::Entity), perl(Module::Pluggable), perl(Mail::Message) +BuildRequires: perl(MIME::Entity), perl(Module::Pluggable), perl(Mail::Message), perl(Scalar::Util) BuildRequires: perl(Email::MIME), perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::More) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -50,6 +50,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 3.001-1 +- update to 3.001 + * Thu Feb 26 2009 Fedora Release Engineering - 2.134-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Abstract/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Nov 2007 20:20:59 -0000 1.3 +++ sources 13 Mar 2009 19:03:13 -0000 1.4 @@ -1 +1 @@ -40d578efaf2457960f657420130db926 Email-Abstract-2.134.tar.gz +ea68d4c3738755456aa3a4a26d79475a Email-Abstract-3.001.tar.gz From spot at fedoraproject.org Fri Mar 13 19:10:21 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:10:21 +0000 (UTC) Subject: rpms/perl-Email-MIME/devel .cvsignore, 1.11, 1.12 perl-Email-MIME.spec, 1.14, 1.15 sources, 1.11, 1.12 Message-ID: <20090313191021.BC58970128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18049 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: 1.863 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 28 Nov 2007 21:10:46 -0000 1.11 +++ .cvsignore 13 Mar 2009 19:09:51 -0000 1.12 @@ -1 +1 @@ -Email-MIME-1.861.tar.gz +Email-MIME-1.863.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Email-MIME.spec 26 Feb 2009 15:33:20 -0000 1.14 +++ perl-Email-MIME.spec 13 Mar 2009 19:09:51 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Email-MIME -Version: 1.861 -Release: 4%{?dist} +Version: 1.863 +Release: 1%{?dist} Summary: Easy MIME message parsing Group: Development/Libraries @@ -60,6 +60,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.863-1 +- update to 1.863 + * Thu Feb 26 2009 Fedora Release Engineering - 1.861-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 28 Nov 2007 21:10:46 -0000 1.11 +++ sources 13 Mar 2009 19:09:51 -0000 1.12 @@ -1 +1 @@ -fd0b77ea88e5b30c159306d0c6aeab1b Email-MIME-1.861.tar.gz +339b0a09fab042c1f9a6292a220b333d Email-MIME-1.863.tar.gz From spot at fedoraproject.org Fri Mar 13 19:14:14 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:14:14 +0000 (UTC) Subject: rpms/perl-Email-MIME-Attachment-Stripper/devel .cvsignore, 1.3, 1.4 perl-Email-MIME-Attachment-Stripper.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090313191414.D4DB570128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-MIME-Attachment-Stripper/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19181 Modified Files: .cvsignore perl-Email-MIME-Attachment-Stripper.spec sources Log Message: 1.316 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Attachment-Stripper/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Nov 2007 00:32:24 -0000 1.3 +++ .cvsignore 13 Mar 2009 19:13:44 -0000 1.4 @@ -1 +1 @@ -Email-MIME-Attachment-Stripper-1.314.tar.gz +Email-MIME-Attachment-Stripper-1.316.tar.gz Index: perl-Email-MIME-Attachment-Stripper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Attachment-Stripper/devel/perl-Email-MIME-Attachment-Stripper.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME-Attachment-Stripper.spec 26 Feb 2009 15:34:16 -0000 1.6 +++ perl-Email-MIME-Attachment-Stripper.spec 13 Mar 2009 19:13:44 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Attachment-Stripper -Version: 1.314 -Release: 4%{?dist} +Version: 1.316 +Release: 1%{?dist} Summary: Strip the attachments from a mail message Group: Development/Libraries License: GPL+ or Artistic @@ -44,6 +44,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.316-1 +- update to 1.316 + * Thu Feb 26 2009 Fedora Release Engineering - 1.314-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Attachment-Stripper/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Nov 2007 00:32:24 -0000 1.3 +++ sources 13 Mar 2009 19:13:44 -0000 1.4 @@ -1 +1 @@ -ff79e105a6420bb43939f6f08b29b4be Email-MIME-Attachment-Stripper-1.314.tar.gz +b86eb6a18144b24279517349da96b582 Email-MIME-Attachment-Stripper-1.316.tar.gz From spot at fedoraproject.org Fri Mar 13 19:17:21 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:17:21 +0000 (UTC) Subject: rpms/perl-Email-MIME-ContentType/devel .cvsignore, 1.5, 1.6 perl-Email-MIME-ContentType.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090313191721.3C5D470128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19899 Modified Files: .cvsignore perl-Email-MIME-ContentType.spec sources Log Message: 1.015 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Mar 2007 20:08:35 -0000 1.5 +++ .cvsignore 13 Mar 2009 19:16:50 -0000 1.6 @@ -1 +1 @@ -Email-MIME-ContentType-1.014.tar.gz +Email-MIME-ContentType-1.015.tar.gz Index: perl-Email-MIME-ContentType.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel/perl-Email-MIME-ContentType.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-MIME-ContentType.spec 26 Feb 2009 15:35:10 -0000 1.8 +++ perl-Email-MIME-ContentType.spec 13 Mar 2009 19:16:50 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-ContentType -Version: 1.014 -Release: 4%{?dist} +Version: 1.015 +Release: 1%{?dist} Summary: Parse a MIME Content-Type Header Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.015-1 +- update to 1.015 + * Thu Feb 26 2009 Fedora Release Engineering - 1.014-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Mar 2007 20:08:35 -0000 1.5 +++ sources 13 Mar 2009 19:16:50 -0000 1.6 @@ -1 +1 @@ -9189eae13bbb405f4ef9d254f99aef70 Email-MIME-ContentType-1.014.tar.gz +f098ffed16ccab03a3bd51449eba175f Email-MIME-ContentType-1.015.tar.gz From spot at fedoraproject.org Fri Mar 13 19:23:01 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:23:01 +0000 (UTC) Subject: rpms/perl-Email-MIME-Creator/devel .cvsignore, 1.3, 1.4 perl-Email-MIME-Creator.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090313192301.A618B70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-MIME-Creator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21619 Modified Files: .cvsignore perl-Email-MIME-Creator.spec sources Log Message: 1.455 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Creator/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Aug 2007 15:06:15 -0000 1.3 +++ .cvsignore 13 Mar 2009 19:22:30 -0000 1.4 @@ -1,2 +1 @@ -Email-MIME-Creator-1.453.tar.gz -Email-MIME-Creator-1.454.tar.gz +Email-MIME-Creator-1.455.tar.gz Index: perl-Email-MIME-Creator.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Creator/devel/perl-Email-MIME-Creator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-MIME-Creator.spec 28 Feb 2009 01:25:40 -0000 1.6 +++ perl-Email-MIME-Creator.spec 13 Mar 2009 19:22:31 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Creator -Version: 1.454 -Release: 4%{?dist} +Version: 1.455 +Release: 1%{?dist} Summary: Email::MIME constructor for starting anew Group: Development/Libraries License: GPL+ or Artistic @@ -56,6 +56,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.455-1 +- update to 1.455 + * Fri Feb 27 2009 Chris Weyl 1.454-4 - add missing requires on perl(Email::Simple::Creator) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME-Creator/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Aug 2007 15:06:15 -0000 1.3 +++ sources 13 Mar 2009 19:22:31 -0000 1.4 @@ -1 +1 @@ -affb31edb481490e36f0463a9faf50bd Email-MIME-Creator-1.454.tar.gz +4dbaf20060158505b50d3851bd147982 Email-MIME-Creator-1.455.tar.gz From spot at fedoraproject.org Fri Mar 13 19:25:23 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:25:23 +0000 (UTC) Subject: rpms/perl-Email-MIME-Encodings/devel .cvsignore, 1.4, 1.5 perl-Email-MIME-Encodings.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090313192523.F3CCB70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22188 Modified Files: .cvsignore perl-Email-MIME-Encodings.spec sources Log Message: 1.312 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Mar 2007 20:02:05 -0000 1.4 +++ .cvsignore 13 Mar 2009 19:24:53 -0000 1.5 @@ -1 +1 @@ -Email-MIME-Encodings-1.311.tar.gz +Email-MIME-Encodings-1.312.tar.gz Index: perl-Email-MIME-Encodings.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/perl-Email-MIME-Encodings.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Email-MIME-Encodings.spec 26 Feb 2009 15:37:05 -0000 1.8 +++ perl-Email-MIME-Encodings.spec 13 Mar 2009 19:24:53 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Email-MIME-Encodings -Version: 1.311 -Release: 4%{?dist} +Version: 1.312 +Release: 1%{?dist} Summary: Unified interface to MIME encoding and decoding Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.312-1 +- update to 1.312 + * Thu Feb 26 2009 Fedora Release Engineering - 1.311-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Mar 2007 20:02:05 -0000 1.4 +++ sources 13 Mar 2009 19:24:53 -0000 1.5 @@ -1 +1 @@ -d64d9f712534e7ded4246b5ee49a2830 Email-MIME-Encodings-1.311.tar.gz +3e90a4cfec420f6738faadd0f4c14261 Email-MIME-Encodings-1.312.tar.gz From spot at fedoraproject.org Fri Mar 13 19:29:34 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:29:34 +0000 (UTC) Subject: rpms/perl-Email-Send/devel .cvsignore, 1.3, 1.4 perl-Email-Send.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20090313192934.3808C70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Send/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23068 Modified Files: .cvsignore perl-Email-Send.spec sources Log Message: 2.194 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Send/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 Nov 2007 00:35:41 -0000 1.3 +++ .cvsignore 13 Mar 2009 19:29:03 -0000 1.4 @@ -1 +1 @@ -Email-Send-2.192.tar.gz +Email-Send-2.194.tar.gz Index: perl-Email-Send.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Send/devel/perl-Email-Send.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Email-Send.spec 26 Feb 2009 15:40:46 -0000 1.5 +++ perl-Email-Send.spec 13 Mar 2009 19:29:03 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Email-Send -Version: 2.192 -Release: 3%{?dist} +Version: 2.194 +Release: 1%{?dist} Summary: Module for sending email Group: Development/Libraries License: GPL+ or Artistic @@ -48,6 +48,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 2.194-1 +- update to 2.194 + * Thu Feb 26 2009 Fedora Release Engineering - 2.192-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Send/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 Nov 2007 00:35:41 -0000 1.3 +++ sources 13 Mar 2009 19:29:03 -0000 1.4 @@ -1 +1 @@ -8886661fb52440dbd758e2601672a6b9 Email-Send-2.192.tar.gz +c00bf9a37576382ef261c2d52787362d Email-Send-2.194.tar.gz From spot at fedoraproject.org Fri Mar 13 19:36:03 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:36:03 +0000 (UTC) Subject: rpms/perl-Email-Valid/devel .cvsignore, 1.3, 1.4 perl-Email-Valid.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090313193603.4A10970128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Email-Valid/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24301 Modified Files: .cvsignore perl-Email-Valid.spec sources Log Message: 0.180 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Valid/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 18 Jan 2007 00:56:42 -0000 1.3 +++ .cvsignore 13 Mar 2009 19:35:32 -0000 1.4 @@ -1 +1 @@ -Email-Valid-0.179.tar.gz +Email-Valid-0.180.tar.gz Index: perl-Email-Valid.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Valid/devel/perl-Email-Valid.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Email-Valid.spec 26 Feb 2009 15:43:32 -0000 1.6 +++ perl-Email-Valid.spec 13 Mar 2009 19:35:32 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Email-Valid -Version: 0.179 -Release: 5%{?dist} +Version: 0.180 +Release: 1%{?dist} Summary: Check validity of internet email address Group: Development/Libraries License: GPL+ or Artistic @@ -48,6 +48,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.180-1 +- update to 0.180 + * Thu Feb 26 2009 Fedora Release Engineering - 0.179-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Valid/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Jan 2007 00:56:42 -0000 1.3 +++ sources 13 Mar 2009 19:35:32 -0000 1.4 @@ -1 +1 @@ -6cc996fef1e9005b5957b6da15f5b4ba Email-Valid-0.179.tar.gz +2827e36e40f8120cf42cd29a07bbd031 Email-Valid-0.180.tar.gz From spot at fedoraproject.org Fri Mar 13 19:40:33 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:40:33 +0000 (UTC) Subject: rpms/perl-File-HomeDir/devel .cvsignore, 1.9, 1.10 perl-File-HomeDir.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <20090313194033.C9C2370128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-File-HomeDir/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25259 Modified Files: .cvsignore perl-File-HomeDir.spec sources Log Message: 0.84 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 16 Dec 2008 09:10:31 -0000 1.9 +++ .cvsignore 13 Mar 2009 19:40:03 -0000 1.10 @@ -1 +1 @@ -File-HomeDir-0.82.tar.gz +File-HomeDir-0.84.tar.gz Index: perl-File-HomeDir.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/perl-File-HomeDir.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-File-HomeDir.spec 26 Feb 2009 16:14:23 -0000 1.13 +++ perl-File-HomeDir.spec 13 Mar 2009 19:40:03 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-File-HomeDir -Version: 0.82 -Release: 2%{?dist} +Version: 0.84 +Release: 1%{?dist} Summary: Get the home directory for yourself or other users Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.84-1 +- update to 0.84 + * Thu Feb 26 2009 Fedora Release Engineering - 0.82-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-HomeDir/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 16 Dec 2008 09:10:31 -0000 1.9 +++ sources 13 Mar 2009 19:40:03 -0000 1.10 @@ -1 +1 @@ -0b8ba1faceb472b0136d30039828f177 File-HomeDir-0.82.tar.gz +4b65abf5374c6579e6282065b402ee37 File-HomeDir-0.84.tar.gz From spot at fedoraproject.org Fri Mar 13 19:43:19 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:43:19 +0000 (UTC) Subject: rpms/perl-GD/devel .cvsignore, 1.12, 1.13 perl-GD.spec, 1.25, 1.26 sources, 1.12, 1.13 Message-ID: <20090313194319.5F89270128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26328 Modified Files: .cvsignore perl-GD.spec sources Log Message: 2.41 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 21 Jul 2008 19:04:14 -0000 1.12 +++ .cvsignore 13 Mar 2009 19:42:48 -0000 1.13 @@ -1 +1 @@ -GD-2.39.tar.gz +GD-2.41.tar.gz Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- perl-GD.spec 26 Feb 2009 16:42:42 -0000 1.25 +++ perl-GD.spec 13 Mar 2009 19:42:48 -0000 1.26 @@ -6,8 +6,8 @@ Name: perl-GD -Version: 2.39 -Release: 2%{?dist} +Version: 2.41 +Release: 1%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries @@ -58,7 +58,6 @@ # Remove duplicate file rm bdf_scripts/bdf2gdfont.PLS - %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +74,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 2.41-1 +- update to 2.41 + * Thu Feb 26 2009 Fedora Release Engineering - 2.39-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 21 Jul 2008 19:04:15 -0000 1.12 +++ sources 13 Mar 2009 19:42:49 -0000 1.13 @@ -1 +1 @@ -5fdb681e5614236e7a952a07eabc8791 GD-2.39.tar.gz +15d523ea72b552863453882f7d132712 GD-2.41.tar.gz From spot at fedoraproject.org Fri Mar 13 19:58:34 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 19:58:34 +0000 (UTC) Subject: rpms/perl-Geo-Ellipsoids/devel .cvsignore, 1.6, 1.7 perl-Geo-Ellipsoids.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090313195834.1511D70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Geo-Ellipsoids/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31541 Modified Files: .cvsignore perl-Geo-Ellipsoids.spec sources Log Message: 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Geo-Ellipsoids/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 10 Feb 2007 15:13:03 -0000 1.6 +++ .cvsignore 13 Mar 2009 19:58:03 -0000 1.7 @@ -1 +1 @@ -Geo-Ellipsoids-0.14.tar.gz +Geo-Ellipsoids-0.16.tar.gz Index: perl-Geo-Ellipsoids.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Geo-Ellipsoids/devel/perl-Geo-Ellipsoids.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Geo-Ellipsoids.spec 26 Feb 2009 16:58:14 -0000 1.8 +++ perl-Geo-Ellipsoids.spec 13 Mar 2009 19:58:03 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Geo-Ellipsoids -Version: 0.14 -Release: 3%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Standard Geo:: ellipsoids Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.16-1 +- update to 0.16 + * Thu Feb 26 2009 Fedora Release Engineering - 0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Geo-Ellipsoids/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 10 Feb 2007 15:13:03 -0000 1.6 +++ sources 13 Mar 2009 19:58:03 -0000 1.7 @@ -1 +1 @@ -9aedb393cd7f71d9c7822df1930fac5b Geo-Ellipsoids-0.14.tar.gz +eb39a72efb4a14c61559a0dfc36cdc69 Geo-Ellipsoids-0.16.tar.gz From spot at fedoraproject.org Fri Mar 13 20:01:50 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:01:50 +0000 (UTC) Subject: rpms/perl-Glib/devel .cvsignore, 1.18, 1.19 perl-Glib.spec, 1.30, 1.31 sources, 1.18, 1.19 Message-ID: <20090313200150.9A82570128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Glib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32530 Modified Files: .cvsignore perl-Glib.spec sources Log Message: 1.201 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Glib/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 11 Sep 2008 17:35:09 -0000 1.18 +++ .cvsignore 13 Mar 2009 20:01:20 -0000 1.19 @@ -1 +1 @@ -Glib-1.183.tar.gz +Glib-1.201.tar.gz Index: perl-Glib.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Glib/devel/perl-Glib.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- perl-Glib.spec 26 Feb 2009 17:09:40 -0000 1.30 +++ perl-Glib.spec 13 Mar 2009 20:01:20 -0000 1.31 @@ -1,6 +1,6 @@ Name: perl-Glib -Version: 1.183 -Release: 2%{?dist} +Version: 1.201 +Release: 1%{?dist} Summary: Perl interface to GLib Group: Development/Libraries @@ -68,6 +68,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.201-1 +- update to 1.201 + * Thu Feb 26 2009 Fedora Release Engineering - 1.183-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Glib/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 11 Sep 2008 17:35:09 -0000 1.18 +++ sources 13 Mar 2009 20:01:20 -0000 1.19 @@ -1 +1 @@ -582fc784f05802f3a8e592a53a3099c4 Glib-1.183.tar.gz +f76f8e93062f6689e15c6b8bb9a70c92 Glib-1.201.tar.gz From spot at fedoraproject.org Fri Mar 13 20:07:32 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:07:32 +0000 (UTC) Subject: rpms/perl-GPS/devel .cvsignore, 1.2, 1.3 perl-GPS.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090313200732.DEA2170128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GPS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1735 Modified Files: .cvsignore perl-GPS.spec sources Log Message: 0.16 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-GPS/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Dec 2006 21:00:53 -0000 1.2 +++ .cvsignore 13 Mar 2009 20:07:02 -0000 1.3 @@ -1 +1 @@ -perl-GPS-0.15.tar.gz +perl-GPS-0.16.tar.gz Index: perl-GPS.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GPS/devel/perl-GPS.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-GPS.spec 26 Feb 2009 16:49:11 -0000 1.4 +++ perl-GPS.spec 13 Mar 2009 20:07:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-GPS -Version: 0.15 -Release: 3%{?dist} +Version: 0.16 +Release: 1%{?dist} Summary: Perl interface to a GPS receiver that implements the Garmin protocol Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.16-1 +- update to 0.16 + * Thu Feb 26 2009 Fedora Release Engineering - 0.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-GPS/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Dec 2006 21:00:53 -0000 1.2 +++ sources 13 Mar 2009 20:07:02 -0000 1.3 @@ -1 +1 @@ -9569057d491c73cd597057de85472673 perl-GPS-0.15.tar.gz +7663bee3ee778cfa47816a66ffa43408 perl-GPS-0.16.tar.gz From spot at fedoraproject.org Fri Mar 13 20:13:13 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:13:13 +0000 (UTC) Subject: rpms/perl-Gtk2/devel .cvsignore, 1.20, 1.21 perl-Gtk2.spec, 1.29, 1.30 sources, 1.20, 1.21 Message-ID: <20090313201313.F1EF170128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Gtk2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3183 Modified Files: .cvsignore perl-Gtk2.spec sources Log Message: 1.203 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 19 Dec 2007 16:44:11 -0000 1.20 +++ .cvsignore 13 Mar 2009 20:12:43 -0000 1.21 @@ -1 +1 @@ -Gtk2-1.162.tar.gz +Gtk2-1.203.tar.gz Index: perl-Gtk2.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2/devel/perl-Gtk2.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- perl-Gtk2.spec 26 Feb 2009 17:19:50 -0000 1.29 +++ perl-Gtk2.spec 13 Mar 2009 20:12:43 -0000 1.30 @@ -5,8 +5,8 @@ # Name: perl-Gtk2 -Version: 1.162 -Release: 5%{?dist} +Version: 1.203 +Release: 1%{?dist} Summary: Perl interface to the 2.x series of the Gimp Toolkit library Group: Development/Libraries @@ -21,7 +21,7 @@ BuildRequires: perl(Glib) >= 1.160 BuildRequires: perl(Cairo) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Glib) >= 1.160 +Requires: perl(Glib) >= 1.200 Requires: perl(Cairo) >= 1.00 %description @@ -86,6 +86,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.203-1 +- update to 1.203 + * Thu Feb 26 2009 Fedora Release Engineering - 1.162-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Gtk2/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 19 Dec 2007 16:44:11 -0000 1.20 +++ sources 13 Mar 2009 20:12:43 -0000 1.21 @@ -1 +1 @@ -752b81dcdd0db326e2b0af7c702fc66f Gtk2-1.162.tar.gz +3d2777f11dfec2a72655b2bb19c3c762 Gtk2-1.203.tar.gz From spot at fedoraproject.org Fri Mar 13 20:14:06 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:14:06 +0000 (UTC) Subject: rpms/perl-Glib/devel perl-Glib.spec,1.31,1.32 Message-ID: <20090313201406.3EF2E70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Glib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3412 Modified Files: perl-Glib.spec Log Message: dont run the tests on ppc Index: perl-Glib.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Glib/devel/perl-Glib.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- perl-Glib.spec 13 Mar 2009 20:01:20 -0000 1.31 +++ perl-Glib.spec 13 Mar 2009 20:13:35 -0000 1.32 @@ -1,6 +1,6 @@ Name: perl-Glib Version: 1.201 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to GLib Group: Development/Libraries @@ -52,8 +52,9 @@ %check +%ifnarch ppc ppc64 make test - +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -68,6 +69,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.201-2 +- dont run the tests on ppc + * Fri Mar 13 2009 Tom "spot" Callaway - 1.201-1 - update to 1.201 From spot at fedoraproject.org Fri Mar 13 20:25:57 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:25:57 +0000 (UTC) Subject: rpms/perl-Image-Size/devel Build.PL, NONE, 1.1 .cvsignore, 1.5, 1.6 perl-Image-Size.spec, 1.15, 1.16 sources, 1.5, 1.6 Message-ID: <20090313202557.71D3570128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Image-Size/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6630 Modified Files: .cvsignore perl-Image-Size.spec sources Added Files: Build.PL Log Message: 3.2 --- NEW FILE Build.PL --- #!/usr/bin/perl use Module::Build; my $build = Module::Build->new( module_name => 'Image::Size', autosplit => 'lib/Image/Size.pm', license => 'artistic', requires => { perl => '5.6.0', File::Spec => 0 }, build_requires => { Test::More => 0 }, dist_author => 'Randy J. Ray ', dist_abstract => 'A library to extract height/width from images', dist_version_from => 'lib/Image/Size.pm', script_files => [ 'imgsize' ], sign => 'yes, please', ); $build->add_to_cleanup(qw(META.yml Image-Size-*)); $build->create_build_script; Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Image-Size/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 19 Dec 2007 18:00:07 -0000 1.5 +++ .cvsignore 13 Mar 2009 20:25:26 -0000 1.6 @@ -1 +1 @@ -Image-Size-3.1.tar.gz +Image-Size-3.2.tar.gz Index: perl-Image-Size.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Image-Size/devel/perl-Image-Size.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Image-Size.spec 26 Feb 2009 20:23:28 -0000 1.15 +++ perl-Image-Size.spec 13 Mar 2009 20:25:27 -0000 1.16 @@ -1,12 +1,13 @@ Name: perl-Image-Size -Version: 3.1 -Release: 5%{?dist} +Version: 3.2 +Release: 1%{?dist} Summary: Determine the size of images in several common formats in Perl Group: Development/Libraries License: LGPLv2 or Artistic 2.0 URL: http://search.cpan.org/dist/Image-Size/ Source0: http://www.cpan.org/authors/id/R/RJ/RJRAY/Image-Size-%{version}.tar.gz +Source1: Build.PL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -32,7 +33,8 @@ %prep %setup -q -n Image-Size-%{version} - +# Upstream forgot Build.PL +cp %{SOURCE1} . pushd lib/Image/ iconv -f iso-8859-1 -t utf-8 -o Size.pm{.utf8,} mv Size.pm{.utf8,} @@ -70,6 +72,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 3.2-1 +- update to 3.2 + * Thu Feb 26 2009 Fedora Release Engineering - 3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Image-Size/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 19 Dec 2007 18:00:07 -0000 1.5 +++ sources 13 Mar 2009 20:25:27 -0000 1.6 @@ -1 +1 @@ -6492bd18bce625010538fc0f2a105c3b Image-Size-3.1.tar.gz +1376fb77e6b9916ae6b61a08f9ee3c07 Image-Size-3.2.tar.gz From spot at fedoraproject.org Fri Mar 13 20:32:23 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:32:23 +0000 (UTC) Subject: rpms/perl-IO-CaptureOutput/devel .cvsignore, 1.4, 1.5 perl-IO-CaptureOutput.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <20090313203223.69B8D70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-IO-CaptureOutput/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8498 Modified Files: .cvsignore perl-IO-CaptureOutput.spec sources Log Message: 1.1101 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-IO-CaptureOutput/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Nov 2008 23:11:05 -0000 1.4 +++ .cvsignore 13 Mar 2009 20:31:52 -0000 1.5 @@ -1 +1 @@ -IO-CaptureOutput-1.10.tar.gz +IO-CaptureOutput-1.1101.tar.gz Index: perl-IO-CaptureOutput.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-CaptureOutput/devel/perl-IO-CaptureOutput.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-IO-CaptureOutput.spec 26 Feb 2009 20:07:32 -0000 1.9 +++ perl-IO-CaptureOutput.spec 13 Mar 2009 20:31:53 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-IO-CaptureOutput -Version: 1.10 -Release: 3%{?dist} +Version: 1.1101 +Release: 1%{?dist} Summary: Capture STDOUT/STDERR from subprocesses and XS/C modules Group: Development/Libraries License: GPL+ or Artistic @@ -44,6 +44,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.1101-1 +- update to 1.1101 + * Thu Feb 26 2009 Fedora Release Engineering - 1.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-IO-CaptureOutput/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Nov 2008 23:11:05 -0000 1.4 +++ sources 13 Mar 2009 20:31:53 -0000 1.5 @@ -1 +1 @@ -cf3b6ecc0ccfff0d2377e3b52015442d IO-CaptureOutput-1.10.tar.gz +9bf6206166288b875c216d53eedde755 IO-CaptureOutput-1.1101.tar.gz From spot at fedoraproject.org Fri Mar 13 20:34:49 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:34:49 +0000 (UTC) Subject: rpms/perl-IO-Interface/devel .cvsignore, 1.4, 1.5 perl-IO-Interface.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <20090313203449.64D3370128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-IO-Interface/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9109 Modified Files: .cvsignore perl-IO-Interface.spec sources Log Message: 1.05 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Interface/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 24 Jan 2007 23:35:53 -0000 1.4 +++ .cvsignore 13 Mar 2009 20:34:18 -0000 1.5 @@ -1 +1 @@ -IO-Interface-1.03.tar.gz +IO-Interface-1.05.tar.gz Index: perl-IO-Interface.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Interface/devel/perl-IO-Interface.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-IO-Interface.spec 26 Feb 2009 20:10:00 -0000 1.10 +++ perl-IO-Interface.spec 13 Mar 2009 20:34:18 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-IO-Interface -Version: 1.03 -Release: 5%{?dist} +Version: 1.05 +Release: 1%{?dist} Summary: Perl extension for accessing network card configuration information Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.05-1 +- update to 1.05 + * Thu Feb 26 2009 Fedora Release Engineering - 1.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-IO-Interface/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 24 Jan 2007 23:35:53 -0000 1.4 +++ sources 13 Mar 2009 20:34:18 -0000 1.5 @@ -1 +1 @@ -bbdc1ded0d51e8c509d87390bd824fd7 IO-Interface-1.03.tar.gz +0ac2e6bac4d385a01355acea8b6190cc IO-Interface-1.05.tar.gz From spot at fedoraproject.org Fri Mar 13 20:43:10 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:43:10 +0000 (UTC) Subject: rpms/perl-Mail-Box/devel .cvsignore, 1.5, 1.6 perl-Mail-Box.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <20090313204310.8633470128@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-serv10839 Modified Files: .cvsignore perl-Mail-Box.spec sources Log Message: 2.087 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Nov 2008 16:21:55 -0000 1.5 +++ .cvsignore 13 Mar 2009 20:42:37 -0000 1.6 @@ -1 +1 @@ -Mail-Box-2.084.tar.gz +Mail-Box-2.087.tar.gz Index: perl-Mail-Box.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/perl-Mail-Box.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Mail-Box.spec 26 Feb 2009 21:19:38 -0000 1.9 +++ perl-Mail-Box.spec 13 Mar 2009 20:42:39 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Mail-Box -Version: 2.084 -Release: 2%{?dist} +Version: 2.087 +Release: 1%{?dist} Summary: Manage a mailbox, a folder with messages Group: Development/Libraries License: GPL+ or Artistic @@ -77,6 +77,9 @@ %{_mandir}/man3/*.3* %changelog +* 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 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Box/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Nov 2008 16:21:55 -0000 1.5 +++ sources 13 Mar 2009 20:42:40 -0000 1.6 @@ -1 +1 @@ -c00b6d4147b3342520c0ba474e8a4ad8 Mail-Box-2.084.tar.gz +fb37d0a450130bd74fb85ee3d7794cd9 Mail-Box-2.087.tar.gz From spot at fedoraproject.org Fri Mar 13 20:45:24 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:45:24 +0000 (UTC) Subject: rpms/perl-Mail-IMAPClient/devel .cvsignore, 1.4, 1.5 perl-Mail-IMAPClient.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <20090313204524.19B9C70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11472 Modified Files: .cvsignore perl-Mail-IMAPClient.spec sources Log Message: 3.14 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Jul 2008 19:10:01 -0000 1.4 +++ .cvsignore 13 Mar 2009 20:44:53 -0000 1.5 @@ -1 +1 @@ -Mail-IMAPClient-3.08.tar.gz +Mail-IMAPClient-3.14.tar.gz Index: perl-Mail-IMAPClient.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/perl-Mail-IMAPClient.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Mail-IMAPClient.spec 26 Feb 2009 21:23:05 -0000 1.7 +++ perl-Mail-IMAPClient.spec 13 Mar 2009 20:44:53 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Mail-IMAPClient -Version: 3.08 -Release: 2%{?dist} +Version: 3.14 +Release: 1%{?dist} Summary: An IMAP Client API Group: Development/Libraries License: GPL+ or Artistic @@ -47,6 +47,9 @@ %{_mandir}/man3/*.3* %changelog +* 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 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-IMAPClient/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Jul 2008 19:10:01 -0000 1.4 +++ sources 13 Mar 2009 20:44:53 -0000 1.5 @@ -1 +1 @@ -688f219e676b0c9da0ce2892449c7c1f Mail-IMAPClient-3.08.tar.gz +bd099eda25cc0cc44e1cecf3f7f22a79 Mail-IMAPClient-3.14.tar.gz From spot at fedoraproject.org Fri Mar 13 20:47:44 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 20:47:44 +0000 (UTC) Subject: rpms/perl-Mail-Sender/devel .cvsignore, 1.3, 1.4 perl-Mail-Sender.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090313204744.1231D70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Sender/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11988 Modified Files: .cvsignore perl-Mail-Sender.spec sources Log Message: 0.8.16 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Sender/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Mar 2006 14:19:14 -0000 1.3 +++ .cvsignore 13 Mar 2009 20:47:13 -0000 1.4 @@ -1 +1 @@ -Mail-Sender-0.8.13.tar.gz +Mail-Sender-0.8.16.tar.gz Index: perl-Mail-Sender.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Sender/devel/perl-Mail-Sender.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Mail-Sender.spec 26 Feb 2009 21:28:40 -0000 1.7 +++ perl-Mail-Sender.spec 13 Mar 2009 20:47:13 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Mail-Sender -Version: 0.8.13 -Release: 4%{?dist} +Version: 0.8.16 +Release: 1%{?dist} Summary: Module for sending mails with attachments through an SMTP server Group: Development/Libraries @@ -60,6 +60,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.8.16-1 +- update to 0.8.16 + * Thu Feb 26 2009 Fedora Release Engineering - 0.8.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Sender/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Mar 2006 14:19:14 -0000 1.3 +++ sources 13 Mar 2009 20:47:13 -0000 1.4 @@ -1 +1 @@ -a30a7267995f7503724b3195ce9493bd Mail-Sender-0.8.13.tar.gz +e5d88236202b3d39567ade7d560797b0 Mail-Sender-0.8.16.tar.gz From spot at fedoraproject.org Fri Mar 13 21:31:02 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 21:31:02 +0000 (UTC) Subject: rpms/perl-Mail-Sender/devel perl-Mail-Sender.spec,1.8,1.9 Message-ID: <20090313213102.0A20870128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Mail-Sender/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21024 Modified Files: perl-Mail-Sender.spec Log Message: fix missing BR on Test::More Index: perl-Mail-Sender.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Mail-Sender/devel/perl-Mail-Sender.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Mail-Sender.spec 13 Mar 2009 20:47:13 -0000 1.8 +++ perl-Mail-Sender.spec 13 Mar 2009 21:30:31 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Mail-Sender Version: 0.8.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module for sending mails with attachments through an SMTP server Group: Development/Libraries @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -60,6 +60,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.8.16-2 +- missing BR on Test::More + * Fri Mar 13 2009 Tom "spot" Callaway - 0.8.16-1 - update to 0.8.16 From spot at fedoraproject.org Fri Mar 13 21:45:18 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 21:45:18 +0000 (UTC) Subject: rpms/perl-Maypole/devel .cvsignore, 1.4, 1.5 perl-Maypole.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090313214518.44EA270128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Maypole/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24284 Modified Files: .cvsignore perl-Maypole.spec sources Log Message: 2.13 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Maypole/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Aug 2007 22:11:21 -0000 1.4 +++ .cvsignore 13 Mar 2009 21:44:47 -0000 1.5 @@ -1,3 +1 @@ -Maypole-2.10.tar.gz -Maypole-2.11.tar.gz -Maypole-2.111.tar.gz +Maypole-2.13.tar.gz Index: perl-Maypole.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Maypole/devel/perl-Maypole.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Maypole.spec 26 Feb 2009 21:48:02 -0000 1.6 +++ perl-Maypole.spec 13 Mar 2009 21:44:47 -0000 1.7 @@ -1,6 +1,7 @@ Name: perl-Maypole -Version: 2.111 -Release: 3%{?dist} +Version: 2.13 +Release: 1%{?dist} +Epoch: 1 Summary: MVC web application framework Group: Development/Libraries License: GPL+ or Artistic @@ -18,6 +19,7 @@ BuildRequires: perl(Apache2::Request), perl(Test::Pod), perl(Class::DBI) BuildRequires: perl(Test::Pod::Coverage), perl(Class::DBI::Loader) BuildRequires: perl(Template), perl(CGI::Untaint::email), perl(HTTP::Body) +BuildRequires: perl(File::MMagic::XS) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: mod_perl @@ -67,6 +69,10 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway 2.13-1 +- update to 2.13 (pick up an epoch, thanks perl versioning) +- add BR: File::MMagic::XS + * Thu Feb 26 2009 Fedora Release Engineering - 2.111-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Maypole/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Aug 2007 22:11:21 -0000 1.4 +++ sources 13 Mar 2009 21:44:47 -0000 1.5 @@ -1 +1 @@ -7592cdd50c4ebaa015247a894da18626 Maypole-2.111.tar.gz +a762b7a798d2c4227402fd6b4a04a3c3 Maypole-2.13.tar.gz From spot at fedoraproject.org Fri Mar 13 21:52:06 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 21:52:06 +0000 (UTC) Subject: rpms/perl-MIME-Types/devel .cvsignore, 1.10, 1.11 perl-MIME-Types.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <20090313215206.6755B70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-MIME-Types/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25778 Modified Files: .cvsignore perl-MIME-Types.spec sources Log Message: 1.27 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-Types/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 20 Nov 2008 23:18:13 -0000 1.10 +++ .cvsignore 13 Mar 2009 21:51:34 -0000 1.11 @@ -1 +1 @@ -MIME-Types-1.24.tar.gz +MIME-Types-1.27.tar.gz Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-Types/devel/perl-MIME-Types.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- perl-MIME-Types.spec 26 Feb 2009 21:12:53 -0000 1.20 +++ perl-MIME-Types.spec 13 Mar 2009 21:51:35 -0000 1.21 @@ -1,6 +1,6 @@ Name: perl-MIME-Types -Version: 1.24 -Release: 2%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: MIME types module for Perl License: GPL+ or Artistic @@ -59,6 +59,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.27-1 +- update to 1.27 + * Thu Feb 26 2009 Fedora Release Engineering - 1.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-Types/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 20 Nov 2008 23:18:13 -0000 1.10 +++ sources 13 Mar 2009 21:51:35 -0000 1.11 @@ -1 +1 @@ -fe43cf2caac763f8b02fdd4ced3fd038 MIME-Types-1.24.tar.gz +9407dfdd3a5adb7bf569ed2a184f1640 MIME-Types-1.27.tar.gz From spot at fedoraproject.org Fri Mar 13 21:57:06 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 21:57:06 +0000 (UTC) Subject: rpms/perl-Module-Install/devel .cvsignore, 1.11, 1.12 perl-Module-Install.spec, 1.15, 1.16 sources, 1.11, 1.12 Message-ID: <20090313215706.E53A070132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Module-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26892 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: 0.79 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 4 Dec 2008 22:12:44 -0000 1.11 +++ .cvsignore 13 Mar 2009 21:56:36 -0000 1.12 @@ -1 +1 @@ -Module-Install-0.77.tar.gz +Module-Install-0.79.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Module-Install.spec 26 Feb 2009 21:58:22 -0000 1.15 +++ perl-Module-Install.spec 13 Mar 2009 21:56:36 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-Module-Install -Version: 0.77 -Release: 2%{?dist} +Version: 0.79 +Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic Group: Development/Libraries @@ -70,6 +70,9 @@ %{_mandir}/man3/* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.79-1 +- update to 0.79 + * Thu Feb 26 2009 Fedora Release Engineering - 0.77-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 4 Dec 2008 22:12:44 -0000 1.11 +++ sources 13 Mar 2009 21:56:36 -0000 1.12 @@ -1 +1 @@ -1bcc0b4e673188e7b97f9f0b691954cf Module-Install-0.77.tar.gz +54473368b3151461562bc472ba282f38 Module-Install-0.79.tar.gz From spot at fedoraproject.org Fri Mar 13 22:01:27 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 22:01:27 +0000 (UTC) Subject: rpms/perl-Net-Domain-TLD/devel .cvsignore, 1.3, 1.4 perl-Net-Domain-TLD.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090313220127.B960970128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Net-Domain-TLD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28568 Modified Files: .cvsignore perl-Net-Domain-TLD.spec sources Log Message: 1.68 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Domain-TLD/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Dec 2007 21:19:12 -0000 1.3 +++ .cvsignore 13 Mar 2009 22:00:57 -0000 1.4 @@ -1 +1 @@ -Net-Domain-TLD-1.67.tar.gz +Net-Domain-TLD-1.68.tar.gz Index: perl-Net-Domain-TLD.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Domain-TLD/devel/perl-Net-Domain-TLD.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Net-Domain-TLD.spec 26 Feb 2009 23:06:39 -0000 1.6 +++ perl-Net-Domain-TLD.spec 13 Mar 2009 22:00:57 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Net-Domain-TLD -Version: 1.67 -Release: 4%{?dist} +Version: 1.68 +Release: 1%{?dist} Summary: Work with TLD names Group: Development/Libraries License: GPL+ or Artistic @@ -43,6 +43,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.68-1 +- update to 1.68 + * Thu Feb 26 2009 Fedora Release Engineering - 1.67-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Domain-TLD/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Dec 2007 21:19:12 -0000 1.3 +++ sources 13 Mar 2009 22:00:57 -0000 1.4 @@ -1 +1 @@ -0b825b97129d9b4d5e66b03209cdd732 Net-Domain-TLD-1.67.tar.gz +0bee2c6c57a07f98082b8968534567f9 Net-Domain-TLD-1.68.tar.gz From spot at fedoraproject.org Fri Mar 13 22:23:22 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 22:23:22 +0000 (UTC) Subject: rpms/perl-Net-GPSD/devel .cvsignore, 1.6, 1.7 perl-Net-GPSD.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090313222322.113D070128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Net-GPSD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31810 Modified Files: .cvsignore perl-Net-GPSD.spec sources Log Message: 0.37 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-GPSD/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Dec 2007 18:30:20 -0000 1.6 +++ .cvsignore 13 Mar 2009 22:22:50 -0000 1.7 @@ -1 +1 @@ -Net-GPSD-0.36.tar.gz +Net-GPSD-0.37.tar.gz Index: perl-Net-GPSD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-GPSD/devel/perl-Net-GPSD.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Net-GPSD.spec 26 Feb 2009 23:08:26 -0000 1.9 +++ perl-Net-GPSD.spec 13 Mar 2009 22:22:50 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Net-GPSD -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: Provides an object client interface to the gpsd server daemon Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.37-1 +- update to 0.37 + * Thu Feb 26 2009 Fedora Release Engineering - 0.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-GPSD/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 Dec 2007 18:30:20 -0000 1.6 +++ sources 13 Mar 2009 22:22:51 -0000 1.7 @@ -1 +1 @@ -c084265953f4e550e813675649a007b1 Net-GPSD-0.36.tar.gz +058ab2f2ca3fac9f6cbf0a843776c164 Net-GPSD-0.37.tar.gz From spot at fedoraproject.org Fri Mar 13 22:40:49 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 22:40:49 +0000 (UTC) Subject: rpms/perl-OLE-Storage_Lite/devel .cvsignore, 1.4, 1.5 perl-OLE-Storage_Lite.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <20090313224049.9D15F70128@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3577 Modified Files: .cvsignore perl-OLE-Storage_Lite.spec sources Log Message: 0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Jun 2008 21:28:44 -0000 1.4 +++ .cvsignore 13 Mar 2009 22:40:19 -0000 1.5 @@ -1 +1 @@ -OLE-Storage_Lite-0.17.tar.gz +OLE-Storage_Lite-0.18.tar.gz Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-OLE-Storage_Lite.spec 26 Feb 2009 23:36:55 -0000 1.12 +++ perl-OLE-Storage_Lite.spec 13 Mar 2009 22:40:19 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-OLE-Storage_Lite -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Simple Class for OLE document interface Group: Development/Libraries License: GPL+ or Artistic @@ -43,6 +43,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.18-1 +- update to 0.18 + * Thu Feb 26 2009 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Jun 2008 21:28:44 -0000 1.4 +++ sources 13 Mar 2009 22:40:19 -0000 1.5 @@ -1 +1 @@ -17be532d743fc0a014f7d06aea33ea63 OLE-Storage_Lite-0.17.tar.gz +dcde0c0feeffdef3727f81a2f8844eca OLE-Storage_Lite-0.18.tar.gz From spot at fedoraproject.org Fri Mar 13 22:48:18 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 22:48:18 +0000 (UTC) Subject: rpms/perl-Pod-POM/devel .cvsignore, 1.2, 1.3 perl-Pod-POM.spec, 1.9, 1.10 sources, 1.2, 1.3 Message-ID: <20090313224819.166F270132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Pod-POM/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5583 Modified Files: .cvsignore perl-Pod-POM.spec sources Log Message: 0.18 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-POM/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Mar 2005 14:16:10 -0000 1.2 +++ .cvsignore 13 Mar 2009 22:47:48 -0000 1.3 @@ -1 +1 @@ -Pod-POM-0.17.tar.gz +Pod-POM-0.18.tar.gz Index: perl-Pod-POM.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-POM/devel/perl-Pod-POM.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Pod-POM.spec 27 Feb 2009 00:39:57 -0000 1.9 +++ perl-Pod-POM.spec 13 Mar 2009 22:47:48 -0000 1.10 @@ -1,15 +1,15 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Pod-POM -Version: 0.17 -Release: 11%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Object-oriented interface to Perl POD documents Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Pod-POM/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/Pod-POM-0.17.tar.gz +Source0: http://www.cpan.org/authors/id/A/AB/ABW/Pod-POM-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -63,6 +63,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway 0.18-1 +- update to 0.18 + * Thu Feb 26 2009 Fedora Release Engineering - 0.17-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-POM/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Mar 2005 14:16:10 -0000 1.2 +++ sources 13 Mar 2009 22:47:48 -0000 1.3 @@ -1 +1 @@ -6ec8b345c9d43d45cc404c9416443d76 Pod-POM-0.17.tar.gz +602c7a04ea261baf7c8140e7711f1ede Pod-POM-0.18.tar.gz From spot at fedoraproject.org Fri Mar 13 22:57:41 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 22:57:41 +0000 (UTC) Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.10, 1.11 perl-Spreadsheet-WriteExcel.spec, 1.17, 1.18 sources, 1.10, 1.11 Message-ID: <20090313225741.D3B0F70132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7180 Modified Files: .cvsignore perl-Spreadsheet-WriteExcel.spec sources Log Message: 2.25 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 5 Jun 2008 21:20:38 -0000 1.10 +++ .cvsignore 13 Mar 2009 22:57:08 -0000 1.11 @@ -1 +1 @@ -Spreadsheet-WriteExcel-2.21.tar.gz +Spreadsheet-WriteExcel-2.25.tar.gz Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Spreadsheet-WriteExcel.spec 27 Feb 2009 21:00:26 -0000 1.17 +++ perl-Spreadsheet-WriteExcel.spec 13 Mar 2009 22:57:09 -0000 1.18 @@ -1,6 +1,6 @@ Name: perl-Spreadsheet-WriteExcel -Version: 2.21 -Release: 3%{?dist} +Version: 2.25 +Release: 1%{?dist} Summary: Write formatted text and numbers to a cross-platform Excel binary file Group: Development/Libraries @@ -81,6 +81,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway 2.25-1 +- update to 2.25 + * Fri Feb 27 2009 Chris Weyl 2.21-3 - remove new provides/requires rpm is finding on f11 (RHBZ#473874, also visible at http://tinyurl.com/cp75ml koji build log for 2.21-2/f11) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 5 Jun 2008 21:20:38 -0000 1.10 +++ sources 13 Mar 2009 22:57:09 -0000 1.11 @@ -1 +1 @@ -0de7d8f827a2da9b1c77b1c15043836e Spreadsheet-WriteExcel-2.21.tar.gz +ad70e5b031c0af60c50a72d8b09240c9 Spreadsheet-WriteExcel-2.25.tar.gz From spot at fedoraproject.org Fri Mar 13 23:03:45 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 23:03:45 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/devel .cvsignore, 1.6, 1.7 perl-SQL-Abstract.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090313230345.702A670132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-SQL-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8866 Modified Files: .cvsignore perl-SQL-Abstract.spec sources Log Message: 1.50 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 Feb 2009 05:55:24 -0000 1.6 +++ .cvsignore 13 Mar 2009 23:03:14 -0000 1.7 @@ -1 +1 @@ -SQL-Abstract-1.24.tar.gz +SQL-Abstract-1.50.tar.gz Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-SQL-Abstract.spec 27 Feb 2009 01:09:23 -0000 1.10 +++ perl-SQL-Abstract.spec 13 Mar 2009 23:03:14 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-SQL-Abstract -Version: 1.24 -Release: 2%{?dist} +Version: 1.50 +Release: 1%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -37,12 +37,15 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes %{perl_vendorlib}/SQL %{_mandir}/man3/*.3* %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.50-1 +- update to 1.50 + * Thu Feb 26 2009 Fedora Release Engineering - 1.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 Feb 2009 05:55:24 -0000 1.6 +++ sources 13 Mar 2009 23:03:15 -0000 1.7 @@ -1 +1 @@ -c750ba7f7b65db9d84aabdc8983811dd SQL-Abstract-1.24.tar.gz +253eadd0ba7450b82afa2e650d13fb1d SQL-Abstract-1.50.tar.gz From spot at fedoraproject.org Fri Mar 13 23:25:53 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 23:25:53 +0000 (UTC) Subject: rpms/perl-Template-Toolkit/devel .cvsignore, 1.5, 1.6 perl-Template-Toolkit.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <20090313232553.753D070132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Template-Toolkit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13094 Modified Files: .cvsignore perl-Template-Toolkit.spec sources Log Message: 2.20 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Template-Toolkit/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Aug 2007 22:18:22 -0000 1.5 +++ .cvsignore 13 Mar 2009 23:25:22 -0000 1.6 @@ -1,4 +1 @@ -Template-Toolkit-2.14.tar.gz -Template-Toolkit-2.15.tar.gz -Template-Toolkit-2.18.tar.gz -Template-Toolkit-2.19.tar.gz +Template-Toolkit-2.20.tar.gz Index: perl-Template-Toolkit.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Template-Toolkit/devel/perl-Template-Toolkit.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Template-Toolkit.spec 27 Feb 2009 02:06:54 -0000 1.13 +++ perl-Template-Toolkit.spec 13 Mar 2009 23:25:22 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-Template-Toolkit -Version: 2.19 -Release: 5%{?dist} +Version: 2.20 +Release: 1%{?dist} Summary: Template processing system Group: Development/Libraries License: GPL+ or Artistic @@ -46,9 +46,13 @@ %define __perl_provides %{_builddir}/Template-Toolkit-%{version}/%{name}-prov chmod +x %{__perl_provides} +# enable examples, docstyle +sed -i 's|#html_docstyle();|html_docstyle();|g' Makefile.PL +sed -i 's|#html_examples();|html_examples();|g' Makefile.PL + %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor \ - TT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/tt2 TT_DBI=n TT_ACCEPT=y + TT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/tt2 TT_DBI=n TT_ACCEPT=y TT_BUILD_DOCS=y make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" %install @@ -94,6 +98,9 @@ %{_datadir}/tt2/examples %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 2.20-1 +- update to 2.20 + * Thu Feb 26 2009 Fedora Release Engineering - 2.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Template-Toolkit/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Aug 2007 22:18:22 -0000 1.5 +++ sources 13 Mar 2009 23:25:23 -0000 1.6 @@ -1 +1 @@ -5c886d392ca57a13ded91fa64834913c Template-Toolkit-2.19.tar.gz +b1fac2d5df7b6b5f194af0ac0d9b7c73 Template-Toolkit-2.20.tar.gz From spot at fedoraproject.org Fri Mar 13 23:28:37 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 23:28:37 +0000 (UTC) Subject: rpms/perl-Test-Differences/devel .cvsignore, 1.2, 1.3 perl-Test-Differences.spec, 1.7, 1.8 sources, 1.2, 1.3 Message-ID: <20090313232837.3FB6470132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Test-Differences/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13752 Modified Files: .cvsignore perl-Test-Differences.spec sources Log Message: 0.4801 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Differences/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 May 2006 02:07:02 -0000 1.2 +++ .cvsignore 13 Mar 2009 23:28:03 -0000 1.3 @@ -1 +1 @@ -Test-Differences-0.47.tar.gz +Test-Differences-0.4801.tar.gz Index: perl-Test-Differences.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Differences/devel/perl-Test-Differences.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Test-Differences.spec 27 Feb 2009 02:23:09 -0000 1.7 +++ perl-Test-Differences.spec 13 Mar 2009 23:28:06 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Test-Differences -Version: 0.47 -Release: 5%{?dist} +Version: 0.4801 +Release: 1%{?dist} Summary: Test strings and data structures and show differences if not ok Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 0.4801-1 +- update to 0.4801 + * Thu Feb 26 2009 Fedora Release Engineering - 0.47-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Differences/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 May 2006 02:07:02 -0000 1.2 +++ sources 13 Mar 2009 23:28:06 -0000 1.3 @@ -1 +1 @@ -e4fa76bb11b0d1db2d4213390413f5af Test-Differences-0.47.tar.gz +2df59051b3c4276f9bb3f26fcf01ae67 Test-Differences-0.4801.tar.gz From spot at fedoraproject.org Fri Mar 13 23:34:57 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Fri, 13 Mar 2009 23:34:57 +0000 (UTC) Subject: rpms/perl-XML-RSS/devel .cvsignore, 1.5, 1.6 perl-XML-RSS.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090313233457.6402F70132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-XML-RSS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15793 Modified Files: .cvsignore perl-XML-RSS.spec sources Log Message: 1.43 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Aug 2007 22:23:06 -0000 1.5 +++ .cvsignore 13 Mar 2009 23:34:26 -0000 1.6 @@ -1,2 +1 @@ -XML-RSS-1.22.tar.gz -XML-RSS-1.31.tar.gz +XML-RSS-1.43.tar.gz Index: perl-XML-RSS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/perl-XML-RSS.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-XML-RSS.spec 27 Feb 2009 04:42:37 -0000 1.10 +++ perl-XML-RSS.spec 13 Mar 2009 23:34:27 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-XML-RSS -Version: 1.31 -Release: 4%{?dist} +Version: 1.43 +Release: 1%{?dist} Summary: Perl module for managing RDF Site Summary (RSS) files Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Fri Mar 13 2009 Tom "spot" Callaway - 1.43-1 +- update to 1.43 + * Thu Feb 26 2009 Fedora Release Engineering - 1.31-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-XML-RSS/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Aug 2007 22:23:06 -0000 1.5 +++ sources 13 Mar 2009 23:34:27 -0000 1.6 @@ -1 +1 @@ -7238c2708a07b76020d07640ea19ddf6 XML-RSS-1.31.tar.gz +dce2dd92ad4cfb34aa8e928a35b73648 XML-RSS-1.43.tar.gz From cweyl at alumni.drew.edu Sun Mar 15 01:22:34 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Sat, 14 Mar 2009 18:22:34 -0700 Subject: Filtering lib provides in XS packages? In-Reply-To: <20090302220232.50dbe105@metropolis.intra.city-fan.org> References: <7dd7ab490902271744m36a5d8cdy20364df47abd2f29@mail.gmail.com> <7dd7ab490902271814n6f76f9bekdbe2680d2686fd36@mail.gmail.com> <20090228123645.2d9d5024@metropolis.intra.city-fan.org> <7dd7ab490902281202n7604b7c6v3d055b3a0aa5721a@mail.gmail.com> <20090228204632.00e8d8d9@metropolis.intra.city-fan.org> <20090301155934.26cb364c@metropolis.intra.city-fan.org> <7dd7ab490903011116i20906187h2d9c27eceaede499@mail.gmail.com> <7dd7ab490903011408m375ad090t34788a6f7627cc71@mail.gmail.com> <20090302220232.50dbe105@metropolis.intra.city-fan.org> Message-ID: <7dd7ab490903141822j21a6b7d9p3a028d54ab048518@mail.gmail.com> On Mon, Mar 2, 2009 at 3:02 PM, Paul Howarth wrote: > This version seems to work a little better: > > # 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}" This works nicely. I just can't help feeling that there has _got_ to be a simpler way to do this than embedding this in every non-noarch package out there. -Chris -- Chris Weyl Ex astris, scientia From iarnell at fedoraproject.org Sun Mar 15 16:49:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Sun, 15 Mar 2009 16:49:53 +0000 (UTC) Subject: rpms/perl-Catalyst-Log-Log4perl/devel .cvsignore, 1.2, 1.3 perl-Catalyst-Log-Log4perl.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090315164954.3715F7012E@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1921 Modified Files: .cvsignore perl-Catalyst-Log-Log4perl.spec sources Log Message: * Sun Mar 15 2009 Iain Arnell 1.02-1 - update to latest upstream - remove unnecessary explicit requires Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 2 Dec 2008 05:14:25 -0000 1.2 +++ .cvsignore 15 Mar 2009 16:49:16 -0000 1.3 @@ -1 +1 @@ -Catalyst-Log-Log4perl-1.00.tar.gz +Catalyst-Log-Log4perl-1.02.tar.gz Index: perl-Catalyst-Log-Log4perl.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel/perl-Catalyst-Log-Log4perl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Catalyst-Log-Log4perl.spec 26 Feb 2009 12:08:49 -0000 1.2 +++ perl-Catalyst-Log-Log4perl.spec 15 Mar 2009 16:49:17 -0000 1.3 @@ -1,24 +1,21 @@ Name: perl-Catalyst-Log-Log4perl -Version: 1.00 -Release: 2%{?dist} +Version: 1.02 +Release: 1%{?dist} Summary: Log::Log4perl logging for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Log-Log4perl/ -Source0: http://www.cpan.org/authors/id/H/HO/HOLOWAY/Catalyst-Log-Log4perl-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Catalyst/Catalyst-Log-Log4perl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Catalyst) >= 5.60 BuildRequires: perl(Data::Dump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Log::Log4perl) >= 0.49 +BuildRequires: perl(MRO::Compat) BuildRequires: perl(Params::Validate) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) -Requires: perl(Catalyst) >= 5.60 -Requires: perl(Data::Dump) -Requires: perl(Log::Log4perl) >= 0.49 -Requires: perl(Params::Validate) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -55,6 +52,10 @@ %{_mandir}/man3/* %changelog +* Sun Mar 15 2009 Iain Arnell 1.02-1 +- update to latest upstream +- remove unnecessary explicit requires + * Thu Feb 26 2009 Fedora Release Engineering - 1.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Catalyst-Log-Log4perl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Dec 2008 05:14:25 -0000 1.2 +++ sources 15 Mar 2009 16:49:17 -0000 1.3 @@ -1 +1 @@ -98983198da65342aac945408db6fe61e Catalyst-Log-Log4perl-1.00.tar.gz +d9ec8a1bab2079846f2a41794e7a8b28 Catalyst-Log-Log4perl-1.02.tar.gz From jfearn at fedoraproject.org Mon Mar 16 05:07:01 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 16 Mar 2009 05:07:01 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/devel XML-TreeBuilder-NoExpand.patch, 1.2, 1.3 perl-XML-TreeBuilder.spec, 1.3, 1.4 Message-ID: <20090316050701.8200B7012E@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-serv20153 Modified Files: XML-TreeBuilder-NoExpand.patch perl-XML-TreeBuilder.spec Log Message: fix NoExpand and ErrorContext in output when undefined XML-TreeBuilder-NoExpand.patch: Index: XML-TreeBuilder-NoExpand.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/XML-TreeBuilder-NoExpand.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XML-TreeBuilder-NoExpand.patch 15 Oct 2008 03:29:04 -0000 1.2 +++ XML-TreeBuilder-NoExpand.patch 16 Mar 2009 05:07:00 -0000 1.3 @@ -1,22 +1,23 @@ -diff -rubB --exclude=.svn XML-TreeBuilder-3.09/Changes XML-TreeBuilder-patched/Changes +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 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-03-16 13:55:57.000000000 +1000 +@@ -5,6 +7,7 @@ use strict; use XML::Element (); use XML::Parser (); @@ -24,81 +25,199 @@ 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,44 +31,51 @@ $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; + }, + +@@ -67,11 +84,11 @@ + '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 +97,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 +110,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 +@@ -110,15 +143,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', @_ ); } + + #========================================================================== + +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 2008-10-15 12:17:13.000000000 +1000 -@@ -21,6 +21,7 @@ ++++ XML-TreeBuilder-patched/t/10main.t 2009-03-16 13:33:49.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 } - 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 @@ + use XML::TreeBuilder; + +@@ -29,8 +29,7 @@ ] ); @@ -108,3 +227,32 @@ unless( $ENV{'HARNESS_ACTIVE'} ) { $x->dump; +@@ -45,6 +44,28 @@ + $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', ++ { 'NoExpand' => "1", 'ErrorContext' => "2" }, ++ ['~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/devel/perl-XML-TreeBuilder.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-XML-TreeBuilder.spec 27 Feb 2009 04:49:55 -0000 1.3 +++ perl-XML-TreeBuilder.spec 16 Mar 2009 05:07:00 -0000 1.4 @@ -50,8 +50,8 @@ %{perl_vendorlib}/XML/ %changelog -* Thu Feb 26 2009 Fedora Release Engineering - 3.09-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Mon Mar 16 2009 Jeff Fearn - 3.09-12 +- Remove NoExpand and ErrorContext from output if they aren't set. * Wed Oct 15 2008 Jeff Fearn - 3.09-11 - Add ErrorContext pass through From jfearn at fedoraproject.org Mon Mar 16 05:10:40 2009 From: jfearn at fedoraproject.org (Jeff Fearn) Date: Mon, 16 Mar 2009 05:10:40 +0000 (UTC) Subject: rpms/perl-XML-TreeBuilder/devel perl-XML-TreeBuilder.spec,1.4,1.5 Message-ID: <20090316051040.A2EC670132@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-serv20710 Modified Files: perl-XML-TreeBuilder.spec Log Message: d'oh, trashed bulk update entry, put him back Index: perl-XML-TreeBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-TreeBuilder/devel/perl-XML-TreeBuilder.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-XML-TreeBuilder.spec 16 Mar 2009 05:07:00 -0000 1.4 +++ perl-XML-TreeBuilder.spec 16 Mar 2009 05:10:10 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Parser that builds a tree of XML::Element objects Name: perl-XML-TreeBuilder Version: 3.09 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-TreeBuilder/ @@ -50,9 +50,12 @@ %{perl_vendorlib}/XML/ %changelog -* Mon Mar 16 2009 Jeff Fearn - 3.09-12 +* 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 getpaid at g2gm.com Mon Mar 16 00:19:23 2009 From: getpaid at g2gm.com (Network Services) Date: Sun, 15 Mar 2009 17:19:23 -0700 Subject: Welcome, fedora-perl-devel-list@redhat.com Message-ID: An HTML attachment was scrubbed... URL: From pghmcfc at fedoraproject.org Mon Mar 16 09:08:00 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 16 Mar 2009 09:08:00 +0000 (UTC) Subject: rpms/perl-Sort-Versions/EL-4 perl-Sort-Versions-1.5-utf8.patch, NONE, 1.1 perl-Sort-Versions.spec, 1.2, 1.3 Message-ID: <20090316090800.9150D7012E@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Sort-Versions/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31583 Modified Files: perl-Sort-Versions.spec Added Files: perl-Sort-Versions-1.5-utf8.patch Log Message: Bring up to date for first EL-4 build perl-Sort-Versions-1.5-utf8.patch: --- NEW FILE perl-Sort-Versions-1.5-utf8.patch --- --- Sort-Versions-1.5/Changes 2003-08-24 23:59:24.000000000 +0100 +++ Sort-Versions-1.5/Changes.utf8 2009-03-16 08:56:06.000000000 +0000 @@ -65,7 +65,7 @@ 2002-01-28 19:06 ed - * Versions.pm: Version 1.3: patch from Hack Kampbj?rn for '-' digit + * Versions.pm: Version 1.3: patch from Hack Kampbj??rn for '-' digit groupings as well as '.'. 2002-01-28 19:05 ed --- Sort-Versions-1.5/Versions.pm 2003-08-24 23:58:14.000000000 +0100 +++ Sort-Versions-1.5/Versions.pm.utf8 2009-03-16 08:55:31.000000000 +0000 @@ -138,7 +138,7 @@ Ed Avis and Matt Johnson for recent releases; the original author is Kenneth J. Albanowski -. Thanks to Hack Kampbj?rn and Slaven Rezic for +. Thanks to Hack Kampbj??rn and Slaven Rezic for patches and bug reports. Copyright (c) 1996, Kenneth J. Albanowski. All rights reserved. This Index: perl-Sort-Versions.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Sort-Versions/EL-4/perl-Sort-Versions.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sort-Versions.spec 17 Aug 2005 15:02:42 -0000 1.2 +++ perl-Sort-Versions.spec 16 Mar 2009 09:07:30 -0000 1.3 @@ -1,14 +1,17 @@ Name: perl-Sort-Versions Version: 1.5 -Release: 3%{?dist} +Release: 7%{?dist}.1 Summary: Perl module for sorting of revision-like numbers -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sort-Versions/ Source0: http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch0: perl-Sort-Versions-1.5-utf8.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -24,6 +27,9 @@ %prep %setup -q -n Sort-Versions-%{version} +# Recode as UTF-8 +%patch0 -p1 + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -32,7 +38,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 -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %clean @@ -48,6 +54,23 @@ %{_mandir}/man3/* %changelog +* Mon Mar 16 2009 Paul Howarth - 1.5-7.1 +- Recode as UTF-8 +- Fix argument order for find with -depth + +* Fri Aug 17 2007 Ralf Cors??pius - 1.5-7 +- Add BR: perl(Test::More). + +* Fri Aug 17 2007 Ralf Cors??pius - 1.5-6 +- Update license tag. +- Reflect perl split. + +* Tue Sep 05 2006 Ralf Cors??pius - 1.5-5 +- Mass rebuild. + +* Tue Feb 28 2006 Ralf Cors??pius - 1.5-4 +- Rebuild for perl-5.8.8. + * Wed Aug 17 2005 Ralf Corsepius - 1.5-3 - Spec cleanup. From bugzilla at redhat.com Mon Mar 16 12:06:16 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Mar 2009 08:06:16 -0400 Subject: [Bug 490429] New: Unresolvable dependency on 2.41-1.fc11 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Unresolvable dependency on 2.41-1.fc11 https://bugzilla.redhat.com/show_bug.cgi?id=490429 Summary: Unresolvable dependency on 2.41-1.fc11 Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl-GD AssignedTo: tcallawa at redhat.com ReportedBy: mtasaka at ioa.s.u-tokyo.ac.jp QAContact: extras-qa at fedoraproject.org CC: tcallawa at redhat.com, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: # yum -y upgrade perl-GD Loaded plugins: dellsysidplugin2 Setting up Upgrade Process Resolving Dependencies There are unfinished transactions remaining. You might consider running yum-complete-transaction first to fin ish them. --> Running transaction check ---> Package perl-GD.i586 0:2.41-1.fc11 set to be updated --> Processing Dependency: perl(GD::Group) for package: perl-GD --> Finished Dependency Resolution perl-GD-2.41-1.fc11.i586 from koji-11 has depsolving problems --> Missing Dependency: perl(GD::Group) is needed by package perl-GD-2.41-1.fc11.i586 (koji-11) Error: Missing Dependency: perl(GD::Group) is needed by package perl-GD-2.41-1.fc11.i586 (koji-11) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): perl-GD-2.41-1.fc11 How reproducible: 100% Steps to Reproduce: 1. See above 2. 3. Additional info: Google shows something about this issue, especially the following URLs: http://lists.rpmforge.net/pipermail/packagers/2008-October/000727.html http://rt.cpan.org/Public/Bug/Display.html?id=39947 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From paul at city-fan.org Mon Mar 16 12:28:39 2009 From: paul at city-fan.org (Paul Howarth) Date: Mon, 16 Mar 2009 12:28:39 +0000 Subject: Minor tweaks to perl-Sort-Versions in EL-4 branch Message-ID: <49BE45F7.1030001@city-fan.org> Hi all, this morning I built the newly-created EL-4 version of perl-Sort-Versions. I made a few very minor tweaks from the EL-5 version, which is essentially the same as the devel branch: * Get rid of rpmlint complaint about mixed spaces and tabs * Change encoding of Changes and Versions.pm (and its manpage) from ISO-8859-1 to UTF-8 * Make "-depth" the first option in the find command it's used in I think it would make sense to merge these or equivalent changes into the other branches whenever the next update happens. Cheers, Paul. From spot at fedoraproject.org Mon Mar 16 13:06:21 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 16 Mar 2009 13:06:21 +0000 (UTC) Subject: rpms/perl-GD/devel perl-GD-2.41-Group.patch, NONE, 1.1 perl-GD.spec, 1.26, 1.27 Message-ID: <20090316130621.CC3E07012E@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GD/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2625 Modified Files: perl-GD.spec Added Files: perl-GD-2.41-Group.patch Log Message: fix Makefile.PL to include GD::Group perl-GD-2.41-Group.patch: --- NEW FILE perl-GD-2.41-Group.patch --- diff -up GD-2.41/Makefile.PL.BAD GD-2.41/Makefile.PL --- GD-2.41/Makefile.PL.BAD 2009-03-16 09:00:18.000000000 -0400 +++ GD-2.41/Makefile.PL 2009-03-16 09:00:34.000000000 -0400 @@ -232,6 +232,7 @@ WriteMakefile( 'Math::Trig' => 0, }, 'PM' => { 'GD.pm' => '$(INST_LIBDIR)/GD.pm', + 'GD/Group.pm' => '$(INST_LIBDIR)/GD/Group.pm', 'GD/Polyline.pm' => '$(INST_LIBDIR)/GD/Polyline.pm', 'GD/Polygon.pm' => '$(INST_LIBDIR)/GD/Polygon.pm', 'GD/Simple.pm' => '$(INST_LIBDIR)/GD/Simple.pm', Index: perl-GD.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GD/devel/perl-GD.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- perl-GD.spec 13 Mar 2009 19:42:48 -0000 1.26 +++ perl-GD.spec 16 Mar 2009 13:05:51 -0000 1.27 @@ -7,13 +7,14 @@ Name: perl-GD Version: 2.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/GD/ Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz +Patch0: perl-GD-2.41-Group.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gd-devel >= 2.0.28 @@ -32,6 +33,7 @@ %prep %setup -q -n GD-%{version} +%patch0 -p1 %{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \ qd.pl demos/{*.{pl,cgi},truetype_test} chmod -c 644 bdf_scripts/* demos/* @@ -74,6 +76,9 @@ %changelog +* Mon Mar 16 2009 Tom "spot" Callaway - 2.41-2 +- fix Makefile.PL to install GD/Group.pm (bz 490429) + * Fri Mar 13 2009 Tom "spot" Callaway - 2.41-1 - update to 2.41 From bugzilla at redhat.com Mon Mar 16 13:30:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Mar 2009 09:30:47 -0400 Subject: [Bug 490429] Unresolvable dependency on 2.41-1.fc11 In-Reply-To: References: Message-ID: <200903161330.n2GDUlP6018555@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=490429 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #1 from Tom "spot" Callaway 2009-03-16 09:30:47 EDT --- Fixed in 2.41-2, thanks for the 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 spot at fedoraproject.org Mon Mar 16 13:40:42 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 16 Mar 2009 13:40:42 +0000 (UTC) Subject: rpms/perl-SQL-Abstract/devel perl-SQL-Abstract.spec,1.11,1.12 Message-ID: <20090316134042.504207012E@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-SQL-Abstract/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10351 Modified Files: perl-SQL-Abstract.spec Log Message: add missing BR: perl(Test::Exception) Index: perl-SQL-Abstract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SQL-Abstract/devel/perl-SQL-Abstract.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-SQL-Abstract.spec 13 Mar 2009 23:03:14 -0000 1.11 +++ perl-SQL-Abstract.spec 16 Mar 2009 13:40:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-SQL-Abstract Version: 1.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate SQL from Perl data structures Group: Development/Libraries License: GPL+ or Artistic @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn) +BuildRequires: perl(Test::More), perl(Test::Deep), perl(Test::Warn), perl(Test::Exception) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,6 +43,9 @@ %changelog +* Mon Mar 16 2009 Tom "spot" Callaway - 1.50-2 +- add missing BR: perl(Test::Exception) + * Fri Mar 13 2009 Tom "spot" Callaway - 1.50-1 - update to 1.50 From kasal at fedoraproject.org Mon Mar 16 14:22:26 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 16 Mar 2009 14:22:26 +0000 (UTC) Subject: rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.8,1.9 Message-ID: <20090316142226.DE5427012E@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sort-Versions/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16416 Modified Files: perl-Sort-Versions.spec Log Message: - Recode as UTF-8, fix argument order find with -depth, etc. Index: perl-Sort-Versions.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sort-Versions/devel/perl-Sort-Versions.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Sort-Versions.spec 27 Feb 2009 01:35:25 -0000 1.8 +++ perl-Sort-Versions.spec 16 Mar 2009 14:21:56 -0000 1.9 @@ -1,12 +1,12 @@ Name: perl-Sort-Versions Version: 1.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Perl module for sorting of revision-like numbers License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sort-Versions/ Source0: http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) @@ -25,6 +25,9 @@ %prep %setup -q -n Sort-Versions-%{version} +for f in Changes Versions.pm; do + iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f +done %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -33,8 +36,9 @@ %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth \ + -type f -name .packlist -exec rm -f {} ';' -o \ + -type d -empty -exec rmdir {} ';' chmod -R u+w $RPM_BUILD_ROOT/* %clean @@ -50,6 +54,10 @@ %{_mandir}/man3/* %changelog +* Mon Mar 16 2009 Stepan Kasal - 1.5-10 +- Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth) +- Other minor cleanups + * Thu Feb 26 2009 Fedora Release Engineering - 1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From skasal at redhat.com Mon Mar 16 14:23:23 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 16 Mar 2009 15:23:23 +0100 Subject: Minor tweaks to perl-Sort-Versions in EL-4 branch In-Reply-To: <49BE45F7.1030001@city-fan.org> References: <49BE45F7.1030001@city-fan.org> Message-ID: <20090316142323.GA845@camelia.ucw.cz> Hello Paul, > this morning I built the newly-created EL-4 version of > perl-Sort-Versions. I made a few very minor tweaks from the EL-5 > version, which is essentially the same as the devel branch: thanks for your mail. I expanded on the points you touched: > * Get rid of rpmlint complaint about mixed spaces and tabs Yes, and I noticed the BuildRoot line is suboptimal: I like the mktemp version more. > * Change encoding of Changes and Versions.pm (and its manpage) > from ISO-8859-1 to UTF-8 That's usually done by an iconv command in %prep; it's more clear expression of the intent. > * Make "-depth" the first option in the find command it's used in Correct. While I was there, I deployed -empty and combined the two find commands to one. (Another option would be to use "|xargs rm -f" for the files and then remove the empty dirs.) > I think it would make sense to merge these or equivalent changes into > the other branches whenever the next update happens. Agreed, thanks again. For now, it's in devel, and it might be used in other branches if they need to be touched. Stepan From iarnell at fedoraproject.org Tue Mar 17 14:43:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 17 Mar 2009 14:43:53 +0000 (UTC) Subject: rpms/perl-HTML-Strip/F-9 perl-HTML-Strip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090317144353.6EECF70133@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Strip/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10201/F-9 Modified Files: .cvsignore sources Added Files: perl-HTML-Strip.spec Log Message: initial import --- NEW FILE perl-HTML-Strip.spec --- Name: perl-HTML-Strip Version: 1.06 Release: 1%{?dist} Summary: Perl extension for stripping HTML markup from text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Strip/ Source0: http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML:: namespace. # 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}" %prep %setup -q -n HTML-Strip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/HTML* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Iain Arnell 1.06-1 - Specfile autogenerated by cpanspec 1.77. - don't "provide" private Perl libs Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:25:01 -0000 1.1 +++ .cvsignore 17 Mar 2009 14:43:23 -0000 1.2 @@ -0,0 +1 @@ +HTML-Strip-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:25:01 -0000 1.1 +++ sources 17 Mar 2009 14:43:23 -0000 1.2 @@ -0,0 +1 @@ +ceeacef0c7c31983e3a991e77bb58b45 HTML-Strip-1.06.tar.gz From iarnell at fedoraproject.org Tue Mar 17 14:43:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 17 Mar 2009 14:43:53 +0000 (UTC) Subject: rpms/perl-HTML-Strip/devel perl-HTML-Strip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090317144353.B7CF170132@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Strip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10201/devel Modified Files: .cvsignore sources Added Files: perl-HTML-Strip.spec Log Message: initial import --- NEW FILE perl-HTML-Strip.spec --- Name: perl-HTML-Strip Version: 1.06 Release: 1%{?dist} Summary: Perl extension for stripping HTML markup from text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Strip/ Source0: http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML:: namespace. # 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}" %prep %setup -q -n HTML-Strip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/HTML* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Iain Arnell 1.06-1 - Specfile autogenerated by cpanspec 1.77. - don't "provide" private Perl libs Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:25:01 -0000 1.1 +++ .cvsignore 17 Mar 2009 14:43:23 -0000 1.2 @@ -0,0 +1 @@ +HTML-Strip-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:25:01 -0000 1.1 +++ sources 17 Mar 2009 14:43:23 -0000 1.2 @@ -0,0 +1 @@ +ceeacef0c7c31983e3a991e77bb58b45 HTML-Strip-1.06.tar.gz From iarnell at fedoraproject.org Tue Mar 17 14:43:53 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Tue, 17 Mar 2009 14:43:53 +0000 (UTC) Subject: rpms/perl-HTML-Strip/F-10 perl-HTML-Strip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090317144353.4215570132@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/perl-HTML-Strip/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10201/F-10 Modified Files: .cvsignore sources Added Files: perl-HTML-Strip.spec Log Message: initial import --- NEW FILE perl-HTML-Strip.spec --- Name: perl-HTML-Strip Version: 1.06 Release: 1%{?dist} Summary: Perl extension for stripping HTML markup from text License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTML-Strip/ Source0: http://www.cpan.org/authors/id/K/KI/KILINRAX/HTML-Strip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(HTML::Entities) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML:: namespace. # 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}" %prep %setup -q -n HTML-Strip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/HTML* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Iain Arnell 1.06-1 - Specfile autogenerated by cpanspec 1.77. - don't "provide" private Perl libs Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:25:01 -0000 1.1 +++ .cvsignore 17 Mar 2009 14:43:22 -0000 1.2 @@ -0,0 +1 @@ +HTML-Strip-1.06.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Strip/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:25:01 -0000 1.1 +++ sources 17 Mar 2009 14:43:22 -0000 1.2 @@ -0,0 +1 @@ +ceeacef0c7c31983e3a991e77bb58b45 HTML-Strip-1.06.tar.gz From bugzilla at redhat.com Tue Mar 17 19:28:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Mar 2009 15:28:35 -0400 Subject: [Bug 490743] New: perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) 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-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) https://bugzilla.redhat.com/show_bug.cgi?id=490743 Summary: perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) Product: Fedora Version: 9 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: high Component: perl-ExtUtils-MakeMaker-Coverage AssignedTo: skasal at redhat.com ReportedBy: jpazdziora at redhat.com QAContact: extras-qa at fedoraproject.org CC: skasal at redhat.com, robin.norwood at gmail.com, fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Classification: Fedora Target Release: --- Description of problem: perl-ExtUtils-MakeMaker-Coverage shoud Require perl-Object-Accessor and perl-Devel-Cover. Without it, using ExtUtils::MakeMaker::Coverage fails: $ perl -e 'use ExtUtils::MakeMaker::Coverage' Base class package "Object::Accessor" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl /usr/lib/perl5/site_perl .). at /usr/lib/perl5/vendor_perl/5.10.0/ExtUtils/MakeMaker/Coverage.pm line 5 BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.10.0/ExtUtils/MakeMaker/Coverage.pm line 5. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. and make testcover fails with $ make testcover cover -delete make: cover: Command not found make: *** [coverclean] Error 127 Version-Release number of selected component (if applicable): $ rpm -q perl-ExtUtils-MakeMaker-Coverage perl-ExtUtils-MakeMaker-Coverage-0.05-4.fc9.noarch How reproducible: Tried once. Steps to Reproduce: 1. rpm -q --requires perl-ExtUtils-MakeMaker-Coverage Actual results: $ rpm -q --requires perl-ExtUtils-MakeMaker-Coverage /usr/bin/perl perl(:MODULE_COMPAT_5.10.0) perl(ExtUtils::MakeMaker::Coverage) perl(File::Basename) perl(Getopt::Long) perl(base) perl(strict) perl(warnings) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Expected results: $ rpm -q --requires perl-ExtUtils-MakeMaker-Coverage /usr/bin/perl perl(:MODULE_COMPAT_5.10.0) perl(ExtUtils::MakeMaker::Coverage) perl(File::Basename) perl(Getopt::Long) perl(base) perl(strict) perl(warnings) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 perl(Object::Accessor) perl(Devel::Cover) Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 17 19:27:00 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Mar 2009 15:27:00 -0400 Subject: [Bug 489228] Keyboard does not work in perl-Tk programs In-Reply-To: References: Message-ID: <200903171927.n2HJR0Eq005148@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489228 Patrick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pd520 at york.ac.uk --- Comment #2 from Patrick 2009-03-17 15:26:58 EDT --- I have exactly the same problem, It can be solved the same way. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 17 23:46:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Mar 2009 19:46:20 -0400 Subject: [Bug 490781] New: Segfault in XML::LibXSLT due to reference counting bug Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Segfault in XML::LibXSLT due to reference counting bug https://bugzilla.redhat.com/show_bug.cgi?id=490781 Summary: Segfault in XML::LibXSLT due to reference counting bug Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: high Priority: low Component: perl-XML-LibXSLT AssignedTo: skasal at redhat.com ReportedBy: radford at blackbean.org QAContact: extras-qa at fedoraproject.org CC: skasal at redhat.com, zing at fastmail.fm, fedora-perl-devel-list at redhat.com Depends on: 488182 Classification: Fedora Created an attachment (id=335621) --> (https://bugzilla.redhat.com/attachment.cgi?id=335621) patch to fix reference counting bug in XML::LibXSLT 1.68 XML::LibXSLT has a reference counting bug that leads to segfaults. There is an upstream bug report with no action, so I'm attaching a patch which fixes the bug. http://rt.cpan.org/Ticket/Display.html?id=40844 The patch is for 1.68 since it's in f10 testing, but the bug is also present in 1.66. -- Configure bugmail: 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 Wed Mar 18 07:19:18 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:19:18 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/F-10 perl-ExtUtils-MakeMaker-Coverage.spec, 1.2, 1.3 Message-ID: <20090318071918.48D3D70133@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22493/F-10 Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: * Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 - Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-10/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-ExtUtils-MakeMaker-Coverage.spec 5 Mar 2008 19:19:09 -0000 1.2 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:48 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-ExtUtils-MakeMaker-Coverage Version: 0.05 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Allows perl modules to check test coverage with Devel::Cover Group: Development/Libraries @@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Object::Accessor) BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# rpm doesn't catch these (BZ 490743) +Requires: perl(Object::Accessor), perl(Devel::Cover) %description This module adds an additional target to the Makefile generated by @@ -56,6 +58,9 @@ %{_bindir}/testcover %changelog +* Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 +- Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). + * Wed Mar 5 2008 Tom "spot" Callaway - 0.05-4 - rebuild for new perl From corsepiu at fedoraproject.org Wed Mar 18 07:19:18 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:19:18 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/F-9 perl-ExtUtils-MakeMaker-Coverage.spec, 1.2, 1.3 Message-ID: <20090318071918.84CE670132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22493/F-9 Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: * Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 - Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-9/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-ExtUtils-MakeMaker-Coverage.spec 5 Mar 2008 19:19:09 -0000 1.2 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:48 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-ExtUtils-MakeMaker-Coverage Version: 0.05 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Allows perl modules to check test coverage with Devel::Cover Group: Development/Libraries @@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Object::Accessor) BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# rpm doesn't catch these (BZ 490743) +Requires: perl(Object::Accessor), perl(Devel::Cover) %description This module adds an additional target to the Makefile generated by @@ -56,6 +58,9 @@ %{_bindir}/testcover %changelog +* Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 +- Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). + * Wed Mar 5 2008 Tom "spot" Callaway - 0.05-4 - rebuild for new perl From corsepiu at fedoraproject.org Wed Mar 18 07:19:18 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:19:18 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/devel perl-ExtUtils-MakeMaker-Coverage.spec, 1.3, 1.4 Message-ID: <20090318071918.26A0E70132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22493/devel Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: * Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 - Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/devel/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-ExtUtils-MakeMaker-Coverage.spec 26 Feb 2009 15:59:06 -0000 1.3 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:47 -0000 1.4 @@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Object::Accessor) BuildRequires: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# rpm doesn't catch these (BZ 490743) +Requires: perl(Object::Accessor), perl(Devel::Cover) %description This module adds an additional target to the Makefile generated by @@ -56,6 +58,9 @@ %{_bindir}/testcover %changelog +* Wed Mar 18 2009 Ralf Cors??pius - 0.05-6 +- Add R: perl(Object::Accessor), perl(Devel::Cover) (BZ 490743). + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From bugzilla at redhat.com Wed Mar 18 07:17:43 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Mar 2009 03:17:43 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903180717.n2I7Hh5F010625@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490743 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |rc040203 at freenet.de --- Comment #1 from Ralf Corsepius 2009-03-18 03:17:39 EDT --- AFAIS, the OP is right. I am going to add R: perl(Object::Accessor) R: perl(Devel::Cover) -- Configure bugmail: 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 Wed Mar 18 07:26:59 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:26:59 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/devel perl-ExtUtils-MakeMaker-Coverage.spec, 1.4, 1.5 Message-ID: <20090318072659.AD15270132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24528/devel Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: Fix Release:. Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/devel/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:47 -0000 1.4 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:26:29 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-ExtUtils-MakeMaker-Coverage Version: 0.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Allows perl modules to check test coverage with Devel::Cover Group: Development/Libraries From corsepiu at fedoraproject.org Wed Mar 18 07:26:59 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:26:59 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/F-10 perl-ExtUtils-MakeMaker-Coverage.spec, 1.3, 1.4 Message-ID: <20090318072659.DC33870132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24528/F-10 Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: Fix Release:. Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-10/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:48 -0000 1.3 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:26:29 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-ExtUtils-MakeMaker-Coverage Version: 0.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Allows perl modules to check test coverage with Devel::Cover Group: Development/Libraries From corsepiu at fedoraproject.org Wed Mar 18 07:27:00 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Wed, 18 Mar 2009 07:27:00 +0000 (UTC) Subject: rpms/perl-ExtUtils-MakeMaker-Coverage/F-9 perl-ExtUtils-MakeMaker-Coverage.spec, 1.3, 1.4 Message-ID: <20090318072700.2AA5870132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24528/F-9 Modified Files: perl-ExtUtils-MakeMaker-Coverage.spec Log Message: Fix Release:. Index: perl-ExtUtils-MakeMaker-Coverage.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-ExtUtils-MakeMaker-Coverage/F-9/perl-ExtUtils-MakeMaker-Coverage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:18:48 -0000 1.3 +++ perl-ExtUtils-MakeMaker-Coverage.spec 18 Mar 2009 07:26:29 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-ExtUtils-MakeMaker-Coverage Version: 0.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Allows perl modules to check test coverage with Devel::Cover Group: Development/Libraries From bugzilla at redhat.com Wed Mar 18 07:46:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Mar 2009 03:46:05 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903180746.n2I7k5s1016622@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490743 --- Comment #2 from Fedora Update System 2009-03-18 03:46:02 EDT --- perl-ExtUtils-MakeMaker-Coverage-0.05-6.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-ExtUtils-MakeMaker-Coverage-0.05-6.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 Mar 18 07:48:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Mar 2009 03:48:33 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903180748.n2I7mXMl015492@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=490743 --- Comment #3 from Fedora Update System 2009-03-18 03:48:31 EDT --- perl-ExtUtils-MakeMaker-Coverage-0.05-6.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-ExtUtils-MakeMaker-Coverage-0.05-6.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From xavierb at fedoraproject.org Wed Mar 18 09:10:44 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Wed, 18 Mar 2009 09:10:44 +0000 (UTC) Subject: rpms/perl-XML-Simple-DTDReader/devel import.log, NONE, 1.1 perl-XML-Simple-DTDReader.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090318091044.3C64D70132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22186/devel Modified Files: .cvsignore sources Added Files: import.log perl-XML-Simple-DTDReader.spec Log Message: Initial import. --- NEW FILE import.log --- perl-XML-Simple-DTDReader-0_04-3_fc10:HEAD:perl-XML-Simple-DTDReader-0.04-3.fc10.src.rpm:1237367195 --- NEW FILE perl-XML-Simple-DTDReader.spec --- Name: perl-XML-Simple-DTDReader Version: 0.04 Release: 3%{?dist} Summary: Simple XML file reading based on their DTDs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Simple-DTDReader/ Source0: http://www.cpan.org/modules/by-module/XML/XML-Simple-DTDReader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.28 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. %prep %setup -q -n XML-Simple-DTDReader-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Xavier Bachelot 0.04-3 - Drop R: perl(XML::Parser), already found by autoreq. * Fri Mar 13 2009 Xavier Bachelot 0.04-2 - Add missing BR: perl(Test::More). * Mon Mar 09 2009 Xavier Bachelot 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Mar 2009 03:44:07 -0000 1.1 +++ .cvsignore 18 Mar 2009 09:10:13 -0000 1.2 @@ -0,0 +1 @@ +XML-Simple-DTDReader-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Mar 2009 03:44:07 -0000 1.1 +++ sources 18 Mar 2009 09:10:13 -0000 1.2 @@ -0,0 +1 @@ +e52e030754e30a6aa73b00a8cc9cb727 XML-Simple-DTDReader-0.04.tar.gz From xavierb at fedoraproject.org Wed Mar 18 09:19:28 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Wed, 18 Mar 2009 09:19:28 +0000 (UTC) Subject: rpms/perl-XML-Simple-DTDReader/EL-4 perl-XML-Simple-DTDReader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090318091928.B7FB570132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24828/EL-4 Modified Files: sources Added Files: perl-XML-Simple-DTDReader.spec Log Message: import into F-10,F-9,EL-4,EL-5 --- NEW FILE perl-XML-Simple-DTDReader.spec --- Name: perl-XML-Simple-DTDReader Version: 0.04 Release: 3%{?dist} Summary: Simple XML file reading based on their DTDs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Simple-DTDReader/ Source0: http://www.cpan.org/modules/by-module/XML/XML-Simple-DTDReader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.28 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. %prep %setup -q -n XML-Simple-DTDReader-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Xavier Bachelot 0.04-3 - Drop R: perl(XML::Parser), already found by autoreq. * Fri Mar 13 2009 Xavier Bachelot 0.04-2 - Add missing BR: perl(Test::More). * Mon Mar 09 2009 Xavier Bachelot 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/EL-4/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Mar 2009 03:44:07 -0000 1.1 +++ sources 18 Mar 2009 09:18:58 -0000 1.2 @@ -0,0 +1 @@ +e52e030754e30a6aa73b00a8cc9cb727 XML-Simple-DTDReader-0.04.tar.gz From xavierb at fedoraproject.org Wed Mar 18 09:19:29 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Wed, 18 Mar 2009 09:19:29 +0000 (UTC) Subject: rpms/perl-XML-Simple-DTDReader/EL-5 perl-XML-Simple-DTDReader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090318091929.0B1B070132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24828/EL-5 Modified Files: sources Added Files: perl-XML-Simple-DTDReader.spec Log Message: import into F-10,F-9,EL-4,EL-5 --- NEW FILE perl-XML-Simple-DTDReader.spec --- Name: perl-XML-Simple-DTDReader Version: 0.04 Release: 3%{?dist} Summary: Simple XML file reading based on their DTDs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Simple-DTDReader/ Source0: http://www.cpan.org/modules/by-module/XML/XML-Simple-DTDReader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.28 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. %prep %setup -q -n XML-Simple-DTDReader-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Xavier Bachelot 0.04-3 - Drop R: perl(XML::Parser), already found by autoreq. * Fri Mar 13 2009 Xavier Bachelot 0.04-2 - Add missing BR: perl(Test::More). * Mon Mar 09 2009 Xavier Bachelot 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Mar 2009 03:44:07 -0000 1.1 +++ sources 18 Mar 2009 09:18:58 -0000 1.2 @@ -0,0 +1 @@ +e52e030754e30a6aa73b00a8cc9cb727 XML-Simple-DTDReader-0.04.tar.gz From xavierb at fedoraproject.org Wed Mar 18 09:19:29 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Wed, 18 Mar 2009 09:19:29 +0000 (UTC) Subject: rpms/perl-XML-Simple-DTDReader/F-10 perl-XML-Simple-DTDReader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090318091929.63B7070132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24828/F-10 Modified Files: sources Added Files: perl-XML-Simple-DTDReader.spec Log Message: import into F-10,F-9,EL-4,EL-5 --- NEW FILE perl-XML-Simple-DTDReader.spec --- Name: perl-XML-Simple-DTDReader Version: 0.04 Release: 3%{?dist} Summary: Simple XML file reading based on their DTDs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Simple-DTDReader/ Source0: http://www.cpan.org/modules/by-module/XML/XML-Simple-DTDReader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.28 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. %prep %setup -q -n XML-Simple-DTDReader-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Xavier Bachelot 0.04-3 - Drop R: perl(XML::Parser), already found by autoreq. * Fri Mar 13 2009 Xavier Bachelot 0.04-2 - Add missing BR: perl(Test::More). * Mon Mar 09 2009 Xavier Bachelot 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Mar 2009 03:44:07 -0000 1.1 +++ sources 18 Mar 2009 09:18:59 -0000 1.2 @@ -0,0 +1 @@ +e52e030754e30a6aa73b00a8cc9cb727 XML-Simple-DTDReader-0.04.tar.gz From xavierb at fedoraproject.org Wed Mar 18 09:19:29 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Wed, 18 Mar 2009 09:19:29 +0000 (UTC) Subject: rpms/perl-XML-Simple-DTDReader/F-9 perl-XML-Simple-DTDReader.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090318091929.C478E70132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24828/F-9 Modified Files: sources Added Files: perl-XML-Simple-DTDReader.spec Log Message: import into F-10,F-9,EL-4,EL-5 --- NEW FILE perl-XML-Simple-DTDReader.spec --- Name: perl-XML-Simple-DTDReader Version: 0.04 Release: 3%{?dist} Summary: Simple XML file reading based on their DTDs License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Simple-DTDReader/ Source0: http://www.cpan.org/modules/by-module/XML/XML-Simple-DTDReader-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(XML::Parser) >= 2.28 BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description XML::Simple::DTDReader aims to be a XML::Simple drop-in replacement, but with several aspects of the module controlled by the XML's DTD. Specifically, array folding and array forcing are inferred from the DTD. %prep %setup -q -n XML-Simple-DTDReader-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Mar 15 2009 Xavier Bachelot 0.04-3 - Drop R: perl(XML::Parser), already found by autoreq. * Fri Mar 13 2009 Xavier Bachelot 0.04-2 - Add missing BR: perl(Test::More). * Mon Mar 09 2009 Xavier Bachelot 0.04-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Simple-DTDReader/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Mar 2009 03:44:07 -0000 1.1 +++ sources 18 Mar 2009 09:18:59 -0000 1.2 @@ -0,0 +1 @@ +e52e030754e30a6aa73b00a8cc9cb727 XML-Simple-DTDReader-0.04.tar.gz From laxathom at fedoraproject.org Wed Mar 18 11:50:43 2009 From: laxathom at fedoraproject.org (Xavier LAMIEN) Date: Wed, 18 Mar 2009 11:50:43 +0000 (UTC) Subject: rpms/perl-DBIx-SearchBuilder/EL-5 perl-DBIx-SearchBuilder.spec, 1.13, 1.14 sources, 1.9, 1.10 Message-ID: <20090318115043.E093570132@cvs1.fedora.phx.redhat.com> Author: laxathom Update of /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25397 Modified Files: perl-DBIx-SearchBuilder.spec sources Log Message: Update release Index: perl-DBIx-SearchBuilder.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/EL-5/perl-DBIx-SearchBuilder.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-DBIx-SearchBuilder.spec 12 Mar 2007 04:41:14 -0000 1.13 +++ perl-DBIx-SearchBuilder.spec 18 Mar 2009 11:50:13 -0000 1.14 @@ -6,10 +6,10 @@ # Name: perl-DBIx-SearchBuilder -Version: 1.48 +Version: 1.54 Release: 1%{?dist} Summary: Encapsulate SQL queries and rows in simple perl objects -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBIx-SearchBuilder/ Source0: http://www.cpan.org/modules/by-module/DBIx/DBIx-SearchBuilder-%{version}.tar.gz @@ -42,7 +42,6 @@ %prep %setup -q -n DBIx-SearchBuilder-%{version} -chmod -x Changes find -name '*.pm' -exec chmod -x {} \; %build @@ -91,6 +90,9 @@ %endif %changelog +* Wed Mar 18 2009 Xavier Lamien - 1.54-1 +- Update release. + * Mon Mar 12 2007 Ralf Cors??pius - 1.48-1 - Upstream updata. - BR: perl(ExtUtils::MakeMaker). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/EL-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 12 Mar 2007 04:41:14 -0000 1.9 +++ sources 18 Mar 2009 11:50:13 -0000 1.10 @@ -1 +1 @@ -3ce3e7a7a00a6d7f5bab0d215bedf9fe DBIx-SearchBuilder-1.48.tar.gz +24ece8f03289c716c2af240cac6f08fd DBIx-SearchBuilder-1.54.tar.gz From kasal at fedoraproject.org Wed Mar 18 13:44:47 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 18 Mar 2009 13:44:47 +0000 (UTC) Subject: rpms/perl-XML-LibXSLT/devel perl-XML-LibXSLT-refcount.patch, NONE, 1.1 perl-XML-LibXSLT.spec, 1.18, 1.19 Message-ID: <20090318134447.9321870132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-XML-LibXSLT/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28738 Modified Files: perl-XML-LibXSLT.spec Added Files: perl-XML-LibXSLT-refcount.patch Log Message: - patch to fix a refcounting bug leading to segfaults (#490781) perl-XML-LibXSLT-refcount.patch: --- NEW FILE perl-XML-LibXSLT-refcount.patch --- 2009-03-18 Stepan Kasal * LibXSLT.xs: prevent reference count bug http://rt.cpan.org/Public/Bug/Display.html?id=40844 Fix provided by Jim Radford. --- XML-LibXSLT-1.68/LibXSLT.xs.refcount 2008-11-05 14:19:41.000000000 +0100 +++ XML-LibXSLT-1.68/LibXSLT.xs 2009-03-18 14:30:55.000000000 +0100 @@ -285,7 +285,10 @@ } else { /* need to copy the node as libxml2 will free it */ xmlNodePtr tnode_cpy = xmlCopyNode(tnode, 1); - element = x_PmmNodeToSv(tnode_cpy, NULL); + ProxyNodePtr owner = NULL; + if( tnode_cpy != NULL && tnode_cpy->doc != NULL) + owner = x_PmmOWNERPO(x_PmmNewNode((xmlNodePtr) tnode_cpy->doc)); + element = x_PmmNodeToSv(tnode_cpy, owner); } XPUSHs( sv_2mortal(element) ); } Index: perl-XML-LibXSLT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-LibXSLT/devel/perl-XML-LibXSLT.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-XML-LibXSLT.spec 27 Feb 2009 04:38:55 -0000 1.18 +++ perl-XML-LibXSLT.spec 18 Mar 2009 13:44:17 -0000 1.19 @@ -4,7 +4,7 @@ # NOTE: also update perl-XML-LibXML to a compatible version. See below why. Version: 1.68 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl module for interfacing to GNOME's libxslt @@ -15,7 +15,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libxslt-devel >= 1.1.18, gdbm-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +# http://rt.cpan.org/Public/Bug/Display.html?id=40844 , #490781 +Patch0: perl-XML-LibXSLT-refcount.patch # the package shares code with perl-XML-LibXML, we have to require a compatible version # see https://bugzilla.redhat.com/show_bug.cgi?id=469480 @@ -28,6 +31,7 @@ %prep %setup -q -n XML-LibXSLT-%{version} +%patch0 -p1 -b .refcount %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -56,6 +60,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Mar 18 2009 Stepan Kasal - 1.68-3 +- patch to fix a refcounting bug leading to segfaults (#490781) + * Thu Feb 26 2009 Fedora Release Engineering - 1.68-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From kasal at fedoraproject.org Wed Mar 18 13:46:34 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Wed, 18 Mar 2009 13:46:34 +0000 (UTC) Subject: rpms/perl-XML-LibXSLT/F-10 perl-XML-LibXSLT-refcount.patch, NONE, 1.1 perl-XML-LibXSLT.spec, 1.17, 1.18 Message-ID: <20090318134634.2706170132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-XML-LibXSLT/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29445 Modified Files: perl-XML-LibXSLT.spec Added Files: perl-XML-LibXSLT-refcount.patch Log Message: - patch to fix a refcounting bug leading to segfaults (#490781) perl-XML-LibXSLT-refcount.patch: --- NEW FILE perl-XML-LibXSLT-refcount.patch --- 2009-03-18 Stepan Kasal * LibXSLT.xs: prevent reference count bug http://rt.cpan.org/Public/Bug/Display.html?id=40844 Fix provided by Jim Radford. --- XML-LibXSLT-1.68/LibXSLT.xs.refcount 2008-11-05 14:19:41.000000000 +0100 +++ XML-LibXSLT-1.68/LibXSLT.xs 2009-03-18 14:30:55.000000000 +0100 @@ -285,7 +285,10 @@ } else { /* need to copy the node as libxml2 will free it */ xmlNodePtr tnode_cpy = xmlCopyNode(tnode, 1); - element = x_PmmNodeToSv(tnode_cpy, NULL); + ProxyNodePtr owner = NULL; + if( tnode_cpy != NULL && tnode_cpy->doc != NULL) + owner = x_PmmOWNERPO(x_PmmNewNode((xmlNodePtr) tnode_cpy->doc)); + element = x_PmmNodeToSv(tnode_cpy, owner); } XPUSHs( sv_2mortal(element) ); } Index: perl-XML-LibXSLT.spec =================================================================== RCS file: /cvs/extras/rpms/perl-XML-LibXSLT/F-10/perl-XML-LibXSLT.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-XML-LibXSLT.spec 3 Mar 2009 08:01:15 -0000 1.17 +++ perl-XML-LibXSLT.spec 18 Mar 2009 13:46:03 -0000 1.18 @@ -4,7 +4,7 @@ # NOTE: also update perl-XML-LibXML to a compatible version. See below why. Version: 1.68 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Perl module for interfacing to GNOME's libxslt @@ -15,7 +15,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libxslt-devel >= 1.1.18, gdbm-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +# http://rt.cpan.org/Public/Bug/Display.html?id=40844 , #490781 +Patch0: perl-XML-LibXSLT-refcount.patch # the package shares code with perl-XML-LibXML, we have to require a compatible version # see https://bugzilla.redhat.com/show_bug.cgi?id=469480 @@ -28,6 +31,7 @@ %prep %setup -q -n XML-LibXSLT-%{version} +%patch0 -p1 -b .refcount %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -56,8 +60,20 @@ %{_mandir}/man3/*.3* %changelog -* Tue Mar 3 2009 Marcela Ma??l????ov?? - 1.68-1 -- update to the latest version +* Wed Mar 18 2009 Stepan Kasal - 1.68-3 +- patch to fix a refcounting bug leading to segfaults (#490781) + +* Thu Feb 26 2009 Fedora Release Engineering - 1.68-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Dec 20 2008 Paul Howarth - 1.68-1 +- update to 1.68 +- relax hard version requirement on XML::LibXML, which is at 1.69 upstream + but 1.67 or above will suffice (care will still have to be taken to keep + the packages in sync, particularly when XML::LibXML is updated) +- specify $RPM_OPT_FLAGS once rather than twice +- drop historical perl version requirement, which is met even by EL-3 +- explicitly buildreq ExtUtils::MakeMaker rather than just perl-devel * Mon Nov 3 2008 Stepan Kasal - 1.66-2 - require XML::LibXML of the same version From bugzilla at redhat.com Wed Mar 18 13:49:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Mar 2009 09:49:55 -0400 Subject: [Bug 490781] Segfault in XML::LibXSLT due to reference counting bug In-Reply-To: References: Message-ID: <200903181349.n2IDnt4x000469@bz-web1.app.phx.redhat.com> Please do not reply directly 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 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #1 from Stepan Kasal 2009-03-18 09:49:52 EDT --- Fixed in perl-XML-LibXSLT-3, both in rawhide and (eventually) in F-10 updates. -- Configure bugmail: 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 Mar 18 14:21:01 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 18 Mar 2009 14:21:01 +0000 (UTC) Subject: rpms/perl-Test-Warn/EL-5 perl-Test-Warn.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090318142101.6AF9E70132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Test-Warn/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7749 Modified Files: perl-Test-Warn.spec sources Log Message: make current Index: perl-Test-Warn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/EL-5/perl-Test-Warn.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Test-Warn.spec 5 May 2007 13:57:12 -0000 1.5 +++ perl-Test-Warn.spec 18 Mar 2009 14:20:31 -0000 1.6 @@ -1,23 +1,31 @@ Name: perl-Test-Warn -Version: 0.10 -Release: 1%{?dist} +Version: 0.11 +Release: 2%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries -License: GPL or Artistic +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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Array::Compare) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) BuildRequires: perl(Sub::Uplevel) >= 0.12 +BuildRequires: perl(Test::Builder) >= 0.13 +BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Array::Compare) -BuildRequires: perl(Tree::DAG_Node) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Tree::DAG_Node) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Test::Builder) >= 0.13 +Requires: perl(Test::Builder::Tester) Requires: perl(Tree::DAG_Node) + %description This module provides a few convenience methods for testing warning based code. @@ -56,6 +64,21 @@ %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Dec 20 2008 Paul Howarth - 0.11-1 +- Update to 0.11 (#477298) +- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder, + Test::Builder::Tester, and Test::More (from upstream Makefile.PL) +- Add runtime dependencies on Test::Builder and Test::Builder::Tester + +* Wed Feb 27 2008 Tom "spot" Callaway - 0.10-3 +- Rebuild for perl 5.10 (again) + +* Thu Jan 31 2008 Tom "spot" Callaway - 0.10-2 +- rebuild for new perl + * Sat May 5 2007 Jose Pedro Oliveira - 0.10-1 - Update to 0.10. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2007 13:57:12 -0000 1.4 +++ sources 18 Mar 2009 14:20:31 -0000 1.5 @@ -1 +1 @@ -17557bbc8eefadf9f088ae4ab73e9976 Test-Warn-0.10.tar.gz +1000ef6d94b54ca9eb75fb994a7e8bec Test-Warn-0.11.tar.gz From spot at fedoraproject.org Wed Mar 18 14:22:53 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Wed, 18 Mar 2009 14:22:53 +0000 (UTC) Subject: rpms/perl-Tree-DAG_Node/EL-5 perl-Tree-DAG_Node.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090318142253.8221270132@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-Tree-DAG_Node/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8430 Modified Files: perl-Tree-DAG_Node.spec sources Log Message: make current Index: perl-Tree-DAG_Node.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tree-DAG_Node/EL-5/perl-Tree-DAG_Node.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Tree-DAG_Node.spec 17 Oct 2007 04:28:28 -0000 1.4 +++ perl-Tree-DAG_Node.spec 18 Mar 2009 14:22:23 -0000 1.5 @@ -1,15 +1,16 @@ Name: perl-Tree-DAG_Node -Version: 1.05 -Release: 4%{?dist} +Version: 1.06 +Release: 5%{?dist} Summary: Class for representing nodes in a tree Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Tree-DAG_Node/ -Source0: http://www.cpan.org/authors/id/S/SB/SBURKE/Tree-DAG_Node-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/C/CO/COGENT/Tree-DAG_Node-%{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 @@ -55,6 +56,25 @@ %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.06-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 20 2008 Tom "spot" Callaway - 1.06-4 +- fix source url + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.06-3 +- Rebuild for perl 5.10 (again) + +* Thu Jan 31 2008 Tom "spot" Callaway - 1.06-2 +- rebuild for new perl + +* Wed Dec 19 2007 Tom "spot" Callaway - 1.06-1 +- 1.06 + +* Wed Oct 17 2007 Tom "spot" Callaway - 1.05-4.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Fri Sep 8 2006 Jose Pedro Oliveira - 1.05-4 - Rebuild for FC6. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Tree-DAG_Node/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jul 2005 20:08:59 -0000 1.2 +++ sources 18 Mar 2009 14:22:23 -0000 1.3 @@ -1 +1 @@ -6956aa477dae75fbb5e7caab83c43d0a Tree-DAG_Node-1.05.tar.gz +3b006f128bd1d8961fc57c466ffa05f2 Tree-DAG_Node-1.06.tar.gz From bugzilla at redhat.com Wed Mar 18 19:07:55 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Mar 2009 15:07:55 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903181907.n2IJ7teY007865@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=490743 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Fedora Update System 2009-03-18 15:07:52 EDT --- perl-ExtUtils-MakeMaker-Coverage-0.05-6.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update perl-ExtUtils-MakeMaker-Coverage'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-2811 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Wed Mar 18 22:51:26 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Mar 2009 22:51:26 +0000 (UTC) Subject: rpms/perl-Best/devel import.log, NONE, 1.1 perl-Best.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090318225126.EB6F670132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Best/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20178/devel Modified Files: .cvsignore sources Added Files: import.log perl-Best.spec Log Message: initial import --- NEW FILE import.log --- perl-Best-0_12-1_fc10:HEAD:perl-Best-0.12-1.fc10.src.rpm:1237416650 --- NEW FILE perl-Best.spec --- Name: perl-Best Version: 0.12 Release: 1%{?dist} # note that README says "perl", but the actual source says "MIT" # lib/Best.pm -> MIT License: MIT Group: Development/Libraries Summary: Fallbackable module loader Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAL/Best-%{version}.tar.gz Url: http://search.cpan.org/dist/Best 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::Exception) BuildRequires: perl(Test::More) # optional BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed.*Best* attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found. %prep %setup -q -n Best-%{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 * Mon Mar 09 2009 Chris Weyl 0.12-1 - submission * Tue Mar 03 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-Best/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:26:55 -0000 1.1 +++ .cvsignore 18 Mar 2009 22:50:54 -0000 1.2 @@ -0,0 +1 @@ +Best-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Best/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:26:55 -0000 1.1 +++ sources 18 Mar 2009 22:50:54 -0000 1.2 @@ -0,0 +1 @@ +0af7afb378e3f8cac5c7af0bf75cfffa Best-0.12.tar.gz From cweyl at fedoraproject.org Wed Mar 18 22:52:15 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Mar 2009 22:52:15 +0000 (UTC) Subject: rpms/perl-Best/F-10 import.log, NONE, 1.1 perl-Best.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090318225215.711F270132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Best/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20481/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Best.spec Log Message: initial import --- NEW FILE import.log --- perl-Best-0_12-1_fc10:F-10:perl-Best-0.12-1.fc10.src.rpm:1237416700 --- NEW FILE perl-Best.spec --- Name: perl-Best Version: 0.12 Release: 1%{?dist} # note that README says "perl", but the actual source says "MIT" # lib/Best.pm -> MIT License: MIT Group: Development/Libraries Summary: Fallbackable module loader Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAL/Best-%{version}.tar.gz Url: http://search.cpan.org/dist/Best 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::Exception) BuildRequires: perl(Test::More) # optional BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed.*Best* attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found. %prep %setup -q -n Best-%{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 * Mon Mar 09 2009 Chris Weyl 0.12-1 - submission * Tue Mar 03 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-Best/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:26:55 -0000 1.1 +++ .cvsignore 18 Mar 2009 22:51:44 -0000 1.2 @@ -0,0 +1 @@ +Best-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Best/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:26:55 -0000 1.1 +++ sources 18 Mar 2009 22:51:45 -0000 1.2 @@ -0,0 +1 @@ +0af7afb378e3f8cac5c7af0bf75cfffa Best-0.12.tar.gz From cweyl at fedoraproject.org Wed Mar 18 22:53:00 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 18 Mar 2009 22:53:00 +0000 (UTC) Subject: rpms/perl-Best/F-9 import.log, NONE, 1.1 perl-Best.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090318225300.D0D0970132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Best/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20812/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Best.spec Log Message: initial import --- NEW FILE import.log --- perl-Best-0_12-1_fc10:F-9:perl-Best-0.12-1.fc10.src.rpm:1237416745 --- NEW FILE perl-Best.spec --- Name: perl-Best Version: 0.12 Release: 1%{?dist} # note that README says "perl", but the actual source says "MIT" # lib/Best.pm -> MIT License: MIT Group: Development/Libraries Summary: Fallbackable module loader Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAL/Best-%{version}.tar.gz Url: http://search.cpan.org/dist/Best 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::Exception) BuildRequires: perl(Test::More) # optional BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed.*Best* attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found. %prep %setup -q -n Best-%{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 * Mon Mar 09 2009 Chris Weyl 0.12-1 - submission * Tue Mar 03 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-Best/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Mar 2009 05:26:55 -0000 1.1 +++ .cvsignore 18 Mar 2009 22:52:29 -0000 1.2 @@ -0,0 +1 @@ +Best-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Best/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Mar 2009 05:26:55 -0000 1.1 +++ sources 18 Mar 2009 22:52:30 -0000 1.2 @@ -0,0 +1 @@ +0af7afb378e3f8cac5c7af0bf75cfffa Best-0.12.tar.gz From pkgdb at fedoraproject.org Thu Mar 19 02:35:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 02:35:15 +0000 Subject: [pkgdb] perl-Text-vFile-asData ownership updated Message-ID: <20090319023659.BA14A20860B@bastion.fedora.phx.redhat.com> Package perl-Text-vFile-asData in Fedora 10 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Text-vFile-asData From pkgdb at fedoraproject.org Thu Mar 19 02:37:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 02:37:03 +0000 Subject: [pkgdb] perl-Text-vFile-asData ownership updated Message-ID: <20090319023658.7BEA6208604@bastion.fedora.phx.redhat.com> Package perl-Text-vFile-asData in Fedora 8 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Text-vFile-asData From pkgdb at fedoraproject.org Thu Mar 19 02:35:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 02:35:38 +0000 Subject: [pkgdb] perl-Text-vFile-asData ownership updated Message-ID: <20090319023703.EC6F12086EF@bastion.fedora.phx.redhat.com> Package perl-Text-vFile-asData in Fedora 10 is now owned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Text-vFile-asData From pkgdb at fedoraproject.org Thu Mar 19 02:36:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 02:36:40 +0000 Subject: [pkgdb] perl-Data-ICal ownership updated Message-ID: <20090319023823.D24322086F6@bastion.fedora.phx.redhat.com> Package perl-Data-ICal in Fedora 8 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Data-ICal From kasal at fedoraproject.org Thu Mar 19 13:13:04 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 19 Mar 2009 13:13:04 +0000 (UTC) Subject: rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.9,1.10 Message-ID: <20090319131304.811CB70132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sort-Versions/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2176 Modified Files: perl-Sort-Versions.spec Log Message: - fix timestamps of the recoded text files Index: perl-Sort-Versions.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sort-Versions/devel/perl-Sort-Versions.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Sort-Versions.spec 16 Mar 2009 14:21:56 -0000 1.9 +++ perl-Sort-Versions.spec 19 Mar 2009 13:12:31 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Sort-Versions Version: 1.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Perl module for sorting of revision-like numbers License: GPL+ or Artistic Group: Development/Libraries @@ -26,7 +26,9 @@ %prep %setup -q -n Sort-Versions-%{version} for f in Changes Versions.pm; do - iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f + iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && + touch -r $f ${f}_ && + mv ${f}_ $f done %build @@ -54,6 +56,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 19 2009 Stepan Kasal - 1.5-11 +- fix timestamps of the recoded text files + * Mon Mar 16 2009 Stepan Kasal - 1.5-10 - Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth) - Other minor cleanups From corsepiu at fedoraproject.org Thu Mar 19 13:32:59 2009 From: corsepiu at fedoraproject.org (=?UTF-8?B?UmFsZiBDb3Jzw6lwaXVz?=) Date: Thu, 19 Mar 2009 14:32:59 +0100 Subject: rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.9,1.10 In-Reply-To: <20090319131304.811CB70132@cvs1.fedora.phx.redhat.com> References: <20090319131304.811CB70132@cvs1.fedora.phx.redhat.com> Message-ID: <49C2498B.9020605@fedoraproject.org> ?t?p?n Kasal wrote: > Author: kasal > > Update of /cvs/extras/rpms/perl-Sort-Versions/devel > In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2176 > Modified Files: > perl-Sort-Versions.spec > Log Message: > - fix timestamps of the recoded text files > > > Index: perl-Sort-Versions.spec > %prep > %setup -q -n Sort-Versions-%{version} > for f in Changes Versions.pm; do > - iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f > + iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && > + touch -r $f ${f}_ && > + mv ${f}_ $f > done > %changelog > +* Thu Mar 19 2009 Stepan Kasal - 1.5-11 > +- fix timestamps of the recoded text files Why this change? Adjusting timestamps on perl modules is painting bikesheds. Ralf From pkgdb at fedoraproject.org Thu Mar 19 13:40:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 13:40:04 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090319133959.6EA80208505@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 7 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From pkgdb at fedoraproject.org Thu Mar 19 13:38:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 19 Mar 2009 13:38:39 +0000 Subject: [pkgdb] perl-Sort-Versions ownership updated Message-ID: <20090319134005.6FB19208503@bastion.fedora.phx.redhat.com> Package perl-Sort-Versions in Fedora 8 was orphaned by corsepiu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Sort-Versions From skasal at redhat.com Thu Mar 19 14:01:10 2009 From: skasal at redhat.com (Stepan Kasal) Date: Thu, 19 Mar 2009 15:01:10 +0100 Subject: rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.9,1.10 In-Reply-To: <49C2498B.9020605@fedoraproject.org> References: <20090319131304.811CB70132@cvs1.fedora.phx.redhat.com> <49C2498B.9020605@fedoraproject.org> Message-ID: <20090319140109.GA4864@camelia.ucw.cz> Hi Ralf, On Thu, Mar 19, 2009 at 02:32:59PM +0100, Ralf Cors?pius wrote: >> for f in Changes Versions.pm; do >> - iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f >> + iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && >> + touch -r $f ${f}_ && >> + mv ${f}_ $f >> done > >> %changelog >> +* Thu Mar 19 2009 Stepan Kasal - 1.5-11 >> +- fix timestamps of the recoded text files > > Why this change? Adjusting timestamps on perl modules is painting bikesheds. OTOH, touching changelog during rpm build is not a good idea, so the recode command should preserve the timestamp. By fixing my recent commit, I made a note to self to do the iconv && touch && mv right next type I'll use it somewhere. (Hopefully, this thread will alse help me to remember better.) I agree the importance of this change is close to 0, yet I think it was not a mistake to cmmit it. Stepan From corsepiu at fedoraproject.org Thu Mar 19 14:09:02 2009 From: corsepiu at fedoraproject.org (=?UTF-8?B?UmFsZiBDb3Jzw6lwaXVz?=) Date: Thu, 19 Mar 2009 15:09:02 +0100 Subject: rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.9,1.10 In-Reply-To: <20090319140109.GA4864@camelia.ucw.cz> References: <20090319131304.811CB70132@cvs1.fedora.phx.redhat.com> <49C2498B.9020605@fedoraproject.org> <20090319140109.GA4864@camelia.ucw.cz> Message-ID: <49C251FE.2040000@fedoraproject.org> Stepan Kasal wrote: > Hi Ralf, > > On Thu, Mar 19, 2009 at 02:32:59PM +0100, Ralf Cors?pius wrote: >>> for f in Changes Versions.pm; do >>> - iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f >>> + iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && >>> + touch -r $f ${f}_ && >>> + mv ${f}_ $f >>> done >>> %changelog >>> +* Thu Mar 19 2009 Stepan Kasal - 1.5-11 >>> +- fix timestamps of the recoded text files >> Why this change? Adjusting timestamps on perl modules is painting bikesheds. > > OTOH, touching changelog during rpm build is not a good idea, so the > recode command should preserve the timestamp. Wrong. a) These files exist only once => There is no bug you are fixing. b) After you iconv'ed a file, it alread is different from the original file. c) Perl files are being copied around when building. d) Perl files are not multilib'ed. > By fixing my recent commit, I made a note to self to do the > iconv && touch && mv > right next type I'll use it somewhere. I am considering to revert your change. > (Hopefully, this thread will alse help me to remember better.) > I agree the importance of this change is close to 0, yet I think it > was not a mistake to cmmit it. You are underestimating the impact of such infantile changes. * They drive off packagers - At least, I am close to orphaning this package because of what you did. Feel free to assign it to you. * They fuel those kids, who believe in timestamp fixing. Ralf Ralf From kasal at fedoraproject.org Thu Mar 19 14:55:04 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 19 Mar 2009 14:55:04 +0000 (UTC) Subject: rpms/perl-Tk/devel perl-Tk-XIM.patch, NONE, 1.1 perl-Tk.spec, 1.16, 1.17 Message-ID: <20090319145504.0EBF370132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Tk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27274 Modified Files: perl-Tk.spec Added Files: perl-Tk-XIM.patch Log Message: - perl-Tk-XIM.patch (#489228) perl-Tk-XIM.patch: --- NEW FILE perl-Tk-XIM.patch --- 2009-03-19 Stepan Kasal Fix keyboard input with XIM, r12589 from http://svn.perl.org/modules/Tk/trunk Index: Tk/pTk/mTk/unix/tkUnixEvent.c =================================================================== --- Tk/pTk/mTk/unix/tkUnixEvent.c (revision 12588) +++ Tk/pTk/mTk/unix/tkUnixEvent.c (revision 12589) @@ -305,22 +305,26 @@ */ static void -TransferXEventsToTcl(display) - Display *display; +TransferXEventsToTcl( + Display *display) { - int numFound; XEvent event; - numFound = QLength(display); - /* - * Transfer events from the X event queue to the Tk event queue. + * Transfer events from the X event queue to the Tk event queue after XIM + * event filtering. KeyPress and KeyRelease events are filtered in + * Tk_HandleEvent instead of here, so that Tk's focus management code can + * redirect them. */ - while (numFound > 0) { + while (QLength(display) > 0) { XNextEvent(display, &event); + if (event.type != KeyPress && event.type != KeyRelease) { + if (XFilterEvent(&event, None)) { + continue; + } + } Tk_QueueWindowEvent(&event, TCL_QUEUE_TAIL); - numFound--; } } Index: Tk/pTk/mTk/generic/tkEvent.c =================================================================== --- Tk/pTk/mTk/generic/tkEvent.c (revision 12588) +++ Tk/pTk/mTk/generic/tkEvent.c (revision 12589) @@ -945,8 +945,10 @@ #endif } } - if (XFilterEvent(eventPtr, None)) { - goto done; + if (eventPtr->type == KeyPress || eventPtr->type == KeyRelease) { + if (XFilterEvent(eventPtr, None)) { + goto done; + } } } #endif /* TK_USE_INPUT_METHODS */ Index: perl-Tk.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Tk/devel/perl-Tk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Tk.spec 27 Feb 2009 03:52:49 -0000 1.16 +++ perl-Tk.spec 19 Mar 2009 14:54:33 -0000 1.17 @@ -3,7 +3,7 @@ Name: perl-Tk Version: 804.028 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Perl Graphical User Interface ToolKit Group: Development/Libraries @@ -15,6 +15,8 @@ Patch1: perl-Tk-debian.patch.gz # fix segfaults as in #235666 because of broken cashing code Patch2: perl-Tk-seg.patch +# fix interaction with XIM, bug #489228, upstream change r12589 +Patch3: perl-Tk-XIM.patch # fix gif overflow in tk see CVE-2006-4484 and CVE-2007-6697 or #431518 and # #431529 @@ -57,6 +59,7 @@ %patch1 -p1 # patch to fix #235666 ... seems like caching code is broken %patch2 -p1 -b .seg +%patch3 -p1 -b .xim %patch100 %build @@ -102,6 +105,9 @@ %exclude %{perl_vendorarch}/Tk/reindex.pl %changelog +* Thu Mar 19 2009 Stepan Kasal - 804.028-7 +- perl-Tk-XIM.patch (#489228) + * Thu Feb 26 2009 Fedora Release Engineering - 804.028-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From kasal at fedoraproject.org Thu Mar 19 15:29:04 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 19 Mar 2009 15:29:04 +0000 (UTC) Subject: rpms/perl-Tk/F-10 perl-Tk.spec,1.15,1.16 Message-ID: <20090319152904.87D4C70132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Tk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3235 Modified Files: perl-Tk.spec Log Message: - perl-Tk-XIM.patch (#489228) Index: perl-Tk.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Tk/F-10/perl-Tk.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Tk.spec 12 Mar 2008 03:53:03 -0000 1.15 +++ perl-Tk.spec 19 Mar 2009 15:28:34 -0000 1.16 @@ -3,7 +3,7 @@ Name: perl-Tk Version: 804.028 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Perl Graphical User Interface ToolKit Group: Development/Libraries @@ -15,6 +15,8 @@ Patch1: perl-Tk-debian.patch.gz # fix segfaults as in #235666 because of broken cashing code Patch2: perl-Tk-seg.patch +# fix interaction with XIM, bug #489228, upstream change r12589 +Patch3: perl-Tk-XIM.patch # fix gif overflow in tk see CVE-2006-4484 and CVE-2007-6697 or #431518 and # #431529 @@ -57,6 +59,7 @@ %patch1 -p1 # patch to fix #235666 ... seems like caching code is broken %patch2 -p1 -b .seg +%patch3 -p1 -b .xim %patch100 %build @@ -102,6 +105,12 @@ %exclude %{perl_vendorarch}/Tk/reindex.pl %changelog +* Thu Mar 19 2009 Stepan Kasal - 804.028-7 +- perl-Tk-XIM.patch (#489228) + +* Thu Feb 26 2009 Fedora Release Engineering - 804.028-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Mar 11 2008 Tom "spot" Callaway 804.028-5 - rework patch2 to fix menu and test case failures (bz 431330, upstream 33880) From kasal at fedoraproject.org Thu Mar 19 15:29:18 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Thu, 19 Mar 2009 15:29:18 +0000 (UTC) Subject: rpms/perl-Tk/F-10 perl-Tk-XIM.patch,NONE,1.1 Message-ID: <20090319152918.1E67D70132@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Tk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3468 Added Files: perl-Tk-XIM.patch Log Message: - perl-Tk-XIM.patch (#489228) perl-Tk-XIM.patch: --- NEW FILE perl-Tk-XIM.patch --- 2009-03-19 Stepan Kasal Fix keyboard input with XIM, r12589 from http://svn.perl.org/modules/Tk/trunk Index: Tk/pTk/mTk/unix/tkUnixEvent.c =================================================================== --- Tk/pTk/mTk/unix/tkUnixEvent.c (revision 12588) +++ Tk/pTk/mTk/unix/tkUnixEvent.c (revision 12589) @@ -305,22 +305,26 @@ */ static void -TransferXEventsToTcl(display) - Display *display; +TransferXEventsToTcl( + Display *display) { - int numFound; XEvent event; - numFound = QLength(display); - /* - * Transfer events from the X event queue to the Tk event queue. + * Transfer events from the X event queue to the Tk event queue after XIM + * event filtering. KeyPress and KeyRelease events are filtered in + * Tk_HandleEvent instead of here, so that Tk's focus management code can + * redirect them. */ - while (numFound > 0) { + while (QLength(display) > 0) { XNextEvent(display, &event); + if (event.type != KeyPress && event.type != KeyRelease) { + if (XFilterEvent(&event, None)) { + continue; + } + } Tk_QueueWindowEvent(&event, TCL_QUEUE_TAIL); - numFound--; } } Index: Tk/pTk/mTk/generic/tkEvent.c =================================================================== --- Tk/pTk/mTk/generic/tkEvent.c (revision 12588) +++ Tk/pTk/mTk/generic/tkEvent.c (revision 12589) @@ -945,8 +945,10 @@ #endif } } - if (XFilterEvent(eventPtr, None)) { - goto done; + if (eventPtr->type == KeyPress || eventPtr->type == KeyRelease) { + if (XFilterEvent(eventPtr, None)) { + goto done; + } } } #endif /* TK_USE_INPUT_METHODS */ From bugzilla at redhat.com Thu Mar 19 15:30:51 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Mar 2009 11:30:51 -0400 Subject: [Bug 489228] Keyboard does not work in perl-Tk programs In-Reply-To: References: Message-ID: <200903191530.n2JFUpIS023104@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=489228 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |skasal at redhat.com AssignedTo|andreas.bierfert at lowlatency |skasal at redhat.com |.de | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Mar 19 16:00:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Mar 2009 12:00:14 -0400 Subject: [Bug 489228] Keyboard does not work in perl-Tk programs In-Reply-To: References: Message-ID: <200903191600.n2JG0ET6028038@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=489228 --- Comment #3 from Fedora Update System 2009-03-19 12:00:08 EDT --- perl-Tk-804.028-7.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-Tk-804.028-7.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 Thu Mar 19 19:45:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Mar 2009 15:45:30 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200903191945.n2JJjUPn018933@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=249079 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 Dennis Gilmore changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dennis at ausil.us | --- Comment #20 from Bug Zapper 2008-11-25 20:57:50 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Mar 19 19:48:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Mar 2009 15:48:53 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200903191948.n2JJmrmN014467@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=249079 Robert Scheck changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10 |rawhide --- Comment #21 from Robert Scheck 2009-03-19 15:48:45 EDT --- Working against bug zapper once more...Rawhide. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Mar 20 18:33:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Mar 2009 14:33:01 -0400 Subject: [Bug 489228] Keyboard does not work in perl-Tk programs In-Reply-To: References: Message-ID: <200903201833.n2KIX1OF022865@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=489228 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Fedora Update System 2009-03-20 14:32:52 EDT --- perl-Tk-804.028-7.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update perl-Tk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-2876 -- Configure bugmail: 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 Mar 21 12:17:53 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 21 Mar 2009 08:17:53 -0400 Subject: [Bug 456144] Package build failed In-Reply-To: References: Message-ID: <200903211217.n2LCHrPx016158@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=456144 Bug Zapper changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |10 Johan Kok changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10 |rawhide --- Comment #6 from Bug Zapper 2008-11-25 21:35:34 EDT --- This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping --- Comment #7 from Johan Kok 2009-03-21 08:17:41 EDT --- Moving back to 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 Sat Mar 21 12:25:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 21 Mar 2009 08:25:20 -0400 Subject: [Bug 456144] Package build failed In-Reply-To: References: Message-ID: <200903211225.n2LCPKeH013328@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=456144 Johan Kok changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gvarisco at redhat.com --- Comment #8 from Johan Kok 2009-03-21 08:25:08 EDT --- *** Bug 479124 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Mar 21 12:25:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 21 Mar 2009 08:25:19 -0400 Subject: [Bug 479124] Please update to amavisd-new-2.6.2 In-Reply-To: References: Message-ID: <200903211225.n2LCPJit013291@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=479124 Johan Kok changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |johan-fedora at deds.nl Resolution| |DUPLICATE --- Comment #1 from Johan Kok 2009-03-21 08:25:08 EDT --- Thanks for the report. Bug #456144 is already about updating amavisd-new to the most recent upstream version. To keep track of progress in one place, I'm closing this issue as a duplicate. *** This bug has been marked as a duplicate of 456144 *** -- Configure bugmail: 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 Mar 21 19:30:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 21 Mar 2009 19:30:42 +0000 (UTC) Subject: rpms/perl-Data-Denter/devel import.log, NONE, 1.1 perl-Data-Denter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090321193042.69E9F70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Denter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26526/devel Modified Files: .cvsignore sources Added Files: import.log perl-Data-Denter.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Data-Denter-0_15-1_fc10:HEAD:perl-Data-Denter-0.15-1.fc10.src.rpm:1237663803 --- NEW FILE perl-Data-Denter.spec --- Name: perl-Data-Denter Version: 0.15 Release: 1%{?dist} # Denter.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: An alternative to Data::Dumper and Storable Source: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Data-Denter-%{version}.tar.gz Url: http://search.cpan.org/dist/Data-Denter 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(YAML) # test BuildRequires: perl(Data::Dumper) BuildRequires: perl(Test) %description The main problem with Data::Dumper (one of my all-time favorite modules) is that you have to use 'eval()' to deserialize the data you've dumped. This is great if you can trust the data you're evaling, but horrible if you can't. A good alternative is Storable.pm. It can safely thaw your frozen data. But if you want to read/edit the frozen data, you're out of luck, because Storable uses a binary format. Even Data::Dumper's output can be a little cumbersome for larger data objects. Enter Data::Denter. Data::Denter is yet another Perl data serializer/deserializer. It formats nested data structures in an indented fashion. It is optimized for human readability/editability, safe deserialization, and (eventually) speed. %prep %setup -q -n Data-Denter-%{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 * Wed Mar 18 2009 Chris Weyl 0.15-1 - update for submission * Wed Mar 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Mar 2009 03:12:27 -0000 1.1 +++ .cvsignore 21 Mar 2009 19:30:11 -0000 1.2 @@ -0,0 +1 @@ +Data-Denter-0.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Mar 2009 03:12:27 -0000 1.1 +++ sources 21 Mar 2009 19:30:12 -0000 1.2 @@ -0,0 +1 @@ +819e5c05fb61e90f4c1311286b080405 Data-Denter-0.15.tar.gz From cweyl at fedoraproject.org Sat Mar 21 23:07:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 21 Mar 2009 23:07:43 +0000 (UTC) Subject: rpms/perl-Data-Denter/F-9 import.log, NONE, 1.1 perl-Data-Denter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090321230743.0EEA270132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Denter/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8100/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Data-Denter.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Data-Denter-0_15-1_fc10:F-9:perl-Data-Denter-0.15-1.fc10.src.rpm:1237676823 --- NEW FILE perl-Data-Denter.spec --- Name: perl-Data-Denter Version: 0.15 Release: 1%{?dist} # Denter.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: An alternative to Data::Dumper and Storable Source: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Data-Denter-%{version}.tar.gz Url: http://search.cpan.org/dist/Data-Denter 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(YAML) # test BuildRequires: perl(Data::Dumper) BuildRequires: perl(Test) %description The main problem with Data::Dumper (one of my all-time favorite modules) is that you have to use 'eval()' to deserialize the data you've dumped. This is great if you can trust the data you're evaling, but horrible if you can't. A good alternative is Storable.pm. It can safely thaw your frozen data. But if you want to read/edit the frozen data, you're out of luck, because Storable uses a binary format. Even Data::Dumper's output can be a little cumbersome for larger data objects. Enter Data::Denter. Data::Denter is yet another Perl data serializer/deserializer. It formats nested data structures in an indented fashion. It is optimized for human readability/editability, safe deserialization, and (eventually) speed. %prep %setup -q -n Data-Denter-%{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 * Wed Mar 18 2009 Chris Weyl 0.15-1 - update for submission * Wed Mar 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Mar 2009 03:12:27 -0000 1.1 +++ .cvsignore 21 Mar 2009 23:07:12 -0000 1.2 @@ -0,0 +1 @@ +Data-Denter-0.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Mar 2009 03:12:27 -0000 1.1 +++ sources 21 Mar 2009 23:07:12 -0000 1.2 @@ -0,0 +1 @@ +819e5c05fb61e90f4c1311286b080405 Data-Denter-0.15.tar.gz From cweyl at fedoraproject.org Sat Mar 21 23:20:23 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 21 Mar 2009 23:20:23 +0000 (UTC) Subject: rpms/perl-Data-Denter/F-10 import.log, NONE, 1.1 perl-Data-Denter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090321232023.F026C70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Denter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11516/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Data-Denter.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Data-Denter-0_15-1_fc10:F-10:perl-Data-Denter-0.15-1.fc10.src.rpm:1237677584 --- NEW FILE perl-Data-Denter.spec --- Name: perl-Data-Denter Version: 0.15 Release: 1%{?dist} # Denter.pod -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: An alternative to Data::Dumper and Storable Source: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Data-Denter-%{version}.tar.gz Url: http://search.cpan.org/dist/Data-Denter 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(YAML) # test BuildRequires: perl(Data::Dumper) BuildRequires: perl(Test) %description The main problem with Data::Dumper (one of my all-time favorite modules) is that you have to use 'eval()' to deserialize the data you've dumped. This is great if you can trust the data you're evaling, but horrible if you can't. A good alternative is Storable.pm. It can safely thaw your frozen data. But if you want to read/edit the frozen data, you're out of luck, because Storable uses a binary format. Even Data::Dumper's output can be a little cumbersome for larger data objects. Enter Data::Denter. Data::Denter is yet another Perl data serializer/deserializer. It formats nested data structures in an indented fashion. It is optimized for human readability/editability, safe deserialization, and (eventually) speed. %prep %setup -q -n Data-Denter-%{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 * Wed Mar 18 2009 Chris Weyl 0.15-1 - update for submission * Wed Mar 18 2009 Chris Weyl 0.15-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Mar 2009 03:12:27 -0000 1.1 +++ .cvsignore 21 Mar 2009 23:19:53 -0000 1.2 @@ -0,0 +1 @@ +Data-Denter-0.15.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Denter/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Mar 2009 03:12:27 -0000 1.1 +++ sources 21 Mar 2009 23:19:53 -0000 1.2 @@ -0,0 +1 @@ +819e5c05fb61e90f4c1311286b080405 Data-Denter-0.15.tar.gz From cweyl at fedoraproject.org Sun Mar 22 17:49:22 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 22 Mar 2009 17:49:22 +0000 (UTC) Subject: rpms/perl-YAML-Tiny/F-10 perl-YAML-Tiny.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <20090322174923.0B5FA70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-YAML-Tiny/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27481 Modified Files: perl-YAML-Tiny.spec sources Log Message: * Thu Feb 26 2009 Fedora Release Engineering - 1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: perl-YAML-Tiny.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-10/perl-YAML-Tiny.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-YAML-Tiny.spec 16 May 2008 23:36:44 -0000 1.9 +++ perl-YAML-Tiny.spec 22 Mar 2009 17:48:51 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-YAML-Tiny -Version: 1.32 -Release: 1%{?dist} +Version: 1.36 +Release: 2%{?dist} Summary: Read/Write YAML files with as little code as possible License: GPL+ or Artistic Group: Development/Libraries @@ -10,6 +10,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::MinimumVersion) +BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::Pod) BuildRequires: perl(YAML) BuildRequires: perl(YAML::Syck) @@ -50,6 +51,13 @@ %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jan 17 2009 Steven Pritchard 1.36-1 +- Update to 1.36. +- BR Test::More. + * Fri May 16 2008 Steven Pritchard 1.32-1 - Update to 1.32. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML-Tiny/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 16 May 2008 23:36:44 -0000 1.9 +++ sources 22 Mar 2009 17:48:52 -0000 1.10 @@ -1 +1 @@ -494c5d61d5f0321b59a5b40351e504f6 YAML-Tiny-1.32.tar.gz +4d2b19298e9f500b3fff961daf458a01 YAML-Tiny-1.36.tar.gz From cweyl at fedoraproject.org Sun Mar 22 17:57:08 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 22 Mar 2009 17:57:08 +0000 (UTC) Subject: rpms/perl-Module-ScanDeps/F-10 perl-Module-ScanDeps.spec, 1.21, 1.22 sources, 1.19, 1.20 Message-ID: <20090322175708.47B9A70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-ScanDeps/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29546 Modified Files: perl-Module-ScanDeps.spec sources Log Message: * Thu Feb 26 2009 Fedora Release Engineering - 0.89-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: perl-Module-ScanDeps.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-ScanDeps/F-10/perl-Module-ScanDeps.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Module-ScanDeps.spec 16 May 2008 22:40:00 -0000 1.21 +++ perl-Module-ScanDeps.spec 22 Mar 2009 17:56:37 -0000 1.22 @@ -1,6 +1,6 @@ Name: perl-Module-ScanDeps -Version: 0.84 -Release: 1%{?dist} +Version: 0.89 +Release: 2%{?dist} Summary: Recursively scan Perl code for dependencies License: GPL+ or Artistic Group: Development/Libraries @@ -11,15 +11,16 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::ModuleInfo) BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(prefork) BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -An application of Module::ScanDeps is to generate executables from scripts -that contains necessary modules; this module supports two such projects, -PAR and App::Packer. Please see their respective documentations on CPAN -for further information. +This module scans potential modules used by perl programs and returns a +hash reference. Its keys are the module names as appears in %INC (e.g. +Test/More.pm). The values are hash references. %prep %setup -q -n Module-ScanDeps-%{version} @@ -53,6 +54,14 @@ %{_mandir}/man3/* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.89-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Dec 15 2008 Steven Pritchard 0.89-1 +- Update to 0.89. +- BR Test::More and prefork. +- Improve description. + * Fri May 16 2008 Steven Pritchard 0.84-1 - Update to 0.84. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-ScanDeps/F-10/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 16 May 2008 22:40:00 -0000 1.19 +++ sources 22 Mar 2009 17:56:37 -0000 1.20 @@ -1 +1 @@ -e8b5515611e6a2480bb96dc1f244c3a2 Module-ScanDeps-0.84.tar.gz +97eccc0184030d598c84c544f3507a53 Module-ScanDeps-0.89.tar.gz From robert at fedoraproject.org Sun Mar 22 18:03:01 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 22 Mar 2009 18:03:01 +0000 (UTC) Subject: rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec, 1.7, 1.8 verbose.patch, 1.1, 1.2 fix_startup_check.patch, 1.1, NONE there_is_no_0.73.patch, 1.1, NONE Message-ID: <20090322180301.DB34070132@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-DBIx-Class/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30984 Modified Files: perl-DBIx-Class.spec verbose.patch Removed Files: fix_startup_check.patch there_is_no_0.73.patch Log Message: - Added missing build requirement perl(Test::Deep) for make tests - Re-diffed make tests patch for more verbosity when skipping tests Index: perl-DBIx-Class.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-DBIx-Class.spec 26 Feb 2009 14:13:46 -0000 1.7 +++ perl-DBIx-Class.spec 22 Mar 2009 18:02:31 -0000 1.8 @@ -2,7 +2,7 @@ Name: perl-DBIx-Class Version: 0.08012 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible and flexible object <-> relational mapper License: GPL+ or Artistic Group: Development/Libraries @@ -13,8 +13,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## patches... -Patch0: there_is_no_0.73.patch -Patch2: fix_startup_check.patch # make tests skip a little more verbosely Patch3: verbose.patch @@ -22,8 +20,9 @@ BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Scalar::Util) -bUIldRequires: perl(Storable) +BuildRequires: perl(Storable) BuildRequires: perl(Test::Builder) >= 0.32 +BuildRequires: perl(Test::Deep) ## Dependencies BuildRequires: perl(Carp::Clan) @@ -82,12 +81,6 @@ %prep %setup -q -n DBIx-Class-%{version} -# correct version reqs in Makefile.PL -%patch0 - -# don't complain; as near as I can tell this bug has been nixed in Fedora perl -%patch2 - # tell us why we're skipping, eh? %patch3 @@ -151,6 +144,10 @@ %changelog +* Sun Mar 22 2009 Robert Scheck 0.08012-3 +- Added missing build requirement perl(Test::Deep) for make tests +- Re-diffed make tests patch for more verbosity when skipping tests + * Thu Feb 26 2009 Fedora Release Engineering - 0.08012-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild verbose.patch: Index: verbose.patch =================================================================== RCS file: /cvs/pkgs/rpms/perl-DBIx-Class/devel/verbose.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- verbose.patch 2 Jun 2008 19:33:09 -0000 1.1 +++ verbose.patch 22 Mar 2009 18:02:31 -0000 1.2 @@ -1,5 +1,5 @@ ---- t/86sqlt.t.orig 2008-04-09 18:38:26.386901609 -0700 -+++ t/86sqlt.t 2008-04-09 18:38:42.825891026 -0700 +--- t/86sqlt.t 2009-02-11 00:33:56.000000000 +0100 ++++ t/86sqlt.t.verbose 2009-03-22 18:52:18.000000000 +0100 @@ -6,7 +6,7 @@ use DBICTest; @@ -9,19 +9,19 @@ my $schema = DBICTest->init_schema; ---- t/94versioning.t.orig 2008-04-09 18:40:14.843894626 -0700 -+++ t/94versioning.t 2008-04-09 18:40:29.297893113 -0700 +--- t/94versioning.t 2009-02-11 00:33:56.000000000 +0100 ++++ t/94versioning.t.verbose 2009-03-22 18:52:47.000000000 +0100 @@ -7,7 +7,7 @@ BEGIN { - eval "use DBD::SQLite; use SQL::Translator 0.09;"; + eval "use DBD::SQLite; use SQL::Translator 0.09003;"; plan $@ -- ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09 for testing' ) -+ ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09 for testing: $@" ) +- ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09003 for testing' ) ++ ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09003 for testing: $@" ) : ( tests => 6 ); } ---- t/cdbi-t/03-subclassing.t.orig 2008-04-09 19:04:38.142892256 -0700 -+++ t/cdbi-t/03-subclassing.t 2008-04-09 19:05:00.557893935 -0700 +--- t/cdbi-t/03-subclassing.t 2009-02-11 00:33:49.000000000 +0100 ++++ t/cdbi-t/03-subclassing.t.verbose 2009-03-22 18:53:24.000000000 +0100 @@ -8,11 +8,11 @@ BEGIN { eval "use DBIx::Class::CDBICompat;"; --- fix_startup_check.patch DELETED --- --- there_is_no_0.73.patch DELETED --- From cweyl at fedoraproject.org Sun Mar 22 18:24:53 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 22 Mar 2009 18:24:53 +0000 (UTC) Subject: rpms/perl-Module-Install/devel .cvsignore, 1.12, 1.13 perl-Module-Install.spec, 1.16, 1.17 sources, 1.12, 1.13 Message-ID: <20090322182453.F0D3170132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3769 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: * Sun Mar 22 2009 Chris Weyl 0.80-1 - update to 0.80 - remove 03_autoinstall.t swizzle (now self-skipped; see RT29448) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 13 Mar 2009 21:56:36 -0000 1.12 +++ .cvsignore 22 Mar 2009 18:24:23 -0000 1.13 @@ -1 +1 @@ -Module-Install-0.79.tar.gz +Module-Install-0.80.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-Module-Install.spec 13 Mar 2009 21:56:36 -0000 1.16 +++ perl-Module-Install.spec 22 Mar 2009 18:24:23 -0000 1.17 @@ -1,5 +1,5 @@ Name: perl-Module-Install -Version: 0.79 +Version: 0.80 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL+ or Artistic @@ -8,27 +8,34 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Archive::Tar) >= 0.23 + +# Note, Makefile.PL is going to complain about having lower versions of +# certain modules than is supported. (Especially under F-10.) However, +# all tests pass and AFAICT everything works just fine in normal usage. + +BuildRequires: perl(Archive::Tar) BuildRequires: perl(CPAN) +BuildRequires: perl(Devel::PPPort) +BuildRequires: perl(ExtUtils::Install) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::ParseXS) -BuildRequires: perl(File::Remove) >= 1.40 +BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(Module::Build) BuildRequires: perl(Module::CoreList) -BuildRequires: perl(Module::ScanDeps) >= 0.83 +BuildRequires: perl(Module::ScanDeps) BuildRequires: perl(PAR::Dist) >= 0.29 BuildRequires: perl(Test::CPAN::Meta) >= 0.07 BuildRequires: perl(Test::MinimumVersion) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) -BuildRequires: perl(YAML::Tiny) >= 1.31 -Requires: perl(Archive::Tar) >= 0.23 +BuildRequires: perl(YAML::Tiny) +Requires: perl(Archive::Tar) Requires: perl(ExtUtils::ParseXS) Requires: perl(Module::Build) Requires: perl(Module::CoreList) -Requires: perl(Module::ScanDeps) >= 0.83 +Requires: perl(Module::ScanDeps) Requires: perl(PAR::Dist) >= 0.29 -Requires: perl(YAML::Tiny) >= 1.31 +Requires: perl(YAML::Tiny) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -56,8 +63,6 @@ find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \; %check -# Upstream bug 29448 -mv t/03_autoinstall.t t/03_autoinstall.t.SPOT make test AUTOMATED_TESTING=1 %clean @@ -70,6 +75,10 @@ %{_mandir}/man3/* %changelog +* Sun Mar 22 2009 Chris Weyl 0.80-1 +- update to 0.80 +- remove 03_autoinstall.t swizzle (now self-skipped; see RT29448) + * Fri Mar 13 2009 Tom "spot" Callaway - 0.79-1 - update to 0.79 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 13 Mar 2009 21:56:36 -0000 1.12 +++ sources 22 Mar 2009 18:24:23 -0000 1.13 @@ -1 +1 @@ -54473368b3151461562bc472ba282f38 Module-Install-0.79.tar.gz +5a56200c309fcf57deb7a85383ecb6e0 Module-Install-0.80.tar.gz From robert at fedoraproject.org Sun Mar 22 18:34:28 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 22 Mar 2009 18:34:28 +0000 (UTC) Subject: rpms/perl-Test-WWW-Mechanize-Catalyst/devel perl-Test-WWW-Mechanize-Catalyst.spec, 1.6, 1.7 Message-ID: <20090322183428.1DA7E70132@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-Test-WWW-Mechanize-Catalyst/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5737 Modified Files: perl-Test-WWW-Mechanize-Catalyst.spec Log Message: Buildrequire perl(Catalyst::Plugin::Session::State::Cookie) Index: perl-Test-WWW-Mechanize-Catalyst.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-WWW-Mechanize-Catalyst/devel/perl-Test-WWW-Mechanize-Catalyst.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-WWW-Mechanize-Catalyst.spec 10 Mar 2009 06:29:19 -0000 1.6 +++ perl-Test-WWW-Mechanize-Catalyst.spec 22 Mar 2009 18:33:56 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Test-WWW-Mechanize-Catalyst Version: 0.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Test::WWW::Mechanize for Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -17,6 +17,7 @@ BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::WWW::Mechanize) >= 1.14 BuildRequires: perl(WWW::Mechanize) >= 1.30 +BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) # optional tests... BuildRequires: perl(Test::Pod) @@ -85,8 +86,8 @@ %{_mandir}/man3/* %changelog -* Mon Mar 09 2009 Chris Weyl 0.50-1 -- update to 0.50 +* Sun Mar 22 2009 Robert Scheck 0.50-2 +- Buildrequire perl(Catalyst::Plugin::Session::State::Cookie) * Mon Mar 09 2009 Chris Weyl 0.50-1 - update to 0.50 From robert at fedoraproject.org Sun Mar 22 18:46:03 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 22 Mar 2009 18:46:03 +0000 (UTC) Subject: rpms/perl-POE-Component-SNMP/devel .cvsignore, 1.4, 1.5 perl-POE-Component-SNMP.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090322184603.B741570132@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-POE-Component-SNMP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8817 Modified Files: .cvsignore perl-POE-Component-SNMP.spec sources Log Message: Upgrade to 1.1001 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-SNMP/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Sep 2006 00:50:01 -0000 1.4 +++ .cvsignore 22 Mar 2009 18:45:33 -0000 1.5 @@ -1 +1 @@ -POE-Component-SNMP-1.07.tar.gz +POE-Component-SNMP-1.1001.tar.gz Index: perl-POE-Component-SNMP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-SNMP/devel/perl-POE-Component-SNMP.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-POE-Component-SNMP.spec 26 Feb 2009 23:58:30 -0000 1.8 +++ perl-POE-Component-SNMP.spec 22 Mar 2009 18:45:33 -0000 1.9 @@ -1,12 +1,12 @@ Name: perl-POE-Component-SNMP -Version: 1.07 -Release: 4%{?dist} +Version: 1.1001 +Release: 1%{?dist} Summary: POE interface to Net::SNMP Group: Development/Libraries License: GPL+ or Artistic -URL: http://search.cpan.org/dist/POE-Component-SNMP -Source0: http://search.cpan.org/CPAN/authors/id/R/RD/RDB/POE-Component-SNMP-%{version}.tar.gz +URL: http://search.cpan.org/dist/POE-Component-SNMP +Source0: http://search.cpan.org/CPAN/authors/id/R/RD/RDB/POE-Component-SNMP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -59,17 +59,20 @@ %files %defattr(-,root,root,-) -%doc Changes NOTES README TODO eg/* +%doc Changes NOTES README eg/* %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sun Mar 22 2009 Robert Scheck 1.1001-1 +- Upgrade to 1.1001 + * Thu Feb 26 2009 Fedora Release Engineering - 1.07-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 06 2008 Tom "spot" Callaway - 1.07-3 -Rebuild for new perl +- Rebuild for new perl * Thu Jan 10 2008 Ralf Cors??pius 1.07-2 - Update License-tag. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-SNMP/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Sep 2006 00:50:01 -0000 1.4 +++ sources 22 Mar 2009 18:45:33 -0000 1.5 @@ -1 +1 @@ -2c6743f492d58494a02fcbca5357e254 POE-Component-SNMP-1.07.tar.gz +b0942db6e12eef38ccc64efcfcc25470 POE-Component-SNMP-1.1001.tar.gz From robert at fedoraproject.org Sun Mar 22 19:00:18 2009 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 22 Mar 2009 19:00:18 +0000 (UTC) Subject: rpms/perl-POE-Component-Client-HTTP/devel perl-POE-Component-Client-HTTP.spec, 1.12, 1.13 Message-ID: <20090322190019.196CB70132@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11575 Modified Files: perl-POE-Component-Client-HTTP.spec Log Message: Disabled the network requiring test t/59_andy_one_keepalive.t Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-POE-Component-Client-HTTP.spec 26 Feb 2009 23:52:19 -0000 1.12 +++ perl-POE-Component-Client-HTTP.spec 22 Mar 2009 18:59:47 -0000 1.13 @@ -11,13 +11,13 @@ Name: perl-POE-Component-Client-HTTP Version: 0.85 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A non-blocking/parallel web requests engine for POE Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/POE-Component-Client-HTTP -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -70,7 +70,7 @@ # we don't have network access during the builds; fortunately these look to be # the only tests requiring it. Failing that, the entire suite can be # disabled. -%{?!_with_network_tests:rm t/01* t/02* t/09* t/10* t/11* t/50* t/54* t/58*} +%{?!_with_network_tests:rm t/01* t/02* t/09* t/10* t/11* t/50* t/54* t/58* t/59*} make test @@ -87,6 +87,9 @@ %changelog +* Sun Mar 22 2009 Robert Scheck 0.85-3 +- Disabled the network requiring test t/59_andy_one_keepalive.t + * Thu Feb 26 2009 Fedora Release Engineering - 0.85-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From bugzilla at redhat.com Mon Mar 23 08:30:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Mar 2009 04:30:33 -0400 Subject: [Bug 249079] Please build latest amavisd-new for EPEL 4 and 5 In-Reply-To: References: Message-ID: <200903230830.n2N8UX2i011573@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=249079 --- Comment #22 from Johan Kok 2009-03-23 04:30:15 EDT --- (In reply to comment #19) > I'm going to work on updating rawhide to the latest version (see bug 454442), so > while I'm at it, I'll try to figure out what it will take to get that into EL-5 > at least. The amavisd-new package in rawhide was updated to version 2.6.2. A local mock rebuild of that SRPM from rawhide completes without a problem for EL-5 and EL-4. Please let me know if I there is something I can assist with to get amavisd-new updated. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From jonstanley at gmail.com Sun Mar 22 20:10:18 2009 From: jonstanley at gmail.com (Jon Stanley) Date: Sun, 22 Mar 2009 16:10:18 -0400 Subject: Packages with closed ACL's Message-ID: At the FESCo meeting that took place on March 20, 2009, FESCo elected to retroactively apply review to any package which the provenpackager group cannot commit to. You are receiving this email because you maintain or co-maintain such a package. Due to concerns from maintainers such as yourselves, the provenpackager group was recently reseeded with only sponsors in the packager group. People who are not sponsors that wish to gain access to the group must following a process[1] that culminates in FESCo vetting the application and approving or denying it at the regular meeting. In the two weeks since this policy has been in force, FESCo did in fact decline a provenpackager application. If you believe that you have justifiable reason for not allowing this select group of people to commit to your packages, then please file a ticket[2] and state the reasons. FESCo will then decide in it's regular meeting on 2009/04/03 about each of these packages. Any packages that have not had tickets filed for them will be opened to provenpackager commits on that date. Thanks! -Jon [1] https://fedoraproject.org/wiki/Provenpackager_policy [2] https://fedorahosted.org/fesco From jonstanley at gmail.com Sun Mar 22 20:10:18 2009 From: jonstanley at gmail.com (Jon Stanley) Date: Sun, 22 Mar 2009 16:10:18 -0400 Subject: Packages with closed ACL's Message-ID: At the FESCo meeting that took place on March 20, 2009, FESCo elected to retroactively apply review to any package which the provenpackager group cannot commit to. You are receiving this email because you maintain or co-maintain such a package. Due to concerns from maintainers such as yourselves, the provenpackager group was recently reseeded with only sponsors in the packager group. People who are not sponsors that wish to gain access to the group must following a process[1] that culminates in FESCo vetting the application and approving or denying it at the regular meeting. In the two weeks since this policy has been in force, FESCo did in fact decline a provenpackager application. If you believe that you have justifiable reason for not allowing this select group of people to commit to your packages, then please file a ticket[2] and state the reasons. FESCo will then decide in it's regular meeting on 2009/04/03 about each of these packages. Any packages that have not had tickets filed for them will be opened to provenpackager commits on that date. Thanks! -Jon [1] https://fedoraproject.org/wiki/Provenpackager_policy [2] https://fedorahosted.org/fesco From eseyman at fedoraproject.org Sun Mar 22 22:10:10 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 22 Mar 2009 22:10:10 +0000 (UTC) Subject: rpms/perl-CGI-Application/devel import.log, NONE, 1.1 perl-CGI-Application.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090322221010.AD55270132@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24350/devel Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application.spec Log Message: * Sun Mar 22 2009 Emmanuel Seyman 4.21-2 - Initial import --- NEW FILE import.log --- perl-CGI-Application-4_21-2_fc10:HEAD:perl-CGI-Application-4.21-2.fc10.src.rpm:1237759658 --- NEW FILE perl-CGI-Application.spec --- Name: perl-CGI-Application Version: 4.21 Release: 2%{?dist} Summary: Framework for building reusable web-applications License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application/ Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Template) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(HTML::Template) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application is an Object-Oriented Perl module which implements an Abstract Class. It is not intended that this package be instantiated directly. Instead, it is intended that your Application Module will be implemented as a Sub-Class of CGI::Application. %prep %setup -q -n CGI-Application-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Mar 03 2009 Emmanuel Seyman 4.21-2 - Include Test::More in the BuildRequires (brc #486584) * Fri Feb 20 2009 Emmanuel Seyman 4.21-1 - Update to 4.21 * Sun Nov 02 2008 Emmanuel Seyman 4.20-1 - Update to 4.20 * Mon Jun 11 2007 Emmanuel Seyman 4.06-1 - Specfile autogenerated by cpanspec 1.70. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Mar 2009 05:48:24 -0000 1.1 +++ .cvsignore 22 Mar 2009 22:09:40 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-4.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Mar 2009 05:48:24 -0000 1.1 +++ sources 22 Mar 2009 22:09:40 -0000 1.2 @@ -0,0 +1 @@ +d63b877314caae7b45c359c228670048 CGI-Application-4.21.tar.gz From eseyman at fedoraproject.org Sun Mar 22 22:30:17 2009 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Sun, 22 Mar 2009 22:30:17 +0000 (UTC) Subject: rpms/perl-CGI-Application/F-10 import.log, NONE, 1.1 perl-CGI-Application.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090322223017.A303B70132@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30253/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-CGI-Application.spec Log Message: * Sun Mar 22 2009 Emmanuel Seyman 4.21-2 - Import in F-10 --- NEW FILE import.log --- perl-CGI-Application-4_21-2_fc10:F-10:perl-CGI-Application-4.21-2.fc10.src.rpm:1237760882 --- NEW FILE perl-CGI-Application.spec --- Name: perl-CGI-Application Version: 4.21 Release: 2%{?dist} Summary: Framework for building reusable web-applications License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CGI-Application/ Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI-Application-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(HTML::Template) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) Requires: perl(HTML::Template) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description CGI::Application is an Object-Oriented Perl module which implements an Abstract Class. It is not intended that this package be instantiated directly. Instead, it is intended that your Application Module will be implemented as a Sub-Class of CGI::Application. %prep %setup -q -n CGI-Application-%{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 ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Mar 03 2009 Emmanuel Seyman 4.21-2 - Include Test::More in the BuildRequires (brc #486584) * Fri Feb 20 2009 Emmanuel Seyman 4.21-1 - Update to 4.21 * Sun Nov 02 2008 Emmanuel Seyman 4.20-1 - Update to 4.20 * Mon Jun 11 2007 Emmanuel Seyman 4.06-1 - Specfile autogenerated by cpanspec 1.70. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 22 Mar 2009 05:48:24 -0000 1.1 +++ .cvsignore 22 Mar 2009 22:29:46 -0000 1.2 @@ -0,0 +1 @@ +CGI-Application-4.21.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 22 Mar 2009 05:48:24 -0000 1.1 +++ sources 22 Mar 2009 22:29:46 -0000 1.2 @@ -0,0 +1 @@ +d63b877314caae7b45c359c228670048 CGI-Application-4.21.tar.gz From skasal at redhat.com Mon Mar 23 11:03:04 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 23 Mar 2009 12:03:04 +0100 Subject: Packages with closed ACL's In-Reply-To: References: Message-ID: <20090323110304.GB16686@camelia.ucw.cz> Hallo f-p-d-l subscribers, I have looked into this, no action is needed. Hello Jon, On Sun, Mar 22, 2009 at 04:10:18PM -0400, Jon Stanley wrote: > [...] any package which the provenpackager > group cannot commit to. You are receiving this email because you > maintain or co-maintain such a package. I have received two copies of this notice through. fedora-perl-devel-list, subscribed as perl-sig to pkgdb. Digging in the headers, I found out it is because of perl-Net-LibIDN and perl-Razor-Agent packages, owned by robert. But these packages are open! At least all active branches: Fedora 9, 10, rawhide and EPEL 4,5. The closed branches are Fedora 7 and below. IMHO it might be better to ignore packages where all the closed branches are obsolete. Not that I want to whin, I just think that this feedback might be useful to you. Thanks for all the work to "repair the provenpackager group". Have a nice day, Stepan Kasal From bugzilla at redhat.com Mon Mar 23 13:44:06 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Mar 2009 09:44:06 -0400 Subject: [Bug 483563] Update perl-IPC-Cmd to 0.42 In-Reply-To: References: Message-ID: <200903231344.n2NDi62d021007@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=483563 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #2 from Stepan Kasal 2009-03-23 09:43:49 EDT --- Fixed by perl-IPC-Cmd-0.42-62, from source rpm perl-5.10.0-62. Available both in Rawhide and Fedora 10 Testing Updates. -- Configure bugmail: 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 Mar 23 17:22:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Mar 2009 13:22:47 -0400 Subject: [Bug 483563] Update perl-IPC-Cmd to 0.42 In-Reply-To: References: Message-ID: <200903231722.n2NHMlor015186@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=483563 --- Comment #3 from Fedora Update System 2009-03-23 13:22:30 EDT --- perl-5.10.0-63.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-5.10.0-63.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 Mar 23 17:51:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Mar 2009 13:51:39 -0400 Subject: [Bug 487378] Eject perl-TimeDate from EPEL4? In-Reply-To: References: Message-ID: <200903231751.n2NHpdqQ021635@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=487378 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |skasal at redhat.com Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at alumni.drew.edu Mon Mar 23 18:01:49 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Mon, 23 Mar 2009 11:01:49 -0700 Subject: Overriding core modules... Message-ID: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> So, a couple days ago I packaged up and submitted perl-autodie, with an eye towards geting perl-Git-CPAN-Patch in. autodie provides a new Fatal.pm that needs to override core Fatal; which is easy enough now that we have[1] @INC basically matching site, vendor, core in F-9+. AFACIT the new Fatal is cleanly usable in any Fedora situation without needing code modifications on the user's part, is only installed when someone actively chooses to install it (or something else pulls it in as a prereq), doesn't conflict with any files owned by any other package, and doesn't need any deep magic to get it working. Ralf, you had some objections on the review ticket. Would you care to elaborate here? -Chris [1] Or will shortly have. There are some variations in @INC between the releases, but only with respect to additional library paths we provide; site, vendor, core order is maintained. -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From skasal at redhat.com Mon Mar 23 18:18:30 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 23 Mar 2009 19:18:30 +0100 Subject: Overriding core modules... In-Reply-To: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> Message-ID: <20090323181830.GC31096@camelia.ucw.cz> Hi all, On Mon, Mar 23, 2009 at 11:01:49AM -0700, Chris Weyl wrote: > submitted perl-autodie, [...] autodie provides a new Fatal.pm that > needs to override core Fatal; which is easy enough now that we have[1] @INC > basically matching site, vendor, core in F-9+. [...] well, overriding core modules by "vendor" ones sounds scary. What do others think? What if two different packages wosh to override the same module? They'd conflict with each other? I'm still contemplating the possibility to do more @INC cleanup. One of the ideas I was contemplating was to make vendor = core, so that it would appear only once in the @INC path. That would obviously block the above idea. What do you think, is the above example plusible reason why vendor has to stay != core ? TIA for all comments. Stepan Kasal From skasal at redhat.com Mon Mar 23 18:50:46 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 23 Mar 2009 19:50:46 +0100 Subject: Overriding core modules... In-Reply-To: <20090323181830.GC31096@camelia.ucw.cz> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> <20090323181830.GC31096@camelia.ucw.cz> Message-ID: <20090323185045.GA31435@camelia.ucw.cz> Hi again, second iteration, sorry. Wouldn't it be best to update Fatal.pm in the main perl rpm module? (Upstream blead has 1.999, maint-5.10 has 1.998, so I'm perfectly happy to update.) Good night, Stepan From tcallawa at redhat.com Mon Mar 23 18:52:03 2009 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Mon, 23 Mar 2009 14:52:03 -0400 Subject: Overriding core modules... In-Reply-To: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> Message-ID: <49C7DA53.4090807@redhat.com> On 03/23/2009 02:01 PM, Chris Weyl wrote: > So, a couple days ago I packaged up and submitted perl-autodie, with an > eye towards geting perl-Git-CPAN-Patch in. autodie provides a new > Fatal.pm that needs to override core Fatal; which is easy enough now > that we have[1] @INC basically matching site, vendor, core in F-9+. > AFACIT the new Fatal is cleanly usable in any Fedora situation without > needing code modifications on the user's part, is only installed when > someone actively chooses to install it (or something else pulls it in as > a prereq), doesn't conflict with any files owned by any other package, > and doesn't need any deep magic to get it working. Ehh, I'm not really thinking that overriding core Fatal is a good idea here. Especially not in a Fedora package. Why doesn't it just namespace it (e.g. autodie-Fatal.pm)? ~spot From skasal at redhat.com Mon Mar 23 19:06:26 2009 From: skasal at redhat.com (Stepan Kasal) Date: Mon, 23 Mar 2009 20:06:26 +0100 Subject: Overriding core modules... In-Reply-To: <49C7DA53.4090807@redhat.com> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> <49C7DA53.4090807@redhat.com> Message-ID: <20090323190626.GA31529@camelia.ucw.cz> Hello, > Ehh, I'm not really thinking that overriding core Fatal is a good idea > here. [...] we agreed that the right way is to update Fatal.pm in the main perl.rpm. I'll do it tomorrow morning. Stepan From bugzilla at redhat.com Mon Mar 23 19:33:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Mar 2009 15:33:30 -0400 Subject: [Bug 484495] perl-bioperl-run and perl-bioperl have file conflicts in rawhide In-Reply-To: References: Message-ID: <200903231933.n2NJXULw014933@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=484495 Alex Lancaster changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE --- Comment #6 from Alex Lancaster 2009-03-23 15:33:12 EDT --- I assume that the file conflicts no longer exists in rawhide as there has been no additional report on this bug. Feel free to re-open if file conflicts re-occurs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From rc040203 at freenet.de Tue Mar 24 05:49:11 2009 From: rc040203 at freenet.de (Ralf Corsepius) Date: Tue, 24 Mar 2009 06:49:11 +0100 Subject: Overriding core modules... In-Reply-To: <49C7DA53.4090807@redhat.com> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> <49C7DA53.4090807@redhat.com> Message-ID: <49C87457.40002@freenet.de> Tom "spot" Callaway wrote: > On 03/23/2009 02:01 PM, Chris Weyl wrote: > >> So, a couple days ago I packaged up and submitted perl-autodie, with an >> eye towards geting perl-Git-CPAN-Patch in. autodie provides a new >> Fatal.pm that needs to override core Fatal; which is easy enough now >> that we have[1] @INC basically matching site, vendor, core in F-9+. >> AFACIT the new Fatal is cleanly usable in any Fedora situation without >> needing code modifications on the user's part, is only installed when >> someone actively chooses to install it (or something else pulls it in as >> a prereq), doesn't conflict with any files owned by any other package, >> and doesn't need any deep magic to get it working. >> > > Ehh, I'm not really thinking that overriding core Fatal is a good idea > here. Well, IMHO, that's _way_ to weakly phrased. > Especially not in a Fedora package. Why doesn't it just namespace > it (e.g. autodie-Fatal.pm)? > > Agreed. => different explicit "use/requires". => only modules explicitly "use/require"-ing this module would be affected. An alternative would be to postpone integration of this package into Fedora until core's Fatal.pm has been updated to meet this package's requirements. Ralf From skasal at redhat.com Tue Mar 24 15:20:48 2009 From: skasal at redhat.com (Stepan Kasal) Date: Tue, 24 Mar 2009 16:20:48 +0100 Subject: Overriding core modules... In-Reply-To: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> References: <7dd7ab490903231101v7d8e175drd4abfa351a957f5a@mail.gmail.com> Message-ID: <20090324152048.GA19077@camelia.ucw.cz> Hello, > So, a couple days ago I packaged up and submitted perl-autodie, with an eye autodie is a core module. It was not present in perl-5.10.0, but it is in current maint-5.10 branch (version 1.998). IMHO core modules should not be packed in Fedora; they should be updated in perl.spec instead. (There are some hints about that at http://fedoraproject.org/wiki/Perl/perl.spec ) Fedora users can override them in on individual installations by the means of sitelib, of course. (Now when the order is site,vendor,core again.) I have updated to autodies-1.999 in perl-5.10.0-64, to appear soon in rawhide and F-9 and F-10 testing updates. Cheers, Stepan Kasal From bugzilla at redhat.com Tue Mar 24 17:21:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Mar 2009 13:21:36 -0400 Subject: [Bug 491933] New: Catalyst install still fails as listed in bug 455151 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Catalyst install still fails as listed in bug 455151 https://bugzilla.redhat.com/show_bug.cgi?id=491933 Summary: Catalyst install still fails as listed in bug 455151 Product: Fedora Version: 9 Platform: i686 OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-Catalyst-Devel AssignedTo: cweyl at alumni.drew.edu ReportedBy: kent.perrier at gmail.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora Clone Of: 455151 Description of problem: Same issue as 455151. Whatever update that was performed did not fix the issue. Attempted to follow the instructions at http://fedoraproject.org/wiki/SIGs/Perl/Catalyst Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. run sudo yum install perl-Catalyst-Runtime perl-Catalyst-Devel /usr/bin/catalyst.pl 2. wait for the failed install 3. Actual results: $ sudo yum install perl-Catalyst-Runtime perl-Catalyst-Devel /usr/bin/catalyst.pl Loaded plugins: refresh-packagekit Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package perl-Catalyst-Devel.noarch 0:1.03-2.fc9 set to be updated --> Processing Dependency: perl(Catalyst::Manual) >= 5.7000 for package: perl-Catalyst-Devel --> Processing Dependency: perl(Module::Install) >= 0.64 for package: perl-Catalyst-Devel --> Processing Dependency: perl(Catalyst::Plugin::Static::Simple) >= 0.16 for package: perl-Catalyst-Devel --> Processing Dependency: perl(YAML) >= 0.55 for package: perl-Catalyst-Devel --> Processing Dependency: perl(Catalyst::Action::RenderView) >= 0.04 for package: perl-Catalyst-Devel --> Processing Dependency: perl(Path::Class) >= 0.09 for package: perl-Catalyst-Devel --> Processing Dependency: perl(Catalyst::Plugin::ConfigLoader) for package: perl-Catalyst-Devel --> Processing Dependency: perl(Class::Accessor::Fast) for package: perl-Catalyst-Devel --> Processing Dependency: perl(Module::Install::Base) for package: perl-Catalyst-Devel --> Processing Dependency: perl(File::Copy::Recursive) for package: perl-Catalyst-Devel --> Processing Dependency: perl(Template) for package: perl-Catalyst-Devel ---> Package perl-Catalyst-Devel.noarch 0:1.08-2.fc9 set to be updated --> Processing Dependency: perl(parent) for package: perl-Catalyst-Devel --> Processing Dependency: perl-Catalyst-Runtime-scripts for package: perl-Catalyst-Devel ---> Package perl-Catalyst-Runtime.noarch 0:5.7014-3.fc9 set to be updated --> Processing Dependency: perl(HTTP::Request::AsCGI) >= 0.5 for package: perl-Catalyst-Runtime --> Processing Dependency: perl(File::Modified) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Text::SimpleTable) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(HTTP::Body) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Tree::Simple::Visitor::FindByUID) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Module::Build) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Tree::Simple::Visitor::FindByPath) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Tree::Simple) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(CGI::Simple::Cookie) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Data::Dump) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Class::Inspector) for package: perl-Catalyst-Runtime --> Processing Dependency: perl(Class::Data::Inheritable) for package: perl-Catalyst-Runtime --> Running transaction check ---> Package perl-CGI-Simple.noarch 0:1.103-3.fc9 set to be updated ---> Package perl-Catalyst-Action-RenderView.noarch 0:0.08-1.fc9 set to be updated --> Processing Dependency: perl(Data::Visitor::Callback) for package: perl-Catalyst-Action-RenderView ---> Package perl-Catalyst-Manual.noarch 0:5.700701-3.fc9 set to be updated ---> Package perl-Catalyst-Plugin-ConfigLoader.noarch 0:0.22-1.fc9 set to be updated --> Processing Dependency: perl(Config::Any) for package: perl-Catalyst-Plugin-ConfigLoader --> Processing Dependency: perl(MRO::Compat) for package: perl-Catalyst-Plugin-ConfigLoader ---> Package perl-Catalyst-Plugin-Static-Simple.noarch 0:0.20-2.fc9 set to be updated --> Processing Dependency: perl(MIME::Types) for package: perl-Catalyst-Plugin-Static-Simple ---> Package perl-Catalyst-Runtime-scripts.noarch 0:5.7014-3.fc9 set to be updated ---> Package perl-Class-Accessor.noarch 0:0.31-4.fc9 set to be updated ---> Package perl-Class-Data-Inheritable.noarch 0:0.06-4.fc9 set to be updated ---> Package perl-Class-Inspector.noarch 0:1.23-3.fc9 set to be updated ---> Package perl-Data-Dump.noarch 0:1.11-1.fc9 set to be updated ---> Package perl-File-Copy-Recursive.noarch 0:0.38-1.fc9 set to be updated ---> Package perl-File-Modified.noarch 0:0.07-5.fc9 set to be updated ---> Package perl-HTTP-Body.noarch 0:1.05-1.fc9 set to be updated ---> Package perl-HTTP-Request-AsCGI.noarch 0:0.5-3.fc9 set to be updated ---> Package perl-Module-Build.i386 1:0.2808-40.fc9 set to be updated --> Processing Dependency: perl(ExtUtils::CBuilder) >= 0.15 for package: perl-Module-Build --> Processing Dependency: perl(Archive::Tar) >= 1.08 for package: perl-Module-Build ---> Package perl-Module-Install.noarch 0:0.77-1.fc9 set to be updated --> Processing Dependency: perl(PAR::Dist) >= 0.29 for package: perl-Module-Install --> Processing Dependency: perl(YAML::Tiny) >= 1.31 for package: perl-Module-Install --> Processing Dependency: perl(Module::ScanDeps) >= 0.83 for package: perl-Module-Install --> Processing Dependency: perl(Module::CoreList) for package: perl-Module-Install --> Processing Dependency: perl(YAML::Tiny) for package: perl-Module-Install --> Processing Dependency: perl(File::Remove) for package: perl-Module-Install ---> Package perl-Path-Class.noarch 0:0.16-3.fc9 set to be updated ---> Package perl-Template-Toolkit.i386 0:2.19-4.fc9 set to be updated --> Processing Dependency: perl(Text::Autoformat) for package: perl-Template-Toolkit --> Processing Dependency: perl(AppConfig) for package: perl-Template-Toolkit --> Processing Dependency: perl(Pod::POM) for package: perl-Template-Toolkit ---> Package perl-Text-SimpleTable.noarch 0:0.03-3.fc9 set to be updated ---> Package perl-Tree-Simple.noarch 0:1.18-2.fc9 set to be updated ---> Package perl-Tree-Simple-VisitorFactory.noarch 0:0.10-3.fc9 set to be updated ---> Package perl-YAML.noarch 0:0.66-3.fc9 set to be updated ---> Package perl-parent.noarch 0:0.221-2.fc9 set to be updated --> Running transaction check ---> Package perl-AppConfig.noarch 0:1.66-3.fc9 set to be updated ---> Package perl-Archive-Tar.i386 0:1.38-40.fc9 set to be updated --> Processing Dependency: perl(IO::Zlib) for package: perl-Archive-Tar ---> Package perl-Config-Any.noarch 0:0.16-1.fc9 set to be updated --> Processing Dependency: perl(XML::Simple) for package: perl-Config-Any --> Processing Dependency: perl(JSON::Syck) for package: perl-Config-Any --> Processing Dependency: perl(Config::Tiny) for package: perl-Config-Any --> Processing Dependency: perl(YAML::Syck) for package: perl-Config-Any --> Processing Dependency: perl(Config::General) for package: perl-Config-Any ---> Package perl-Data-Visitor.noarch 0:0.21-1.fc9 set to be updated --> Processing Dependency: perl(namespace::clean) for package: perl-Data-Visitor --> Processing Dependency: perl(Squirrel) for package: perl-Data-Visitor --> Processing Dependency: perl(Tie::ToObject) for package: perl-Data-Visitor ---> Package perl-ExtUtils-CBuilder.i386 1:0.21-40.fc9 set to be updated ---> Package perl-File-Remove.noarch 0:1.42-1.fc9 set to be updated ---> Package perl-MIME-Types.noarch 0:1.23-3.fc9 set to be updated ---> Package perl-MRO-Compat.noarch 0:0.09-1.fc9 set to be updated --> Processing Dependency: perl(Class::C3) >= 0.19 for package: perl-MRO-Compat ---> Package perl-Module-CoreList.i386 0:2.15-40.fc9 set to be updated ---> Package perl-Module-ScanDeps.noarch 0:0.84-1.fc9 set to be updated ---> Package perl-PAR-Dist.noarch 0:0.34-1.fc9 set to be updated ---> Package perl-Pod-POM.noarch 0:0.17-9.fc9 set to be updated ---> Package perl-Text-Autoformat.noarch 0:1.14.0-3.fc9 set to be updated --> Processing Dependency: perl(Text::Reform) for package: perl-Text-Autoformat ---> Package perl-YAML-Tiny.noarch 0:1.32-1.fc9 set to be updated --> Running transaction check ---> Package perl-Class-C3.noarch 0:0.20-1.fc9 set to be updated --> Processing Dependency: perl(Class::C3::XS) >= 0.07 for package: perl-Class-C3 --> Processing Dependency: perl(Algorithm::C3) >= 0.06 for package: perl-Class-C3 ---> Package perl-Config-General.noarch 0:2.40-1.fc9 set to be updated ---> Package perl-Config-Tiny.noarch 0:2.12-5.fc9 set to be updated ---> Package perl-IO-Zlib.i386 1:1.07-40.fc9 set to be updated ---> Package perl-Mouse.noarch 0:0.09-2.fc9.1 set to be updated --> Processing Dependency: perl(Test::Exception) >= 0.27 for package: perl-Mouse --> Processing Dependency: perl(Class::Method::Modifiers) >= 1.01 for package: perl-Mouse ---> Package perl-Text-Reform.noarch 0:1.12.2-4.fc9 set to be updated --> Processing Dependency: perl(TeX::Hyphen) for package: perl-Text-Reform ---> Package perl-Tie-ToObject.noarch 0:0.03-2.fc9 set to be updated ---> Package perl-XML-Simple.noarch 0:2.18-3.fc9 set to be updated ---> Package perl-YAML-Syck.i386 0:1.04-2.fc9 set to be updated ---> Package perl-namespace-clean.noarch 0:0.09-1.fc9 set to be updated --> Processing Dependency: perl(B::Hooks::EndOfScope) for package: perl-namespace-clean --> Running transaction check ---> Package perl-Algorithm-C3.noarch 0:0.07-2.fc9 set to be updated ---> Package perl-B-Hooks-EndOfScope.noarch 0:0.04-1.fc9 set to be updated --> Processing Dependency: perl(Sub::Exporter) for package: perl-B-Hooks-EndOfScope --> Processing Dependency: perl(Scope::Guard) for package: perl-B-Hooks-EndOfScope ---> Package perl-Class-C3-XS.i386 0:0.08-4.fc9 set to be updated ---> Package perl-Class-Method-Modifiers.noarch 0:1.01-3.fc9 set to be updated ---> Package perl-TeX-Hyphen.noarch 0:0.140-7.fc9 set to be updated ---> Package perl-Test-Exception.noarch 0:0.27-2.fc9 set to be updated --> Processing Dependency: perl(Sub::Uplevel) for package: perl-Test-Exception --> Running transaction check ---> Package perl-Scope-Guard.noarch 0:0.03-3.fc9 set to be updated ---> Package perl-Sub-Exporter.noarch 0:0.981-1.fc9 set to be updated --> Processing Dependency: perl(Sub::Install) >= 0.92 for package: perl-Sub-Exporter --> Processing Dependency: perl(Data::OptList) for package: perl-Sub-Exporter --> Processing Dependency: perl(Params::Util) for package: perl-Sub-Exporter ---> Package perl-Sub-Uplevel.noarch 0:0.1901-2.fc9 set to be updated --> Running transaction check ---> Package perl-Data-OptList.noarch 0:0.103-2.fc9 set to be updated ---> Package perl-Params-Util.i386 0:0.38-1.fc9 set to be updated ---> Package perl-Sub-Install.noarch 0:0.924-3.fc9 set to be updated --> Finished Dependency Resolution Dependencies Resolved =============================================================================================================== Package Arch Version Repository Size =============================================================================================================== Installing: perl-Catalyst-Devel noarch 1.03-2.fc9 fedora 69 k perl-Catalyst-Devel noarch 1.08-2.fc9 updates-newkey 66 k perl-Catalyst-Runtime noarch 5.7014-3.fc9 updates-newkey 291 k Installing for dependencies: perl-Algorithm-C3 noarch 0.07-2.fc9 fedora 18 k perl-AppConfig noarch 1.66-3.fc9 fedora 94 k perl-Archive-Tar i386 1.38-40.fc9 updates-newkey 54 k perl-B-Hooks-EndOfScope noarch 0.04-1.fc9 updates-newkey 7.3 k perl-CGI-Simple noarch 1.103-3.fc9 fedora 114 k perl-Catalyst-Action-RenderView noarch 0.08-1.fc9 updates-newkey 12 k perl-Catalyst-Manual noarch 5.700701-3.fc9 fedora 276 k perl-Catalyst-Plugin-ConfigLoader noarch 0.22-1.fc9 updates-newkey 19 k perl-Catalyst-Plugin-Static-Simple noarch 0.20-2.fc9 fedora 29 k perl-Catalyst-Runtime-scripts noarch 5.7014-3.fc9 updates-newkey 9.3 k perl-Class-Accessor noarch 0.31-4.fc9 fedora 26 k perl-Class-C3 noarch 0.20-1.fc9 updates-newkey 36 k perl-Class-C3-XS i386 0.08-4.fc9 fedora 25 k perl-Class-Data-Inheritable noarch 0.06-4.fc9 fedora 9.0 k perl-Class-Inspector noarch 1.23-3.fc9 updates-newkey 27 k perl-Class-Method-Modifiers noarch 1.01-3.fc9 updates-newkey 22 k perl-Config-Any noarch 0.16-1.fc9 updates-newkey 46 k perl-Config-General noarch 2.40-1.fc9 updates-newkey 69 k perl-Config-Tiny noarch 2.12-5.fc9 fedora 22 k perl-Data-Dump noarch 1.11-1.fc9 updates-newkey 21 k perl-Data-OptList noarch 0.103-2.fc9 fedora 10 k perl-Data-Visitor noarch 0.21-1.fc9 updates-newkey 25 k perl-ExtUtils-CBuilder i386 1:0.21-40.fc9 updates-newkey 34 k perl-File-Copy-Recursive noarch 0.38-1.fc9 updates-newkey 21 k perl-File-Modified noarch 0.07-5.fc9 fedora 15 k perl-File-Remove noarch 1.42-1.fc9 updates-newkey 22 k perl-HTTP-Body noarch 1.05-1.fc9 updates-newkey 26 k perl-HTTP-Request-AsCGI noarch 0.5-3.fc9 fedora 11 k perl-IO-Zlib i386 1:1.07-40.fc9 updates-newkey 19 k perl-MIME-Types noarch 1.23-3.fc9 fedora 31 k perl-MRO-Compat noarch 0.09-1.fc9 updates-newkey 16 k perl-Module-Build i386 1:0.2808-40.fc9 updates-newkey 211 k perl-Module-CoreList i386 2.15-40.fc9 updates-newkey 52 k perl-Module-Install noarch 0.77-1.fc9 updates-newkey 140 k perl-Module-ScanDeps noarch 0.84-1.fc9 updates-newkey 39 k perl-Mouse noarch 0.09-2.fc9.1 updates-newkey 66 k perl-PAR-Dist noarch 0.34-1.fc9 updates-newkey 27 k perl-Params-Util i386 0.38-1.fc9 updates-newkey 38 k perl-Path-Class noarch 0.16-3.fc9 fedora 34 k perl-Pod-POM noarch 0.17-9.fc9 fedora 57 k perl-Scope-Guard noarch 0.03-3.fc9 fedora 9.0 k perl-Sub-Exporter noarch 0.981-1.fc9 updates-newkey 64 k perl-Sub-Install noarch 0.924-3.fc9 fedora 12 k perl-Sub-Uplevel noarch 0.1901-2.fc9 fedora 20 k perl-TeX-Hyphen noarch 0.140-7.fc9 fedora 34 k perl-Template-Toolkit i386 2.19-4.fc9 fedora 1.4 M perl-Test-Exception noarch 0.27-2.fc9 fedora 19 k perl-Text-Autoformat noarch 1.14.0-3.fc9 fedora 33 k perl-Text-Reform noarch 1.12.2-4.fc9 fedora 37 k perl-Text-SimpleTable noarch 0.03-3.fc9 fedora 7.7 k perl-Tie-ToObject noarch 0.03-2.fc9 updates-newkey 7.4 k perl-Tree-Simple noarch 1.18-2.fc9 fedora 41 k perl-Tree-Simple-VisitorFactory noarch 0.10-3.fc9 fedora 96 k perl-XML-Simple noarch 2.18-3.fc9 fedora 73 k perl-YAML noarch 0.66-3.fc9 fedora 82 k perl-YAML-Syck i386 1.04-2.fc9 fedora 90 k perl-YAML-Tiny noarch 1.32-1.fc9 updates-newkey 35 k perl-namespace-clean noarch 0.09-1.fc9 updates-newkey 15 k perl-parent noarch 0.221-2.fc9 updates-newkey 12 k Transaction Summary =============================================================================================================== Install 62 Package(s) Update 0 Package(s) Remove 0 Package(s) Total size: 4.3 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Check Error: file /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm conflicts between attempted installs of perl-Catalyst-Runtime-5.7014-3.fc9.noarch and perl-Catalyst-Manual-5.700701-3.fc9.noarch Error Summary ------------- $ Expected results: Functional Catalyst install Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 24 19:36:47 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Mar 2009 15:36:47 -0400 Subject: [Bug 491969] New: [monafont] Please rebuild for Fedora 11 to pick up font autodeps Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [monafont] Please rebuild for Fedora 11 to pick up font autodeps https://bugzilla.redhat.com/show_bug.cgi?id=491969 Summary: [monafont] Please rebuild for Fedora 11 to pick up font autodeps Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: monafont AssignedTo: mtasaka at ioa.s.u-tokyo.ac.jp ReportedBy: nicolas.mailhot at laposte.net QAContact: extras-qa at fedoraproject.org CC: mtasaka at ioa.s.u-tokyo.ac.jp, fedora-perl-devel-list at redhat.com Classification: Fedora . -- Configure bugmail: 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 Mar 24 19:49:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Mar 2009 15:49:34 -0400 Subject: [Bug 491969] [monafont] Please rebuild for Fedora 11 to pick up font autodeps In-Reply-To: References: Message-ID: <200903241949.n2OJnY40029314@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=491969 Nicolas Mailhot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-fonts-bugs-list at redh | |at.com Blocks| |446451(F11Target) Depends on| |491510 --- Comment #1 from Nicolas Mailhot 2009-03-24 15:49:15 EDT --- Due to various problems in libmagic and rpm, the new Fedora 11 font autoprovides were not working for some less common font formats (as detailed in bug #491510). We have detected your package is affected: repoquery -C --repoid=rawhide -f "/usr/share/fonts/*pcf.gz" -f "/usr/share/fonts/*pfa" -f "/usr/share/fonts/*ttc" --qf='%{SOURCERPM}\n' Please rebuild your package in rawhide to have the fixed rpmbuild add the correct autoprovides to its metadata. If you package still has not been converted to the new font packaging guidelines (bug #477044), please do the conversion first as autoprovides won't do a lot of good for packages that do not respect that. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 24 22:58:03 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Mar 2009 18:58:03 -0400 Subject: [Bug 472754] Conflict with perl-libxml-enno In-Reply-To: References: Message-ID: <200903242258.n2OMw3Rf014062@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=472754 Orion Poplawski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE --- Comment #1 from Orion Poplawski 2009-03-24 18:57:42 EDT --- perl-XML-RegExp is no longer in EPEL. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Wed Mar 25 01:56:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 25 Mar 2009 01:56:18 +0000 (UTC) Subject: rpms/perl-Test-WWW-Mechanize-Catalyst/F-10 perl-Test-WWW-Mechanize-Catalyst.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090325015618.88C5670132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2690 Modified Files: perl-Test-WWW-Mechanize-Catalyst.spec sources Log Message: * Sun Mar 22 2009 Robert Scheck 0.50-2 - Buildrequire perl(Catalyst::Plugin::Session::State::Cookie) Index: perl-Test-WWW-Mechanize-Catalyst.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-10/perl-Test-WWW-Mechanize-Catalyst.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-WWW-Mechanize-Catalyst.spec 27 Oct 2008 00:08:23 -0000 1.4 +++ perl-Test-WWW-Mechanize-Catalyst.spec 25 Mar 2009 01:55:48 -0000 1.5 @@ -1,20 +1,23 @@ Name: perl-Test-WWW-Mechanize-Catalyst -Version: 0.43 -Release: 1%{?dist} +Version: 0.50 +Release: 2%{?dist} Summary: Test::WWW::Mechanize for Catalyst License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ -Source0: http://www.cpan.org/authors/id/L/LB/LBROCARD/Test-WWW-Mechanize-Catalyst-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AS/ASH/Test-WWW-Mechanize-Catalyst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(Catalyst) >= 5.00 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(namespace::clean) +BuildRequires: perl(Catalyst) >= 5.00 +BuildRequires: perl(Moose) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::WWW::Mechanize) >= 1.14 BuildRequires: perl(WWW::Mechanize) >= 1.30 +BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) # optional tests... BuildRequires: perl(Test::Pod) @@ -83,6 +86,15 @@ %{_mandir}/man3/* %changelog +* Sun Mar 22 2009 Robert Scheck 0.50-2 +- Buildrequire perl(Catalyst::Plugin::Session::State::Cookie) + +* Mon Mar 09 2009 Chris Weyl 0.50-1 +- update to 0.50 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Oct 26 2008 Chris Weyl 0.43-1 - update to 0.43 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-WWW-Mechanize-Catalyst/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Oct 2008 00:08:23 -0000 1.4 +++ sources 25 Mar 2009 01:55:48 -0000 1.5 @@ -1 +1 @@ -2f3faf93d6aa138b0255cfc402de537a Test-WWW-Mechanize-Catalyst-0.43.tar.gz +f220d31d9f0b665843b14a4dd9511226 Test-WWW-Mechanize-Catalyst-0.50.tar.gz From cweyl at fedoraproject.org Wed Mar 25 02:13:41 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Wed, 25 Mar 2009 02:13:41 +0000 (UTC) Subject: rpms/perl-WWW-Mechanize/F-10 perl-WWW-Mechanize.spec, 1.16, 1.17 sources, 1.11, 1.12 Message-ID: <20090325021341.DECAC70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Mechanize/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7315 Modified Files: perl-WWW-Mechanize.spec sources Log Message: * Thu Feb 26 2009 Fedora Release Engineering - 1.54-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: perl-WWW-Mechanize.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-10/perl-WWW-Mechanize.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-WWW-Mechanize.spec 29 May 2008 06:58:07 -0000 1.16 +++ perl-WWW-Mechanize.spec 25 Mar 2009 02:13:11 -0000 1.17 @@ -1,17 +1,13 @@ # # Rebuild switches: # --with localtests enable local tests +%bcond_with localtests # --with livetests enable live tests -# - -%define localtests 0 -%define livetests 0 -%{?_with_localtests:%define localtests 1} -%{?_with_livetests:%define livetests 1} +%bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.34 -Release: 1%{?dist} +Version: 1.54 +Release: 2%{?dist} Summary: Automates web page form & link interaction Group: Development/Libraries @@ -29,6 +25,9 @@ BuildRequires: perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn) BuildRequires: perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL) BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(URI) >= 1.36 +BuildRequires: perl(HTTP::Server::Simple) +BuildRequires: perl(HTTP::Response::Encoding) >= 0.05 %description "WWW::Mechanize", or Mech for short, helps you automate interaction @@ -46,12 +45,12 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ -%if %{localtests} +%if %{with localtests} --local \ %else --nolocal \ %endif -%if %{livetests} +%if %{with livetests} --live %else --nolive @@ -87,6 +86,15 @@ %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.54-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Feb 21 2009 Ralf Cors??pius - 1.54-1 +- Upstream update. +- Add BR: perl(URI), perl(HTTP::Server::Simple), + perl(HTTP::Response::Encoding). +- Use %%bcond_with and %%with to process build options. + * Wed May 28 2008 Chris Weyl 1.34-1 - update to 1.34 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/F-10/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 29 May 2008 06:58:07 -0000 1.11 +++ sources 25 Mar 2009 02:13:11 -0000 1.12 @@ -1 +1 @@ -77a5c025b9a722b62884b7740b8133f9 WWW-Mechanize-1.34.tar.gz +27257ee2a33348df181c866d865925fb WWW-Mechanize-1.54.tar.gz From bugzilla at redhat.com Wed Mar 25 05:49:58 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Mar 2009 01:49:58 -0400 Subject: [Bug 491969] [monafont] Please rebuild for Fedora 11 to pick up font autodeps In-Reply-To: References: Message-ID: <200903250549.n2P5nwRe008874@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=491969 Bug 491969 depends on bug 491510, which changed state. Bug 491510 Summary: [Tracker] rpm font autoprovides are missing some font types https://bugzilla.redhat.com/show_bug.cgi?id=491510 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Mar 25 15:40:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Mar 2009 11:40:02 -0400 Subject: [Bug 491933] Catalyst install still fails as listed in bug 455151 In-Reply-To: References: Message-ID: <200903251540.n2PFe2Pg021696@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=491933 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ffesti at redhat.com, | |james.antill at redhat.com, | |pmatilai at redhat.com, | |skasal at redhat.com, | |skvidal at sethdot.org, | |tim.lauridsen at googlemail.co | |m Component|perl-Catalyst-Devel |yum AssignedTo|cweyl at alumni.drew.edu |skvidal at sethdot.org Flag| |needinfo?(kent.perrier at gmai | |l.com) --- Comment #1 from Stepan Kasal 2009-03-25 11:39:39 EDT --- The problem is that perl-Catalyst-Manual is selected from repository "fedora", not from "updates-newkey". The latest version, available in updates-newkey, is perl-Catalyst-Manual-1:5.7016-1.fc9 I'm tossing this to component "yum". (Perhaps yum is not able to notice the epoch change?) Kent, could you please add the ouput of rpm -q 'yum*' -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Mar 25 15:46:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Mar 2009 11:46:31 -0400 Subject: [Bug 455151] Conflict over /usr/lib/perl5/vendor_perl/5.10.0/Catalyst/Manual.pm In-Reply-To: References: Message-ID: <200903251546.n2PFkVOl023339@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=455151 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skasal at redhat.com --- Comment #9 from Stepan Kasal 2009-03-25 11:46:08 EDT --- (In reply to comment #8) > yum install perl-Catalyst-Devel > Installing: > perl-Catalyst-Devel noarch 1.07-1.fc9 updates 66 k > Installing for dependencies: > perl-Catalyst-Manual noarch 5.700701-3.fc9 fedora 276 k > perl-Catalyst-Runtime-scripts noarch 5.7014-3.fc9 updates 9.3 k The problem here is that the new version in updates has not been picked; this has been filed separately as bug 491933. -- Configure bugmail: 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 Mar 25 17:26:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Mar 2009 13:26:23 -0400 Subject: [Bug 491933] Catalyst install still fails as listed in bug 455151 In-Reply-To: References: Message-ID: <200903251726.n2PHQNkg018524@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=491933 kent.perrier at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(kent.perrier at gmai | |l.com) | --- Comment #2 from kent.perrier at gmail.com 2009-03-25 13:26:00 EDT --- $ rpm -q 'yum*' package yum* is not installed $ rpm -qa | grep yum anaconda-yum-plugins-1.0-1.fc9.noarch PackageKit-yum-plugin-0.3.12-1.fc9.i386 yum-3.2.21-2.fc9.noarch yum-metadata-parser-1.1.2-9.fc9.i386 PackageKit-yum-0.3.12-1.fc9.i386 yum-utils-1.1.19-1.fc9.noarch yumex-2.0.5-3.fc9.noarch I hope this gives you the information you need. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From pkgdb at fedoraproject.org Thu Mar 26 06:47:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:47:14 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064929.C267E2084CC@bastion.fedora.phx.redhat.com> mtasaka has set the watchbugzilla acl on monafont (Fedora devel) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From pkgdb at fedoraproject.org Thu Mar 26 06:49:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:49:46 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064938.C10A6208551@bastion.fedora.phx.redhat.com> mtasaka has set the watchcommits acl on monafont (Fedora devel) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From pkgdb at fedoraproject.org Thu Mar 26 06:49:55 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:49:55 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064947.8FA082084CC@bastion.fedora.phx.redhat.com> mtasaka has set the watchbugzilla acl on monafont (Fedora 10) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From pkgdb at fedoraproject.org Thu Mar 26 06:49:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:49:32 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064949.D067A208602@bastion.fedora.phx.redhat.com> mtasaka has set the watchcommits acl on monafont (Fedora 10) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From pkgdb at fedoraproject.org Thu Mar 26 06:49:41 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:49:41 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064959.0444020850F@bastion.fedora.phx.redhat.com> mtasaka has set the watchbugzilla acl on monafont (Fedora 9) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From pkgdb at fedoraproject.org Thu Mar 26 06:47:43 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 26 Mar 2009 06:47:43 +0000 Subject: [pkgdb] monafont had acl change status Message-ID: <20090326064959.614D0208514@bastion.fedora.phx.redhat.com> mtasaka has set the watchcommits acl on monafont (Fedora 9) to Obsolete for perl-sig To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monafont From bugzilla at redhat.com Thu Mar 26 13:10:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Mar 2009 09:10:52 -0400 Subject: [Bug 492318] New: Missing dependency Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Missing dependency https://bugzilla.redhat.com/show_bug.cgi?id=492318 Summary: Missing dependency Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: low Component: perl-GraphViz AssignedTo: cweyl at alumni.drew.edu ReportedBy: packages at amiga-hardware.com QAContact: extras-qa at fedoraproject.org CC: cweyl at alumni.drew.edu, fedora-perl-devel-list at redhat.com Classification: Fedora Description of problem: perl-GraphViz is missing a dependency on GraphViz For example: yum -y install perl-GraphViz Installs: perl-Parse-RecDescent perl-XML-Twig perl-IPC-Run perl-GraphViz Running any GraphViz perl program produces: Command 'dot' not found in /usr/lib64/qt-3.3/bin, /usr/kerberos/bin, /usr/local/bin, /usr/bin, /bin, /usr/local/sbin, /usr/sbin, /sbin, /home/ian/bin at /usr/lib/perl5/vendor_perl/5.10.0/GraphViz.pm line 1160 dot is part of the GraphViz package Version-Release number of selected component (if applicable): perl-GraphViz.noarch 0:2.03-1.fc10 How reproducible: See above Steps to Reproduce: 1. Install perl-GraphViz 2. Run a program which depends on it 3. If GraphViz isn't already installed it will fail Actual results: Program fails Expected results: All dependencies should be installed so that programs successfully run. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mtasaka at fedoraproject.org Thu Mar 26 17:43:07 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Thu, 26 Mar 2009 17:43:07 +0000 (UTC) Subject: rpms/monafont/devel monafont.spec,1.6,1.7 Message-ID: <20090326174307.0D7CF70132@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/monafont/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8040 Modified Files: monafont.spec Log Message: * Fri Mar 27 2009 Mamoru Tasaka - 2.90-8 - F-11: Again rebuild for new virtual font Provides (bug 491969) Index: monafont.spec =================================================================== RCS file: /cvs/extras/rpms/monafont/devel/monafont.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- monafont.spec 23 Feb 2009 21:37:22 -0000 1.6 +++ monafont.spec 26 Mar 2009 17:42:36 -0000 1.7 @@ -40,7 +40,7 @@ Name: %{archivename} Version: 2.90 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Japanese font for text arts # monafont itself is under public domain @@ -222,6 +222,9 @@ %doc ttfsrc/README-ttf.txt %changelog +* Fri Mar 27 2009 Mamoru Tasaka - 2.90-8 +- F-11: Again rebuild for new virtual font Provides (bug 491969) + * Tue Feb 24 2009 Mamoru Tasaka - 2.90-7 - F-11: Mass rebuild From bugzilla at redhat.com Thu Mar 26 17:54:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Mar 2009 13:54:56 -0400 Subject: [Bug 491969] [monafont] Please rebuild for Fedora 11 to pick up font autodeps In-Reply-To: References: Message-ID: <200903261754.n2QHsup3023959@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=491969 Mamoru Tasaka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RAWHIDE --- Comment #2 from Mamoru Tasaka 2009-03-26 13:54:30 EDT --- This one is done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Mar 26 18:01:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Mar 2009 14:01:02 -0400 Subject: [Bug 477426] [monafont] Please convert to new font packaging guidelines In-Reply-To: References: Message-ID: <200903261801.n2QI12hY019474@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=477426 Mamoru Tasaka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #7 from Mamoru Tasaka 2009-03-26 14:00:38 EDT --- Changing to MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From xavierb at fedoraproject.org Fri Mar 27 02:11:21 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Fri, 27 Mar 2009 02:11:21 +0000 (UTC) Subject: rpms/rt3/EL-5 rt3.spec,1.22,1.23 Message-ID: <20090327021121.E7C8D70132@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/rt3/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10086 Modified Files: rt3.spec Log Message: Enforce perl(Devel::Stacktrace) and perl(DBIx::SearchBuilder) minimum versions Index: rt3.spec =================================================================== RCS file: /cvs/pkgs/rpms/rt3/EL-5/rt3.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- rt3.spec 25 Jan 2009 15:00:13 -0000 1.22 +++ rt3.spec 27 Mar 2009 02:10:51 -0000 1.23 @@ -13,7 +13,7 @@ Name: rt3 Version: 3.6.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -61,6 +61,9 @@ Requires: perl(Regexp::Common) Requires: perl(Tree::Simple) Requires: perl(URI::URL) +# We need to enforce the following versions : +Requires: perl(Devel::Stacktrace) >= 1.19 +Requires: perl(DBIx::SearchBuilder) >= 1.53 # Split out. Technically, not actually necessary, but ... let's keep it for now. Requires: rt3-mailgate @@ -116,7 +119,8 @@ #!/bin/sh %{__perl_requires} $* |\ sed -e '/^perl(Encode::compat)$/d' \ - -e '/^perl(RT::/d' + -e '/^perl(RT::/d' \ + -e '/^perl(DBIx::SearchBuilder)$/d' EOF %define __perl_requires %{_builddir}/rt-%{version}/%{name}-req chmod +x %{__perl_requires} @@ -275,6 +279,10 @@ %{_mandir}/man1/rt-mailgate* %changelog +* Wed Mar 20 2009 Xavier Bachelot - 3.6.7-2 +- Enforce R: perl(Devel::Stacktrace) >= 1.20 (security). +- Enforce R: perl(DBIx::SearchBuilder) >= 1.53 and filter unversionned R:. + * Sat Jan 10 2009 Xavier Bachelot - 3.6.7-1 - Update to 3.6.7 (BZ 481163 - CVE-2008-3502). - R: perl(CSS::Squish). From cweyl at fedoraproject.org Fri Mar 27 04:29:46 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 04:29:46 +0000 (UTC) Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec,1.10,1.11 Message-ID: <20090327042946.DE7DE70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22370 Modified Files: perl-Gtk2-Sexy.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-Gtk2-Sexy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/perl-Gtk2-Sexy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Gtk2-Sexy.spec 26 Feb 2009 17:30:37 -0000 1.10 +++ perl-Gtk2-Sexy.spec 27 Mar 2009 04:29:16 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Sexy Version: 0.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries @@ -22,6 +22,12 @@ Requires: perl(Gtk2) +# 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}" + %description This module allows a perl developer to access the widgets of the sexy widget collection. @@ -65,6 +71,9 @@ %changelog +* Thu Mar 26 2009 Chris Weyl - 0.05-3 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Fri Mar 27 04:33:09 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 04:33:09 +0000 (UTC) Subject: rpms/perl-Term-Size/devel perl-Term-Size.spec,1.2,1.3 Message-ID: <20090327043309.5183570132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Term-Size/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23493 Modified Files: perl-Term-Size.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-Term-Size.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Term-Size/devel/perl-Term-Size.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Term-Size.spec 27 Feb 2009 02:10:45 -0000 1.2 +++ perl-Term-Size.spec 27 Mar 2009 04:32:38 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Term-Size Version: 0.2 -Release: 2%{?dist} +Release: 3%{?dist} # see Copyright License: GPL+ or Artistic Group: Development/Libraries @@ -16,6 +16,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) +# 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}" + %description *Term::Size* is a Perl module which provides a straightforward way to retrieve the terminal size. @@ -63,6 +69,9 @@ %{_mandir}/man3/*.3* %changelog +* Thu Mar 26 2009 Chris Weyl - 0.2-3 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Fri Mar 27 04:53:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 04:53:14 +0000 (UTC) Subject: rpms/perl-GTop/devel perl-GTop.spec,1.8,1.9 Message-ID: <20090327045314.60BEF70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-GTop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29042 Modified Files: perl-GTop.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-GTop.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GTop/devel/perl-GTop.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-GTop.spec 26 Feb 2009 16:53:05 -0000 1.8 +++ perl-GTop.spec 27 Mar 2009 04:52:44 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-GTop Version: 0.16 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl interface to libgtop License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,12 @@ # non-perl BuildRequires: libgtop2-devel +# 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}" + %description This is a perl interface to the libgtop library, useful for collecting real-time performance and other system statistics. @@ -62,6 +68,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 26 2009 Chris Weyl - 0.16-8 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.16-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Fri Mar 27 04:54:43 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 04:54:43 +0000 (UTC) Subject: rpms/perl-Devel-LexAlias/devel perl-Devel-LexAlias.spec,1.3,1.4 Message-ID: <20090327045443.2C04070132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Devel-LexAlias/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29749 Modified Files: perl-Devel-LexAlias.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-Devel-LexAlias.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-LexAlias/devel/perl-Devel-LexAlias.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-LexAlias.spec 26 Feb 2009 15:12:58 -0000 1.3 +++ perl-Devel-LexAlias.spec 27 Mar 2009 04:54:12 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Devel-LexAlias Version: 0.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Alias lexical variables License: GPL+ or Artistic Group: Development/Libraries @@ -13,6 +13,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +# 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}" + %description Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing. @@ -51,6 +57,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 26 2009 Chris Weyl - 0.04-4 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Fri Mar 27 04:55:47 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 04:55:47 +0000 (UTC) Subject: rpms/perl-Acme-Damn/devel perl-Acme-Damn.spec,1.6,1.7 Message-ID: <20090327045547.C1C4C70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Acme-Damn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30283 Modified Files: perl-Acme-Damn.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-Acme-Damn.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/perl-Acme-Damn.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Acme-Damn.spec 26 Feb 2009 10:38:12 -0000 1.6 +++ perl-Acme-Damn.spec 27 Mar 2009 04:55:17 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-Acme-Damn Version: 0.03 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Unbless Perl objects License: GPL+ or Artistic Group: Development/Libraries @@ -12,6 +12,12 @@ 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}" + %description Acme::Damn provides a single routine, damn(), which takes a blessed reference (a Perl object), and unblesses it, to return the original @@ -51,6 +57,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 26 2009 Chris Weyl - 0.03-8 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 0.03-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From cweyl at fedoraproject.org Fri Mar 27 05:04:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Fri, 27 Mar 2009 05:04:04 +0000 (UTC) Subject: rpms/perl-JSON-XS/devel perl-JSON-XS.spec,1.14,1.15 Message-ID: <20090327050404.7362C70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-JSON-XS/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv480 Modified Files: perl-JSON-XS.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-JSON-XS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-JSON-XS/devel/perl-JSON-XS.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-JSON-XS.spec 26 Feb 2009 20:31:13 -0000 1.14 +++ perl-JSON-XS.spec 27 Mar 2009 05:03:34 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-JSON-XS Version: 2.2311 -Release: 3%{?dist} +Release: 4%{?dist} Summary: JSON serialising/deserialising, done correctly and fast License: GPL+ or Artistic Group: Development/Libraries @@ -14,6 +14,12 @@ BuildRequires: perl(Test::More) +# 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}" + %description This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To @@ -57,6 +63,9 @@ %{_mandir}/man[13]/* %changelog +* Thu Mar 26 2009 Chris Weyl - 2.2311-4 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering - 2.2311-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From corsepiu at fedoraproject.org Fri Mar 27 10:22:58 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 27 Mar 2009 10:22:58 +0000 (UTC) Subject: rpms/perl-String-Format/F-10 .cvsignore, 1.2, 1.3 perl-String-Format.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090327102258.122F870133@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-String-Format/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7359/F-10 Modified Files: .cvsignore perl-String-Format.spec sources Log Message: * Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Sep 2006 09:56:52 -0000 1.2 +++ .cvsignore 27 Mar 2009 10:22:27 -0000 1.3 @@ -1 +1 @@ -String-Format-1.14.tar.gz +String-Format-1.15.tar.gz Index: perl-String-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-10/perl-String-Format.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-String-Format.spec 27 Feb 2008 21:46:51 -0000 1.5 +++ perl-String-Format.spec 27 Mar 2009 10:22:27 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-String-Format -Version: 1.14 -Release: 3%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Sprintf-like string formatting capabilities with arbitrary format definitions Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Sep 2006 09:56:52 -0000 1.2 +++ sources 27 Mar 2009 10:22:27 -0000 1.3 @@ -1 +1 @@ -8301545d15baaddfd5e2e4296b48352b String-Format-1.14.tar.gz +f3d792bfb47c030b2783b6f7347a088b String-Format-1.15.tar.gz From corsepiu at fedoraproject.org Fri Mar 27 10:22:58 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 27 Mar 2009 10:22:58 +0000 (UTC) Subject: rpms/perl-String-Format/F-9 .cvsignore, 1.2, 1.3 perl-String-Format.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <20090327102258.5183670132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-String-Format/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7359/F-9 Modified Files: .cvsignore perl-String-Format.spec sources Log Message: * Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Sep 2006 09:56:52 -0000 1.2 +++ .cvsignore 27 Mar 2009 10:22:28 -0000 1.3 @@ -1 +1 @@ -String-Format-1.14.tar.gz +String-Format-1.15.tar.gz Index: perl-String-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-9/perl-String-Format.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-String-Format.spec 27 Feb 2008 21:46:51 -0000 1.5 +++ perl-String-Format.spec 27 Mar 2009 10:22:28 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-String-Format -Version: 1.14 -Release: 3%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Sprintf-like string formatting capabilities with arbitrary format definitions Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 +- Upstream update. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.14-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Sep 2006 09:56:52 -0000 1.2 +++ sources 27 Mar 2009 10:22:28 -0000 1.3 @@ -1 +1 @@ -8301545d15baaddfd5e2e4296b48352b String-Format-1.14.tar.gz +f3d792bfb47c030b2783b6f7347a088b String-Format-1.15.tar.gz From corsepiu at fedoraproject.org Fri Mar 27 10:22:57 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 27 Mar 2009 10:22:57 +0000 (UTC) Subject: rpms/perl-String-Format/devel .cvsignore, 1.2, 1.3 perl-String-Format.spec, 1.6, 1.7 sources, 1.2, 1.3 Message-ID: <20090327102257.E25E870132@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-String-Format/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7359/devel Modified Files: .cvsignore perl-String-Format.spec sources Log Message: * Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Sep 2006 09:56:52 -0000 1.2 +++ .cvsignore 27 Mar 2009 10:22:27 -0000 1.3 @@ -1 +1 @@ -String-Format-1.14.tar.gz +String-Format-1.15.tar.gz Index: perl-String-Format.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/devel/perl-String-Format.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-String-Format.spec 27 Feb 2009 01:44:47 -0000 1.6 +++ perl-String-Format.spec 27 Mar 2009 10:22:27 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-String-Format -Version: 1.14 -Release: 4%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Sprintf-like string formatting capabilities with arbitrary format definitions Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Fri Mar 27 2009 Ralf Cors??pius - 1.15-1 +- Upstream update. + * Thu Feb 26 2009 Fedora Release Engineering - 1.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-String-Format/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Sep 2006 09:56:52 -0000 1.2 +++ sources 27 Mar 2009 10:22:27 -0000 1.3 @@ -1 +1 @@ -8301545d15baaddfd5e2e4296b48352b String-Format-1.14.tar.gz +f3d792bfb47c030b2783b6f7347a088b String-Format-1.15.tar.gz From bugzilla at redhat.com Fri Mar 27 14:51:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 10:51:23 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903271451.n2REpNPT001056@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=490743 --- Comment #6 from Fedora Update System 2009-03-27 10:50:55 EDT --- perl-ExtUtils-MakeMaker-Coverage-0.05-6.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Mar 27 14:51:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 10:51:28 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903271451.n2REpSp2019752@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=490743 Fedora Update System changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |0.05-6.fc9 Resolution| |NEXTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Mar 27 14:50:08 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 10:50:08 -0400 Subject: [Bug 490743] perl-ExtUtils-MakeMaker-Coverage shoud Require perl(Object::Accessor) and perl(Devel::Cover) In-Reply-To: References: Message-ID: <200903271450.n2REo867019062@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=490743 --- Comment #5 from Fedora Update System 2009-03-27 10:49:41 EDT --- perl-ExtUtils-MakeMaker-Coverage-0.05-6.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 Mar 27 21:55:54 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 17:55:54 -0400 Subject: [Bug 447859] quilt refresh outputs various 'Prototype mismatch errors' In-Reply-To: References: Message-ID: <200903272155.n2RLtsrL003382@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=447859 Alasdair Kergon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com, lxtnow at gmail.com, | |rc040203 at freenet.de Component|quilt |perl-gettext Version|9 |10 AssignedTo|jwboyer at gmail.com |rc040203 at freenet.de --- Comment #2 from Alasdair Kergon 2009-03-27 17:55:25 EDT --- http://rt.cpan.org/Public/Bug/Display.html?id=35680 - fixes it for 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 Sat Mar 28 00:11:23 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 20:11:23 -0400 Subject: [Bug 237421] Bad cpuTime retrieved from Sys::Virt::Domain->get_info In-Reply-To: References: Message-ID: <200903280011.n2S0BNlq025109@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=237421 Daniel Berrange changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Version|8 |10 Resolution|WONTFIX | --- Comment #8 from Daniel Berrange 2009-03-27 20:10:52 EDT --- Re-opening as this bug is still valid, and a fix is now available in upstream 0.2.0 release of Sys-Virt -- Configure bugmail: 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 Mar 28 01:04:14 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Mar 2009 21:04:14 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200903280104.n2S14E4n013105@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=481147 Charlie Brady changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charlieb-fedora-bugzilla at bu | |dge.apana.org.au --- Comment #2 from Charlie Brady 2009-03-27 21:03:46 EDT --- > However, the upstream project seems dead, as the CPAN bug dates to 2007. Is that any reason not to apply this simple fix? [Fix worked for me, BTW. 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 buildsys at fedoraproject.org Sat Mar 28 09:53:44 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sat, 28 Mar 2009 09:53:44 +0000 (UTC) Subject: Broken dependencies: perl-Maypole Message-ID: <20090328095344.8A9781F824F@releng2.fedora.phx.redhat.com> perl-Maypole has broken dependencies in the development tree: On ppc: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On x86_64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On i386: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On ppc64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) Please resolve this as soon as possible. From cweyl at fedoraproject.org Sat Mar 28 07:26:18 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Mar 2009 07:26:18 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-10 perl-Git-CPAN-Patch.spec, NONE, 1.1 sources, 1.1, 1.2 Message-ID: <20090328072618.22A4F70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31964 Modified Files: sources Added Files: perl-Git-CPAN-Patch.spec Log Message: * Wed Mar 25 2009 Chris Weyl 0.1.4-2 - break into main package + git-cpan-patch --- NEW FILE perl-Git-CPAN-Patch.spec --- Name: perl-Git-CPAN-Patch Version: 0.1.4 Release: 2%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Git-CPAN-Patch/ Source0: http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{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(autodie) BuildRequires: perl(CPANPLUS) BuildRequires: perl(Module::Build) BuildRequires: perl(Parse::BACKPAN::Packages) # testing BuildRequires: perl(Test::More) %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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. This package provides the backend Perl modules required. For the git commands, etc, please install the git-cpan-patch package. %package -n git-cpan-patch Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Tools Requires: perl-Git-CPAN-Patch = %{version}-%{release} Requires: git, git-email %description -n git-cpan-patch 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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. %prep %setup -q -n Git-CPAN-Patch-%{version} %build echo y | %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %files -n git-cpan-patch %defattr(-,root,root,-) %doc Changes README %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Mar 25 2009 Chris Weyl 0.1.4-2 - break into main package + git-cpan-patch * Fri Mar 06 2009 Chris Weyl 0.1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:39:35 -0000 1.1 +++ sources 28 Mar 2009 07:25:47 -0000 1.2 @@ -0,0 +1 @@ +3ca356d3896cf37a7133301fc9678ff2 Git-CPAN-Patch-0.1.4.tar.gz From cweyl at fedoraproject.org Sat Mar 28 07:21:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Mar 2009 07:21:03 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/F-9 import.log, NONE, 1.1 perl-Git-CPAN-Patch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090328072103.65A4F70132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30070/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Git-CPAN-Patch.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Git-CPAN-Patch-0_1_4-2_fc10:F-9:perl-Git-CPAN-Patch-0.1.4-2.fc10.src.rpm:1238224821 --- NEW FILE perl-Git-CPAN-Patch.spec --- Name: perl-Git-CPAN-Patch Version: 0.1.4 Release: 2%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Git-CPAN-Patch/ Source0: http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{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(autodie) BuildRequires: perl(CPANPLUS) BuildRequires: perl(Module::Build) BuildRequires: perl(Parse::BACKPAN::Packages) # testing BuildRequires: perl(Test::More) %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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. This package provides the backend Perl modules required. For the git commands, etc, please install the git-cpan-patch package. %package -n git-cpan-patch Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Tools Requires: perl-Git-CPAN-Patch = %{version}-%{release} Requires: git, git-email %description -n git-cpan-patch 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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. %prep %setup -q -n Git-CPAN-Patch-%{version} %build echo y | %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %files -n git-cpan-patch %defattr(-,root,root,-) %doc Changes README %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Mar 25 2009 Chris Weyl 0.1.4-2 - break into main package + git-cpan-patch * Fri Mar 06 2009 Chris Weyl 0.1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Mar 2009 20:39:35 -0000 1.1 +++ .cvsignore 28 Mar 2009 07:20:33 -0000 1.2 @@ -0,0 +1 @@ +Git-CPAN-Patch-0.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:39:35 -0000 1.1 +++ sources 28 Mar 2009 07:20:33 -0000 1.2 @@ -0,0 +1 @@ +3ca356d3896cf37a7133301fc9678ff2 Git-CPAN-Patch-0.1.4.tar.gz From cweyl at fedoraproject.org Sat Mar 28 07:15:32 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Mar 2009 07:15:32 +0000 (UTC) Subject: rpms/perl-Git-CPAN-Patch/devel import.log, NONE, 1.1 perl-Git-CPAN-Patch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090328071532.861BC70132@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-serv28608/devel Modified Files: .cvsignore sources Added Files: import.log perl-Git-CPAN-Patch.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Git-CPAN-Patch-0_1_4-2_fc10:HEAD:perl-Git-CPAN-Patch-0.1.4-2.fc10.src.rpm:1238224490 --- NEW FILE perl-Git-CPAN-Patch.spec --- Name: perl-Git-CPAN-Patch Version: 0.1.4 Release: 2%{?dist} Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Git-CPAN-Patch/ Source0: http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{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(autodie) BuildRequires: perl(CPANPLUS) BuildRequires: perl(Module::Build) BuildRequires: perl(Parse::BACKPAN::Packages) # testing BuildRequires: perl(Test::More) %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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. This package provides the backend Perl modules required. For the git commands, etc, please install the git-cpan-patch package. %package -n git-cpan-patch Summary: Patch CPAN modules using Git License: GPL+ or Artistic Group: Development/Tools Requires: perl-Git-CPAN-Patch = %{version}-%{release} Requires: git, git-email %description -n git-cpan-patch 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 local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. %prep %setup -q -n Git-CPAN-Patch-%{version} %build echo y | %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %files -n git-cpan-patch %defattr(-,root,root,-) %doc Changes README %{_bindir}/* %{_mandir}/man1/* %changelog * Wed Mar 25 2009 Chris Weyl 0.1.4-2 - break into main package + git-cpan-patch * Fri Mar 06 2009 Chris Weyl 0.1.4-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Mar 2009 20:39:35 -0000 1.1 +++ .cvsignore 28 Mar 2009 07:15:02 -0000 1.2 @@ -0,0 +1 @@ +Git-CPAN-Patch-0.1.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:39:35 -0000 1.1 +++ sources 28 Mar 2009 07:15:02 -0000 1.2 @@ -0,0 +1 @@ +3ca356d3896cf37a7133301fc9678ff2 Git-CPAN-Patch-0.1.4.tar.gz From cweyl at fedoraproject.org Sat Mar 28 06:49:04 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sat, 28 Mar 2009 06:49:04 +0000 (UTC) Subject: rpms/perl-Task-Catalyst/devel perl-Task-Catalyst.spec,1.1,1.2 Message-ID: <20090328064904.9D2B070132@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Task-Catalyst/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22397 Modified Files: perl-Task-Catalyst.spec Log Message: * Fri Mar 27 2009 Chris Weyl 3.0000-2 - make sure we get catalyst.pl installed, too Index: perl-Task-Catalyst.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Task-Catalyst/devel/perl-Task-Catalyst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Task-Catalyst.spec 1 Mar 2009 02:05:15 -0000 1.1 +++ perl-Task-Catalyst.spec 28 Mar 2009 06:48:34 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Task-Catalyst Version: 3.0000 -Release: 1%{?dist} +Release: 2%{?dist} # lib/Task/Catalyst.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries @@ -76,6 +76,9 @@ # feature: SQLite Support %req_both perl(DBD::SQLite) +# Make sure we pull it in, regardless of where it is +Requires: /usr/bin/catalyst.pl + %description This package ensures everything you need to write serious Catalyst applications is installed. Install this if you're interested in @@ -110,6 +113,9 @@ %{_mandir}/man3/*.3* %changelog +* Fri Mar 27 2009 Chris Weyl 3.0000-2 +- make sure we get catalyst.pl installed, too + * Fri Feb 27 2009 Chris Weyl 3.0000-1 - implement the req_both macro and pull in the deps we require from Makefile.PL From bugzilla at redhat.com Sat Mar 28 17:12:38 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Mar 2009 13:12:38 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903281712.n2SHCcPC000312@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492712 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora-perl-devel-list at redh | |at.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Mar 28 17:37:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Mar 2009 13:37:28 -0400 Subject: [Bug 425826] perl-Test-Base: broken deps In-Reply-To: References: Message-ID: <200903281737.n2SHbSnP004195@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=425826 Michael Stahnke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mastahnke at gmail.com Flag| |needinfo?(fedora at leemhuis.i | |nfo) --- Comment #4 from Michael Stahnke 2009-03-28 13:37:27 EDT --- Any update on this? We'd like to close this bug if it is fixed. I don't see this being an issue when I try to install perl(Test::Base) currently. -- Configure bugmail: 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 Mar 28 19:04:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Mar 2009 15:04:33 -0400 Subject: [Bug 425826] perl-Test-Base: broken deps In-Reply-To: References: Message-ID: <200903281904.n2SJ4XO1018215@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=425826 Thorsten Leemhuis changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(fedora at leemhuis.i | |nfo) | --- Comment #5 from Thorsten Leemhuis 2009-03-28 15:04:32 EDT --- > I don't see this being an issue when I try to install perl(Test::Base) > currently. Then why did you close as it seems you verified 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 Sat Mar 28 19:15:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 28 Mar 2009 15:15:17 -0400 Subject: [Bug 425826] perl-Test-Base: broken deps In-Reply-To: References: Message-ID: <200903281915.n2SJFHxO032391@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=425826 Thorsten Leemhuis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |CURRENTRELEASE -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at fedoraproject.org Sun Mar 29 01:07:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:07:14 +0000 (UTC) Subject: rpms/perl-Jemplate/devel Jemplate.pm-0.23_1.patch, NONE, 1.1 import.log, NONE, 1.1 perl-Jemplate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090329010714.DC8D870133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Jemplate/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30878/devel Modified Files: .cvsignore sources Added Files: Jemplate.pm-0.23_1.patch import.log perl-Jemplate.spec Log Message: initial import Jemplate.pm-0.23_1.patch: --- NEW FILE Jemplate.pm-0.23_1.patch --- Bring Jemplate.pm up to 0.23_1 (except for $VERSION). This resolves issues with Catalyst::View::Jemplate; see RT#37813, RT#35609, etc. --- Jemplate-0.23/lib/Jemplate.pm 2009-03-27 18:37:11.405746135 -0700 +++ Jemplate-0.23_1/lib/Jemplate.pm 2008-08-18 15:35:48.000000000 -0700 @@ -77,7 +77,7 @@ my ($runtime, $compile, $list) = @$jemplate_options{qw/runtime compile list/}; if ($runtime) { - runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); + print runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); return unless $compile; } @@ -262,6 +262,8 @@ require Jemplate::Runtime; require Jemplate::Runtime::Compact; + unshift @_, "standard" unless @_; + my ($runtime, $ajax, $json, $xhr, $xxx, $compact) = map { defined $_ ? lc $_ : "" } @_[0 .. 5]; my $Jemplate_Runtime = $compact ? "Jemplate::Runtime::Compact" : "Jemplate::Runtime"; @@ -311,7 +313,7 @@ push @runtime, $Jemplate_Runtime->xxx if $xxx; - print join ";", @runtime; + return join ";", @runtime; } #------------------------------------------------------------------------------- @@ -383,7 +385,7 @@ Template Toolkit. Any changes made to this file will be lost the next time the templates are compiled. - Copyright 2006 - Ingy d??t Net - All rights reserved. + Copyright 2006-2008 - Ingy d??t Net - All rights reserved. */ if (typeof(Jemplate) == 'undefined') --- NEW FILE import.log --- perl-Jemplate-0_23-2_fc10:HEAD:perl-Jemplate-0.23-2.fc10.src.rpm:1238288793 --- NEW FILE perl-Jemplate.spec --- Name: perl-Jemplate Version: 0.23 Release: 2%{?dist} # lib/Jemplate.pm -> GPL+ or Artistic # lib/Jemplate/Directive.pm -> GPL+ or Artistic # lib/Jemplate/Parser.pm -> GPL+ or Artistic # lib/Jemplate/Runtime.pm -> GPL+ or Artistic # lib/Jemplate/Runtime/Compact.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: JavaScript Templating with Template Toolkit Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Jemplate-%{version}.tar.gz Patch0: Jemplate.pm-0.23_1.patch Url: http://search.cpan.org/dist/Jemplate 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) >= 6.42 BuildRequires: perl(File::Find::Rule) >= 0.30 BuildRequires: perl(Template) >= 2.19 # tests BuildRequires: perl(Test::Base) BuildRequires: perl(Test::Base::Filter) BuildRequires: perl(Getopt::Long) BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Status) BuildRequires: perl(HTTP::Response) BuildRequires: perl(IO::All) BuildRequires: perl(LWP::MediaTypes) BuildRequires: perl(Path::Class) BuildRequires: perl(JSON) %description Jemplate is a templating framework for JavaScript that is built over Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles them into JavaScript. Jemplate then provides a JavaScript runtime module for processing the template code. Presto, we have full featured JavaScript templating language! %prep %setup -q -n Jemplate-%{version} %patch0 -p1 cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo cat foo > doc/text/Jemplate.text rm foo %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 doc/ examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %{_bindir}/jemplate %{_mandir}/man1/jemplate.1.gz %changelog * Sat Mar 28 2009 Chris Weyl 0.23-2 - apply a partial patch to Jemplate.pm from 0.23_01, to resolve issues with this release and Catalyst::View::Jemplate * Tue Mar 24 2009 Chris Weyl 0.23-1 - touch-up * Tue Mar 24 2009 Chris Weyl 0.23-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Mar 2009 20:38:47 -0000 1.1 +++ .cvsignore 29 Mar 2009 01:06:44 -0000 1.2 @@ -0,0 +1 @@ +Jemplate-0.23.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:38:47 -0000 1.1 +++ sources 29 Mar 2009 01:06:44 -0000 1.2 @@ -0,0 +1 @@ +208799c450df16134949ee031b92eef4 Jemplate-0.23.tar.gz From cweyl at fedoraproject.org Sun Mar 29 01:08:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:08:07 +0000 (UTC) Subject: rpms/perl-Jemplate/F-10 Jemplate.pm-0.23_1.patch, NONE, 1.1 import.log, NONE, 1.1 perl-Jemplate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090329010807.41A8A70133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Jemplate/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31168/F-10 Modified Files: .cvsignore sources Added Files: Jemplate.pm-0.23_1.patch import.log perl-Jemplate.spec Log Message: initial import Jemplate.pm-0.23_1.patch: --- NEW FILE Jemplate.pm-0.23_1.patch --- Bring Jemplate.pm up to 0.23_1 (except for $VERSION). This resolves issues with Catalyst::View::Jemplate; see RT#37813, RT#35609, etc. --- Jemplate-0.23/lib/Jemplate.pm 2009-03-27 18:37:11.405746135 -0700 +++ Jemplate-0.23_1/lib/Jemplate.pm 2008-08-18 15:35:48.000000000 -0700 @@ -77,7 +77,7 @@ my ($runtime, $compile, $list) = @$jemplate_options{qw/runtime compile list/}; if ($runtime) { - runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); + print runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); return unless $compile; } @@ -262,6 +262,8 @@ require Jemplate::Runtime; require Jemplate::Runtime::Compact; + unshift @_, "standard" unless @_; + my ($runtime, $ajax, $json, $xhr, $xxx, $compact) = map { defined $_ ? lc $_ : "" } @_[0 .. 5]; my $Jemplate_Runtime = $compact ? "Jemplate::Runtime::Compact" : "Jemplate::Runtime"; @@ -311,7 +313,7 @@ push @runtime, $Jemplate_Runtime->xxx if $xxx; - print join ";", @runtime; + return join ";", @runtime; } #------------------------------------------------------------------------------- @@ -383,7 +385,7 @@ Template Toolkit. Any changes made to this file will be lost the next time the templates are compiled. - Copyright 2006 - Ingy d??t Net - All rights reserved. + Copyright 2006-2008 - Ingy d??t Net - All rights reserved. */ if (typeof(Jemplate) == 'undefined') --- NEW FILE import.log --- perl-Jemplate-0_23-2_fc10:F-10:perl-Jemplate-0.23-2.fc10.src.rpm:1238288847 --- NEW FILE perl-Jemplate.spec --- Name: perl-Jemplate Version: 0.23 Release: 2%{?dist} # lib/Jemplate.pm -> GPL+ or Artistic # lib/Jemplate/Directive.pm -> GPL+ or Artistic # lib/Jemplate/Parser.pm -> GPL+ or Artistic # lib/Jemplate/Runtime.pm -> GPL+ or Artistic # lib/Jemplate/Runtime/Compact.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: JavaScript Templating with Template Toolkit Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Jemplate-%{version}.tar.gz Patch0: Jemplate.pm-0.23_1.patch Url: http://search.cpan.org/dist/Jemplate 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) >= 6.42 BuildRequires: perl(File::Find::Rule) >= 0.30 BuildRequires: perl(Template) >= 2.19 # tests BuildRequires: perl(Test::Base) BuildRequires: perl(Test::Base::Filter) BuildRequires: perl(Getopt::Long) BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Status) BuildRequires: perl(HTTP::Response) BuildRequires: perl(IO::All) BuildRequires: perl(LWP::MediaTypes) BuildRequires: perl(Path::Class) BuildRequires: perl(JSON) %description Jemplate is a templating framework for JavaScript that is built over Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles them into JavaScript. Jemplate then provides a JavaScript runtime module for processing the template code. Presto, we have full featured JavaScript templating language! %prep %setup -q -n Jemplate-%{version} %patch0 -p1 cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo cat foo > doc/text/Jemplate.text rm foo %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 doc/ examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %{_bindir}/jemplate %{_mandir}/man1/jemplate.1.gz %changelog * Sat Mar 28 2009 Chris Weyl 0.23-2 - apply a partial patch to Jemplate.pm from 0.23_01, to resolve issues with this release and Catalyst::View::Jemplate * Tue Mar 24 2009 Chris Weyl 0.23-1 - touch-up * Tue Mar 24 2009 Chris Weyl 0.23-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Mar 2009 20:38:47 -0000 1.1 +++ .cvsignore 29 Mar 2009 01:07:36 -0000 1.2 @@ -0,0 +1 @@ +Jemplate-0.23.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:38:47 -0000 1.1 +++ sources 29 Mar 2009 01:07:37 -0000 1.2 @@ -0,0 +1 @@ +208799c450df16134949ee031b92eef4 Jemplate-0.23.tar.gz From cweyl at fedoraproject.org Sun Mar 29 01:08:54 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:08:54 +0000 (UTC) Subject: rpms/perl-Jemplate/F-9 Jemplate.pm-0.23_1.patch, NONE, 1.1 import.log, NONE, 1.1 perl-Jemplate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090329010854.E645070133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Jemplate/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31483/F-9 Modified Files: .cvsignore sources Added Files: Jemplate.pm-0.23_1.patch import.log perl-Jemplate.spec Log Message: initial import Jemplate.pm-0.23_1.patch: --- NEW FILE Jemplate.pm-0.23_1.patch --- Bring Jemplate.pm up to 0.23_1 (except for $VERSION). This resolves issues with Catalyst::View::Jemplate; see RT#37813, RT#35609, etc. --- Jemplate-0.23/lib/Jemplate.pm 2009-03-27 18:37:11.405746135 -0700 +++ Jemplate-0.23_1/lib/Jemplate.pm 2008-08-18 15:35:48.000000000 -0700 @@ -77,7 +77,7 @@ my ($runtime, $compile, $list) = @$jemplate_options{qw/runtime compile list/}; if ($runtime) { - runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); + print runtime_source_code(@$jemplate_options{qw/runtime ajax json xhr xxx compact/}); return unless $compile; } @@ -262,6 +262,8 @@ require Jemplate::Runtime; require Jemplate::Runtime::Compact; + unshift @_, "standard" unless @_; + my ($runtime, $ajax, $json, $xhr, $xxx, $compact) = map { defined $_ ? lc $_ : "" } @_[0 .. 5]; my $Jemplate_Runtime = $compact ? "Jemplate::Runtime::Compact" : "Jemplate::Runtime"; @@ -311,7 +313,7 @@ push @runtime, $Jemplate_Runtime->xxx if $xxx; - print join ";", @runtime; + return join ";", @runtime; } #------------------------------------------------------------------------------- @@ -383,7 +385,7 @@ Template Toolkit. Any changes made to this file will be lost the next time the templates are compiled. - Copyright 2006 - Ingy d??t Net - All rights reserved. + Copyright 2006-2008 - Ingy d??t Net - All rights reserved. */ if (typeof(Jemplate) == 'undefined') --- NEW FILE import.log --- perl-Jemplate-0_23-2_fc10:F-9:perl-Jemplate-0.23-2.fc10.src.rpm:1238288898 --- NEW FILE perl-Jemplate.spec --- Name: perl-Jemplate Version: 0.23 Release: 2%{?dist} # lib/Jemplate.pm -> GPL+ or Artistic # lib/Jemplate/Directive.pm -> GPL+ or Artistic # lib/Jemplate/Parser.pm -> GPL+ or Artistic # lib/Jemplate/Runtime.pm -> GPL+ or Artistic # lib/Jemplate/Runtime/Compact.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: JavaScript Templating with Template Toolkit Source: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Jemplate-%{version}.tar.gz Patch0: Jemplate.pm-0.23_1.patch Url: http://search.cpan.org/dist/Jemplate 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) >= 6.42 BuildRequires: perl(File::Find::Rule) >= 0.30 BuildRequires: perl(Template) >= 2.19 # tests BuildRequires: perl(Test::Base) BuildRequires: perl(Test::Base::Filter) BuildRequires: perl(Getopt::Long) BuildRequires: perl(HTTP::Daemon) BuildRequires: perl(HTTP::Status) BuildRequires: perl(HTTP::Response) BuildRequires: perl(IO::All) BuildRequires: perl(LWP::MediaTypes) BuildRequires: perl(Path::Class) BuildRequires: perl(JSON) %description Jemplate is a templating framework for JavaScript that is built over Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles them into JavaScript. Jemplate then provides a JavaScript runtime module for processing the template code. Presto, we have full featured JavaScript templating language! %prep %setup -q -n Jemplate-%{version} %patch0 -p1 cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo cat foo > doc/text/Jemplate.text rm foo %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 doc/ examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %{_bindir}/jemplate %{_mandir}/man1/jemplate.1.gz %changelog * Sat Mar 28 2009 Chris Weyl 0.23-2 - apply a partial patch to Jemplate.pm from 0.23_01, to resolve issues with this release and Catalyst::View::Jemplate * Tue Mar 24 2009 Chris Weyl 0.23-1 - touch-up * Tue Mar 24 2009 Chris Weyl 0.23-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Mar 2009 20:38:47 -0000 1.1 +++ .cvsignore 29 Mar 2009 01:08:24 -0000 1.2 @@ -0,0 +1 @@ +Jemplate-0.23.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Jemplate/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Mar 2009 20:38:47 -0000 1.1 +++ sources 29 Mar 2009 01:08:24 -0000 1.2 @@ -0,0 +1 @@ +208799c450df16134949ee031b92eef4 Jemplate-0.23.tar.gz From cweyl at fedoraproject.org Sun Mar 29 01:27:14 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:27:14 +0000 (UTC) Subject: rpms/perl-B-Keywords/devel .cvsignore, 1.4, 1.5 perl-B-Keywords.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <20090329012714.6AD3370133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Keywords/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1110 Modified Files: .cvsignore perl-B-Keywords.spec sources Log Message: * Sat Mar 28 2009 Chris Weyl 1.09-1 - update to 1.09 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 15 Mar 2008 17:42:38 -0000 1.4 +++ .cvsignore 29 Mar 2009 01:26:42 -0000 1.5 @@ -1 +1 @@ -B-Keywords-1.08.tar.gz +B-Keywords-1.09.tar.gz Index: perl-B-Keywords.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/perl-B-Keywords.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-B-Keywords.spec 26 Feb 2009 11:17:42 -0000 1.10 +++ perl-B-Keywords.spec 29 Mar 2009 01:26:43 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-B-Keywords -Version: 1.08 -Release: 3%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Lists of reserved barewords and symbol names Group: Development/Libraries @@ -53,6 +53,9 @@ %changelog +* Sat Mar 28 2009 Chris Weyl 1.09-1 +- update to 1.09 + * Thu Feb 26 2009 Fedora Release Engineering - 1.08-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Mar 2008 17:42:38 -0000 1.4 +++ sources 29 Mar 2009 01:26:43 -0000 1.5 @@ -1 +1 @@ -92f0d9d63d6ee2a6a2d4c5e1a90c5367 B-Keywords-1.08.tar.gz +ac42096fcde918eda4a3c47c9b71e8d5 B-Keywords-1.09.tar.gz From cweyl at fedoraproject.org Sun Mar 29 01:28:49 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:28:49 +0000 (UTC) Subject: rpms/perl-B-Keywords/F-10 perl-B-Keywords.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <20090329012849.D6DAF70133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Keywords/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1428 Modified Files: perl-B-Keywords.spec sources Log Message: * Sat Mar 28 2009 Chris Weyl 1.09-1 - update to 1.09 Index: perl-B-Keywords.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/F-10/perl-B-Keywords.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-B-Keywords.spec 31 May 2008 23:38:09 -0000 1.9 +++ perl-B-Keywords.spec 29 Mar 2009 01:28:19 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-B-Keywords -Version: 1.08 -Release: 2%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Lists of reserved barewords and symbol names Group: Development/Libraries @@ -53,6 +53,12 @@ %changelog +* Sat Mar 28 2009 Chris Weyl 1.09-1 +- update to 1.09 + +* Thu Feb 26 2009 Fedora Release Engineering - 1.08-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sat May 31 2008 Chris Weyl 1.08-2 - update buildrequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 15 Mar 2008 17:42:38 -0000 1.4 +++ sources 29 Mar 2009 01:28:19 -0000 1.5 @@ -1 +1 @@ -92f0d9d63d6ee2a6a2d4c5e1a90c5367 B-Keywords-1.08.tar.gz +ac42096fcde918eda4a3c47c9b71e8d5 B-Keywords-1.09.tar.gz From cweyl at fedoraproject.org Sun Mar 29 01:33:05 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 01:33:05 +0000 (UTC) Subject: rpms/perl-B-Keywords/devel perl-B-Keywords.spec,1.11,1.12 Message-ID: <20090329013305.8B90270133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Keywords/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2972 Modified Files: perl-B-Keywords.spec Log Message: * Sat Mar 28 2009 Chris Weyl 1.09-2 - BR Test -> Test::More Index: perl-B-Keywords.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/devel/perl-B-Keywords.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-B-Keywords.spec 29 Mar 2009 01:26:43 -0000 1.11 +++ perl-B-Keywords.spec 29 Mar 2009 01:32:34 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-B-Keywords Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lists of reserved barewords and symbol names Group: Development/Libraries @@ -14,7 +14,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test) +BuildRequires: perl(Test::More) %description %{summary}. @@ -53,6 +53,9 @@ %changelog +* Sat Mar 28 2009 Chris Weyl 1.09-2 +- BR Test -> Test::More + * Sat Mar 28 2009 Chris Weyl 1.09-1 - update to 1.09 From cweyl at fedoraproject.org Sun Mar 29 04:02:12 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 29 Mar 2009 04:02:12 +0000 (UTC) Subject: rpms/perl-B-Keywords/F-10 perl-B-Keywords.spec,1.10,1.11 Message-ID: <20090329040212.3EF5570133@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-B-Keywords/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9363 Modified Files: perl-B-Keywords.spec Log Message: * Sat Mar 28 2009 Chris Weyl 1.09-2 - BR Test -> Test::More Index: perl-B-Keywords.spec =================================================================== RCS file: /cvs/extras/rpms/perl-B-Keywords/F-10/perl-B-Keywords.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-B-Keywords.spec 29 Mar 2009 01:28:19 -0000 1.10 +++ perl-B-Keywords.spec 29 Mar 2009 04:01:41 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-B-Keywords Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lists of reserved barewords and symbol names Group: Development/Libraries @@ -14,7 +14,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test) +BuildRequires: perl(Test::More) %description %{summary}. @@ -53,6 +53,9 @@ %changelog +* Sat Mar 28 2009 Chris Weyl 1.09-2 +- BR Test -> Test::More + * Sat Mar 28 2009 Chris Weyl 1.09-1 - update to 1.09 From buildsys at fedoraproject.org Sun Mar 29 10:09:12 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Sun, 29 Mar 2009 10:09:12 +0000 (UTC) Subject: Broken dependencies: perl-Maypole Message-ID: <20090329100912.D5FD01F8259@releng2.fedora.phx.redhat.com> perl-Maypole has broken dependencies in the development tree: On ppc: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On x86_64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On i386: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On ppc64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) Please resolve this as soon as possible. From spot at fedoraproject.org Sun Mar 29 16:44:18 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sun, 29 Mar 2009 16:44:18 +0000 (UTC) Subject: rpms/perl-GraphViz/F-9 perl-GraphViz.spec,1.5,1.6 Message-ID: <20090329164418.55CE370135@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GraphViz/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32113/F-9 Modified Files: perl-GraphViz.spec Log Message: fix missing Requires on graphviz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GraphViz/F-9/perl-GraphViz.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-GraphViz.spec 26 Sep 2008 06:18:49 -0000 1.5 +++ perl-GraphViz.spec 29 Mar 2009 16:43:47 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-GraphViz Version: 2.03 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,8 @@ # optional test BuildRequires: perl(Test::Pod) +# not autodetected +Requires: graphviz #Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -59,6 +61,12 @@ %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 +- add manual Requires on graphviz (bz 492318) + +* Thu Feb 26 2009 Fedora Release Engineering - 2.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Sep 25 2008 Chris Weyl 2.03-1 - update to 2.03 From spot at fedoraproject.org Sun Mar 29 16:44:18 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sun, 29 Mar 2009 16:44:18 +0000 (UTC) Subject: rpms/perl-GraphViz/devel perl-GraphViz.spec,1.6,1.7 Message-ID: <20090329164418.64D5170136@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GraphViz/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32113/devel Modified Files: perl-GraphViz.spec Log Message: fix missing Requires on graphviz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GraphViz/devel/perl-GraphViz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-GraphViz.spec 26 Feb 2009 17:17:49 -0000 1.6 +++ perl-GraphViz.spec 29 Mar 2009 16:43:47 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-GraphViz Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,8 @@ # optional test BuildRequires: perl(Test::Pod) +# not autodetected +Requires: graphviz #Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -59,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 +- add manual Requires on graphviz (bz 492318) + * Thu Feb 26 2009 Fedora Release Engineering - 2.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From spot at fedoraproject.org Sun Mar 29 16:44:18 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Sun, 29 Mar 2009 16:44:18 +0000 (UTC) Subject: rpms/perl-GraphViz/F-10 perl-GraphViz.spec,1.5,1.6 Message-ID: <20090329164418.522C870133@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/perl-GraphViz/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32113/F-10 Modified Files: perl-GraphViz.spec Log Message: fix missing Requires on graphviz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-GraphViz/F-10/perl-GraphViz.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-GraphViz.spec 26 Sep 2008 06:18:28 -0000 1.5 +++ perl-GraphViz.spec 29 Mar 2009 16:43:46 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-GraphViz Version: 2.03 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -15,6 +15,8 @@ # optional test BuildRequires: perl(Test::Pod) +# not autodetected +Requires: graphviz #Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -59,6 +61,12 @@ %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 +- add manual Requires on graphviz (bz 492318) + +* Thu Feb 26 2009 Fedora Release Engineering - 2.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Sep 25 2008 Chris Weyl 2.03-1 - update to 2.03 From bugzilla at redhat.com Sun Mar 29 17:05:30 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Mar 2009 13:05:30 -0400 Subject: [Bug 492318] Missing dependency In-Reply-To: References: Message-ID: <200903291705.n2TH5UKT010570@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492318 --- Comment #2 from Fedora Update System 2009-03-29 13:05:30 EDT --- perl-GraphViz-2.03-3.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-GraphViz-2.03-3.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Mar 29 17:05:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 29 Mar 2009 13:05:25 -0400 Subject: [Bug 492318] Missing dependency In-Reply-To: References: Message-ID: <200903291705.n2TH5PEF022034@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=492318 --- Comment #1 from Fedora Update System 2009-03-29 13:05:24 EDT --- perl-GraphViz-2.03-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-GraphViz-2.03-3.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Mar 30 05:57:24 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 01:57:24 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903300557.n2U5vOWr015713@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=492712 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |panemade at gmail.com AssignedTo|nobody at fedoraproject.org |panemade at gmail.com Flag| |fedora-review? -- Configure bugmail: 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 Mar 30 07:00:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 03:00:39 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903300700.n2U70dix026626@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=492712 Parag AN(????) changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+ --- Comment #1 from Parag AN(????) 2009-03-30 03:00:38 EDT --- Review: + package builds in mock (rawhide i586). koji Build => http://koji.fedoraproject.org/koji/taskinfo?taskID=1264875 + rpmlint is silent for SRPM and for RPM. + source files match upstream url 79463e02883f6d66018b371eea59c137 HTTP-Server-Simple-Static-0.07.tar.gz + package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test gave All tests successful. Files=3, Tests=5, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.26 cusr 0.03 csys = 0.31 CPU) + Package perl-HTTP-Server-Simple-Static-0.07-1.fc11.noarch => Provides: perl(HTTP::Server::Simple::Static) = 0.07 Requires: /usr/bin/perl perl(File::MMagic) perl(File::Spec::Functions) perl(HTTP::Server::Simple::Static) perl(IO::File) perl(MIME::Types) perl(URI::Escape) perl(base) perl(bytes) perl(lib) perl(strict) perl(warnings) Suggestions: 1) I think example.pl should be installed as %doc file. APPROVED. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Mon Mar 30 10:51:10 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 10:51:10 +0000 (UTC) Subject: rpms/perl-GraphViz/devel .cvsignore, 1.3, 1.4 perl-GraphViz.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <20090330105110.6E4A970136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-GraphViz/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5032 Modified Files: .cvsignore perl-GraphViz.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Sep 2008 06:18:28 -0000 1.3 +++ .cvsignore 30 Mar 2009 10:50:39 -0000 1.4 @@ -1 +1 @@ -GraphViz-2.03.tar.gz +GraphViz-2.04.tar.gz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/devel/perl-GraphViz.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-GraphViz.spec 29 Mar 2009 16:43:47 -0000 1.7 +++ perl-GraphViz.spec 30 Mar 2009 10:50:39 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-GraphViz -Version: 2.03 -Release: 3%{?dist} +Version: 2.04 +Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -17,7 +17,6 @@ # not autodetected Requires: graphviz -#Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.04-1 +- update to 2.04 + * Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 - add manual Requires on graphviz (bz 492318) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Sep 2008 06:18:28 -0000 1.3 +++ sources 30 Mar 2009 10:50:39 -0000 1.4 @@ -1 +1 @@ -da8efe38152c983d9de63c9f8da5b852 GraphViz-2.03.tar.gz +4ef406a3deca074c2a2b9237e4ae54b0 GraphViz-2.04.tar.gz From buildsys at fedoraproject.org Mon Mar 30 11:58:54 2009 From: buildsys at fedoraproject.org (buildsys at fedoraproject.org) Date: Mon, 30 Mar 2009 11:58:54 +0000 (UTC) Subject: Broken dependencies: perl-Maypole Message-ID: <20090330115854.229AB1F825F@releng2.fedora.phx.redhat.com> perl-Maypole has broken dependencies in the development tree: On ppc: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On x86_64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On i386: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) On ppc64: 1:perl-Maypole-2.13-1.fc11.noarch requires perl(HTTP::Server::Simple::Static) Please resolve this as soon as possible. From kasal at fedoraproject.org Mon Mar 30 12:44:46 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 12:44:46 +0000 (UTC) Subject: rpms/perl-GraphViz/F-9 .cvsignore, 1.2, 1.3 perl-GraphViz.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090330124446.60B1970136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-GraphViz/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16620 Modified Files: .cvsignore perl-GraphViz.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2007 18:33:24 -0000 1.2 +++ .cvsignore 30 Mar 2009 12:44:15 -0000 1.3 @@ -1 +1 @@ -GraphViz-2.02.tar.gz +GraphViz-2.04.tar.gz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-9/perl-GraphViz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-GraphViz.spec 29 Mar 2009 16:43:47 -0000 1.6 +++ perl-GraphViz.spec 30 Mar 2009 12:44:16 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-GraphViz -Version: 2.03 -Release: 3%{?dist} +Version: 2.04 +Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -17,7 +17,6 @@ # not autodetected Requires: graphviz -#Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.04-1 +- update to 2.04 + * Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 - add manual Requires on graphviz (bz 492318) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Sep 2008 06:18:49 -0000 1.3 +++ sources 30 Mar 2009 12:44:16 -0000 1.4 @@ -1 +1 @@ -da8efe38152c983d9de63c9f8da5b852 GraphViz-2.03.tar.gz +4ef406a3deca074c2a2b9237e4ae54b0 GraphViz-2.04.tar.gz From kasal at fedoraproject.org Mon Mar 30 12:44:48 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 12:44:48 +0000 (UTC) Subject: rpms/perl-GraphViz/F-10 .cvsignore, 1.3, 1.4 perl-GraphViz.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090330124448.C8FB870136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-GraphViz/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16648 Modified Files: .cvsignore perl-GraphViz.spec sources Log Message: new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Sep 2008 06:18:28 -0000 1.3 +++ .cvsignore 30 Mar 2009 12:44:18 -0000 1.4 @@ -1 +1 @@ -GraphViz-2.03.tar.gz +GraphViz-2.04.tar.gz Index: perl-GraphViz.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-10/perl-GraphViz.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-GraphViz.spec 29 Mar 2009 16:43:46 -0000 1.6 +++ perl-GraphViz.spec 30 Mar 2009 12:44:18 -0000 1.7 @@ -1,6 +1,6 @@ Name: perl-GraphViz -Version: 2.03 -Release: 3%{?dist} +Version: 2.04 +Release: 1%{?dist} Summary: Interface to the GraphViz graphing tool License: GPL+ or Artistic Group: Development/Libraries @@ -17,7 +17,6 @@ # not autodetected Requires: graphviz -#Requires: perl(IPC::Run) >= 0.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +60,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.04-1 +- update to 2.04 + * Sun Mar 29 2009 Tom "spot" Callaway 2.03-3 - add manual Requires on graphviz (bz 492318) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GraphViz/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Sep 2008 06:18:28 -0000 1.3 +++ sources 30 Mar 2009 12:44:18 -0000 1.4 @@ -1 +1 @@ -da8efe38152c983d9de63c9f8da5b852 GraphViz-2.03.tar.gz +4ef406a3deca074c2a2b9237e4ae54b0 GraphViz-2.04.tar.gz From bugzilla at redhat.com Mon Mar 30 13:54:04 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 09:54:04 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200903301354.n2UDs44d001928@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=481147 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |skasal at redhat.com AssignedTo|gavin.henry at gmail.com |skasal at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Mon Mar 30 13:57:17 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 13:57:17 +0000 (UTC) Subject: rpms/cpan2rpm/devel cpan2rpm.spec,1.10,1.11 Message-ID: <20090330135717.EE2E070136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/cpan2rpm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1380 Modified Files: cpan2rpm.spec Log Message: - Use Pod::PlainText instead of Pod::Text (#481147) Index: cpan2rpm.spec =================================================================== RCS file: /cvs/extras/rpms/cpan2rpm/devel/cpan2rpm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cpan2rpm.spec 24 Feb 2009 09:20:00 -0000 1.10 +++ cpan2rpm.spec 30 Mar 2009 13:56:47 -0000 1.11 @@ -1,15 +1,17 @@ Name: cpan2rpm Version: 2.028 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Perl module packager Group: Applications/System License: GPLv2+ URL: http://search.cpan.org/~ecalder/cpan2rpm/ -Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/cpan2rpm-2.028.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/%{name}-%{version}.tar.gz Patch0: cpan2rpm-2.024-nonetwork.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# fixes #481147, aka http://rt.cpan.org/Public/Bug/Display.html?id=27309 +Patch1: cpan2rpm-Pod-PlainText.patch +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl @@ -27,7 +29,8 @@ %prep %setup -q -%patch0 -p2 -b .orig +%patch0 -p2 -b .nonetwork +%patch1 -p0 -b .pod-plaintext %build @@ -58,6 +61,9 @@ %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.028-6 +- Use Pod::PlainText instead of Pod::Text (#481147) + * Tue Feb 24 2009 Fedora Release Engineering - 2.028-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From kasal at fedoraproject.org Mon Mar 30 13:58:07 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 13:58:07 +0000 (UTC) Subject: rpms/cpan2rpm/devel cpan2rpm-Pod-PlainText.patch,NONE,1.1 Message-ID: <20090330135807.8761770136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/cpan2rpm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1727 Added Files: cpan2rpm-Pod-PlainText.patch Log Message: - Use Pod::PlainText instead of Pod::Text (#481147) cpan2rpm-Pod-PlainText.patch: --- NEW FILE cpan2rpm-Pod-PlainText.patch --- --- cpan2rpm 2005-06-18 00:06:54.000000000 -0500 +++ cpan2rpm.fix 2007-05-30 15:27:55.000000000 -0500 @@ -28,7 +28,7 @@ use warnings; use Getopt::Long; use Sys::Hostname; -use Pod::Text; +use Pod::PlainText; my ($ME, $RPM, $TMPDIR, %RPMDIR, $CWD, %info, %meta, $ARGS); @@ -359,7 +359,7 @@ sub get_meta { my $info = shift || $_; local $_; - my $pod = Pod::Text->new(); + my $pod = Pod::PlainText->new(); print "Metadata retrieval\n"; From bugzilla at redhat.com Mon Mar 30 14:03:01 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:03:01 -0400 Subject: [Bug 492875] New: Can't assign tickets to anybody with 3.6.7 Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Can't assign tickets to anybody with 3.6.7 https://bugzilla.redhat.com/show_bug.cgi?id=492875 Summary: Can't assign tickets to anybody with 3.6.7 Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: low Component: rt3 AssignedTo: xavier at bachelot.org ReportedBy: linux at cmadams.net QAContact: extras-qa at fedoraproject.org CC: xavier at bachelot.org, fedora-perl-devel-list at redhat.com, mmahut at redhat.com Classification: Fedora I upgraded RT3 from 3.6.5-3 to 3.6.7-1 and lost the ability (even as superuser) to assign tickets to anybody. When I pull up the "Basics" screen for a ticket, the "Owner" drop-down only lists "Nobody" (none of my users are in there). I rolled back to 3.6.5-3 and it works again. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Mon Mar 30 14:08:30 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 14:08:30 +0000 (UTC) Subject: rpms/cpan2rpm/F-10 cpan2rpm-Pod-PlainText.patch, NONE, 1.1 cpan2rpm-2.024-nonetwork.patch, 1.1, 1.2 cpan2rpm.spec, 1.8, 1.9 Message-ID: <20090330140830.D43C570136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/cpan2rpm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4782 Modified Files: cpan2rpm-2.024-nonetwork.patch cpan2rpm.spec Added Files: cpan2rpm-Pod-PlainText.patch Log Message: sync with rawhide cpan2rpm-Pod-PlainText.patch: --- NEW FILE cpan2rpm-Pod-PlainText.patch --- --- cpan2rpm 2005-06-18 00:06:54.000000000 -0500 +++ cpan2rpm.fix 2007-05-30 15:27:55.000000000 -0500 @@ -28,7 +28,7 @@ use warnings; use Getopt::Long; use Sys::Hostname; -use Pod::Text; +use Pod::PlainText; my ($ME, $RPM, $TMPDIR, %RPMDIR, $CWD, %info, %meta, $ARGS); @@ -359,7 +359,7 @@ sub get_meta { my $info = shift || $_; local $_; - my $pod = Pod::Text->new(); + my $pod = Pod::PlainText->new(); print "Metadata retrieval\n"; cpan2rpm-2.024-nonetwork.patch: Index: cpan2rpm-2.024-nonetwork.patch =================================================================== RCS file: /cvs/extras/rpms/cpan2rpm/F-10/cpan2rpm-2.024-nonetwork.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cpan2rpm-2.024-nonetwork.patch 8 Nov 2004 04:10:43 -0000 1.1 +++ cpan2rpm-2.024-nonetwork.patch 30 Mar 2009 14:08:30 -0000 1.2 @@ -2,7 +2,7 @@ +++ BUILD/cpan2rpm-2.024/cpan2rpm.spec.PL 2004-03-15 22:58:15.486225403 +0100 @@ -8,20 +8,3 @@ , qq(ver=`rpm -q rpm --qf %%{version}|awk -F . '{print \$1}'`) - , qq([ \$ver -le 3 -o -s \$SuSE ] && echo rpm || echo rpm-build) + , qq([ \$ver -le 3 -o -n "\$SuSE" ] && echo rpm || echo rpm-build) ; - -my @cmd = ( Index: cpan2rpm.spec =================================================================== RCS file: /cvs/extras/rpms/cpan2rpm/F-10/cpan2rpm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cpan2rpm.spec 21 Sep 2008 08:27:19 -0000 1.8 +++ cpan2rpm.spec 30 Mar 2009 14:08:30 -0000 1.9 @@ -1,15 +1,17 @@ Name: cpan2rpm Version: 2.028 -Release: 3%{?dist} +Release: 6%{?dist} Summary: Perl module packager Group: Applications/System License: GPLv2+ URL: http://search.cpan.org/~ecalder/cpan2rpm/ -Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/cpan2rpm-2.028.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/%{name}-%{version}.tar.gz Patch0: cpan2rpm-2.024-nonetwork.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# fixes #481147, aka http://rt.cpan.org/Public/Bug/Display.html?id=27309 +Patch1: cpan2rpm-Pod-PlainText.patch +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl @@ -27,7 +29,8 @@ %prep %setup -q -%patch0 -p2 -b .orig +%patch0 -p2 -b .nonetwork +%patch1 -p0 -b .pod-plaintext %build @@ -58,6 +61,15 @@ %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.028-6 +- Use Pod::PlainText instead of Pod::Text (#481147) + +* Tue Feb 24 2009 Fedora Release Engineering - 2.028-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 12 2009 Stepan Kasal - 2.028-4 +- ... and fix patch0 so that it applies with no fuzz. + * Sun Sep 21 2008 Ville Skytt?? - 2.028-3 - Fix Patch0:/%%patch mismatch. From kasal at fedoraproject.org Mon Mar 30 14:09:35 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 14:09:35 +0000 (UTC) Subject: rpms/cpan2rpm/F-9 cpan2rpm-Pod-PlainText.patch, NONE, 1.1 cpan2rpm-2.024-nonetwork.patch, 1.1, 1.2 cpan2rpm.spec, 1.7, 1.8 Message-ID: <20090330140935.1A3E570136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/cpan2rpm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5131 Modified Files: cpan2rpm-2.024-nonetwork.patch cpan2rpm.spec Added Files: cpan2rpm-Pod-PlainText.patch Log Message: sync with rawhide cpan2rpm-Pod-PlainText.patch: --- NEW FILE cpan2rpm-Pod-PlainText.patch --- --- cpan2rpm 2005-06-18 00:06:54.000000000 -0500 +++ cpan2rpm.fix 2007-05-30 15:27:55.000000000 -0500 @@ -28,7 +28,7 @@ use warnings; use Getopt::Long; use Sys::Hostname; -use Pod::Text; +use Pod::PlainText; my ($ME, $RPM, $TMPDIR, %RPMDIR, $CWD, %info, %meta, $ARGS); @@ -359,7 +359,7 @@ sub get_meta { my $info = shift || $_; local $_; - my $pod = Pod::Text->new(); + my $pod = Pod::PlainText->new(); print "Metadata retrieval\n"; cpan2rpm-2.024-nonetwork.patch: Index: cpan2rpm-2.024-nonetwork.patch =================================================================== RCS file: /cvs/extras/rpms/cpan2rpm/F-9/cpan2rpm-2.024-nonetwork.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cpan2rpm-2.024-nonetwork.patch 8 Nov 2004 04:10:43 -0000 1.1 +++ cpan2rpm-2.024-nonetwork.patch 30 Mar 2009 14:09:34 -0000 1.2 @@ -2,7 +2,7 @@ +++ BUILD/cpan2rpm-2.024/cpan2rpm.spec.PL 2004-03-15 22:58:15.486225403 +0100 @@ -8,20 +8,3 @@ , qq(ver=`rpm -q rpm --qf %%{version}|awk -F . '{print \$1}'`) - , qq([ \$ver -le 3 -o -s \$SuSE ] && echo rpm || echo rpm-build) + , qq([ \$ver -le 3 -o -n "\$SuSE" ] && echo rpm || echo rpm-build) ; - -my @cmd = ( Index: cpan2rpm.spec =================================================================== RCS file: /cvs/extras/rpms/cpan2rpm/F-9/cpan2rpm.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cpan2rpm.spec 15 Oct 2007 14:31:07 -0000 1.7 +++ cpan2rpm.spec 30 Mar 2009 14:09:34 -0000 1.8 @@ -1,15 +1,17 @@ Name: cpan2rpm Version: 2.028 -Release: 2%{?dist}.1 +Release: 6%{?dist} Summary: Perl module packager Group: Applications/System License: GPLv2+ URL: http://search.cpan.org/~ecalder/cpan2rpm/ -Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/cpan2rpm-2.028.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/EC/ECALDER/%{name}-%{version}.tar.gz Patch0: cpan2rpm-2.024-nonetwork.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# fixes #481147, aka http://rt.cpan.org/Public/Bug/Display.html?id=27309 +Patch1: cpan2rpm-Pod-PlainText.patch +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl @@ -27,7 +29,8 @@ %prep %setup -q -%patch -p2 -b .orig +%patch0 -p2 -b .nonetwork +%patch1 -p0 -b .pod-plaintext %build @@ -58,6 +61,18 @@ %changelog +* Mon Mar 30 2009 Stepan Kasal - 2.028-6 +- Use Pod::PlainText instead of Pod::Text (#481147) + +* Tue Feb 24 2009 Fedora Release Engineering - 2.028-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 12 2009 Stepan Kasal - 2.028-4 +- ... and fix patch0 so that it applies with no fuzz. + +* Sun Sep 21 2008 Ville Skytt?? - 2.028-3 +- Fix Patch0:/%%patch mismatch. + * Mon Oct 15 2007 Tom "spot" Callaway - 2.028-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) From bugzilla at redhat.com Mon Mar 30 14:17:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:17:22 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200903301417.n2UEHMZT018055@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=481147 --- Comment #3 from Gavin Brown 2009-03-30 10:17:21 EDT --- > > However, the upstream project seems dead, as the CPAN bug dates to 2007. > > Is that any reason not to apply this simple fix? Not at all! -- Configure bugmail: 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 Mar 30 14:23:41 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:23:41 -0400 Subject: [Bug 492875] Can't assign tickets to anybody with 3.6.7 In-Reply-To: References: Message-ID: <200903301423.n2UENfK0009275@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492875 Chris Adams changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG --- Comment #1 from Chris Adams 2009-03-30 10:23:40 EDT --- It looks like a newer version of DBIx::SearchBuilder is required. I grabbed 1.54-2 from rawhide, rebuilt it for RHEL 5, and RT3 is happy again. See also: http://lists.bestpractical.com/pipermail/rt-users/2008-March/050830.html I'll file an update request for DBIx::SearchBuilder I guess. -- Configure bugmail: 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 Mar 30 14:30:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:30:52 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200903301430.n2UEUqO1021219@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=481147 --- Comment #4 from Fedora Update System 2009-03-30 10:30:51 EDT --- cpan2rpm-2.028-6.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/cpan2rpm-2.028-6.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 Mar 30 14:35:34 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:35:34 -0400 Subject: [Bug 481147] cpan2rpm doesn't work with latest Pod::Text In-Reply-To: References: Message-ID: <200903301435.n2UEZYEK012112@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=481147 --- Comment #5 from Fedora Update System 2009-03-30 10:35:34 EDT --- cpan2rpm-2.028-6.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/cpan2rpm-2.028-6.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Mar 30 14:35:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 10:35:56 -0400 Subject: [Bug 492875] Can't assign tickets to anybody with 3.6.7 In-Reply-To: References: Message-ID: <200903301435.n2UEZuJV022643@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=492875 --- Comment #2 from Xavier Bachelot 2009-03-30 10:35:55 EDT --- perl-DBIx-Search builder was already updated in EPEL 5 on my request, to fix this issue. I've since then pushed another rt3 release which enforce the requirement on both perl-DBIx-SearchBuilder >= 1.53 and perl-Devel-StackTrace >= 1.19 (security fix). This new rt3 release is available in EPEL5-testing. It's not flagged for the next stable push, but I will ask Thorsten to add it to the push. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Mar 30 15:01:02 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 11:01:02 -0400 Subject: [Bug 237421] Bad cpuTime retrieved from Sys::Virt::Domain->get_info In-Reply-To: References: Message-ID: <200903301501.n2UF12xx028152@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=237421 Stepan Kasal changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skasal at redhat.com AssignedTo|steve at silug.org |skasal at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From xavierb at fedoraproject.org Mon Mar 30 15:16:43 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 30 Mar 2009 15:16:43 +0000 (UTC) Subject: rpms/rt3/EL-5 rt3.spec,1.23,1.24 Message-ID: <20090330151643.B099370136@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/rt3/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19614 Modified Files: rt3.spec Log Message: Fix typo in Requires:. Index: rt3.spec =================================================================== RCS file: /cvs/pkgs/rpms/rt3/EL-5/rt3.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- rt3.spec 27 Mar 2009 02:10:51 -0000 1.23 +++ rt3.spec 30 Mar 2009 15:16:13 -0000 1.24 @@ -13,7 +13,7 @@ Name: rt3 Version: 3.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -62,7 +62,7 @@ Requires: perl(Tree::Simple) Requires: perl(URI::URL) # We need to enforce the following versions : -Requires: perl(Devel::Stacktrace) >= 1.19 +Requires: perl(Devel::StackTrace) >= 1.19 Requires: perl(DBIx::SearchBuilder) >= 1.53 # Split out. Technically, not actually necessary, but ... let's keep it for now. @@ -279,6 +279,9 @@ %{_mandir}/man1/rt-mailgate* %changelog +* Mon Mar 30 2009 Xavier Bachelot - 3.6.7-3 +- Fix typo in Requires:. + * Wed Mar 20 2009 Xavier Bachelot - 3.6.7-2 - Enforce R: perl(Devel::Stacktrace) >= 1.20 (security). - Enforce R: perl(DBIx::SearchBuilder) >= 1.53 and filter unversionned R:. From kasal at fedoraproject.org Mon Mar 30 15:17:16 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 15:17:16 +0000 (UTC) Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt-free.patch, NONE, 1.1 perl-Sys-Virt.spec, 1.14, 1.15 perl-Sys-Virt-0.1.2-free.patch, 1.1, NONE Message-ID: <20090330151716.DF19E70136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19727 Modified Files: perl-Sys-Virt.spec Added Files: perl-Sys-Virt-free.patch Removed Files: perl-Sys-Virt-0.1.2-free.patch Log Message: - new upstream version (#237421) perl-Sys-Virt-free.patch: --- NEW FILE perl-Sys-Virt-free.patch --- 2009-03-30 Stepan Kasal * Virt.xs: call Safefree before bailing out. Adapted from a similar patch to Sys-Virt-0.1.2. diff -urpN Sys-Virt-0.2.0.orig/Virt.xs Sys-Virt-0.2.0/Virt.xs --- Sys-Virt-0.2.0.orig/Virt.xs 2009-03-27 20:45:33.000000000 +0100 +++ Sys-Virt-0.2.0/Virt.xs 2009-03-30 16:51:16.000000000 +0200 @@ -670,6 +670,7 @@ list_domain_ids(con, maxids) PPCODE: Newx(ids, maxids, int); if ((nid = virConnectListDomains(con, ids, maxids)) < 0) { + Safefree(ids); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nid); @@ -700,7 +701,7 @@ list_defined_domain_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedDomains(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -731,6 +732,7 @@ list_network_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListNetworks(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -762,7 +764,7 @@ list_defined_network_names(con, maxnames PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedNetworks(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -793,6 +795,7 @@ list_storage_pool_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListStoragePools(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -824,7 +827,7 @@ list_defined_storage_pool_names(con, max PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedStoragePools(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -859,6 +862,7 @@ list_node_device_names(con, cap, maxname PPCODE: Newx(names, maxnames, char *); if ((nnet = virNodeListDevices(con, cap, names, maxnames, flags)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Sys-Virt.spec 27 Feb 2009 01:54:51 -0000 1.14 +++ perl-Sys-Virt.spec 30 Mar 2009 15:16:46 -0000 1.15 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch1: %{name}-%{version}-free.patch +Patch1: %{name}-free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 +- new upstream version (#237421) + * Thu Feb 26 2009 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Sys-Virt-0.1.2-free.patch DELETED --- From kasal at fedoraproject.org Mon Mar 30 15:18:37 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 15:18:37 +0000 (UTC) Subject: rpms/perl-Sys-Virt/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <20090330151837.7894170136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20114 Modified Files: .cvsignore sources Log Message: - new upstream version (#237421) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2008 16:11:54 -0000 1.3 +++ .cvsignore 30 Mar 2009 15:18:07 -0000 1.4 @@ -1 +1 @@ -Sys-Virt-0.1.2.tar.gz +Sys-Virt-0.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2008 16:11:54 -0000 1.3 +++ sources 30 Mar 2009 15:18:07 -0000 1.4 @@ -1 +1 @@ -9df07b687585672ed699949b45096e9b Sys-Virt-0.1.2.tar.gz +c8968a476c9130521b317f9f729a22d9 Sys-Virt-0.2.0.tar.gz From kasal at fedoraproject.org Mon Mar 30 15:20:46 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 15:20:46 +0000 (UTC) Subject: rpms/perl-Sys-Virt/F-10 perl-Sys-Virt-free.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Sys-Virt.spec, 1.13, 1.14 sources, 1.3, 1.4 perl-Sys-Virt-0.1.2-free.patch, 1.1, NONE Message-ID: <20090330152046.5905870136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20838 Modified Files: .cvsignore perl-Sys-Virt.spec sources Added Files: perl-Sys-Virt-free.patch Removed Files: perl-Sys-Virt-0.1.2-free.patch Log Message: sync with rawhide perl-Sys-Virt-free.patch: --- NEW FILE perl-Sys-Virt-free.patch --- 2009-03-30 Stepan Kasal * Virt.xs: call Safefree before bailing out. Adapted from a similar patch to Sys-Virt-0.1.2. diff -urpN Sys-Virt-0.2.0.orig/Virt.xs Sys-Virt-0.2.0/Virt.xs --- Sys-Virt-0.2.0.orig/Virt.xs 2009-03-27 20:45:33.000000000 +0100 +++ Sys-Virt-0.2.0/Virt.xs 2009-03-30 16:51:16.000000000 +0200 @@ -670,6 +670,7 @@ list_domain_ids(con, maxids) PPCODE: Newx(ids, maxids, int); if ((nid = virConnectListDomains(con, ids, maxids)) < 0) { + Safefree(ids); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nid); @@ -700,7 +701,7 @@ list_defined_domain_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedDomains(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -731,6 +732,7 @@ list_network_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListNetworks(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -762,7 +764,7 @@ list_defined_network_names(con, maxnames PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedNetworks(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -793,6 +795,7 @@ list_storage_pool_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListStoragePools(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -824,7 +827,7 @@ list_defined_storage_pool_names(con, max PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedStoragePools(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -859,6 +862,7 @@ list_node_device_names(con, cap, maxname PPCODE: Newx(names, maxnames, char *); if ((nnet = virNodeListDevices(con, cap, names, maxnames, flags)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2008 16:11:54 -0000 1.3 +++ .cvsignore 30 Mar 2009 15:20:15 -0000 1.4 @@ -1 +1 @@ -Sys-Virt-0.1.2.tar.gz +Sys-Virt-0.2.0.tar.gz Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-10/perl-Sys-Virt.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Sys-Virt.spec 7 Mar 2008 22:47:03 -0000 1.13 +++ perl-Sys-Virt.spec 30 Mar 2009 15:20:16 -0000 1.14 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch1: %{name}-%{version}-free.patch +Patch1: %{name}-free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) @@ -61,6 +61,12 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 +- new upstream version (#237421) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Mar 07 2008 Daniel P. Berrange - 0.1.2-3 - Fix calls to free() in XS binding Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2008 16:11:54 -0000 1.3 +++ sources 30 Mar 2009 15:20:16 -0000 1.4 @@ -1 +1 @@ -9df07b687585672ed699949b45096e9b Sys-Virt-0.1.2.tar.gz +c8968a476c9130521b317f9f729a22d9 Sys-Virt-0.2.0.tar.gz --- perl-Sys-Virt-0.1.2-free.patch DELETED --- From kasal at fedoraproject.org Mon Mar 30 15:20:48 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 15:20:48 +0000 (UTC) Subject: rpms/perl-Sys-Virt/F-9 perl-Sys-Virt-free.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Sys-Virt.spec, 1.13, 1.14 sources, 1.3, 1.4 perl-Sys-Virt-0.1.2-free.patch, 1.1, NONE Message-ID: <20090330152048.4C03D70136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20862 Modified Files: .cvsignore perl-Sys-Virt.spec sources Added Files: perl-Sys-Virt-free.patch Removed Files: perl-Sys-Virt-0.1.2-free.patch Log Message: sync with rawhide perl-Sys-Virt-free.patch: --- NEW FILE perl-Sys-Virt-free.patch --- 2009-03-30 Stepan Kasal * Virt.xs: call Safefree before bailing out. Adapted from a similar patch to Sys-Virt-0.1.2. diff -urpN Sys-Virt-0.2.0.orig/Virt.xs Sys-Virt-0.2.0/Virt.xs --- Sys-Virt-0.2.0.orig/Virt.xs 2009-03-27 20:45:33.000000000 +0100 +++ Sys-Virt-0.2.0/Virt.xs 2009-03-30 16:51:16.000000000 +0200 @@ -670,6 +670,7 @@ list_domain_ids(con, maxids) PPCODE: Newx(ids, maxids, int); if ((nid = virConnectListDomains(con, ids, maxids)) < 0) { + Safefree(ids); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nid); @@ -700,7 +701,7 @@ list_defined_domain_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedDomains(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -731,6 +732,7 @@ list_network_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListNetworks(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -762,7 +764,7 @@ list_defined_network_names(con, maxnames PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedNetworks(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -793,6 +795,7 @@ list_storage_pool_names(con, maxnames) PPCODE: Newx(names, maxnames, char *); if ((nnet = virConnectListStoragePools(con, names, maxnames)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); @@ -824,7 +827,7 @@ list_defined_storage_pool_names(con, max PPCODE: Newx(names, maxnames, char *); if ((ndom = virConnectListDefinedStoragePools(con, names, maxnames)) < 0) { - free(names); + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, ndom); @@ -859,6 +862,7 @@ list_node_device_names(con, cap, maxname PPCODE: Newx(names, maxnames, char *); if ((nnet = virNodeListDevices(con, cap, names, maxnames, flags)) < 0) { + Safefree(names); _croak_error(virConnGetLastError(con)); } EXTEND(SP, nnet); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2008 16:11:54 -0000 1.3 +++ .cvsignore 30 Mar 2009 15:20:17 -0000 1.4 @@ -1 +1 @@ -Sys-Virt-0.1.2.tar.gz +Sys-Virt-0.2.0.tar.gz Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-9/perl-Sys-Virt.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-Sys-Virt.spec 7 Mar 2008 22:47:03 -0000 1.13 +++ perl-Sys-Virt.spec 30 Mar 2009 15:20:17 -0000 1.14 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch1: %{name}-%{version}-free.patch +Patch1: %{name}-free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Pod) @@ -61,6 +61,12 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 +- new upstream version (#237421) + +* Thu Feb 26 2009 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Fri Mar 07 2008 Daniel P. Berrange - 0.1.2-3 - Fix calls to free() in XS binding Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2008 16:11:54 -0000 1.3 +++ sources 30 Mar 2009 15:20:18 -0000 1.4 @@ -1 +1 @@ -9df07b687585672ed699949b45096e9b Sys-Virt-0.1.2.tar.gz +c8968a476c9130521b317f9f729a22d9 Sys-Virt-0.2.0.tar.gz --- perl-Sys-Virt-0.1.2-free.patch DELETED --- From kasal at fedoraproject.org Mon Mar 30 15:59:01 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 15:59:01 +0000 (UTC) Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec,1.15,1.16 Message-ID: <20090330155901.A2E3170136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31611 Modified Files: perl-Sys-Virt.spec Log Message: BR: libvirt >= 0.6.1 Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- perl-Sys-Virt.spec 30 Mar 2009 15:16:46 -0000 1.15 +++ perl-Sys-Virt.spec 30 Mar 2009 15:58:31 -0000 1.16 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPath) -BuildRequires: libvirt-devel >= 0.1.1 +BuildRequires: libvirt-devel >= 0.6.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-2 +- BR: libvirt >= 0.6.1 + * Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 - new upstream version (#237421) From bugzilla at redhat.com Mon Mar 30 15:57:07 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 11:57:07 -0400 Subject: [Bug 237421] Bad cpuTime retrieved from Sys::Virt::Domain->get_info In-Reply-To: References: Message-ID: <200903301557.n2UFv7h9031927@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=237421 --- Comment #9 from Stepan Kasal 2009-03-30 11:57:05 EDT --- perl-Sys-Virt-0.2.0-2.fc11 should appear in rawhide tomorrow. Still working on a fix for Fedora 10. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From kasal at fedoraproject.org Mon Mar 30 16:14:30 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 16:14:30 +0000 (UTC) Subject: rpms/perl-Sys-Virt/F-9 perl-Sys-Virt.spec,1.14,1.15 Message-ID: <20090330161430.6D43870136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3642 Modified Files: perl-Sys-Virt.spec Log Message: BR: libvirt >= 0.6.1 Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-9/perl-Sys-Virt.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Sys-Virt.spec 30 Mar 2009 15:20:17 -0000 1.14 +++ perl-Sys-Virt.spec 30 Mar 2009 16:14:00 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPath) -BuildRequires: libvirt-devel >= 0.1.1 +BuildRequires: libvirt-devel >= 0.6.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-2 +- BR: libvirt >= 0.6.1 + * Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 - new upstream version (#237421) From kasal at fedoraproject.org Mon Mar 30 16:15:09 2009 From: kasal at fedoraproject.org (=?utf-8?b?xaB0xJtww6FuIEthc2Fs?=) Date: Mon, 30 Mar 2009 16:15:09 +0000 (UTC) Subject: rpms/perl-Sys-Virt/F-10 perl-Sys-Virt.spec,1.14,1.15 Message-ID: <20090330161509.7CE7170136@cvs1.fedora.phx.redhat.com> Author: kasal Update of /cvs/extras/rpms/perl-Sys-Virt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3781 Modified Files: perl-Sys-Virt.spec Log Message: BR: libvirt >= 0.6.1 Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/F-10/perl-Sys-Virt.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- perl-Sys-Virt.spec 30 Mar 2009 15:20:16 -0000 1.14 +++ perl-Sys-Virt.spec 30 Mar 2009 16:14:39 -0000 1.15 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPLv2+ or Artistic Group: Development/Libraries @@ -12,7 +12,7 @@ BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::XPath) -BuildRequires: libvirt-devel >= 0.1.1 +BuildRequires: libvirt-devel >= 0.6.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,6 +61,9 @@ %{_mandir}/man3/* %changelog +* Mon Mar 30 2009 Stepan Kasal - 0.2.0-2 +- BR: libvirt >= 0.6.1 + * Mon Mar 30 2009 Stepan Kasal - 0.2.0-1 - new upstream version (#237421) From lkundrak at fedoraproject.org Mon Mar 30 19:49:30 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 19:49:30 +0000 (UTC) Subject: rpms/perl-KinoSearch/devel KinoSearch-0.164-ppc.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-KinoSearch.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090330194931.0A50870136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26049 Modified Files: .cvsignore perl-KinoSearch.spec sources Added Files: KinoSearch-0.164-ppc.patch Log Message: * Sun Mar 29 2009 Lubomir Rintel - 0.164-1 - Update to 0.164 - Add missing Pod::Coverage BRs (Robert Scheck) - Fix a PowerPC signedness issue - Clarify licensing, re-add ApacheLicense2.0.txt KinoSearch-0.164-ppc.patch: --- NEW FILE KinoSearch-0.164-ppc.patch --- Fix signedness issue that caused testing to fail in ppc. Lubomir Rintel diff -up KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm --- KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc 2009-03-03 23:43:28.000000000 +0100 +++ KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm 2009-03-30 21:27:26.991644455 +0200 @@ -234,7 +234,7 @@ PPCODE: case 'B': /* unsigned byte */ aChar = instream->read_byte(instream); if (sym == 'b') - aIV = aChar; + aIV = (signed char)aChar; else aIV = (unsigned char)aChar; aSV = newSViv(aIV); Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Feb 2009 22:13:49 -0000 1.2 +++ .cvsignore 30 Mar 2009 19:49:00 -0000 1.3 @@ -1 +1 @@ -KinoSearch-0.163.tar.gz +KinoSearch-0.164.tar.gz Index: perl-KinoSearch.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/devel/perl-KinoSearch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-KinoSearch.spec 26 Feb 2009 20:33:09 -0000 1.4 +++ perl-KinoSearch.spec 30 Mar 2009 19:49:00 -0000 1.5 @@ -1,11 +1,17 @@ Name: perl-KinoSearch -Version: 0.163 -Release: 4%{?dist} +Version: 0.164 +Release: 1%{?dist} Summary: Search engine library +# ApacheLicense2.0.txt included is included just becuase the upstream +# author decided to include it and is only for informative purposes. +# We believe that it doesn't apply, since author didn't use any Lucene +# code (according to mail in LICENSING.mbox) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/KinoSearch/ Source0: http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch-%{version}.tar.gz +Source1: LICENSING.mbox +Patch0: KinoSearch-0.164-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::CBuilder) @@ -13,6 +19,8 @@ BuildRequires: perl(Lingua::Stem::Snowball) >= 0.94 BuildRequires: perl(Lingua::StopWords) >= 0.02 BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(Compress::Zlib) Requires: perl(Lingua::Stem::Snowball) >= 0.94 Requires: perl(Lingua::StopWords) >= 0.02 @@ -25,6 +33,8 @@ %prep %setup -q -n KinoSearch-%{version} +%patch0 -p1 -b .ppc +cp %{SOURCE1} LICENSING.mbox %build %{__perl} Build.PL installdirs=vendor @@ -40,6 +50,7 @@ %{_fixperms} $RPM_BUILD_ROOT/* + %check ./Build test @@ -48,16 +59,16 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README ApacheLicense2.0.txt LICENSING.mbox %{perl_vendorarch}/* %{_mandir}/man3/* %changelog -* Thu Feb 26 2009 Fedora Release Engineering - 0.163-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.163-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Sun Mar 29 2009 Lubomir Rintel - 0.164-1 +- Update to 0.164 +- Add missing Pod::Coverage BRs (Robert Scheck) +- Fix a PowerPC signedness issue +- Clarify licensing, re-add ApacheLicense2.0.txt * Sat Feb 14 2009 Ian Burrell - 0.163-2 - remove empty KinoSearch.bs Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Feb 2009 22:13:49 -0000 1.2 +++ sources 30 Mar 2009 19:49:00 -0000 1.3 @@ -1 +1 @@ -5522cae77847aa6fad24d12a50ba81a7 KinoSearch-0.163.tar.gz +9fd011170455974544af83005f0cb350 KinoSearch-0.164.tar.gz From lkundrak at fedoraproject.org Mon Mar 30 19:50:46 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 19:50:46 +0000 (UTC) Subject: rpms/perl-KinoSearch/devel LICENSING.mbox,NONE,1.1 Message-ID: <20090330195046.6467970136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26570 Added Files: LICENSING.mbox Log Message: Add mail from upstream --- NEW FILE LICENSING.mbox --- >From marvin at rectangular.com Mon Mar 23 01:37:59 2009 Received: by norkia.v3.sk (Postfix, from userid 99) id 718E880147; Mon, 23 Mar 2009 01:37:59 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on norkia.v3.sk X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.5 X-Greylist: delayed 2343 by SQLgrey-1.7.5 Received: from rectangular.com (unknown [68.116.38.202]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norkia.v3.sk (Postfix) with ESMTP id 8320C80148 for ; Mon, 23 Mar 2009 00:37:50 +0000 (UTC) Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from ) id 1LlXbT-0000Zw-2E for lkundrak at v3.sk; Sun, 22 Mar 2009 17:01:19 -0700 Date: Sun, 22 Mar 2009 17:01:19 -0700 To: Lubomir Rintel Subject: FW: [Re: KinoSearch licensing and Fedora] Message-ID: <20090323000118.GA2217 at rectangular.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey X-Evolution-Source: imap://lkundrak%40v3.sk at mail.v3.sk/ Content-Transfer-Encoding: 8bit Lubomir, Here you go... Marvin Humphrey ----- Forwarded message from marvin ----- To: Ian Burrell Subject: Re: KinoSearch licensing and Fedora On Tue, Feb 10, 2009 at 04:21:04PM -0800, Ian Burrell wrote: > I am trying to package KinoSearch for Fedora. There were some > questions in the review[1] about the licensing. My understanding is > that KinoSearch is licensed under the GPL or Aristic. My impression > is that it doesn't contain any code licensed under ASL 2.0. Correct. It is all either original code or derived code, and all licensed under GPL or Artistic. I've been quite conscientious about never copying and pasting anything directly from Lucene, including documentation and comments. That allows me to claim a separate copyright and distribute the project under different but compatible licensing terms. > But that since it was derived from Lucene, it has to include the Apache > license text. That's correct, as per ASL 2.0 section 4.1. > Is this right? Is everything in KinoSearch licensed as "GPL+ or > Artistic"? Does the Apache license need to be included in the binary > package to satisfy the ASL? IANAL but... I think so. I've always assumed that derivations/redistributions of derivations still need to maintain compatibility with the license terms of the original -- otherwise the original author would quickly lose control of their work. It seems to me that you need to determine whether the GPLv3 your derivative work will be distributed under is compatible with both the KinoSearch license terms (which it obviously is) and the Lucene license terms -- which ought to be the case so long as you include that file and the existing notice embedded in the KinoSearch documentation. Best, Marvin Humphrey ----- End forwarded message ----- From lkundrak at fedoraproject.org Mon Mar 30 19:58:41 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 19:58:41 +0000 (UTC) Subject: rpms/perl-KinoSearch/EL-5 KinoSearch-0.164-ppc.patch, NONE, 1.1 LICENSING.mbox, NONE, 1.1 perl-KinoSearch.spec, 1.1, 1.2 Message-ID: <20090330195841.AA4E670136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28816 Modified Files: perl-KinoSearch.spec Added Files: KinoSearch-0.164-ppc.patch LICENSING.mbox Log Message: * Sun Mar 29 2009 Lubomir Rintel - 0.164-1 - Update to 0.164 - Add missing Pod::Coverage BRs (Robert Scheck) - Fix a PowerPC signedness issue - Clarify licensing, re-add ApacheLicense2.0.txt KinoSearch-0.164-ppc.patch: --- NEW FILE KinoSearch-0.164-ppc.patch --- Fix signedness issue that caused testing to fail in ppc. Lubomir Rintel diff -up KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm --- KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc 2009-03-03 23:43:28.000000000 +0100 +++ KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm 2009-03-30 21:27:26.991644455 +0200 @@ -234,7 +234,7 @@ PPCODE: case 'B': /* unsigned byte */ aChar = instream->read_byte(instream); if (sym == 'b') - aIV = aChar; + aIV = (signed char)aChar; else aIV = (unsigned char)aChar; aSV = newSViv(aIV); --- NEW FILE LICENSING.mbox --- >From marvin at rectangular.com Mon Mar 23 01:37:59 2009 Received: by norkia.v3.sk (Postfix, from userid 99) id 718E880147; Mon, 23 Mar 2009 01:37:59 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on norkia.v3.sk X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.5 X-Greylist: delayed 2343 by SQLgrey-1.7.5 Received: from rectangular.com (unknown [68.116.38.202]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norkia.v3.sk (Postfix) with ESMTP id 8320C80148 for ; Mon, 23 Mar 2009 00:37:50 +0000 (UTC) Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from ) id 1LlXbT-0000Zw-2E for lkundrak at v3.sk; Sun, 22 Mar 2009 17:01:19 -0700 Date: Sun, 22 Mar 2009 17:01:19 -0700 To: Lubomir Rintel Subject: FW: [Re: KinoSearch licensing and Fedora] Message-ID: <20090323000118.GA2217 at rectangular.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey X-Evolution-Source: imap://lkundrak%40v3.sk at mail.v3.sk/ Content-Transfer-Encoding: 8bit Lubomir, Here you go... Marvin Humphrey ----- Forwarded message from marvin ----- To: Ian Burrell Subject: Re: KinoSearch licensing and Fedora On Tue, Feb 10, 2009 at 04:21:04PM -0800, Ian Burrell wrote: > I am trying to package KinoSearch for Fedora. There were some > questions in the review[1] about the licensing. My understanding is > that KinoSearch is licensed under the GPL or Aristic. My impression > is that it doesn't contain any code licensed under ASL 2.0. Correct. It is all either original code or derived code, and all licensed under GPL or Artistic. I've been quite conscientious about never copying and pasting anything directly from Lucene, including documentation and comments. That allows me to claim a separate copyright and distribute the project under different but compatible licensing terms. > But that since it was derived from Lucene, it has to include the Apache > license text. That's correct, as per ASL 2.0 section 4.1. > Is this right? Is everything in KinoSearch licensed as "GPL+ or > Artistic"? Does the Apache license need to be included in the binary > package to satisfy the ASL? IANAL but... I think so. I've always assumed that derivations/redistributions of derivations still need to maintain compatibility with the license terms of the original -- otherwise the original author would quickly lose control of their work. It seems to me that you need to determine whether the GPLv3 your derivative work will be distributed under is compatible with both the KinoSearch license terms (which it obviously is) and the Lucene license terms -- which ought to be the case so long as you include that file and the existing notice embedded in the KinoSearch documentation. Best, Marvin Humphrey ----- End forwarded message ----- Index: perl-KinoSearch.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/EL-5/perl-KinoSearch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-KinoSearch.spec 14 Feb 2009 22:37:19 -0000 1.1 +++ perl-KinoSearch.spec 30 Mar 2009 19:58:11 -0000 1.2 @@ -1,11 +1,17 @@ Name: perl-KinoSearch -Version: 0.163 -Release: 2%{?dist} +Version: 0.164 +Release: 1%{?dist} Summary: Search engine library +# ApacheLicense2.0.txt included is included just becuase the upstream +# author decided to include it and is only for informative purposes. +# We believe that it doesn't apply, since author didn't use any Lucene +# code (according to mail in LICENSING.mbox) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/KinoSearch/ Source0: http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch-%{version}.tar.gz +Source1: LICENSING.mbox +Patch0: KinoSearch-0.164-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::CBuilder) @@ -13,6 +19,8 @@ BuildRequires: perl(Lingua::Stem::Snowball) >= 0.94 BuildRequires: perl(Lingua::StopWords) >= 0.02 BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(Compress::Zlib) Requires: perl(Lingua::Stem::Snowball) >= 0.94 Requires: perl(Lingua::StopWords) >= 0.02 @@ -25,6 +33,8 @@ %prep %setup -q -n KinoSearch-%{version} +%patch0 -p1 -b .ppc +cp %{SOURCE1} LICENSING.mbox %build %{__perl} Build.PL installdirs=vendor @@ -40,6 +50,7 @@ %{_fixperms} $RPM_BUILD_ROOT/* + %check ./Build test @@ -48,11 +59,17 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README ApacheLicense2.0.txt LICENSING.mbox %{perl_vendorarch}/* %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Lubomir Rintel - 0.164-1 +- Update to 0.164 +- Add missing Pod::Coverage BRs (Robert Scheck) +- Fix a PowerPC signedness issue +- Clarify licensing, re-add ApacheLicense2.0.txt + * Sat Feb 14 2009 Ian Burrell - 0.163-2 - remove empty KinoSearch.bs - remove ApacheLicense2.0.txt From lkundrak at fedoraproject.org Mon Mar 30 19:58:48 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 19:58:48 +0000 (UTC) Subject: rpms/perl-KinoSearch/F-9 KinoSearch-0.164-ppc.patch, NONE, 1.1 LICENSING.mbox, NONE, 1.1 perl-KinoSearch.spec, 1.1, 1.2 Message-ID: <20090330195848.9802C70136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28860 Modified Files: perl-KinoSearch.spec Added Files: KinoSearch-0.164-ppc.patch LICENSING.mbox Log Message: * Sun Mar 29 2009 Lubomir Rintel - 0.164-1 - Update to 0.164 - Add missing Pod::Coverage BRs (Robert Scheck) - Fix a PowerPC signedness issue - Clarify licensing, re-add ApacheLicense2.0.txt KinoSearch-0.164-ppc.patch: --- NEW FILE KinoSearch-0.164-ppc.patch --- Fix signedness issue that caused testing to fail in ppc. Lubomir Rintel diff -up KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm --- KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc 2009-03-03 23:43:28.000000000 +0100 +++ KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm 2009-03-30 21:27:26.991644455 +0200 @@ -234,7 +234,7 @@ PPCODE: case 'B': /* unsigned byte */ aChar = instream->read_byte(instream); if (sym == 'b') - aIV = aChar; + aIV = (signed char)aChar; else aIV = (unsigned char)aChar; aSV = newSViv(aIV); --- NEW FILE LICENSING.mbox --- >From marvin at rectangular.com Mon Mar 23 01:37:59 2009 Received: by norkia.v3.sk (Postfix, from userid 99) id 718E880147; Mon, 23 Mar 2009 01:37:59 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on norkia.v3.sk X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.5 X-Greylist: delayed 2343 by SQLgrey-1.7.5 Received: from rectangular.com (unknown [68.116.38.202]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norkia.v3.sk (Postfix) with ESMTP id 8320C80148 for ; Mon, 23 Mar 2009 00:37:50 +0000 (UTC) Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from ) id 1LlXbT-0000Zw-2E for lkundrak at v3.sk; Sun, 22 Mar 2009 17:01:19 -0700 Date: Sun, 22 Mar 2009 17:01:19 -0700 To: Lubomir Rintel Subject: FW: [Re: KinoSearch licensing and Fedora] Message-ID: <20090323000118.GA2217 at rectangular.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey X-Evolution-Source: imap://lkundrak%40v3.sk at mail.v3.sk/ Content-Transfer-Encoding: 8bit Lubomir, Here you go... Marvin Humphrey ----- Forwarded message from marvin ----- To: Ian Burrell Subject: Re: KinoSearch licensing and Fedora On Tue, Feb 10, 2009 at 04:21:04PM -0800, Ian Burrell wrote: > I am trying to package KinoSearch for Fedora. There were some > questions in the review[1] about the licensing. My understanding is > that KinoSearch is licensed under the GPL or Aristic. My impression > is that it doesn't contain any code licensed under ASL 2.0. Correct. It is all either original code or derived code, and all licensed under GPL or Artistic. I've been quite conscientious about never copying and pasting anything directly from Lucene, including documentation and comments. That allows me to claim a separate copyright and distribute the project under different but compatible licensing terms. > But that since it was derived from Lucene, it has to include the Apache > license text. That's correct, as per ASL 2.0 section 4.1. > Is this right? Is everything in KinoSearch licensed as "GPL+ or > Artistic"? Does the Apache license need to be included in the binary > package to satisfy the ASL? IANAL but... I think so. I've always assumed that derivations/redistributions of derivations still need to maintain compatibility with the license terms of the original -- otherwise the original author would quickly lose control of their work. It seems to me that you need to determine whether the GPLv3 your derivative work will be distributed under is compatible with both the KinoSearch license terms (which it obviously is) and the Lucene license terms -- which ought to be the case so long as you include that file and the existing notice embedded in the KinoSearch documentation. Best, Marvin Humphrey ----- End forwarded message ----- Index: perl-KinoSearch.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-9/perl-KinoSearch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-KinoSearch.spec 14 Feb 2009 22:34:44 -0000 1.1 +++ perl-KinoSearch.spec 30 Mar 2009 19:58:18 -0000 1.2 @@ -1,11 +1,17 @@ Name: perl-KinoSearch -Version: 0.163 -Release: 2%{?dist} +Version: 0.164 +Release: 1%{?dist} Summary: Search engine library +# ApacheLicense2.0.txt included is included just becuase the upstream +# author decided to include it and is only for informative purposes. +# We believe that it doesn't apply, since author didn't use any Lucene +# code (according to mail in LICENSING.mbox) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/KinoSearch/ Source0: http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch-%{version}.tar.gz +Source1: LICENSING.mbox +Patch0: KinoSearch-0.164-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::CBuilder) @@ -13,6 +19,8 @@ BuildRequires: perl(Lingua::Stem::Snowball) >= 0.94 BuildRequires: perl(Lingua::StopWords) >= 0.02 BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(Compress::Zlib) Requires: perl(Lingua::Stem::Snowball) >= 0.94 Requires: perl(Lingua::StopWords) >= 0.02 @@ -25,6 +33,8 @@ %prep %setup -q -n KinoSearch-%{version} +%patch0 -p1 -b .ppc +cp %{SOURCE1} LICENSING.mbox %build %{__perl} Build.PL installdirs=vendor @@ -40,6 +50,7 @@ %{_fixperms} $RPM_BUILD_ROOT/* + %check ./Build test @@ -48,11 +59,17 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README ApacheLicense2.0.txt LICENSING.mbox %{perl_vendorarch}/* %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Lubomir Rintel - 0.164-1 +- Update to 0.164 +- Add missing Pod::Coverage BRs (Robert Scheck) +- Fix a PowerPC signedness issue +- Clarify licensing, re-add ApacheLicense2.0.txt + * Sat Feb 14 2009 Ian Burrell - 0.163-2 - remove empty KinoSearch.bs - remove ApacheLicense2.0.txt From lkundrak at fedoraproject.org Mon Mar 30 19:58:53 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 19:58:53 +0000 (UTC) Subject: rpms/perl-KinoSearch/F-10 KinoSearch-0.164-ppc.patch, NONE, 1.1 LICENSING.mbox, NONE, 1.1 perl-KinoSearch.spec, 1.1, 1.2 Message-ID: <20090330195853.4CE0070136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28903 Modified Files: perl-KinoSearch.spec Added Files: KinoSearch-0.164-ppc.patch LICENSING.mbox Log Message: * Sun Mar 29 2009 Lubomir Rintel - 0.164-1 - Update to 0.164 - Add missing Pod::Coverage BRs (Robert Scheck) - Fix a PowerPC signedness issue - Clarify licensing, re-add ApacheLicense2.0.txt KinoSearch-0.164-ppc.patch: --- NEW FILE KinoSearch-0.164-ppc.patch --- Fix signedness issue that caused testing to fail in ppc. Lubomir Rintel diff -up KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm --- KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm.ppc 2009-03-03 23:43:28.000000000 +0100 +++ KinoSearch-0.164/lib/KinoSearch/Store/InStream.pm 2009-03-30 21:27:26.991644455 +0200 @@ -234,7 +234,7 @@ PPCODE: case 'B': /* unsigned byte */ aChar = instream->read_byte(instream); if (sym == 'b') - aIV = aChar; + aIV = (signed char)aChar; else aIV = (unsigned char)aChar; aSV = newSViv(aIV); --- NEW FILE LICENSING.mbox --- >From marvin at rectangular.com Mon Mar 23 01:37:59 2009 Received: by norkia.v3.sk (Postfix, from userid 99) id 718E880147; Mon, 23 Mar 2009 01:37:59 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on norkia.v3.sk X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no version=3.2.5 X-Greylist: delayed 2343 by SQLgrey-1.7.5 Received: from rectangular.com (unknown [68.116.38.202]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by norkia.v3.sk (Postfix) with ESMTP id 8320C80148 for ; Mon, 23 Mar 2009 00:37:50 +0000 (UTC) Received: from marvin by rectangular.com with local (Exim 4.63) (envelope-from ) id 1LlXbT-0000Zw-2E for lkundrak at v3.sk; Sun, 22 Mar 2009 17:01:19 -0700 Date: Sun, 22 Mar 2009 17:01:19 -0700 To: Lubomir Rintel Subject: FW: [Re: KinoSearch licensing and Fedora] Message-ID: <20090323000118.GA2217 at rectangular.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) From: Marvin Humphrey X-Evolution-Source: imap://lkundrak%40v3.sk at mail.v3.sk/ Content-Transfer-Encoding: 8bit Lubomir, Here you go... Marvin Humphrey ----- Forwarded message from marvin ----- To: Ian Burrell Subject: Re: KinoSearch licensing and Fedora On Tue, Feb 10, 2009 at 04:21:04PM -0800, Ian Burrell wrote: > I am trying to package KinoSearch for Fedora. There were some > questions in the review[1] about the licensing. My understanding is > that KinoSearch is licensed under the GPL or Aristic. My impression > is that it doesn't contain any code licensed under ASL 2.0. Correct. It is all either original code or derived code, and all licensed under GPL or Artistic. I've been quite conscientious about never copying and pasting anything directly from Lucene, including documentation and comments. That allows me to claim a separate copyright and distribute the project under different but compatible licensing terms. > But that since it was derived from Lucene, it has to include the Apache > license text. That's correct, as per ASL 2.0 section 4.1. > Is this right? Is everything in KinoSearch licensed as "GPL+ or > Artistic"? Does the Apache license need to be included in the binary > package to satisfy the ASL? IANAL but... I think so. I've always assumed that derivations/redistributions of derivations still need to maintain compatibility with the license terms of the original -- otherwise the original author would quickly lose control of their work. It seems to me that you need to determine whether the GPLv3 your derivative work will be distributed under is compatible with both the KinoSearch license terms (which it obviously is) and the Lucene license terms -- which ought to be the case so long as you include that file and the existing notice embedded in the KinoSearch documentation. Best, Marvin Humphrey ----- End forwarded message ----- Index: perl-KinoSearch.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-10/perl-KinoSearch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-KinoSearch.spec 14 Feb 2009 22:33:07 -0000 1.1 +++ perl-KinoSearch.spec 30 Mar 2009 19:58:23 -0000 1.2 @@ -1,11 +1,17 @@ Name: perl-KinoSearch -Version: 0.163 -Release: 2%{?dist} +Version: 0.164 +Release: 1%{?dist} Summary: Search engine library +# ApacheLicense2.0.txt included is included just becuase the upstream +# author decided to include it and is only for informative purposes. +# We believe that it doesn't apply, since author didn't use any Lucene +# code (according to mail in LICENSING.mbox) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/KinoSearch/ Source0: http://www.cpan.org/authors/id/C/CR/CREAMYG/KinoSearch-%{version}.tar.gz +Source1: LICENSING.mbox +Patch0: KinoSearch-0.164-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Compress::Zlib) BuildRequires: perl(ExtUtils::CBuilder) @@ -13,6 +19,8 @@ BuildRequires: perl(Lingua::Stem::Snowball) >= 0.94 BuildRequires: perl(Lingua::StopWords) >= 0.02 BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +BuildRequires: perl(Test::Pod) >= 1.14 Requires: perl(Compress::Zlib) Requires: perl(Lingua::Stem::Snowball) >= 0.94 Requires: perl(Lingua::StopWords) >= 0.02 @@ -25,6 +33,8 @@ %prep %setup -q -n KinoSearch-%{version} +%patch0 -p1 -b .ppc +cp %{SOURCE1} LICENSING.mbox %build %{__perl} Build.PL installdirs=vendor @@ -40,6 +50,7 @@ %{_fixperms} $RPM_BUILD_ROOT/* + %check ./Build test @@ -48,11 +59,17 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README ApacheLicense2.0.txt LICENSING.mbox %{perl_vendorarch}/* %{_mandir}/man3/* %changelog +* Sun Mar 29 2009 Lubomir Rintel - 0.164-1 +- Update to 0.164 +- Add missing Pod::Coverage BRs (Robert Scheck) +- Fix a PowerPC signedness issue +- Clarify licensing, re-add ApacheLicense2.0.txt + * Sat Feb 14 2009 Ian Burrell - 0.163-2 - remove empty KinoSearch.bs - remove ApacheLicense2.0.txt From lkundrak at fedoraproject.org Mon Mar 30 20:10:38 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 20:10:38 +0000 (UTC) Subject: rpms/perl-KinoSearch/EL-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <20090330201038.CB58B70136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32345/EL-5 Modified Files: .cvsignore sources Log Message: Correct source lists Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Feb 2009 22:37:19 -0000 1.2 +++ .cvsignore 30 Mar 2009 20:10:08 -0000 1.3 @@ -1 +1 @@ -KinoSearch-0.163.tar.gz +KinoSearch-0.164.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Feb 2009 22:37:19 -0000 1.2 +++ sources 30 Mar 2009 20:10:08 -0000 1.3 @@ -1 +1 @@ -5522cae77847aa6fad24d12a50ba81a7 KinoSearch-0.163.tar.gz +9fd011170455974544af83005f0cb350 KinoSearch-0.164.tar.gz From lkundrak at fedoraproject.org Mon Mar 30 20:10:39 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 20:10:39 +0000 (UTC) Subject: rpms/perl-KinoSearch/F-10 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <20090330201039.055FD7013B@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32345/F-10 Modified Files: .cvsignore sources Log Message: Correct source lists Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Feb 2009 22:33:07 -0000 1.2 +++ .cvsignore 30 Mar 2009 20:10:08 -0000 1.3 @@ -1 +1 @@ -KinoSearch-0.163.tar.gz +KinoSearch-0.164.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Feb 2009 22:33:07 -0000 1.2 +++ sources 30 Mar 2009 20:10:08 -0000 1.3 @@ -1 +1 @@ -5522cae77847aa6fad24d12a50ba81a7 KinoSearch-0.163.tar.gz +9fd011170455974544af83005f0cb350 KinoSearch-0.164.tar.gz From lkundrak at fedoraproject.org Mon Mar 30 20:10:39 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Mon, 30 Mar 2009 20:10:39 +0000 (UTC) Subject: rpms/perl-KinoSearch/F-9 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <20090330201039.5506470136@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-KinoSearch/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32345/F-9 Modified Files: .cvsignore sources Log Message: Correct source lists Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 14 Feb 2009 22:34:44 -0000 1.2 +++ .cvsignore 30 Mar 2009 20:10:09 -0000 1.3 @@ -1 +1 @@ -KinoSearch-0.163.tar.gz +KinoSearch-0.164.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-KinoSearch/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 14 Feb 2009 22:34:44 -0000 1.2 +++ sources 30 Mar 2009 20:10:09 -0000 1.3 @@ -1 +1 @@ -5522cae77847aa6fad24d12a50ba81a7 KinoSearch-0.163.tar.gz +9fd011170455974544af83005f0cb350 KinoSearch-0.164.tar.gz From bugzilla at redhat.com Mon Mar 30 20:22:39 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 16:22:39 -0400 Subject: [Bug 492937] New: perl-Padre : Conflicts with perl-Wx-Perl-Dialog Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: perl-Padre : Conflicts with perl-Wx-Perl-Dialog https://bugzilla.redhat.com/show_bug.cgi?id=492937 Summary: perl-Padre : Conflicts with perl-Wx-Perl-Dialog Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Padre AssignedTo: mmaslano at redhat.com ReportedBy: bugs.michael at gmx.net QAContact: extras-qa at fedoraproject.org CC: fedora-perl-devel-list at redhat.com, mmaslano at redhat.com Classification: Fedora => perl-Padre-0.28-1.fc11.src.rpm => perl-Padre-0.28-1.fc11.noarch in rawhide-development-i386 File conflict with: perl-Wx-Perl-Dialog-0.03-1.fc11.noarch /usr/lib/perl5/vendor_perl/5.10.0/Wx/Perl/Dialog.pm /usr/lib/perl5/vendor_perl/5.10.0/Wx/Perl/Dialog/Frame.pm /usr/lib/perl5/vendor_perl/5.10.0/Wx/Perl/Dialog/Simple.pm /usr/lib/perl5/vendor_perl/5.10.0/Wx/Perl/Dialog/SingleChoice.pm /usr/share/man/man3/Wx::Perl::Dialog.3pm.gz /usr/share/man/man3/Wx::Perl::Dialog::Simple.3pm.gz /usr/share/man/man3/Wx::Perl::Dialog::SingleChoice.3pm.gz -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From xavierb at fedoraproject.org Mon Mar 30 20:54:55 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 30 Mar 2009 20:54:55 +0000 (UTC) Subject: rpms/rt3/EL-5 rt3.spec,1.24,1.25 Message-ID: <20090330205455.CCAB870136@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/rt3/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11463 Modified Files: rt3.spec Log Message: Fix 3.6.7-2 changelog entry Index: rt3.spec =================================================================== RCS file: /cvs/pkgs/rpms/rt3/EL-5/rt3.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- rt3.spec 30 Mar 2009 15:16:13 -0000 1.24 +++ rt3.spec 30 Mar 2009 20:54:25 -0000 1.25 @@ -13,7 +13,7 @@ Name: rt3 Version: 3.6.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -279,11 +279,14 @@ %{_mandir}/man1/rt-mailgate* %changelog +* Mon Mar 30 2009 Xavier Bachelot - 3.6.7-4 +- Fix 3.6.7-2 changelog entry. + * Mon Mar 30 2009 Xavier Bachelot - 3.6.7-3 - Fix typo in Requires:. * Wed Mar 20 2009 Xavier Bachelot - 3.6.7-2 -- Enforce R: perl(Devel::Stacktrace) >= 1.20 (security). +- Enforce R: perl(Devel::StackTrace) >= 1.19 (security). - Enforce R: perl(DBIx::SearchBuilder) >= 1.53 and filter unversionned R:. * Sat Jan 10 2009 Xavier Bachelot - 3.6.7-1 From bugzilla at redhat.com Mon Mar 30 22:09:40 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Mar 2009 18:09:40 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903302209.n2UM9ejd016914@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492712 Tom "spot" Callaway changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs+ --- Comment #2 from Tom "spot" Callaway 2009-03-30 18:09:39 EDT --- Thanks for the quick review! New Package CVS Request ======================= Package Name: perl-HTTP-Server-Simple-Static Short Description: Serve static files with HTTP::Server::Simple Owners: spot Branches: F-9 F-10 devel InitialCC: perl-sig ... and it's done. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From mmaslano at fedoraproject.org Tue Mar 31 09:00:17 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 31 Mar 2009 09:00:17 +0000 (UTC) Subject: rpms/perl-Wx-Perl-Dialog/devel dead.package, NONE, 1.1 perl-Wx-Perl-Dialog.spec, 1.6, NONE sources, 1.4, NONE Message-ID: <20090331090017.742737013B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Wx-Perl-Dialog/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7956 Added Files: dead.package Removed Files: perl-Wx-Perl-Dialog.spec sources Log Message: This package became a part of Padre since Padre-0.28. --- NEW FILE dead.package --- This package became a part of Padre since Padre-0.28. --- perl-Wx-Perl-Dialog.spec DELETED --- --- sources DELETED --- From bugzilla at redhat.com Tue Mar 31 09:04:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 05:04:05 -0400 Subject: [Bug 492937] perl-Padre : Conflicts with perl-Wx-Perl-Dialog In-Reply-To: References: Message-ID: <200903310904.n2V945iV016624@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492937 Marcela Maslanova changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marcela Maslanova 2009-03-31 05:04:04 EDT --- Thank you for report. Wx-Perl-Dialog became a part of Padre. The Wx-Perl-Dialog will be 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 mmaslano at fedoraproject.org Tue Mar 31 09:13:18 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 31 Mar 2009 09:13:18 +0000 (UTC) Subject: rpms/perl-Padre/devel .cvsignore, 1.10, 1.11 perl-Padre.spec, 1.6, 1.7 sources, 1.10, 1.11 Message-ID: <20090331091318.1E5E47013B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9988 Modified Files: .cvsignore perl-Padre.spec sources Log Message: * Tue Mar 31 2009 Marcela Ma??l????ov?? 0.32-1 - 492937 perl-Wx-Perl-Dialog became part of Padre - update to the latest version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 11 Mar 2009 13:07:41 -0000 1.10 +++ .cvsignore 31 Mar 2009 09:12:47 -0000 1.11 @@ -1,2 +1,3 @@ Padre-0.28.tar.gz Padre.desktop +Padre-0.32.tar.gz Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Padre.spec 6 Mar 2009 07:48:46 -0000 1.6 +++ perl-Padre.spec 31 Mar 2009 09:12:47 -0000 1.7 @@ -1,5 +1,5 @@ Name: perl-Padre -Version: 0.28 +Version: 0.32 Release: 1%{?dist} Summary: Perl Application Development and Refactoring Environment License: GPL+ or Artistic @@ -86,6 +86,8 @@ Requires: perl(Wx::Perl::ProcessStream) >= 0.11 Requires: perl(YAML::Tiny) >= 1.32 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Obsoletes: perl-Wx-Perl-Dialog +Provides: perl-Wx-Perl-Dialog %description Padre is a text editor aimed to be an IDE for Perl. @@ -123,6 +125,10 @@ %{_mandir}/man3/* %changelog +* Tue Mar 31 2009 Marcela Ma??l????ov?? 0.32-1 +- 492937 perl-Wx-Perl-Dialog became part of Padre +- update to the latest version + * Wed Mar 04 2009 Marcela Ma??l????ov?? 0.28-1 - Specfile autogenerated by cpanspec 1.78 again because Padre was rewritten and many requirement were changed. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 11 Mar 2009 13:07:42 -0000 1.10 +++ sources 31 Mar 2009 09:12:47 -0000 1.11 @@ -1,2 +1,3 @@ 6a0351313076c42bc6bbb020f61c757b Padre-0.28.tar.gz e9457439b1f0c929ab3141197294e061 Padre.desktop +fe5999b413637bab2c80ffa46819d068 Padre-0.32.tar.gz From mmaslano at fedoraproject.org Tue Mar 31 09:37:53 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 31 Mar 2009 09:37:53 +0000 (UTC) Subject: rpms/perl-Padre/devel perl-Padre.spec,1.7,1.8 Message-ID: <20090331093753.DEB6F7013B@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-Padre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13827 Modified Files: perl-Padre.spec Log Message: Switch off tests because new test module Test::Most is needed. Index: perl-Padre.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Padre.spec 31 Mar 2009 09:12:47 -0000 1.7 +++ perl-Padre.spec 31 Mar 2009 09:37:23 -0000 1.8 @@ -112,7 +112,8 @@ %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +# for testing is needed new package Test-More. Switch off in meantime. +##make test %clean rm -rf $RPM_BUILD_ROOT From szabgab at gmail.com Tue Mar 31 11:24:45 2009 From: szabgab at gmail.com (Gabor Szabo) Date: Tue, 31 Mar 2009 14:24:45 +0300 Subject: Task::Kensho from Enlightened Perl In-Reply-To: References: Message-ID: Hi, you might know that there is a relatively new organization called Enlightened Perl http://www.enlightenedperl.org/ One of their projects is to create a CPAN module called Task::Kensho http://search.cpan.org/dist/Task-Kensho/ with the sole purpose of setting the dependencies to a list of highly recommended modules. After seeing the post of Dave Cross http://use.perl.org/~davorg/journal/38730 about building rpms from all the modules I thought it might be a good target for the Fedora Perl maintainers as well to turn those packages to be official Fedora and then maybe Red Hat packages. So I'd like to ask you to add Task::Kensho to the list of perl packages you include in Fedora. Satisfying all of the dependencies will bring a nice subset of CPAN to the Fedora users. regards ? Gabor From dave at dave.org.uk Tue Mar 31 11:37:32 2009 From: dave at dave.org.uk (Dave Cross) Date: Tue, 31 Mar 2009 12:37:32 +0100 Subject: Task::Kensho from Enlightened Perl In-Reply-To: References: Message-ID: <49D2007C.9000607@dave.org.uk> Gabor Szabo wrote: > Hi, > > you might know that there is a relatively new organization called > Enlightened Perl > http://www.enlightenedperl.org/ > One of their projects is to create a CPAN module called Task::Kensho > http://search.cpan.org/dist/Task-Kensho/ with the sole purpose of setting the > dependencies to a list of highly recommended modules. > > After seeing the post of Dave Cross http://use.perl.org/~davorg/journal/38730 > about building rpms from all the modules I thought it might be a good > target for the Fedora Perl maintainers as well to turn those packages to be > official Fedora and then maybe Red Hat packages. > > So I'd like to ask you to add Task::Kensho to the list of perl > packages you include in Fedora. Satisfying all of the dependencies > will bring a nice subset of CPAN to the Fedora users. One of the points I made in my post was that I've already build RPMs for all of the Kensho modules (or, at least, the ones that aren't already in the Fedora repositories). So if you wanted to move them into the Fedora project you could grab them from http://rpm.mag-sol.com/. One interesting point that was thrown up by this little project. I built the spec file for perl-Task-Kensho using cpanspec. But cpanspec doesn't seem to recognise the Module::Install syntax for declaring dependencies (see, for example [1]) so I had to add the 'Requires' statements manually. With more and more CPAN authors moving to Module::Install, it would be good if cpanspec could be enhanced to support this syntax. Cheers, Dave... [1] http://cpansearch.perl.org/src/PERIGRIN/Task-Kensho-0.0.8/Makefile.PL From bugzilla at redhat.com Tue Mar 31 11:50:57 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 07:50:57 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903311150.n2VBov17022188@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492712 --- Comment #4 from Fedora Update System 2009-03-31 07:50:57 EDT --- perl-HTTP-Server-Simple-Static-0.07-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/perl-HTTP-Server-Simple-Static-0.07-2.fc10 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 31 11:50:52 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 07:50:52 -0400 Subject: [Bug 492712] Review Request: perl-HTTP-Server-Simple-Static - Serve static files with HTTP::Server::Simple In-Reply-To: References: Message-ID: <200903311150.n2VBoq81022101@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=492712 --- Comment #3 from Fedora Update System 2009-03-31 07:50:51 EDT --- perl-HTTP-Server-Simple-Static-0.07-2.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/perl-HTTP-Server-Simple-Static-0.07-2.fc9 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Mar 31 15:28:10 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 11:28:10 -0400 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200903311528.n2VFSAT6024715@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 --- Comment #17 from Jon Ciesla 2009-03-31 11:28:07 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 bugzilla at redhat.com Tue Mar 31 18:01:11 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 14:01:11 -0400 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200903311801.n2VI1BQj029482@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 --- Comment #18 from Kevin Fenzi 2009-03-31 14:01:09 EDT --- Well, I was waiting for input on the 644 vs 444 permissions issue. I personally don't see any guideline this violates or problem this causes. I guess your ping was for the fedora-perl-list members? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From cweyl at alumni.drew.edu Tue Mar 31 18:27:09 2009 From: cweyl at alumni.drew.edu (Chris Weyl) Date: Tue, 31 Mar 2009 11:27:09 -0700 Subject: Task::Kensho from Enlightened Perl In-Reply-To: <49D2007C.9000607@dave.org.uk> References: <49D2007C.9000607@dave.org.uk> Message-ID: <7dd7ab490903311127i1a50a14ap2225f919346cc3d0@mail.gmail.com> On Tue, Mar 31, 2009 at 4:37 AM, Dave Cross wrote: > Gabor Szabo wrote: > >> Hi, >> >> you might know that there is a relatively new organization called >> Enlightened Perl >> http://www.enlightenedperl.org/ >> One of their projects is to create a CPAN module called Task::Kensho >> http://search.cpan.org/dist/Task-Kensho/ with the sole purpose of setting >> the >> dependencies to a list of highly recommended modules. >> >> After seeing the post of Dave Cross >> http://use.perl.org/~davorg/journal/38730 >> about building rpms from all the modules I thought it might be a good >> target for the Fedora Perl maintainers as well to turn those packages to >> be >> official Fedora and then maybe Red Hat packages. >> >> So I'd like to ask you to add Task::Kensho to the list of perl >> packages you include in Fedora. Satisfying all of the dependencies >> will bring a nice subset of CPAN to the Fedora users. >> > > One of the points I made in my post was that I've already build RPMs for > all of the Kensho modules (or, at least, the ones that aren't already in the > Fedora repositories). So if you wanted to move them into the Fedora project > you could grab them from http://rpm.mag-sol.com/. > > One interesting point that was thrown up by this little project. I built > the spec file for perl-Task-Kensho using cpanspec. But cpanspec doesn't seem > to recognise the Module::Install syntax for declaring dependencies (see, for > example [1]) so I had to add the 'Requires' statements manually. With more > and more CPAN authors moving to Module::Install, it would be good if > cpanspec could be enhanced to support this syntax. > I'm actually working on CPANPLUS::Dist::RPM to handle some of that... Turns out the way CPANPLUS::Dist works it tends to hurt my head, so between that and the Real Job lately it hasn't been going as quickly as I'd like. Also, the rpm autoprov/req scripts in Fedora won't pick up deps declared in Makefile.PL/META.yml; you've probably seen the specfile for Task::Catalyst already but I ended up just dual-declaring the deps in there. One of the things I want to do is start leveraging META.yml wherever possible. While this is still relatively new, most of the build systems (EU::MM, M::I, etc) seem to have decent, if varying, support for it. Leveraging META.yml would make life alot easier, both for creating specs/rpms, as well as for updating existing spec files.... Especially for most of the more active modules out there (I'm thinking Catalyst/Mo*se here), which all tend to leverage Module::Install. -Chris -- Chris Weyl Ex astris, scientia -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla at redhat.com Tue Mar 31 19:51:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 15:51:56 -0400 Subject: [Bug 226426] Merge Review: spamassassin In-Reply-To: References: Message-ID: <200903311951.n2VJpu8f022848@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=226426 --- Comment #19 from Warren Togami 2009-03-31 15:51:55 EDT --- Perhaps we should just close this? Everything that matters was fixed. This last issue does not matter. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.